diff options
author | Ondrej Čerman | 2020-02-16 17:59:11 +0100 |
---|---|---|
committer | Ondrej Čerman | 2020-02-16 17:59:11 +0100 |
commit | 4c24861057e8062513991a024828b2923ab436a7 (patch) | |
tree | ad5f01a5e0e108efcf07811f16ca067415612a8f | |
parent | ea6ae46b185a9e9b873885cafa8c344df2915a5f (diff) |
Updated readme: added capabilities workaround
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ make You can launch app by `sudo ./zenmonitor`, or you can install it to your system and then launch it from your OS menu. 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). +Alternatively, you can set capabilities to zenmonitor executable: `sudo setcap cap_sys_rawio,cap_dac_read_search+ep ./zenmonitor` ## Command line arguments |