ImageVerifierCode 换一换
格式:PPT , 页数:19 ,大小:162.50KB ,
资源ID:378285      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-378285.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(An IntegratedInstrumentation Architecturefor NGI Applications.ppt)为本站会员(jobexamine331)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

An IntegratedInstrumentation Architecturefor NGI Applications.ppt

1、An Integrated Instrumentation Architecture for NGI Applications,Ian Foster, Darcy Quesnel, Steven Tuecke Argonne National Laboratory The University of Chicago,DOE NGI Instrumentation Project,“A Uniform Instrumentation, Event, and Adaptation Framework for Network-Aware Middleware and Advanced Network

2、 Applications” With UIUC (Dan Reed, Ruth Aydt) “Produce uniform notification and adaptation mechanisms, with the goal of catalyzing the development of both network-aware middleware and sophisticated network-aware applications”,Motivation,Environment incorporates multiple sensors Sources of events re

3、lating to behavior of resources, middleware, and applications Significant advantages to having uniform mechanisms for publishing/discovering sensors and for accessing sensor data E.g., find all sensors for path A-B Including historical data Enables end-to-end, top-to-bottom, past-to-present analysis

4、,Examples of Sensors,Network devices E.g., routers End system devices E.g., computers, storage systems Grid services E.g., Globus HBM, Network Weather Service Libraries E.g., CAVERNsoft, MPI Applications,For Example .,H,R,R,R,H,S,(SNMP),S,(SNMP),S,(SNMP),S,(netstat),S,(netstat),H/W,App,Libs,Sys,GRAM

5、,HBM,NWS,.,S,S,S,S,MPICH,globus-io,CAVERNsoft,DPSS,S,S,S,S,S,S,Three Project Components,1. Mechanisms for creating, publishing, discovering, and accessing sensors 2. Synthesis and analysis techniques for identifying qualitative behavior and trends in sensor data 3. Adaptation techniques that exploit

6、 sensor data to adjust middleware and application configurations to improve performance Argonne focus: (1) and (3); UIUC: (2), (3),Current Approach,Use a directory service (LDAP) to register and publish event sources Publish: source, type, contact online, archive Discover: “find all event sources of

7、 type X” Use NetLogger format for data Develop sensor manager to handle publish, subscribe, archiving Use SQL database as archive Initial sensor set based on Globus libraries, applications, NetLogger-accessible devices,Initial Instrumentation Architecture,LDAP,Sensor Manager,SQL,Netarchive,MySQL,Pub

8、lish (“netstat, host A, time T,contact X”),Subscribe,Discover (“what event sources for route A to B?”),Application,Events in NetLogger format,Sensor,Sensor,Archive,File,Sensor Manager,We are building a program which: Archives sensor event streams Redirects sensor event streams to clients using a pub

9、lish/subscribe interface Generates sensor event streams from archive, based on query language Publishes interfaces and index to LDAP Relation to other work Superset of Netlogd (simple archiver) Might exploit Netarchiver (MySQL indexing),Archiving Events,How to archive sensor event streams? SQL: Save

10、 each event as a record in an SQL database Advantage: Rich query support Netarchive: Save each event into file. Use SQL database to build index of file contents Advantage: Performance and scale? We will explore the use of SQL databases Premise: Most sensors will not produce high volume event streams

11、; hence optimize for simplicity and rich query support,Bandwidth/Latency ANL-NASA Ames,NCSA Origin Nodes,ANL CPU Load,Bandwidth/Latency ANL-Indiana,Applying Info Infrastructure to Instrumentation,Publishing & Discovering Sensors,Globus LDAP-based Metacomputing Directory Service (MDS) provides scalab

12、le, global infrastructure for publishing and discovering sensor managers Sensors stream events to a sensor manager Sensor manager publishes availability of streams into LDAP Clients discover sensor managers from LDAP, and can subscribe to either current or archived sensor event streams directly from

13、 sensor managers,Initial Applications,Replica creation in “Data Grid” applications Online and historical instrumentation for large data transfers (app, lib, network) Involves DPSS, globus-io Also application-level selection of replicas, based on sensor information MPI-based video streaming (Karonis,

14、 Papka),Security,Grid Security Infrastructure (GSI) will be used throughout, hence possible to say e.g. “Manager M accepts only streams from sensors of user U” “Manager N only publishes streams to clients of users A, B, C” As a first step, we have augmented the Netlogger C client with GSI,Instrument

15、ation Architecture Showing Actuators,LDAP,Publish,Discover,Subscribe,Events,Publish,Discover,Subscribe,Events,Future Directions,XML Netlogger is an ASCII based format If you using ASCII, why not use XML? XML database could be used for archive Events Performance related events should be just one part

16、 of a larger, integrated event system Typing Netlogger is weakly typed Various advantages to strongly typed events,Future Directions (2): Publish/Subscribe for Sensors,In first version: Netlogger based sensors stream events to manager Manager publishes sensor availability to LDAP Clients subscribe t

17、o sensor manager for events In later version: Sensor can publish existence to LDAP Client can subscribe directly to sensor for events,Network Weather Service (R. Wolski et al., U.Tenn),Scalable, fault tolerant system for Real-time performance measurements Predictions of future state When installed o

18、n N hosts, delivers: Network performance (=N2 via netperf) Host cpu-load measurements (N) We (USC/ISI crew) are working to integrate this into MDS; hopefully will eventually be consistent with approach described here (to be discussed),Structure of NWS data in MDS (old),c=US,o=ISI,o=Globus,nn= the Internet,N2 Network performance entries for N hosts,N sets of cpu info for N hosts,.,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1