TACC / tacc_stats

TACC Stats is an automated resource-usage monitoring and analysis package.
GNU Lesser General Public License v2.1
41 stars 15 forks source link

Update listend.py to use the date from the monitor - support out-of-order messages #43

Closed stephenlienharrell closed 3 months ago

stephenlienharrell commented 1 year ago

Currently listen.py is using time.time() to determine the date of a message which makes out-of-order messages particularly messy.

notes: Here we should be able to view the message in memory and find the timestamp:

https://github.com/TACC/tacc_stats/blob/9a56573e2ef74cf24a6371760b5599cc82460fe9/tacc_stats/listend.py#L17C1-L22C30

stephenlienharrell commented 10 months ago

Create test case for this first.

stephenlienharrell commented 3 months ago

Fixed this in the archival code, no longer need to worry about listen.py doing the right thing.

Relevant update: https://github.com/TACC/tacc_stats/commit/2184a6bad3e2a031730da0623696b5f7265ebf8a