|
@@ -3,11 +3,11 @@ Goopta - Go + Opta
|
|
|
|
|
|
A minial metric collection system which polls:
|
|
|
|
|
|
- * Load average values
|
|
|
- * Derived CPU percentage values
|
|
|
- * Network interface statistics
|
|
|
- * Disk partition usage in percent
|
|
|
- * Memory usage in percent
|
|
|
+ * Load average values (TBD)
|
|
|
+ * Derived CPU percentage values (complete)
|
|
|
+ * Network interface statistics (TBD)
|
|
|
+ * Disk partition usage in percent (TBD)
|
|
|
+ * Memory usage (complete)
|
|
|
|
|
|
Fondly named gupta, for my bud.
|
|
|
|
|
@@ -43,7 +43,7 @@ $ make test
|
|
|
Usage
|
|
|
-----
|
|
|
```
|
|
|
-$ gutpa [-c|-l|-m|-p <partition>|-n <interface>] [-f <sec>]
|
|
|
+$ gutpa [-c|-l|-m|-p <partition>|-n <interface>] [-i <sec>]
|
|
|
```
|
|
|
|
|
|
You should see something like this:
|