segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

report total CPU usage #64

Closed achille-roussel closed 7 years ago

achille-roussel commented 7 years ago

Reporting the total value allows min/max metrics to be actually meaningful, otherwise computing min(user) + min(sys) adds metrics that aren't related to each other.

achille-roussel commented 7 years ago

Thanks for the review!