Update README.md
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment