Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created September 10, 2018 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcallag/900ee63a2f480d69351f388b05f8e050 to your computer and use it in GitHub Desktop.
Save mdcallag/900ee63a2f480d69351f388b05f8e050 to your computer and use it in GitHub Desktop.
nohup bash cmu2.sh 250000000 3600 md2 400 &
for dyn in 0 1; do for cpri in 0 3; do for j in 1 2 4 8 12 16 24 32 40 48 64 ; do echo j $j, pri $cpri, dyn $dyn; head -3 hw.j$j.pri$cpri.dyn$dyn | tail -1 ; done; done; done | grep -v pri | awk '{ printf "%d\t%.0f\t%.0f\n", $4, $5, $7 }'
dyn=0, cpri=0
w/s wMB/s wGB
786 210 2075
949 258 2083
2371 647 1773
3995 1091 1716
4629 1264 1781
5241 1431 1797
5480 1500 1752
5470 1498 1720
5498 1504 1706
5558 1523 1675
5694 1559 1701
dyn=0, cpri=3
w/s wMB/s wGB
708 198 1423
938 261 1426
2179 605 1260
3267 902 1333
3867 1066 1395
4180 1153 1414
4597 1266 1435
4667 1286 1440
4847 1333 1455
4928 1357 1477
4833 1332 1434
dyn=1, cpri=0
w/s wMB/s wGB
787 214 2129
942 256 2081
2411 657 1869
4266 1162 1872
5080 1387 1839
5447 1486 1858
5595 1528 1780
5600 1530 1772
5603 1531 1712
5593 1527 1709
6015 1644 1776
dyn=1, cpri=3
w/s wMB/s wGB
699 196 1374
933 260 1376
2247 624 1308
3501 966 1402
4145 1146 1453
4413 1218 1465
4766 1313 1489
4963 1366 1507
5186 1429 1528
5244 1447 1526
5170 1424 1491
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment