diff options
author | Ondrej Čerman | 2020-01-23 22:56:55 +0100 |
---|---|---|
committer | Ondrej Čerman | 2020-01-23 22:56:55 +0100 |
commit | b079f2f20b2f743b6df79bbd2473d74b3cffd935 (patch) | |
tree | fce3dfd78adc6afee061377c22fbe845dedafe21 | |
parent | a82a28c135afb11470a383ba55278dc48e37ed4e (diff) |
Added command line arguments
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. ``` |