Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created September 10, 2018 17:01
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/de06277af1bc4e1648c984e15f597ce7 to your computer and use it in GitHub Desktop.
Save mdcallag/de06277af1bc4e1648c984e15f597ce7 to your computer and use it in GitHub Desktop.
nohup bash cmu2.sh 250000000 3600 md2 1000 &
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\t%.0f\t%.0f\t%.0f\n", $2, $3, $4, $5, $6, $7 }'
dyn=0, pri=0
r/s rMB/s w/s wMB/s rGB wGB
485 58 1053 130 1514 3389
515 62 1136 141 1400 3188
1292 157 3104 385 1205 2950
2848 343 5388 667 1483 2882
3898 470 6661 825 1285 2255
4097 492 6871 851 1294 2236
4136 497 7023 869 1259 2202
3711 447 6636 821 1165 2142
3411 410 6213 769 1078 2024
3164 381 5949 735 1018 1965
3190 382 5967 739 997 1931
dyn=0, pri=3
r/s rMB/s w/s wMB/s rGB wGB
140 17 1017 126 256 1865
159 20 1155 143 255 1866
562 68 3090 382 291 1626
1426 170 4637 575 456 1545
1502 179 5165 640 436 1559
1559 186 5593 693 427 1591
1696 202 5947 737 446 1627
1785 212 5744 712 482 1616
1776 211 6025 746 469 1657
1806 214 5825 720 494 1665
1849 218 5068 628 535 1536
dyn=1, pri=0
r/s rMB/s w/s wMB/s rGB wGB
410 49 1035 128 1154 3019
438 52 1135 141 1131 3029
1300 159 3120 386 1225 2975
2774 336 5459 676 1365 2752
3995 479 6881 852 1364 2428
4461 536 7232 895 1403 2344
4049 487 7131 882 1218 2205
3657 439 6805 842 1130 2168
3646 438 6784 840 1131 2170
3664 440 6566 813 1212 2240
3426 411 6285 778 1130 2137
dyn=1, pri=3
r/s rMB/s w/s wMB/s rGB wGB
120 15 1042 129 214 1887
135 16 1185 147 213 1890
476 58 3193 396 267 1812
1658 200 5512 683 497 1696
2091 250 5756 713 596 1700
2101 252 5904 732 581 1685
2304 276 6060 750 622 1692
2320 277 5755 713 663 1706
2425 291 6589 816 648 1816
2299 274 5750 712 673 1744
2383 284 5592 692 711 1733
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment