Commit fcaf1dd2 fcaf1dd2c9aa5ea3f3569c7883f87c46e638b041 by Christian Gerdes

Update README.md

1 parent 9ad1f7ff
...@@ -4,12 +4,13 @@ cores of the machine. You need to specify the number of concurrent threads, and ...@@ -4,12 +4,13 @@ cores of the machine. You need to specify the number of concurrent threads, and
4 optionally the priority of the process by specifying a nice value to add. 4 optionally the priority of the process by specifying a nice value to add.
5 5
6 ## Syntax 6 ## Syntax
7 ```
7 piloop <n> <p> 8 piloop <n> <p>
8 9
9 Where 10 Where
10 <n> The number of concurrent threads to run 11 <n> The number of concurrent threads to run
11 <p> The priority of the process (added to the default nice value of 0) 12 <p> The priority of the process (added to the default nice value of 0)
12 13 ```
13 On most systems root privileges are needed to change the process nice value. 14 On most systems root privileges are needed to change the process nice value.
14 15
15 Set number of threads to the same number as logical cpus in order to load all 16 Set number of threads to the same number as logical cpus in order to load all
......