SlideShare a Scribd company logo
1 of 10
Download to read offline
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 fulļ¬ll 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 Speciļ¬cation Request 168 Portlet
Speciļ¬cation (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 notiļ¬cations to
inform users about usage information.
ā€¢ Visualization server. The visualization server contains a JSR168 portable portlet that, based on
information ļ¬lled 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.
Speciļ¬cally, 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 identiļ¬cation
2ā€“3 Packet version identiļ¬cation
4ā€“end Component-speciļ¬c 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 ļ¬nishes sending or receiving a ļ¬le,
it sends out packets containing ļ¬le 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-deļ¬ned
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 ļ¬rst 2 bytes. Our usage update packets
always contain a Grid service class identiļ¬cation in the ļ¬rst 8 bytes and a packet version identiļ¬cation
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 ļ¬rst 12 bytes will be 0)
20ā€“23 Timestamp (UNIX format)
24ā€“end Text containing ļ¬elds 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 identiļ¬cation 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 identiļ¬cation 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 ļ¬xed bytes. Currently, however, we use fully quantiļ¬ed names as depicted in Table III.
Of these ļ¬elds, the ones of most interest are the start and ļ¬nish times of the transfer, the host,
the ļ¬le 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 (ļ¬le received) and retrieve
operations (ļ¬le 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 ļ¬eld 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 ļ¬le 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 ļ¬le 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 speciļ¬ed 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 ļ¬le 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 speciļ¬c 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 speciļ¬ed by a granularity speciļ¬cation. 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 ļ¬le);
ā€¢ the number of ļ¬les transferred (regardless of host) during the time period;
ā€¢ the total number of bytes in all ļ¬les transferred during the time period;
ā€¢ the number of new hosts observed for the ļ¬rst 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 ļ¬le transfer, with standard deviation, averaged over the time period;
ā€¢ the mean ļ¬le 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 ļ¬le 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
.ļ¬ 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 identiļ¬ed
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 ļ¬le. Return to the client an html fragment containing a link to the
image ļ¬led.
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 speciļ¬ed 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 difļ¬cult
to ļ¬nd. 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 Speciļ¬cation Request 168: Portlet Speciļ¬cation, 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 conļ¬guring
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/ļ¬tzgerald--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.

More Related Content

Similar to 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
Ā 
Ogsi standards
Ogsi standardsOgsi standards
Ogsi standardsPooja Dixit
Ā 
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-Deļ¬ned Networks
A Proposal for End-to-End QoS Provisioning in Software-Deļ¬ned NetworksA Proposal for End-to-End QoS Provisioning in Software-Deļ¬ned Networks
A Proposal for End-to-End QoS Provisioning in Software-Deļ¬ned 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
Ā 
rscript_paper-1
rscript_paper-1rscript_paper-1
rscript_paper-1Eric Dagobert
Ā 
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
Ā 

Similar to 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-Deļ¬ned Networks
A Proposal for End-to-End QoS Provisioning in Software-Deļ¬ned NetworksA Proposal for End-to-End QoS Provisioning in Software-Deļ¬ned Networks
A Proposal for End-to-End QoS Provisioning in Software-Deļ¬ned 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
Ā 

More from 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
Ā 

More from 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
Ā 

Recently uploaded

Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
Ā 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
Ā 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
Ā 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
Ā 
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
Ā 
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
Ā 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
Ā 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
Ā 
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
Ā 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
Ā 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
Ā 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
Ā 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
Ā 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
Ā 
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
Ā 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
Ā 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
Ā 

Recently uploaded (20)

Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
Ā 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ā 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
Ā 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
Ā 
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
Ā 
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
Ā 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
Ā 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Ā 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Ā 
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...
Ā 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Ā 
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
Ā 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
Ā 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
Ā 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
Ā 
CĆ³digo Creativo y Arte de Software | Unidad 1
CĆ³digo Creativo y Arte de Software | Unidad 1CĆ³digo Creativo y Arte de Software | Unidad 1
CĆ³digo Creativo y Arte de Software | Unidad 1
Ā 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
Ā 
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
Ā 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
Ā 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
Ā 

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 fulļ¬ll 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 Speciļ¬cation Request 168 Portlet Speciļ¬cation (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 notiļ¬cations to inform users about usage information. ā€¢ Visualization server. The visualization server contains a JSR168 portable portlet that, based on information ļ¬lled 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. Speciļ¬cally, 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 identiļ¬cation 2ā€“3 Packet version identiļ¬cation 4ā€“end Component-speciļ¬c 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 ļ¬nishes sending or receiving a ļ¬le, it sends out packets containing ļ¬le 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-deļ¬ned 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 ļ¬rst 2 bytes. Our usage update packets always contain a Grid service class identiļ¬cation in the ļ¬rst 8 bytes and a packet version identiļ¬cation 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 ļ¬rst 12 bytes will be 0) 20ā€“23 Timestamp (UNIX format) 24ā€“end Text containing ļ¬elds 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 identiļ¬cation 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 identiļ¬cation 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 ļ¬xed bytes. Currently, however, we use fully quantiļ¬ed names as depicted in Table III. Of these ļ¬elds, the ones of most interest are the start and ļ¬nish times of the transfer, the host, the ļ¬le 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 (ļ¬le received) and retrieve operations (ļ¬le 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 ļ¬eld 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 ļ¬le 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 ļ¬le 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 speciļ¬ed 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 ļ¬le 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 speciļ¬c 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 speciļ¬ed by a granularity speciļ¬cation. 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 ļ¬le); ā€¢ the number of ļ¬les transferred (regardless of host) during the time period; ā€¢ the total number of bytes in all ļ¬les transferred during the time period; ā€¢ the number of new hosts observed for the ļ¬rst 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 ļ¬le transfer, with standard deviation, averaged over the time period; ā€¢ the mean ļ¬le 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 ļ¬le 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 .ļ¬ 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 identiļ¬ed 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 ļ¬le. Return to the client an html fragment containing a link to the image ļ¬led. 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 speciļ¬ed 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 difļ¬cult to ļ¬nd. 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 Speciļ¬cation Request 168: Portlet Speciļ¬cation, 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 conļ¬guring 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/ļ¬tzgerald--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.