|
I have log data that tracks the completion of jobs. I'd like to be able to track the completed jobs, but for 4 different increments: the last 5 minutes, last 30 minutes, last hour, and last 24 hours, and I'd like it to be displayed in a table, something like this.
And the data resembles something like this:
I can do a count on status=Finished and dump that to a simpleResultsTable by JobType for the entire log file or for a single start/end period. But how would I send that to a simpleResultsTable for multiple increments? |
|
You should be able to use eval and relative_time to sort this one out:
Let me know if that works. Yes that works. Thanks!
(20 Jul '11, 16:33)
cejohnson
Excellent! I'm glad to hear that.
(22 Jul '11, 00:33)
David
|
