Bug #12748
closed[crunch2] crunchstat-summary doesn't report elapsed time for crunch2 jobs
Added by Tom Morris about 7 years ago. Updated about 6 years ago.
100%
Description
From examination, the elapsed time calculation is on a crunch1-only code path. This also means that average CPU utilization doesn't get reported since it depends on the elapsed time.
Updated by Tom Morris about 7 years ago
- Status changed from New to In Progress
- Assigned To set to Tom Morris
I've implemented a stop gap using the existing data sources in 42017ce7d, but it may be better to handle this differently for crunch2 by using the first and last timestamps of the crunch-run.txt file
Updated by Tom Morris about 7 years ago
- Target version changed from 2017-12-06 Sprint to 2017-12-20 Sprint
Updated by Tom Morris about 7 years ago
- Target version changed from 2017-12-20 Sprint to 2018-01-17 Sprint
Updated by Tom Morris about 7 years ago
Branch containing the commit is 12690-container-request-keep-stats.
Problem confirmed in actual crunch2 outputs.
Updated by Tom Morris about 7 years ago
- Target version changed from 2018-01-17 Sprint to 2018-01-31 Sprint
Updated by Tom Morris almost 7 years ago
- Target version changed from 2018-01-31 Sprint to 2018-02-14 Sprint
Updated by Tom Morris almost 7 years ago
- Target version changed from 2018-02-14 Sprint to 2018-02-28 Sprint
Updated by Tom Morris almost 7 years ago
- Target version changed from 2018-02-28 Sprint to 2018-03-14 Sprint
Updated by Tom Morris almost 7 years ago
- Target version changed from 2018-03-14 Sprint to 2018-03-28 Sprint
Updated by Tom Morris almost 7 years ago
- Target version changed from 2018-03-28 Sprint to 2018-04-11 Sprint
Updated by Tom Morris almost 7 years ago
- Target version changed from 2018-04-11 Sprint to 2018-04-25 Sprint
Updated by Tom Morris almost 7 years ago
- Target version changed from 2018-04-25 Sprint to 2018-05-09 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-05-09 Sprint to 2018-05-23 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-05-23 Sprint to 2018-06-06 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-06-06 Sprint to 2018-06-20 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-06-20 Sprint to 2018-07-03 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-07-03 Sprint to 2018-07-18 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-07-18 Sprint to 2018-08-01 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-08-01 Sprint to 2018-08-15 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-08-15 Sprint to 2018-09-05 Sprint
Updated by Peter Amstutz over 6 years ago
The elapsed time is wildly wrong, it should probably be 0 (the actual runtime is less than 10 seconds and doesn't span a full collection interval.
### Summary for extract-metrics (e51c5-dz642-mtnlzmwjjyryis1) category metric task_max task_max_rate job_total blkio:0:0 read 0 0 0 blkio:0:0 write 0 0 0 cpu cpus 2 - - cpu sys 0 - 0.00 cpu user 0 - 0.00 cpu user+sys 0 - 0.00 fuseops read 0 0 0 fuseops write 0 0 0 keepcache hit 0 0 0 keepcache miss 0 0 0 keepcalls get 0 0 0 keepcalls put 0 0 0 mem cache 0 - - mem pgmajfault 0 - 0 mem rss 585728 - - net:keep0 rx 0 0 0 net:keep0 tx 0 0 0 net:keep0 tx+rx 0 0 0 time elapsed 86398 - 86398 # Number of tasks: 1 # Max CPU time spent by a single task: 0s # Max CPU usage in a single interval: 0% # Overall CPU usage: 0.00% # Max memory used by a single task: 0.00GB # Max network traffic in a single task: 0.00GB # Max network speed in a single interval: 0.00MB/s # Keep cache miss rate 0.00% # Keep cache utilization 0.00% #!! extract-metrics max RSS was 1 MiB -- try runtime_constraints "ram":1020054732
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-09-05 Sprint to 2018-09-19 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-09-19 Sprint to 2018-10-03 Sprint
Updated by Peter Amstutz over 6 years ago
- Assigned To changed from Tom Morris to Peter Amstutz
- Target version changed from 2018-10-03 Sprint to 2018-10-17 sprint
Updated by Peter Amstutz over 6 years ago
12690-12748-crunchstat-summary @ f7fc6e731f2be11513a99f28affb16b0a4cb63db
https://ci.curoverse.com/view/Developer/job/developer-run-tests/916/
Updated by Peter Amstutz over 6 years ago
Updated by Peter Amstutz over 6 years ago
- Status changed from In Progress to Resolved