Advertisement
slmingol

Strace_Analyzer.pl sample output

Nov 26th, 2014
1,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. Analysis Output
  2. ===============
  3. Number of Lines in strace file: 7072
  4. —————-
  5. — Time Stats –
  6. —————-
  7. Elapsed Time for run: 0.526419 (secs)
  8. Total IO Time: 0.121526 (secs)
  9. Total IO Time Counter: 7025
  10. Percentage of Total Time = 23.085406%
  11. ———————-
  12. — IO Command Count –
  13. ———————-
  14. Command Count
  15. ==============================
  16. stat64 1
  17. open 6
  18. close 7
  19. access 6
  20. lseek 4000
  21. read 4
  22. write 2998
  23. ———————-
  24. — Write Statistics –
  25. ———————-
  26. – File sizes for write() function –
  27. IO Size Range Number of Functions
  28. =======================================================
  29. ( 1) 0KB < < 1KB 1998
  30. ( 2) 1KB < < 8KB 0
  31. ( 3) 8KB < < 32KB 1000
  32. ( 4) 32KB < < 128KB 0
  33. ( 5) 128KB < < 256KB 0
  34. ( 6) 256KB < < 512KB 0
  35. ( 7) 512KB < < 1000KB 0
  36. ( 8) 1000KB < < 10MB 0
  37. ( 9) 10MB < < 100MB 0
  38. ( 10) 100MB < < 1GB 0
  39. ( 11) 1GB < < 10GB 0
  40. ( 12) 10GB < < 100GB 0
  41. ( 13) 100GB < < 1TB 0
  42. ( 14) 1TB < < 10TB 0
  43. – WRITE SUMMARY –
  44. Total number of Bytes written = 8,011,996 (8.011996 MB)
  45. Number of Write function calls = 2,998
  46. Average (mean) Bytes per call = 2,672.4469646431 (bytes) (0.0026724469646431 MB)
  47. Standard Deviation: 3,771.86653967916 (bytes) (0.00377186653967916 MB)
  48. Mean Absolute Deviation: 3,922.7267533689 (bytes) (0.0039227267533689 MB)
  49. Median Bytes per call = 4 (bytes) (4e-06 MB)
  50. Median Absolute Deviation: 2,668.4469646431 (bytes) (0.0026684469646431 MB)
  51. Time for slowest write function (secs) = 0.000439
  52. Line location in file: 4777
  53. ———————
  54. — Read Statistics –
  55. ———————
  56. – File sizes for read function() –
  57. IO Size Range Number of Functions
  58. =======================================================
  59. ( 1) 0KB < < 1KB 2002
  60. ( 2) 1KB < < 8KB 0
  61. ( 3) 8KB < < 32KB 1000
  62. ( 4) 32KB < < 128KB0
  63. ( 5) 128KB < < 256KB 0
  64. ( 6) 256KB < < 512KB 0
  65. ( 7) 512KB < < 1000KB0
  66. ( 8) 1000KB < < 10MB 0
  67. ( 9) 10MB < < 100MB 0
  68. ( 10) 100MB < < 1GB 0
  69. ( 11) 1GB < < 10GB0
  70. ( 12) 10GB < < 100GB 0
  71. ( 13) 100GB < < 1TB 0
  72. ( 14) 1TB < < 10TB 0
  73. – READ SUMMARY –
  74. Total number of Bytes read = 2,048 (0.002048 MB)
  75. Number of Read function calls = 4
  76. Average (mean) Bytes per call = 512 (bytes) (0.000512 MB)
  77. Standard Deviation: 0 (bytes) (0 MB)
  78. Mean Absolute Deviation: 512 (bytes) (0.000512 MB)
  79. Median Bytes per call = 512 (bytes) (0.000512 MB)
  80. Median Absolute Deviation: 0 (bytes) (0 MB)
  81. Time for slowest read function (secs) = 0.000439
  82. Line location in file: 4777
  83. ———————-
  84. — Close Statistics –
  85. ———————-
  86. – CLOSE SUMMARY –
  87. Total number of close function calls = 7
  88. Average time for close function calls (secs) = 0.000010
  89. Maximum Time for close function (secs) = 0.000015
  90. Line location in file: 7069
  91. ———————
  92. — Open Statistics –
  93. ———————
  94. – OPEN SUMMARY –
  95. Total number of open function calls = 6
  96. Average time for open function calls (secs) = 0.000000
  97. Maximum Time for open function (secs) = 0.000042
  98. Line location in file: 66
  99. ————————————
  100. — lseek unit activity Statistics –
  101. ————————————
  102. unit Number of lseeks
  103. ========================
  104. 3 4000
  105. ———————
  106. — IOPS Statistics –
  107. ———————
  108. Maximum Write IOPS = 2998 occured at 1 seconds
  109. Write IOPS = 2998
  110. Maximum Read IOPS = 4 occured at 1 seconds
  111. Read IOPS = 4
  112. Maximum Total IOPS = 7021 occured at 1 seconds
  113. Total IOPS = 3512
  114. *****************
  115. Final IOPS report
  116. Write IOPS = 2998
  117. Read IOPS = 4
  118. Total IOPS = 3512
  119. *****************
  120. – File Statistics (per file basis) –
  121. Filename Read Bytes Bytes/sec Write Bytes Bytes/sec
  122. =========================================================================================================================================================================
  123. junk.out 2,048 0 8,011,996 0
  124. DONE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement