source:
doc/theses/thierry_delisle_PhD/code/readyQ_proto/scale.sh@
b3d794fc
Last change on this file since b3d794fc was f9f3775, checked in by , 5 years ago | |
---|---|
|
|
File size: 473 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | taskset -c 24-31 ./a.out -t 1 -b churn | grep --color -E "(ns|Ops|Running)" |
3 | taskset -c 24-31 ./a.out -t 2 -b churn | grep --color -E "(ns|Ops|Running)" |
4 | taskset -c 24-31 ./a.out -t 4 -b churn | grep --color -E "(ns|Ops|Running)" |
5 | taskset -c 24-31 ./a.out -t 8 -b churn | grep --color -E "(ns|Ops|Running)" |
6 | taskset -c 16-31 ./a.out -t 16 -b churn | grep --color -E "(ns|Ops|Running)" |
7 | taskset -c 0-31 ./a.out -t 32 -b churn | grep --color -E "(ns|Ops|Running)" |
Note:
See TracBrowser
for help on using the repository browser.