We have 2 PBS instances, one with SSDs and the other with spinning rust. It's a bit tricky to get the timings right, so to visualize what is going on I wrote a small python script to convert the task logs of PBS into iCal ICS format.
You can create one calendar per host and compare the times various stuff runs. Tasks within half an hour around another task are merged together, so this is more for a broad overview, you won't see every detail.
The gist is here: https://gist.github.com/fake666/34b41d5c01f3a5bdea09699c24031c12
(yes, this is an example of a very bad situation ^^)
Let me know if you like it ;-)
You can create one calendar per host and compare the times various stuff runs. Tasks within half an hour around another task are merged together, so this is more for a broad overview, you won't see every detail.
The gist is here: https://gist.github.com/fake666/34b41d5c01f3a5bdea09699c24031c12
(yes, this is an example of a very bad situation ^^)
Let me know if you like it ;-)
Last edited: