SlideShare une entreprise Scribd logo
1  sur  10
Télécharger pour lire hors ligne
CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
Published online 7 June 2007 in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/cpe.1137
A portal for visualizing
Grid usage
Gregor von Laszewski1,2,∗,†, Jonathan DiCarlo2
and Bill Allcock1
1Mathematics and Computer Science Division, Argonne National Laboratory,
9700 South Cass Avenue, Argonne, IL 60439, U.S.A.
2University of Chicago, Computation Institute, Research Institutes Building,
#402, 5640 South Ellis Avenue, Chicago, IL 60637, U.S.A.
SUMMARY
We introduce a framework for measuring the use of Grid services and exposing simple summary data to an
authorized set of Grid users through a JSR168-enabled portal. The sensor framework has been integrated
into the Globus Toolkit and allows Grid administrators to have access to a mechanism helping with report
and usage statistics. Although the original focus was the reporting of actions in relationship to GridFTP
services, the usage service has been expanded to report also on the use of other Grid services. Copyright c

2007 John Wiley  Sons, Ltd.
Received 8 December 2005; Accepted 11 July 2006
KEY WORDS: Grid monitoring; Grid usage; Java CoG Kit
1. INTRODUCTION
As the Grid evolves [1] and is used in a dynamically changing environment, it is important to be able
to measure how Grid services are used in an instantiation of a production Grid.
By enhancing Grid services with the ability to report usage as part of a tightly integrated software
solution, we allow production Grids to monitor which services are used when. Such usage data are
essential for the development of mechanisms that deal with the ad hoc and sporadic nature of a Grid.
Having such information enables the community to develop more sophisticated prediction algorithms
and fault-tolerant Grid frameworks and to fulfill the need for reporting. With this information we
∗Correspondence to: Gregor von Laszewski, Argonne National Laboratory, Argonne National Laboratory, 9700 South Cass
Avenues, Argonne, IL 60439, U.S.A.
†E-mail: gregor@mcs.anl.gov
Contract/grant sponsor: U.S. Department of Energy; contract/grant number: DE-AC02-06CH11357
Contract/grant sponsor: NSF NMI program
Copyright c
 2007 John Wiley  Sons, Ltd.
1684
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK
can develop next-generation scheduling systems, quality-of-service guarantees, adaptive systems, and
optimizations.
In the development of a usage service, we need to address the following elementary questions.
• What data needs to be reported?
• When do we need to report?
• Where do we collect the information and archive it?
• Who should have access to the data or a subset of the data?
• How can we use this data in developing advanced Grid services?
As with every information service in the Grid, special importance must be placed on privacy and
security issues.
In this paper we introduce a framework that allows the monitoring of Grid services. The data are
archived and can be visualized through a Grid portal using the Java Specification Request 168 Portlet
Specification (JST168) compatible portlets [2,3]. The framework has been tested and is now integrated
as part of the Globus Toolkit.
The paper is structured as follows. First, we summarize some related work. Next, we introduce the
architecture of our framework. Then, we focus on the portlets that display the data as part of a portal.
We conclude with a summary of the advantages of this new framework.
2. RELATED WORK
Monitoring has always been a major part of distributed computing, including Grid computing. Hence,
multiple frameworks are available, and others are under development. It is beyond the scope of this
paper to provide a comprehensive overview of all these efforts. We focus instead on particular features
of two types of systems: those designed for monitoring resources availability and status, and those
designed for monitoring resource usage. Most available systems focus on resource availability and
status. For example, they report which compute resources are available at a particular time, what disk
space is available, and how the CPU is used. Ganglia [4], MonALISA [5], and the Globus Toolkit
MDS [6,7] are examples of general-purpose resource-monitoring systems.
Usage-monitoring systems answer the following question: What are users doing with the resources?
Such systems may be used as part of intrusion detection services or advanced Grid services that
dynamically adapt based on use patterns. Examples of projects that deal with usage data are the
GGF GAMA working group and the Round Robin Database tool (RRD) [8], which is similar to our
framework’s visualization component in that it generates charts from quantities in a database.
3. DESIGN AND ARCHITECTURE
The design of our Grid Usage Sensor Service (GUSS) is independent of the Globus Toolkit and can,
in principle, be reused by other frameworks and Grid services. However, to demonstrate its usefulness
in a real Grid middleware, we are paying special attention to how we can use our framework in the
Globus Toolkit. The GUSS architecture is inherently distributed in order to foster the distributed nature
of Grids. Figure 1 depicts a high-level architectural view of the GUSS framework, while demonstrating
Copyright c
 2007 John Wiley  Sons, Ltd.
1685
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
A PORTAL FOR VISUALIZING GRID USAGE
Figure 1. Grid usage sensor and service framework architecture.
the integration of services of the Globus Toolkit that have been augmented with usage sensors.
We distinguish the following components.
• Sensor. A sensor is a component that senses the use of a component and forwards this
information to a usage collector.
• Server. A usage collector receives the information of a sensor and forwards the information to a
server that internally prepares the data for archiving to a database or uses e-mail notifications to
inform users about usage information.
• Visualization server. The visualization server contains a JSR168 portable portlet that, based on
information filled out by a user, retrieves data from the database and prepares the data in a
suitable diagram or table via a charting component. A portlet displays a window in which the user
can select and query the database. Through the portal the access to the portlet can be restricted.
• Thick client. In addition to the portlet, the user can also browse the data directly through a Java
Swing component if the user is allowed to access the Web service.
We have designed our framework to be integrated into Grid middleware such as the Globus Toolkit.
Specifically, we have provided a language-independent implementation that uses specialized protocols
between the sensors and the service. Hence it is possible to provide implementations (e.g. in C and Java)
as they build the basis for the Globus Toolkit implementation. We have developed specialized sensor
Copyright c
 2007 John Wiley  Sons, Ltd.
1686
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK
Table I. Makeup of general usage packets.
Bytes Contents
0–1 Service class identification
2–3 Packet version identification
4–end Component-specific information
protocols and the associated sensors and clients for the GridFTP server, the Reliable File Transfer
service, the Replication Location Services, the Java Web Services Core, the C Web Services Core, and
the Grid Resource Allocation Manager. As each component can log its own data, one can customize
what data are reported. For example, whenever the GridFTP server finishes sending or receiving a file,
it sends out packets containing file metadata such as size and information about the transfer start and
end times. In contrast, the Java Web Services core sensor [9] sends out packets each time the container
is started or stopped, and includes a list of the Web services that are running in the container.
At present we use the User Datagram Protocol (UDP) to submit the data between the sensor and the
clients (UDP is also used by the Condor project in their monitoring framework). However, one could
adapt the architecture to use different protocols that provide more reliability. In our tests we found that
using UDP provides several advantages, especially if parts of a network become unavailable. In such
a case summary information can be send out at a later time. To improve performance under load, we
have integrated in the server two listener threads for each sensor type: a high-priority thread catches
packets and puts them unchanged into a ring buffer, and a low-priority thread takes packets out of
the ring buffer and parses them. Once the server has parsed the data, they are analyzed and archived.
Summary information is also generated periodically and stored in a historical database.
A cron job is used to control the frequency of the statistical analysis process. Another cron job
allows the service to forward the summary information to a mailing list, to which authorized users may
subscribe.
To improve the performance of the framework, we have taken care to ensure that the database and
the GUSS server can be run on different machines. Furthermore, we have integrated a cron job that
moves sensor data to a secondary archive tables at a given time interval. Hence the data immediately
accessible for processing in the server are kept small. The architecture supports two mechanisms to
expose the data: a Java client that allows one to query and display the data in graphical form, and a
JSR168-based portlet that allows the display in a portal.
3.1. Sensor data format and components
To parse the packets, we use the ‘chain of responsibility’ pattern [10]. For each Grid service class we
customize handlers. Hence, one can develop new handlers and extend the framework with user-defined
sensors and their analysis. For rapid parsing we have designed our packets according to the information
provided in Table I.
To decide whether to handle a packet, a handler examines the first 2 bytes. Our usage update packets
always contain a Grid service class identification in the first 8 bytes and a packet version identification
Copyright c
 2007 John Wiley  Sons, Ltd.
1687
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
A PORTAL FOR VISUALIZING GRID USAGE
Table II. GridFTP usage packet contents, by bytes.
Bytes Contents
0–1 Component code (0 for GridFTP)
2–3 Packet version code
4–19 IP address (if IPv4, the first 12 bytes will be 0)
20–23 Timestamp (UNIX format)
24–end Text containing fields in the NAME=VALUE format, separated by spaces
in the next 2 bytes. The advantage of using this pattern is that, when we add monitoring for a new
Grid service, one can easily write a new handler subclass and register it with the listener. Also, if we
need to change the format of a packet (e.g. when we start monitoring a new feature), we can assign a
new packet version identification and create a handler for it, while leaving the old handler to continue
parsing packets from the old version.
At present, we keep the length of all usage update packets under 1472 bytes to avoid packet
fragmentation, since many routers discard fragmented UDP packets. We have assigned a service
class identification for several components of the Globus Toolkit [11] according to the numbers 0–7.
This includes GridFTP, GRAM, Java Core, C WS Core, RFT, and RLS.
It is beyond the scope of this paper to present a detailed technical description of all the different
sensor packets designed for the Globus Toolkit; however, we select the current implementation of the
GridFTP packets as an example. The data transmitted from the sensors to the server are organized as
depicted in Table II. We note that the contents starting at byte 24 contains a separate list of name value
pairs. To reduce the size of the packets, one could assign a mapping between these value pairs and a
number of fixed bytes. Currently, however, we use fully quantified names as depicted in Table III.
Of these fields, the ones of most interest are the start and finish times of the transfer, the host,
the file size, and the operation (store or retrieve). During the summarization process, many derived
quantities are calculated from this basic information. A GridFTP transfer can involve up to three hosts:
the sender, the receiver, and the host that commanded the transfer, which may be distinct from the other
two. Since the GridFTP server sends update packets on both store operations (file received) and retrieve
operations (file sent), the listener sometimes receives two update packets for the same transfer. It stores
both packets in the database; the GUSS service must handle such a situation and avoid double-counting
the transfer.
3.2. Scalability
We began data collection in March 2005. By June 2005 the number of GridFTP packets alone was
already over 6 million, and we expect the growth to accelerate as more sites adopt Globus Toolkit 4.
Even if the storage space is not a problem, the need to search so many rows may adversely affect query
performance. Therefore, we use summarization and archival to reduce the need for queries to search
through all of these packet records. The data that we summarize include obvious data points such as
the total and average number of data entries as well as histograms showing the total number of hosts,
transfer speed, transfer duration, and transfer size and their standard deviation.
Copyright c
 2007 John Wiley  Sons, Ltd.
1688
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK
Table III. GridFTP usage packet contents, by field name.
Field name Contents
HOSTNAME Name of the host logging the transfer
START Time that transfer was initiated, in YYYYMMDDhhmmss.uuuuuu format (where u
is microseconds)
END Time that transfer was completed, in YYYYMMDDhhmmss.uuuuuuu format
VER Quoted string describing GridFTP server version
BUFFER Size of the buffer used in the transfer
BLOCK Block size used in the transfer
NBYTES Number of bytes in the file transferred
STREAMS Number of streams used in the transfer
STRIPES Number of stripes used in the transfer
TYPE ‘STOR’ if the logging host is storing the file to disk, ‘RETR’ if the logging host is
retrieving it from disk
CODE Completion status code. 226 is the code for a successful transfer
3.3. Visualization
To provide adequate support for analyzing and monitoring the data, we have also developed a
visualization strategy based on a portal that interfaces to a GUSS Web server. It responds to two types
of user requests: requests for plots of quantities over specified time periods, and requests for tabular
summaries of overall usage. To answer these requests, it queries the database, compiles the individual
usage packets into a summary for each time period, generates an image file of a plot if necessary, and
returns an html fragment to the client. The primary intended client is the GUSS portlet, but the service
is general enough to be used by arbitrary clients.
An example of input to the portlet is the number of GridFTP transfers during a specific hour, day, or
week. Eight statistical quantities can be requested from the service. Each of the quantities is calculated
from the low-level data in the individual GridFTP transfer records that are internally aggregated over
the time period specified by a granularity specification. The following quantities are observed:
• the number of unique hosts active during the time period (where ‘active’ means that they sent or
received at least one file);
• the number of files transferred (regardless of host) during the time period;
• the total number of bytes in all files transferred during the time period;
• the number of new hosts observed for the first time during the period;
• the mean time taken for a single transfer, with standard deviation, averaged over the time period;
• the mean size of a file transfer, with standard deviation, averaged over the time period;
• the mean file transfer speed (size divided by time), with standard deviation, averaged over the
time period;
• the mean number of streams used in transfers, averaged over the time period.
Internally, the functionality of the GUSS Web service can be divided into subtasks as follows.
Copyright c
 2007 John Wiley  Sons, Ltd.
1689
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
A PORTAL FOR VISUALIZING GRID USAGE
Figure 2. Query issued to the GUSS database from the GUSS portlet.
1. Get and parse request coming from GUSSClient, including the time period (start and end dates)
in question, the quantity to be plotted, and the time granularity (by hour, by day, etc.).
2. Compare new request to recently served requests to see whether an existing image file can be
reused.
3. Check whether summaries exist for all of the time periods between the requested start and end
dates and for all of the host categories of interest.
4. Get records from a GridFTP transfer database table. (There have been, on occasion, hundreds of
thousands of rows within a single hour, so, to avoid running out of memory, we get these records
a few at a time.)
5. Process all retrieved records to calculate averages, totals, and standard deviations, and store all of
these as a summary in the database, keyed to the time period, for later use. Create one summary
for each category of host.
Copyright c
 2007 John Wiley  Sons, Ltd.
1690
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK
Table IV. Known GridFTP hosts by top-level domain.
Domain Number Comments
.gov 28 Of which eight are mcs.anl.gov
.edu 71 Of which 14 are isi.edu
.com 5
.org 126 Of which 97 are teragrid.org
.mil 1
.net 14
.am 1 Armenia
.ar 2 Argentina
.at 9 Austria
.au 9 Australia
.br 3 Brazil
.ca 10 Canada
.ch 1 Switzerland
.cl 2 Chile
.cn 1 China
.cz 2 Czech Republic
.de 6 Germany
.es 21 Spain
.fi 3 Finland
.gr 4 Greece
.hr 4 Croatia/Hrvatska
.it 14 Italy
.ie 1 Ireland
.in 1 India
.jp 14 Japan
.kr 12 South Korea
.nl 1 Netherlands
.pl 3 Poland
.ru 9 Russia
.sg 5 Singapore
.sk 1 Slovak Republic
.th 1 Thailand
.tw 11 Taiwan
.ua 2 Ukraine
.uk 23 United Kingdom
.us 1 United States
Total 422 Not counting six hosts whose top-level
domains could not be identified
Copyright c
 2007 John Wiley  Sons, Ltd.
1691
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
A PORTAL FOR VISUALIZING GRID USAGE
Table V. Usage packets arranged by Globus component.
Component Number of packets Percentage of total
GridFTP 1 643 596 72.33
C WS Core 180 454 7.94
GRAM 173 936 7.65
Java WS Cor 57 956 2.55
RLS 6398 0.28
RFT 210 063 9.24
unparsable 256 0.01
Total 2 272 403
6. Using the summaries for each time period in the range, create chart of the user’s chosen quantity,
and save this as an image file. Return to the client an html fragment containing a link to the
image filed.
Alternatively, return to the client an html fragment containing a table of numerical data calculated
from the summaries. Figure 2 shows an example of the portal while depicting the number of active
hosts participating in GridFTP transfers at a specified day.
4. RESULTS
Between 18 June and 18 August 2005, GridFTP usage packets were received from 428 unique hosts
in 30 countries. The breakdown of these hosts by top-level domain is shown in Table IV. Packets
received from hosts in the mcs.anl.gov and isi.edu domains are excluded because these domains are
used as GridFTP testbeds and produce a very large volume of packets. Out of the 428 hosts 22 hosts
were in the mcs.anl.gov and isi.edu domains, but these 22 hosts logged 38.1% of all usage packets
(626 086 packets out of 1 643 596). GridFTP usage packets outnumbered packets from all other Globus
components combined, and made up 72.33% of all packets received (see Table V).
5. CONCLUSION
Development of the Grid requires us to think at higher levels of abstraction compared to traditional
software development. For this purpose, a bird’s-eye view of activity is invaluable. A usage sensor
framework such as that introduced here may help advance the development of more sophisticated
Grid services. It may also help Grid users and administrators in evaluating a snapshot in time and in
identifying which Grid services are used. By presenting the information graphically through a portal,
we enable users and administrators to search for use patterns that otherwise would be more difficult
to find. This service distinguishes itself from other services such as MDS in that it reports on actual
resource usage instead of resource status.
Copyright c
 2007 John Wiley  Sons, Ltd.
1692
Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692
DOI: 10.1002/cpe
G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK
ACKNOWLEDGEMENTS
The U.S. Government retains for itself, and others acting on its behalf, a paid-up, non-exclusive, irrevocable
worldwide license in the said article to reproduce, prepare derivative works, distribute copies to the public, and
perform publicly and display publicly, by or on behalf of the U.S. Government. We acknowledge the many Globus
Toolkit developers who have provided customized protocols and handlers for the different Globus services reported
on in this paper. The GUSS project has been sponsored by the NSF NMI program.
REFERENCES
1. von Laszewski G. The Grid-idea and its evolution. Journal of Information Technology 2005; 47(6):319–329. Available at:
http://www.mcs.anl.gov/∼laszewsk/papers/vonLaszewski-grid-idea.pdf [4 August 2006].
2. Open Grid Computing Environments. http://www.collab-ogce.org/ogce2/ [4 August 2006].
3. Abdelnur A, Hepper S. Java Specification Request 168: Portlet Specification, October 2003.
http://www.jcp.org/en/jsr/detail?id=168 [4 August 2006].
4. Massie ML, Chun BN, Culler DE. The Ganglia distributed monitoring system: Design, implementation, and experience.
Parallel Computing 2004; 30(7):817–840. Available at:
http://ganglia.sourceforge.net/talks/parallel computing/ganglia-twocol.pdf [4 August 2006].
5. Legrand IC, Newman HB, Voicu R, Cirstoiu C, Grigoras C, Toarta M, Dobre C. MonALISA: An agent based, dynamic
service system to monitor, control and optimize Grid based applications. Proceedings of the 2004 International Conference
on Computing in High Energy and Nuclear Physics (CHEP), Interlaken, Switzerland, 27 September–1 October 2004.
CERN: Geneva, 2004. Available at: http://monalisa.cacr.caltech.edu/documentation/monalisa chep04.pdf [4 August 2006].
6. von Laszewski G, Fitzgerald S, Foster I, Kesselman C, Smith W, Tuecke S. A directory service for configuring
high-performance distributed computations. Proceedings of the 6th IEEE Symposium on High-Performance Distributed
Computing, Portland, OR, 5–8 August 1997. IEEE Computer Society Press: Los Alamitos, CA, 1997; 365–375. Available
at: http://www.mcs.anl.gov/∼laszewsk/papers/fitzgerald--hpdc97-mds.pdf [4 August 2006].
7. Schopf JM, D’Arcy M, Miller N, Pearlman L, Foster I, Kesselman C. Monitoring and discovery in a Web services
framework: Functionality and performance of the Globus Toolkit’s MDS4. Preprint ANL/MCS-P1248-0405, Argonne
National Laboratory, Argonne, IL, 2005. Available at:
http://www.mcs.anl.gov/∼schopf/Pubs/mds-sc05.pdf [4 August 2006].
8. Oetiker T, Brutlag J, van den Bogaerdt A. RRDtool: Logging and graphing, 2005.
http://oss.oetiker.ch/rrdtool/index.en.html [4 August 2006].
9. GT4.0:CWS Core, 2005. http://www-unix.globus.org/toolkit/docs/4.0/common/cwscore/ [4 August 2006].
10. Gamma E, Helm R, Johnson R, Vlissides J. Design Patterns: Elements of Reusable Object-oriented Software. Addison-
Wesley: Reading, MA, 1995.
11. Globus Release Documentation, 2006. http://www.globus.org/toolkit/docs/4.0/ [4 August 2006].
Copyright c
 2007 John Wiley  Sons, Ltd.

Contenu connexe

Similaire à A Portal For Visualizing Grid Usage

Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...IOSR Journals
 
Bt9002 Grid computing 2
Bt9002 Grid computing 2Bt9002 Grid computing 2
Bt9002 Grid computing 2Techglyphs
 
A Reconfigurable Component-Based Problem Solving Environment
A Reconfigurable Component-Based Problem Solving EnvironmentA Reconfigurable Component-Based Problem Solving Environment
A Reconfigurable Component-Based Problem Solving EnvironmentSheila Sinclair
 
The Overview of Discovery and Reconciliation of LTE Network
The Overview of Discovery and Reconciliation of LTE NetworkThe Overview of Discovery and Reconciliation of LTE Network
The Overview of Discovery and Reconciliation of LTE NetworkIRJET Journal
 
ENHANCING AND MEASURING THE PERFORMANCE IN SOFTWARE DEFINED NETWORKING
ENHANCING AND MEASURING THE PERFORMANCE IN SOFTWARE DEFINED NETWORKINGENHANCING AND MEASURING THE PERFORMANCE IN SOFTWARE DEFINED NETWORKING
ENHANCING AND MEASURING THE PERFORMANCE IN SOFTWARE DEFINED NETWORKINGIJCNCJournal
 
Stream Processing Environmental Applications in Jordan Valley
Stream Processing Environmental Applications in Jordan ValleyStream Processing Environmental Applications in Jordan Valley
Stream Processing Environmental Applications in Jordan ValleyCSCJournals
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformIRJET Journal
 
The Live: Stream Computing
The Live: Stream ComputingThe Live: Stream Computing
The Live: Stream ComputingIRJET Journal
 
Spanner Google’s Globally-Distributed DatabaseJames C. Corbett,.docx
Spanner Google’s Globally-Distributed DatabaseJames C. Corbett,.docxSpanner Google’s Globally-Distributed DatabaseJames C. Corbett,.docx
Spanner Google’s Globally-Distributed DatabaseJames C. Corbett,.docxrafbolet0
 
A Proposal for End-to-End QoS Provisioning in Software-Defined Networks
A Proposal for End-to-End QoS Provisioning in Software-Defined NetworksA Proposal for End-to-End QoS Provisioning in Software-Defined Networks
A Proposal for End-to-End QoS Provisioning in Software-Defined NetworksIJECEIAES
 
IRJET- Pervasive Computing Service Discovery in Secure Framework Environment
IRJET- Pervasive Computing Service Discovery in Secure Framework EnvironmentIRJET- Pervasive Computing Service Discovery in Secure Framework Environment
IRJET- Pervasive Computing Service Discovery in Secure Framework EnvironmentIRJET Journal
 
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKSMULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKSijcses
 
Active Network Service Composition
Active Network Service CompositionActive Network Service Composition
Active Network Service CompositionIJERD Editor
 
Grid computing standards
Grid computing standardsGrid computing standards
Grid computing standardsPooja Dixit
 

Similaire à A Portal For Visualizing Grid Usage (20)

H017144148
H017144148H017144148
H017144148
 
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
Comparative Analysis, Security Aspects & Optimization of Workload in Gfs Base...
 
Bt9002 Grid computing 2
Bt9002 Grid computing 2Bt9002 Grid computing 2
Bt9002 Grid computing 2
 
A Reconfigurable Component-Based Problem Solving Environment
A Reconfigurable Component-Based Problem Solving EnvironmentA Reconfigurable Component-Based Problem Solving Environment
A Reconfigurable Component-Based Problem Solving Environment
 
The Overview of Discovery and Reconciliation of LTE Network
The Overview of Discovery and Reconciliation of LTE NetworkThe Overview of Discovery and Reconciliation of LTE Network
The Overview of Discovery and Reconciliation of LTE Network
 
ENHANCING AND MEASURING THE PERFORMANCE IN SOFTWARE DEFINED NETWORKING
ENHANCING AND MEASURING THE PERFORMANCE IN SOFTWARE DEFINED NETWORKINGENHANCING AND MEASURING THE PERFORMANCE IN SOFTWARE DEFINED NETWORKING
ENHANCING AND MEASURING THE PERFORMANCE IN SOFTWARE DEFINED NETWORKING
 
Cloud Spanner
Cloud SpannerCloud Spanner
Cloud Spanner
 
Ogsi standards
Ogsi standardsOgsi standards
Ogsi standards
 
Stream Processing Environmental Applications in Jordan Valley
Stream Processing Environmental Applications in Jordan ValleyStream Processing Environmental Applications in Jordan Valley
Stream Processing Environmental Applications in Jordan Valley
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things Platform
 
THE OPEN SCIENCE GRID Ruth Pordes
THE OPEN SCIENCE GRID Ruth PordesTHE OPEN SCIENCE GRID Ruth Pordes
THE OPEN SCIENCE GRID Ruth Pordes
 
The Live: Stream Computing
The Live: Stream ComputingThe Live: Stream Computing
The Live: Stream Computing
 
Spanner Google’s Globally-Distributed DatabaseJames C. Corbett,.docx
Spanner Google’s Globally-Distributed DatabaseJames C. Corbett,.docxSpanner Google’s Globally-Distributed DatabaseJames C. Corbett,.docx
Spanner Google’s Globally-Distributed DatabaseJames C. Corbett,.docx
 
Cs6703 grid and cloud computing unit 2
Cs6703 grid and cloud computing unit 2Cs6703 grid and cloud computing unit 2
Cs6703 grid and cloud computing unit 2
 
A Proposal for End-to-End QoS Provisioning in Software-Defined Networks
A Proposal for End-to-End QoS Provisioning in Software-Defined NetworksA Proposal for End-to-End QoS Provisioning in Software-Defined Networks
A Proposal for End-to-End QoS Provisioning in Software-Defined Networks
 
IRJET- Pervasive Computing Service Discovery in Secure Framework Environment
IRJET- Pervasive Computing Service Discovery in Secure Framework EnvironmentIRJET- Pervasive Computing Service Discovery in Secure Framework Environment
IRJET- Pervasive Computing Service Discovery in Secure Framework Environment
 
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKSMULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
 
rscript_paper-1
rscript_paper-1rscript_paper-1
rscript_paper-1
 
Active Network Service Composition
Active Network Service CompositionActive Network Service Composition
Active Network Service Composition
 
Grid computing standards
Grid computing standardsGrid computing standards
Grid computing standards
 

Plus de Kristen Carter

Pay Someone To Write An Essay - College. Online assignment writing service.
Pay Someone To Write An Essay - College. Online assignment writing service.Pay Someone To Write An Essay - College. Online assignment writing service.
Pay Someone To Write An Essay - College. Online assignment writing service.Kristen Carter
 
Literary Essay Writing DIGITAL Interactive Noteb
Literary Essay Writing DIGITAL Interactive NotebLiterary Essay Writing DIGITAL Interactive Noteb
Literary Essay Writing DIGITAL Interactive NotebKristen Carter
 
Contoh Ielts Writing Task Micin Ilmu - Riset
Contoh Ielts Writing Task Micin Ilmu - RisetContoh Ielts Writing Task Micin Ilmu - Riset
Contoh Ielts Writing Task Micin Ilmu - RisetKristen Carter
 
Pretty Writing Paper Stationery Writing Paper
Pretty Writing Paper Stationery Writing PaperPretty Writing Paper Stationery Writing Paper
Pretty Writing Paper Stationery Writing PaperKristen Carter
 
4 Ways To Cite A Quote - WikiHow. Online assignment writing service.
4 Ways To Cite A Quote - WikiHow. Online assignment writing service.4 Ways To Cite A Quote - WikiHow. Online assignment writing service.
4 Ways To Cite A Quote - WikiHow. Online assignment writing service.Kristen Carter
 
Trusted Essay Writing Service - Essay Writing Se
Trusted Essay Writing Service - Essay Writing SeTrusted Essay Writing Service - Essay Writing Se
Trusted Essay Writing Service - Essay Writing SeKristen Carter
 
