Sample Usage Reports From Globus Software
The following samples illustrate the data that may be sent from software in the Globus Toolkit 4.0.x.
GridFTP
GridFTP servers send a usage report when a file transfer operation is completed.
| Packet contents | Example |
|---|---|
| Local server IP address | 128.224.32.32 |
| Local server hostname | gridftp.mydomain.org |
| GridFTP code version | 2.1 (gcc32dbg, 1122653280-63) |
| STOR or RETR operation | STOR |
| Transfer start time | 2007-04-25 20:55:16.735 |
| Transfer end time | 2007-04-25 20:56:31.45 |
| Report send time | 2007-04-25 21:56:31 |
| Bytes transfered | 262144000 |
| Number of stripes used for transfer | 8 |
| Number of streams used for transfer | 8 |
| TCP buffer size used for transfer | 33554432 |
| Block size used for transfer | 262144 |
| GridFTP return code | 226 |
| IP version | 4 |
WS GRAM
WS GRAM services send a usage report whenever a job completes.
| Packet contents | Example |
|---|---|
| Local IP address | 128.5.198.23 |
| Report send time | 2006-04-05 13:25:35.272 |
| Job submission time | 2006-04-05 13:25:33.471 |
| Scheduler type | LSF |
| Job credential endpoint used? | false |
| File stagein used? | true |
| File stageout used? | true |
| File cleanup used? | true |
| Cleanup hold used? | false |
| Job type | SINGLE |
| GT2 error code | 0 |
| WS GRAM fault class | 0 |
RFT
RFT services send a usage report whenever a file transfer request has completed. (Note that an RFT request can involve many individual file transfers.)
| Packet contents | Example |
|---|---|
| Report send time | 2006-01-17 15:23:30.011 |
| Local IP address | 192.5.198.223 |
| RFT request type | TRANSFER |
| Number of files | 4 |
| Number of bytes | 375113310 |
| Number of resources | 0 |
| Creation time | 1137533005210 |
| Factory start time | 1137533010012 |
RLS
RLS services send a usage report at server startup, shutdown, and once every 24 hours while the service is running.
| Packet contents | Example |
|---|---|
| Report send time | 2005-12-18 18:01:38 |
| Local IP address | 192.192.5.223 |
| Local hostname | rls.mydomain.org |
| RLS version | 4.0 |
| RLS service uptime | 3267955 |
| Configured for LRC use? | true |
| Configured for RLI use? | true |
| Number of LFNs | 156 |
| Number of PFNs | 16 |
| Number of mappings | 16 |
| Number of RLI LFNs | 13437 |
| Number of RLI LRCs | 3 |
| Number of RLI senders | 3 |
| Number of RLI mappings | 20345 |
| Number of threads | 3 |
| Number of connections | 48 |
Java WS Container
Java WS containers send one usage report when they startup and another one when they shutdown. (Note that services hosted within the container (e.g., RFT, WS GRAM) may also send usage reports, and these technically come from the container also.)
| Packet contents | Example |
|---|---|
| Report send time | 2005-07-29 12:45:24.401 |
| Local IP address | 98.4.4.126 |
| Container ID (random) | 1045289443 |
| Container type | STANDALONE |
| Event type | STARTUP |
| List of services | NotificationTestService,TestServiceWrongWSDL,AuthzCalloutTestService[...] |
| Container uptime | 2364225 |
C WS Container
C WS containers send one usage report when they startup.
| Packet contents | Example |
|---|---|
| Report send time | 2005-07-29 12:45:24.401 |
| Local IP address | 123.45.67.2 |