aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Čerman2020-01-23 22:56:55 +0100
committerOndrej Čerman2020-01-23 22:56:55 +0100
commitb079f2f20b2f743b6df79bbd2473d74b3cffd935 (patch)
treefce3dfd78adc6afee061377c22fbe845dedafe21
parenta82a28c135afb11470a383ba55278dc48e37ed4e (diff)
Added command line arguments
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c823858..eae530f 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,10 @@ You can launch app by `sudo ./zenmonitor`, or you can install it to your system
Note: Because superuser privileges are usually needed to access data from MSR driver, you need to launch zenmonitor as root for monitoring CPU power usage (RAPL).
+## Command line arguments
+
+``--coreid`` - Display core_id instead of core index
+
## Installing
By default, Zenmonitor will be installed to /usr/local.
```