mirror of https://github.com/minio/minio.git
34e7259f95
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. |
||
---|---|---|
.. | ||
counter_linux.go | ||
counter_other.go | ||
cpu.go | ||
helpers.go |