madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Note utilization level during swarming task execution and upload this information along stdout #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The general idea is to monitor values and sample at a certain rate, and upload 
these along stdout as separate channels.

Obvious ideas includes (when available):
- cpu usage (per core or total?)
- disk I/O
- network I/O
- temperature (if applicable)
- disk usage (?)
etc

We could start with one, to get the pipe going up to the server in a generic 
way, then add the rest.

Original issue reported on code.google.com by maruel@chromium.org on 23 Oct 2014 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 9 Jan 2015 at 8:01