Xpath to query to get all JobUsageRecords between specified dates
To do a date range, must first take the date before the T in the timezone
in
2003-11-07T18:21:17
which gives you 2003-11-07/
Then strip the - to give you 20031177 which then can have a straight
numeric comparison with the two arguments passed in.
Given the user data, this class produces a java.awt.Image pie chart showing
a pie chart of the top 10 users and percent usage based on number of nodes
used.
Given the user data, this class produces a java.awt.Image pie chart showing
a pie chart of NPACI usage of used cycles that is actually UM users with
NPACI accounts.
Convert a String in the format HH:MM:SS to the total number of seconds
represented by that String, so 00:01:00 would return 60, as one minute
is 60 seconds.