Advertisement
devinteske

bonstat sample run

Jul 6th, 2013
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. dteske@chino.vicor.com bonstat-0.4 $ ls
  2. Makefile README bonstat main.c
  3. dteske@chino.vicor.com bonstat-0.4 $ make
  4. cc -O2 -pipe -Wall -c main.c -o main.o
  5. cc -g main.o -o bonstat_gather
  6. dteske@chino.vicor.com bonstat-0.4 $ ./bonstat -v 10
  7. --------Sequential Output-------- ---Sequential Input--- ---Random--
  8. -Per Char- ---Block--- --Rewrite- -Per Char- ---Block--- ---Seeks---
  9. Seq # KB/sec CPU KB/sec CPU KB/sec CPU KB/sec CPU KB/sec CPU #/sec CPU
  10. 1 314496 121 1102260 100 619105 35 208681 70 7062068 100 401405 219
  11. 2 314544 110 1113767 100 619480 33 207379 69 7111454 100 398038 218
  12. 3 313856 114 1123889 100 622136 33 206959 69 7179064 100 398055 217
  13. 4 314698 111 1130234 100 619712 33 206532 101 7137722 100 398943 217
  14. 5 314677 113 1128503 100 619741 32 206507 95 7112918 101 399548 218
  15. 6 314906 111 1130471 100 619138 33 206429 95 7042900 92 398535 218
  16. 7 315363 112 1130617 100 618867 32 206355 92 7081669 93 398962 217
  17. 8 315559 110 1130414 100 618431 33 206248 89 7033062 94 398725 216
  18. 9 315766 112 1127550 100 617929 33 206680 87 7000148 94 400815 217
  19. 10 315961 110 1128446 100 617343 33 206745 85 7001503 95 400806 217
  20. dteske@chino.vicor.com bonstat-0.4 $ cat log
  21. Iterations Completed: 10
  22. Test File Size: 1 (MB)
  23. Sequential Output:
  24. Per Char Average: 315960.875 KB/s @ 110.34% CPU
  25. Block Average: 1128446.500 KB/s @ 99.86% CPU
  26. Rewrite Average: 617343.250 KB/s @ 32.90% CPU
  27. Sequential Input:
  28. Per Char Average: 206744.797 KB/s @ 85.06% CPU
  29. Block Average: 7001503.000 KB/s @ 94.79% CPU
  30. Seek Average: 400805.6 Seeks/sec @ 216.63% CPU
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement