minio/pkg/cpu
Sidhartha Mani 34e7259f95 Add Historic CPU and memory stats (#7136)
Collect historic cpu and mem stats.  Also, use actual values 
instead of formatted strings while returning to the client. The string 
formatting prevents values from being processed by the server or 
by the client without parsing it. 

This change will allow the values to be processed (eg. 
compute rolling-average over the lifetime of the minio server)
and offloads the formatting to the client.
2019-01-30 12:47:32 +05:30
..
counter_linux.go Fix build issues on BSDs in pkg/cpu (#7116) 2019-01-22 09:27:23 +05:30
counter_other.go Fix build issues on BSDs in pkg/cpu (#7116) 2019-01-22 09:27:23 +05:30
cpu.go Add Historic CPU and memory stats (#7136) 2019-01-30 12:47:32 +05:30
helpers.go Add ServerCPULoadInfo() and ServerMemUsageInfo() admin API (#7038) 2019-01-09 19:04:19 -08:00