Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fruhland authored Aug 13, 2018
1 parent 46b4c18 commit 7e6e1f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ On a Debian-based system, you can run theses commands to build and run the proje
sudo apt install cmake libibmad-dev libibumad-dev libibnetdisc-dev libopensm-dev
./build.sh
sudo ./build/bin/IbPerfMon
```
```

It is also possible to start IbPerfMon in compatibility mode, where it does not need root privileges. However, it will only monitor local HCAs in this mode.

```
./build/bin/IbPerfMon --mode compat
```

0 comments on commit 7e6e1f2

Please sign in to comment.