CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

Use statgo for metrics #75

Closed langston-barrett closed 8 years ago

langston-barrett commented 9 years ago

Statgo can be used for metrics like CPU usage, etc. in a platform-independent and consistent way. It should be implemented for all checks in usage.go.

https://github.com/akhenakh/statgo

http://godoc.org/github.com/akhenakh/statgo

This will have to wait untill statgo's issue 1 is resolved (request for documentation).

langston-barrett commented 8 years ago

statgo is not suited for easy use as a library.