Vintage EatonS Typewriter Paper. Vintage Typewriter.
Vintage EatonS Typewriter Paper. Vintage Typewriter.Vintage EatonS Typewriter Paper. Vintage Typewriter.
Vintage EatonS Typewriter Paper. Vintage Typewriter.Kristen Carter
 
Good Conclusion Examples For Essays. Online assignment writing service.
Good Conclusion Examples For Essays. Online assignment writing service.Good Conclusion Examples For Essays. Online assignment writing service.
Good Conclusion Examples For Essays. Online assignment writing service.Kristen Carter
 
BeckyS Classroom How To Write An Introductory Paragraph Writing ...
BeckyS Classroom How To Write An Introductory Paragraph  Writing ...BeckyS Classroom How To Write An Introductory Paragraph  Writing ...
BeckyS Classroom How To Write An Introductory Paragraph Writing ...Kristen Carter
 
Pin By Felicia Ivie On Dog Business Persuasive Wor
Pin By Felicia Ivie On Dog Business  Persuasive WorPin By Felicia Ivie On Dog Business  Persuasive Wor
Pin By Felicia Ivie On Dog Business Persuasive WorKristen Carter
 
8 Best Images Of Free Printable Journal Page
8 Best Images Of Free Printable Journal Page8 Best Images Of Free Printable Journal Page
8 Best Images Of Free Printable Journal PageKristen Carter
 
How To Write A Personal Development Plan For Uni
How To Write A Personal Development Plan For UniHow To Write A Personal Development Plan For Uni
How To Write A Personal Development Plan For UniKristen Carter
 
Editable Name Tracing Preschool Alphabetworksh. Online assignment writing ser...
Editable Name Tracing Preschool Alphabetworksh. Online assignment writing ser...Editable Name Tracing Preschool Alphabetworksh. Online assignment writing ser...
Editable Name Tracing Preschool Alphabetworksh. Online assignment writing ser...Kristen Carter
 
How To Top Google By Writing Articles. Online assignment writing service.
How To Top Google By Writing Articles. Online assignment writing service.How To Top Google By Writing Articles. Online assignment writing service.
How To Top Google By Writing Articles. Online assignment writing service.Kristen Carter
 
How To Keep Yourself Motivated At Work - Middle
How To Keep Yourself Motivated At Work - MiddleHow To Keep Yourself Motivated At Work - Middle
How To Keep Yourself Motivated At Work - MiddleKristen Carter
 
College Essay Topics To Avoid SupertutorTV
College Essay Topics To Avoid  SupertutorTVCollege Essay Topics To Avoid  SupertutorTV
College Essay Topics To Avoid SupertutorTVKristen Carter
 
Table Of Contents - Thesis And Dissertation - Researc
Table Of Contents - Thesis And Dissertation - ResearcTable Of Contents - Thesis And Dissertation - Researc
Table Of Contents - Thesis And Dissertation - ResearcKristen Carter
 
The Doctrines Of The Scriptures Buy College Ess
The Doctrines Of The Scriptures Buy College EssThe Doctrines Of The Scriptures Buy College Ess
The Doctrines Of The Scriptures Buy College EssKristen Carter
 
Short Essay On Terrorism. Terro. Online assignment writing service.
Short Essay On Terrorism. Terro. Online assignment writing service.Short Essay On Terrorism. Terro. Online assignment writing service.
Short Essay On Terrorism. Terro. Online assignment writing service.Kristen Carter
 
How To Write A Body Paragraph For An Argument
How To Write A Body Paragraph For An ArgumentHow To Write A Body Paragraph For An Argument
How To Write A Body Paragraph For An ArgumentKristen Carter
 

Plus de Kristen Carter (20)

Pay Someone To Write An Essay - College. Online assignment writing service.
Pay Someone To Write An Essay - College. Online assignment writing service.Pay Someone To Write An Essay - College. Online assignment writing service.
Pay Someone To Write An Essay - College. Online assignment writing service.
 
Literary Essay Writing DIGITAL Interactive Noteb
Literary Essay Writing DIGITAL Interactive NotebLiterary Essay Writing DIGITAL Interactive Noteb
Literary Essay Writing DIGITAL Interactive Noteb
 
Contoh Ielts Writing Task Micin Ilmu - Riset
Contoh Ielts Writing Task Micin Ilmu - RisetContoh Ielts Writing Task Micin Ilmu - Riset
Contoh Ielts Writing Task Micin Ilmu - Riset
 
Pretty Writing Paper Stationery Writing Paper
Pretty Writing Paper Stationery Writing PaperPretty Writing Paper Stationery Writing Paper
Pretty Writing Paper Stationery Writing Paper
 
4 Ways To Cite A Quote - WikiHow. Online assignment writing service.
4 Ways To Cite A Quote - WikiHow. Online assignment writing service.4 Ways To Cite A Quote - WikiHow. Online assignment writing service.
4 Ways To Cite A Quote - WikiHow. Online assignment writing service.
 
Trusted Essay Writing Service - Essay Writing Se
Trusted Essay Writing Service - Essay Writing SeTrusted Essay Writing Service - Essay Writing Se
Trusted Essay Writing Service - Essay Writing Se
 
Vintage EatonS Typewriter Paper. Vintage Typewriter.
Vintage EatonS Typewriter Paper. Vintage Typewriter.Vintage EatonS Typewriter Paper. Vintage Typewriter.
Vintage EatonS Typewriter Paper. Vintage Typewriter.
 
Good Conclusion Examples For Essays. Online assignment writing service.
Good Conclusion Examples For Essays. Online assignment writing service.Good Conclusion Examples For Essays. Online assignment writing service.
Good Conclusion Examples For Essays. Online assignment writing service.
 
BeckyS Classroom How To Write An Introductory Paragraph Writing ...
BeckyS Classroom How To Write An Introductory Paragraph  Writing ...BeckyS Classroom How To Write An Introductory Paragraph  Writing ...
BeckyS Classroom How To Write An Introductory Paragraph Writing ...
 
Pin By Felicia Ivie On Dog Business Persuasive Wor
Pin By Felicia Ivie On Dog Business  Persuasive WorPin By Felicia Ivie On Dog Business  Persuasive Wor
Pin By Felicia Ivie On Dog Business Persuasive Wor
 
8 Best Images Of Free Printable Journal Page
8 Best Images Of Free Printable Journal Page8 Best Images Of Free Printable Journal Page
8 Best Images Of Free Printable Journal Page
 
How To Write A Personal Development Plan For Uni
How To Write A Personal Development Plan For UniHow To Write A Personal Development Plan For Uni
How To Write A Personal Development Plan For Uni
 
Editable Name Tracing Preschool Alphabetworksh. Online assignment writing ser...
Editable Name Tracing Preschool Alphabetworksh. Online assignment writing ser...Editable Name Tracing Preschool Alphabetworksh. Online assignment writing ser...
Editable Name Tracing Preschool Alphabetworksh. Online assignment writing ser...
 
How To Top Google By Writing Articles. Online assignment writing service.
How To Top Google By Writing Articles. Online assignment writing service.How To Top Google By Writing Articles. Online assignment writing service.
How To Top Google By Writing Articles. Online assignment writing service.
 
