Advertisement
Deltik

ANDIE :: RAMspeed/SMP :: 2015-08-26

Aug 26th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. andie ramsmp-3.5.0 # ./ramsmp
  2. RAMspeed/SMP (Linux) v3.5.0 by Rhett M. Hollander and Paul V. Bolotoff, 2002-09
  3.  
  4. USAGE: ramsmp -b ID [-g size] [-m size] [-l runs] [-p processes]
  5. -b runs a specified benchmark (by an ID number):
  6. 1 -- INTmark [writing] 4 -- FLOATmark [writing]
  7. 2 -- INTmark [reading] 5 -- FLOATmark [reading]
  8. 3 -- INTmem 6 -- FLOATmem
  9. 7 -- MMXmark [writing] 10 -- SSEmark [writing]
  10. 8 -- MMXmark [reading] 11 -- SSEmark [reading]
  11. 9 -- MMXmem 12 -- SSEmem
  12. 13 -- MMXmark (nt) [writing] 16 -- SSEmark (nt) [writing]
  13. 14 -- MMXmark (nt) [reading] 17 -- SSEmark (nt) [reading]
  14. 15 -- MMXmem (nt) 18 -- SSEmem (nt)
  15. -g specifies a # of Gbytes per pass (default is 8)
  16. -m specifies a # of Mbytes per array (default is 32)
  17. -l enables the BatchRun mode (for *mem benchmarks only),
  18. and specifies a # of runs (suggested is 5)
  19. -p specifies a # of processes to spawn (default is 2)
  20. -r displays speeds in real megabytes per second (default: decimal)
  21. -t changes software prefetch mode (see the manual for details)
  22.  
  23. andie ramsmp-3.5.0 # ./ramsmp -b 3
  24. RAMspeed/SMP (Linux) v3.5.0 by Rhett M. Hollander and Paul V. Bolotoff, 2002-09
  25.  
  26. 8Gb per pass mode, 2 processes
  27.  
  28. INTEGER Copy: 10703.83 MB/s
  29. INTEGER Scale: 10834.09 MB/s
  30. INTEGER Add: 10590.42 MB/s
  31. INTEGER Triad: 10632.94 MB/s
  32. ---
  33. INTEGER AVERAGE: 10690.32 MB/s
  34.  
  35. andie ramsmp-3.5.0 # ./ramsmp -b 6
  36. RAMspeed/SMP (Linux) v3.5.0 by Rhett M. Hollander and Paul V. Bolotoff, 2002-09
  37.  
  38. 8Gb per pass mode, 2 processes
  39.  
  40. FL-POINT Copy: 10755.01 MB/s
  41. FL-POINT Scale: 10738.04 MB/s
  42. FL-POINT Add: 11747.80 MB/s
  43. FL-POINT Triad: 11794.61 MB/s
  44. ---
  45. FL-POINT AVERAGE: 11258.87 MB/s
  46.  
  47. andie ramsmp-3.5.0 # ./ramsmp -b 9
  48. RAMspeed/SMP (Linux) v3.5.0 by Rhett M. Hollander and Paul V. Bolotoff, 2002-09
  49.  
  50. 8Gb per pass mode, 2 processes
  51.  
  52. MMX Copy: 10268.57 MB/s
  53. MMX Scale: 10203.42 MB/s
  54. MMX Add: 11279.07 MB/s
  55. MMX Triad: 11323.65 MB/s
  56. ---
  57. MMX AVERAGE: 10768.68 MB/s
  58.  
  59. andie ramsmp-3.5.0 # ./ramsmp -b 12
  60. RAMspeed/SMP (Linux) v3.5.0 by Rhett M. Hollander and Paul V. Bolotoff, 2002-09
  61.  
  62. 8Gb per pass mode, 2 processes
  63.  
  64. SSE Copy: 9990.02 MB/s
  65. SSE Scale: 10006.24 MB/s
  66. SSE Add: 11105.24 MB/s
  67. SSE Triad: 11036.77 MB/s
  68. ---
  69. SSE AVERAGE: 10534.57 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement