Mahmood Ali
|
d59f149597
|
Update gopsutil code
Latest gosutil includes two backward incompatible changes:
First, it removed unused Stolen field in
cae8efcffa (diff-d9747e2da342bdb995f6389533ad1a3d)
.
Second, it updated the Windows cpu stats calculation to be inline with
other platforms, where it returns absolate stats rather than
percentages. See https://github.com/shirou/gopsutil/pull/611.
|
2020-03-15 09:37:05 +01:00 |
Alex Dadgar
|
4173834231
|
Enable more linters
|
2017-09-26 15:26:33 -07:00 |
Diptanu Choudhury
|
34f85baab0
|
Fix the calculation of total ticks for docker and exec
|
2016-06-12 18:08:35 +02:00 |
Diptanu Choudhury
|
7fb507e810
|
Moving the clkspeed code to helper
|
2016-06-11 17:31:49 +02:00 |
Diptanu Choudhury
|
59540c3e93
|
Extracted a method for getting clock speed
|
2016-06-11 02:07:28 +02:00 |
Diptanu Choudhury
|
01054db4fa
|
Calculating total ticks consumed in the nomad client
|
2016-06-10 23:14:33 +02:00 |
Diptanu Choudhury
|
2d3798b076
|
Calculating the cpu ticks in nomad client
|
2016-06-10 22:22:32 +02:00 |
Alex Dadgar
|
3cf74e7fd8
|
Alloc-status only shows measured statistics and fixes to CPU calculations
|
2016-06-10 10:38:29 -07:00 |
Diptanu Choudhury
|
98016ec066
|
Incorporated review comments for executor
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
77357ccf80
|
Added a test for calculating cpu stats
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
7744a41358
|
Added some docs
|
2016-05-28 19:59:03 -07:00 |
Diptanu Choudhury
|
b884253d39
|
Added locks to RingBuf
|
2016-05-28 19:59:03 -07:00 |
Diptanu Choudhury
|
22c3f6fee0
|
Implemented nomad cpu percentage calculator
|
2016-05-28 19:59:03 -07:00 |
Diptanu Choudhury
|
e37a108b4c
|
Implemented cpu stats
|
2016-05-28 19:51:22 -07:00 |