How To Keep Yourself Motivated At Work - Middle
How To Keep Yourself Motivated At Work - MiddleHow To Keep Yourself Motivated At Work - Middle
How To Keep Yourself Motivated At Work - Middle
 
College Essay Topics To Avoid SupertutorTV
College Essay Topics To Avoid  SupertutorTVCollege Essay Topics To Avoid  SupertutorTV
College Essay Topics To Avoid SupertutorTV
 
Table Of Contents - Thesis And Dissertation - Researc
Table Of Contents - Thesis And Dissertation - ResearcTable Of Contents - Thesis And Dissertation - Researc
Table Of Contents - Thesis And Dissertation - Researc
 
The Doctrines Of The Scriptures Buy College Ess
The Doctrines Of The Scriptures Buy College EssThe Doctrines Of The Scriptures Buy College Ess
The Doctrines Of The Scriptures Buy College Ess
 
Short Essay On Terrorism. Terro. Online assignment writing service.
Short Essay On Terrorism. Terro. Online assignment writing service.Short Essay On Terrorism. Terro. Online assignment writing service.
Short Essay On Terrorism. Terro. Online assignment writing service.
 
How To Write A Body Paragraph For An Argument
How To Write A Body Paragraph For An ArgumentHow To Write A Body Paragraph For An Argument
How To Write A Body Paragraph For An Argument
 

Dernier

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 

Dernier (20)

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 

