Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil96 authored Jul 14, 2017
1 parent 6c8df8e commit 842532a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# cAdvisor-API
Metrics of docker swarm by using google cAdvisor API

To find CPU usage % the following formula is used

Usage % = (Used CPU Time (in nanoseconds) for the interval) /(interval (in nano secs) * num cores)

## Install
System should have **go** installed.

Expand Down

0 comments on commit 842532a

Please sign in to comment.