deis / monitor

Monitoring for Deis Workflow
https://deis.com
MIT License
22 stars 32 forks source link

Determine how CPU metrics are reported #134

Closed jchauncey closed 7 years ago

jchauncey commented 8 years ago

https://trello.com/c/6lYjhOK4/97-decipher-difference-between-seconds-and-on-the-cpu-metrics

Figure out if the % is of the overall CPU available or of the millicore limit set

Example: I constrain the logger to 500m (half a core) and the logger had 80% CPU usage in Logger, is that 80% of the 500millicore allocation or is that is 80% of all the available CPUs

Bonus: Figure out what value there is in the CPU usage in seconds data.

jchauncey commented 7 years ago

see #139