A Portal For Visualizing Grid Usage

  • 1. CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 Published online 7 June 2007 in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/cpe.1137 A portal for visualizing Grid usage Gregor von Laszewski1,2,∗,†, Jonathan DiCarlo2 and Bill Allcock1 1Mathematics and Computer Science Division, Argonne National Laboratory, 9700 South Cass Avenue, Argonne, IL 60439, U.S.A. 2University of Chicago, Computation Institute, Research Institutes Building, #402, 5640 South Ellis Avenue, Chicago, IL 60637, U.S.A. SUMMARY We introduce a framework for measuring the use of Grid services and exposing simple summary data to an authorized set of Grid users through a JSR168-enabled portal. The sensor framework has been integrated into the Globus Toolkit and allows Grid administrators to have access to a mechanism helping with report and usage statistics. Although the original focus was the reporting of actions in relationship to GridFTP services, the usage service has been expanded to report also on the use of other Grid services. Copyright c 2007 John Wiley Sons, Ltd. Received 8 December 2005; Accepted 11 July 2006 KEY WORDS: Grid monitoring; Grid usage; Java CoG Kit 1. INTRODUCTION As the Grid evolves [1] and is used in a dynamically changing environment, it is important to be able to measure how Grid services are used in an instantiation of a production Grid. By enhancing Grid services with the ability to report usage as part of a tightly integrated software solution, we allow production Grids to monitor which services are used when. Such usage data are essential for the development of mechanisms that deal with the ad hoc and sporadic nature of a Grid. Having such information enables the community to develop more sophisticated prediction algorithms and fault-tolerant Grid frameworks and to fulfill the need for reporting. With this information we ∗Correspondence to: Gregor von Laszewski, Argonne National Laboratory, Argonne National Laboratory, 9700 South Cass Avenues, Argonne, IL 60439, U.S.A. †E-mail: gregor@mcs.anl.gov Contract/grant sponsor: U.S. Department of Energy; contract/grant number: DE-AC02-06CH11357 Contract/grant sponsor: NSF NMI program Copyright c 2007 John Wiley Sons, Ltd.
  • 2. 1684 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK can develop next-generation scheduling systems, quality-of-service guarantees, adaptive systems, and optimizations. In the development of a usage service, we need to address the following elementary questions. • What data needs to be reported? • When do we need to report? • Where do we collect the information and archive it? • Who should have access to the data or a subset of the data? • How can we use this data in developing advanced Grid services? As with every information service in the Grid, special importance must be placed on privacy and security issues. In this paper we introduce a framework that allows the monitoring of Grid services. The data are archived and can be visualized through a Grid portal using the Java Specification Request 168 Portlet Specification (JST168) compatible portlets [2,3]. The framework has been tested and is now integrated as part of the Globus Toolkit. The paper is structured as follows. First, we summarize some related work. Next, we introduce the architecture of our framework. Then, we focus on the portlets that display the data as part of a portal. We conclude with a summary of the advantages of this new framework. 2. RELATED WORK Monitoring has always been a major part of distributed computing, including Grid computing. Hence, multiple frameworks are available, and others are under development. It is beyond the scope of this paper to provide a comprehensive overview of all these efforts. We focus instead on particular features of two types of systems: those designed for monitoring resources availability and status, and those designed for monitoring resource usage. Most available systems focus on resource availability and status. For example, they report which compute resources are available at a particular time, what disk space is available, and how the CPU is used. Ganglia [4], MonALISA [5], and the Globus Toolkit MDS [6,7] are examples of general-purpose resource-monitoring systems. Usage-monitoring systems answer the following question: What are users doing with the resources? Such systems may be used as part of intrusion detection services or advanced Grid services that dynamically adapt based on use patterns. Examples of projects that deal with usage data are the GGF GAMA working group and the Round Robin Database tool (RRD) [8], which is similar to our framework’s visualization component in that it generates charts from quantities in a database. 3. DESIGN AND ARCHITECTURE The design of our Grid Usage Sensor Service (GUSS) is independent of the Globus Toolkit and can, in principle, be reused by other frameworks and Grid services. However, to demonstrate its usefulness in a real Grid middleware, we are paying special attention to how we can use our framework in the Globus Toolkit. The GUSS architecture is inherently distributed in order to foster the distributed nature of Grids. Figure 1 depicts a high-level architectural view of the GUSS framework, while demonstrating Copyright c 2007 John Wiley Sons, Ltd.
  • 3. 1685 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe A PORTAL FOR VISUALIZING GRID USAGE Figure 1. Grid usage sensor and service framework architecture. the integration of services of the Globus Toolkit that have been augmented with usage sensors. We distinguish the following components. • Sensor. A sensor is a component that senses the use of a component and forwards this information to a usage collector. • Server. A usage collector receives the information of a sensor and forwards the information to a server that internally prepares the data for archiving to a database or uses e-mail notifications to inform users about usage information. • Visualization server. The visualization server contains a JSR168 portable portlet that, based on information filled out by a user, retrieves data from the database and prepares the data in a suitable diagram or table via a charting component. A portlet displays a window in which the user can select and query the database. Through the portal the access to the portlet can be restricted. • Thick client. In addition to the portlet, the user can also browse the data directly through a Java Swing component if the user is allowed to access the Web service. We have designed our framework to be integrated into Grid middleware such as the Globus Toolkit. Specifically, we have provided a language-independent implementation that uses specialized protocols between the sensors and the service. Hence it is possible to provide implementations (e.g. in C and Java) as they build the basis for the Globus Toolkit implementation. We have developed specialized sensor Copyright c 2007 John Wiley Sons, Ltd.
  • 4. 1686 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK Table I. Makeup of general usage packets. Bytes Contents 0–1 Service class identification 2–3 Packet version identification 4–end Component-specific information protocols and the associated sensors and clients for the GridFTP server, the Reliable File Transfer service, the Replication Location Services, the Java Web Services Core, the C Web Services Core, and the Grid Resource Allocation Manager. As each component can log its own data, one can customize what data are reported. For example, whenever the GridFTP server finishes sending or receiving a file, it sends out packets containing file metadata such as size and information about the transfer start and end times. In contrast, the Java Web Services core sensor [9] sends out packets each time the container is started or stopped, and includes a list of the Web services that are running in the container. At present we use the User Datagram Protocol (UDP) to submit the data between the sensor and the clients (UDP is also used by the Condor project in their monitoring framework). However, one could adapt the architecture to use different protocols that provide more reliability. In our tests we found that using UDP provides several advantages, especially if parts of a network become unavailable. In such a case summary information can be send out at a later time. To improve performance under load, we have integrated in the server two listener threads for each sensor type: a high-priority thread catches packets and puts them unchanged into a ring buffer, and a low-priority thread takes packets out of the ring buffer and parses them. Once the server has parsed the data, they are analyzed and archived. Summary information is also generated periodically and stored in a historical database. A cron job is used to control the frequency of the statistical analysis process. Another cron job allows the service to forward the summary information to a mailing list, to which authorized users may subscribe. To improve the performance of the framework, we have taken care to ensure that the database and the GUSS server can be run on different machines. Furthermore, we have integrated a cron job that moves sensor data to a secondary archive tables at a given time interval. Hence the data immediately accessible for processing in the server are kept small. The architecture supports two mechanisms to expose the data: a Java client that allows one to query and display the data in graphical form, and a JSR168-based portlet that allows the display in a portal. 3.1. Sensor data format and components To parse the packets, we use the ‘chain of responsibility’ pattern [10]. For each Grid service class we customize handlers. Hence, one can develop new handlers and extend the framework with user-defined sensors and their analysis. For rapid parsing we have designed our packets according to the information provided in Table I. To decide whether to handle a packet, a handler examines the first 2 bytes. Our usage update packets always contain a Grid service class identification in the first 8 bytes and a packet version identification Copyright c 2007 John Wiley Sons, Ltd.
  • 5. 1687 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe A PORTAL FOR VISUALIZING GRID USAGE Table II. GridFTP usage packet contents, by bytes. Bytes Contents 0–1 Component code (0 for GridFTP) 2–3 Packet version code 4–19 IP address (if IPv4, the first 12 bytes will be 0) 20–23 Timestamp (UNIX format) 24–end Text containing fields in the NAME=VALUE format, separated by spaces in the next 2 bytes. The advantage of using this pattern is that, when we add monitoring for a new Grid service, one can easily write a new handler subclass and register it with the listener. Also, if we need to change the format of a packet (e.g. when we start monitoring a new feature), we can assign a new packet version identification and create a handler for it, while leaving the old handler to continue parsing packets from the old version. At present, we keep the length of all usage update packets under 1472 bytes to avoid packet fragmentation, since many routers discard fragmented UDP packets. We have assigned a service class identification for several components of the Globus Toolkit [11] according to the numbers 0–7. This includes GridFTP, GRAM, Java Core, C WS Core, RFT, and RLS. It is beyond the scope of this paper to present a detailed technical description of all the different sensor packets designed for the Globus Toolkit; however, we select the current implementation of the GridFTP packets as an example. The data transmitted from the sensors to the server are organized as depicted in Table II. We note that the contents starting at byte 24 contains a separate list of name value pairs. To reduce the size of the packets, one could assign a mapping between these value pairs and a number of fixed bytes. Currently, however, we use fully quantified names as depicted in Table III. Of these fields, the ones of most interest are the start and finish times of the transfer, the host, the file size, and the operation (store or retrieve). During the summarization process, many derived quantities are calculated from this basic information. A GridFTP transfer can involve up to three hosts: the sender, the receiver, and the host that commanded the transfer, which may be distinct from the other two. Since the GridFTP server sends update packets on both store operations (file received) and retrieve operations (file sent), the listener sometimes receives two update packets for the same transfer. It stores both packets in the database; the GUSS service must handle such a situation and avoid double-counting the transfer. 3.2. Scalability We began data collection in March 2005. By June 2005 the number of GridFTP packets alone was already over 6 million, and we expect the growth to accelerate as more sites adopt Globus Toolkit 4. Even if the storage space is not a problem, the need to search so many rows may adversely affect query performance. Therefore, we use summarization and archival to reduce the need for queries to search through all of these packet records. The data that we summarize include obvious data points such as the total and average number of data entries as well as histograms showing the total number of hosts, transfer speed, transfer duration, and transfer size and their standard deviation. Copyright c 2007 John Wiley Sons, Ltd.
  • 6. 1688 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK Table III. GridFTP usage packet contents, by field name. Field name Contents HOSTNAME Name of the host logging the transfer START Time that transfer was initiated, in YYYYMMDDhhmmss.uuuuuu format (where u is microseconds) END Time that transfer was completed, in YYYYMMDDhhmmss.uuuuuuu format VER Quoted string describing GridFTP server version BUFFER Size of the buffer used in the transfer BLOCK Block size used in the transfer NBYTES Number of bytes in the file transferred STREAMS Number of streams used in the transfer STRIPES Number of stripes used in the transfer TYPE ‘STOR’ if the logging host is storing the file to disk, ‘RETR’ if the logging host is retrieving it from disk CODE Completion status code. 226 is the code for a successful transfer 3.3. Visualization To provide adequate support for analyzing and monitoring the data, we have also developed a visualization strategy based on a portal that interfaces to a GUSS Web server. It responds to two types of user requests: requests for plots of quantities over specified time periods, and requests for tabular summaries of overall usage. To answer these requests, it queries the database, compiles the individual usage packets into a summary for each time period, generates an image file of a plot if necessary, and returns an html fragment to the client. The primary intended client is the GUSS portlet, but the service is general enough to be used by arbitrary clients. An example of input to the portlet is the number of GridFTP transfers during a specific hour, day, or week. Eight statistical quantities can be requested from the service. Each of the quantities is calculated from the low-level data in the individual GridFTP transfer records that are internally aggregated over the time period specified by a granularity specification. The following quantities are observed: • the number of unique hosts active during the time period (where ‘active’ means that they sent or received at least one file); • the number of files transferred (regardless of host) during the time period; • the total number of bytes in all files transferred during the time period; • the number of new hosts observed for the first time during the period; • the mean time taken for a single transfer, with standard deviation, averaged over the time period; • the mean size of a file transfer, with standard deviation, averaged over the time period; • the mean file transfer speed (size divided by time), with standard deviation, averaged over the time period; • the mean number of streams used in transfers, averaged over the time period. Internally, the functionality of the GUSS Web service can be divided into subtasks as follows. Copyright c 2007 John Wiley Sons, Ltd.
  • 7. 1689 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe A PORTAL FOR VISUALIZING GRID USAGE Figure 2. Query issued to the GUSS database from the GUSS portlet. 1. Get and parse request coming from GUSSClient, including the time period (start and end dates) in question, the quantity to be plotted, and the time granularity (by hour, by day, etc.). 2. Compare new request to recently served requests to see whether an existing image file can be reused. 3. Check whether summaries exist for all of the time periods between the requested start and end dates and for all of the host categories of interest. 4. Get records from a GridFTP transfer database table. (There have been, on occasion, hundreds of thousands of rows within a single hour, so, to avoid running out of memory, we get these records a few at a time.) 5. Process all retrieved records to calculate averages, totals, and standard deviations, and store all of these as a summary in the database, keyed to the time period, for later use. Create one summary for each category of host. Copyright c 2007 John Wiley Sons, Ltd.
  • 8. 1690 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK Table IV. Known GridFTP hosts by top-level domain. Domain Number Comments .gov 28 Of which eight are mcs.anl.gov .edu 71 Of which 14 are isi.edu .com 5 .org 126 Of which 97 are teragrid.org .mil 1 .net 14 .am 1 Armenia .ar 2 Argentina .at 9 Austria .au 9 Australia .br 3 Brazil .ca 10 Canada .ch 1 Switzerland .cl 2 Chile .cn 1 China .cz 2 Czech Republic .de 6 Germany .es 21 Spain .fi 3 Finland .gr 4 Greece .hr 4 Croatia/Hrvatska .it 14 Italy .ie 1 Ireland .in 1 India .jp 14 Japan .kr 12 South Korea .nl 1 Netherlands .pl 3 Poland .ru 9 Russia .sg 5 Singapore .sk 1 Slovak Republic .th 1 Thailand .tw 11 Taiwan .ua 2 Ukraine .uk 23 United Kingdom .us 1 United States Total 422 Not counting six hosts whose top-level domains could not be identified Copyright c 2007 John Wiley Sons, Ltd.
  • 9. 1691 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe A PORTAL FOR VISUALIZING GRID USAGE Table V. Usage packets arranged by Globus component. Component Number of packets Percentage of total GridFTP 1 643 596 72.33 C WS Core 180 454 7.94 GRAM 173 936 7.65 Java WS Cor 57 956 2.55 RLS 6398 0.28 RFT 210 063 9.24 unparsable 256 0.01 Total 2 272 403 6. Using the summaries for each time period in the range, create chart of the user’s chosen quantity, and save this as an image file. Return to the client an html fragment containing a link to the image filed. Alternatively, return to the client an html fragment containing a table of numerical data calculated from the summaries. Figure 2 shows an example of the portal while depicting the number of active hosts participating in GridFTP transfers at a specified day. 4. RESULTS Between 18 June and 18 August 2005, GridFTP usage packets were received from 428 unique hosts in 30 countries. The breakdown of these hosts by top-level domain is shown in Table IV. Packets received from hosts in the mcs.anl.gov and isi.edu domains are excluded because these domains are used as GridFTP testbeds and produce a very large volume of packets. Out of the 428 hosts 22 hosts were in the mcs.anl.gov and isi.edu domains, but these 22 hosts logged 38.1% of all usage packets (626 086 packets out of 1 643 596). GridFTP usage packets outnumbered packets from all other Globus components combined, and made up 72.33% of all packets received (see Table V). 5. CONCLUSION Development of the Grid requires us to think at higher levels of abstraction compared to traditional software development. For this purpose, a bird’s-eye view of activity is invaluable. A usage sensor framework such as that introduced here may help advance the development of more sophisticated Grid services. It may also help Grid users and administrators in evaluating a snapshot in time and in identifying which Grid services are used. By presenting the information graphically through a portal, we enable users and administrators to search for use patterns that otherwise would be more difficult to find. This service distinguishes itself from other services such as MDS in that it reports on actual resource usage instead of resource status. Copyright c 2007 John Wiley Sons, Ltd.
  • 10. 1692 Concurrency Computat.: Pract. Exper. 2007; 19:1683–1692 DOI: 10.1002/cpe G. VON LASZEWSKI, J. DICARLO AND B. ALLCOCK ACKNOWLEDGEMENTS The U.S. Government retains for itself, and others acting on its behalf, a paid-up, non-exclusive, irrevocable worldwide license in the said article to reproduce, prepare derivative works, distribute copies to the public, and perform publicly and display publicly, by or on behalf of the U.S. Government. We acknowledge the many Globus Toolkit developers who have provided customized protocols and handlers for the different Globus services reported on in this paper. The GUSS project has been sponsored by the NSF NMI program. REFERENCES 1. von Laszewski G. The Grid-idea and its evolution. Journal of Information Technology 2005; 47(6):319–329. Available at: http://www.mcs.anl.gov/∼laszewsk/papers/vonLaszewski-grid-idea.pdf [4 August 2006]. 2. Open Grid Computing Environments. http://www.collab-ogce.org/ogce2/ [4 August 2006]. 3. Abdelnur A, Hepper S. Java Specification Request 168: Portlet Specification, October 2003. http://www.jcp.org/en/jsr/detail?id=168 [4 August 2006]. 4. Massie ML, Chun BN, Culler DE. The Ganglia distributed monitoring system: Design, implementation, and experience. Parallel Computing 2004; 30(7):817–840. Available at: http://ganglia.sourceforge.net/talks/parallel computing/ganglia-twocol.pdf [4 August 2006]. 5. Legrand IC, Newman HB, Voicu R, Cirstoiu C, Grigoras C, Toarta M, Dobre C. MonALISA: An agent based, dynamic service system to monitor, control and optimize Grid based applications. Proceedings of the 2004 International Conference on Computing in High Energy and Nuclear Physics (CHEP), Interlaken, Switzerland, 27 September–1 October 2004. CERN: Geneva, 2004. Available at: http://monalisa.cacr.caltech.edu/documentation/monalisa chep04.pdf [4 August 2006]. 6. von Laszewski G, Fitzgerald S, Foster I, Kesselman C, Smith W, Tuecke S. A directory service for configuring high-performance distributed computations. Proceedings of the 6th IEEE Symposium on High-Performance Distributed Computing, Portland, OR, 5–8 August 1997. IEEE Computer Society Press: Los Alamitos, CA, 1997; 365–375. Available at: http://www.mcs.anl.gov/∼laszewsk/papers/fitzgerald--hpdc97-mds.pdf [4 August 2006]. 7. Schopf JM, D’Arcy M, Miller N, Pearlman L, Foster I, Kesselman C. Monitoring and discovery in a Web services framework: Functionality and performance of the Globus Toolkit’s MDS4. Preprint ANL/MCS-P1248-0405, Argonne National Laboratory, Argonne, IL, 2005. Available at: http://www.mcs.anl.gov/∼schopf/Pubs/mds-sc05.pdf [4 August 2006]. 8. Oetiker T, Brutlag J, van den Bogaerdt A. RRDtool: Logging and graphing, 2005. http://oss.oetiker.ch/rrdtool/index.en.html [4 August 2006]. 9. GT4.0:CWS Core, 2005. http://www-unix.globus.org/toolkit/docs/4.0/common/cwscore/ [4 August 2006]. 10. Gamma E, Helm R, Johnson R, Vlissides J. Design Patterns: Elements of Reusable Object-oriented Software. Addison- Wesley: Reading, MA, 1995. 11. Globus Release Documentation, 2006. http://www.globus.org/toolkit/docs/4.0/ [4 August 2006]. Copyright c 2007 John Wiley Sons, Ltd.