|
Pro vs. E02 - Some Benchmarks March 19, 2015 06:15PM |
Registered: 9 years ago Posts: 429 |
root@pogoplug:~# uname -a
Linux 3.17.0-kirkwood-tld-1 #4 PREEMPT Wed Oct 22 00:55:17 PDT 2014 armv5tel GNU/Linux
root@pogoplug:~# hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 528 MB in 2.00 seconds = 263.77 MB/sec
Timing buffered disk reads: 86 MB in 3.07 seconds = 28.02 MB/sec
root@pogoplug:~# sysbench --test=cpu --cpu-max-prime=2000 --num-threads=2 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 2
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 2000
Test execution summary:
total time: 102.3354s
total number of events: 10000
total time taken by event execution: 204.6112
per-request statistics:
min: 10.22ms
avg: 20.46ms
max: 40.25ms
approx. 95 percentile: 20.30ms
Threads fairness:
events (avg/stddev): 5000.0000/0.00
execution time (avg/stddev): 102.3056/0.02
root@debian:~# uname –a
Linux debian 3.18.5-oxnas-tld-1 #2 SMP PREEMPT Thu Feb 12 11:17:40 PST 2015 armv6l GNU/Linux
root@debian:~# hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 506 MB in 2.00 seconds = 252.62 MB/sec
Timing buffered disk reads: 84 MB in 3.06 seconds = 27.46 MB/sec
root@debian:~# sysbench --test=cpu --cpu-max-prime=2000 --num-threads=2 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 2
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 2000
Test execution summary:
total time: 59.7179s
total number of events: 10000
total time taken by event execution: 119.4018
per-request statistics:
min: 11.70ms
avg: 11.94ms
max: 44.25ms
approx. 95 percentile: 12.46ms
Threads fairness:
events (avg/stddev): 5000.0000/29.00
execution time (avg/stddev): 59.7009/0.00
.
root@debian:~# uname -a
Linux debian 3.18.5-oxnas-tld-1 #2 SMP PREEMPT Thu Feb 12 11:17:40 PST 2015 armv6l GNU/Linux
root@debian:~# hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 512 MB in 2.01 seconds = 255.36 MB/sec
Timing buffered disk reads: 266 MB in 3.00 seconds = 88.54 MB/sec
root@debian:~# sysbench --test=cpu --cpu-max-prime=2000 --num-threads=2 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 2
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 2000
Test execution summary:
total time: 59.7617s
total number of events: 10000
total time taken by event execution: 119.4815
per-request statistics:
min: 11.70ms
avg: 11.95ms
max: 57.55ms
approx. 95 percentile: 12.46ms
Threads fairness:
events (avg/stddev): 5000.0000/32.00
execution time (avg/stddev): 59.7407/0.01
|
Re: Pro vs. E02 - Some Benchmarks March 19, 2015 06:34PM |
Registered: 9 years ago Posts: 429 |
root@pogoplug:~# sysbench --test=memory --memory-block-size=512K --memory-total-size=512M run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing memory operations speed test
Memory block size: 512K
Memory transfer size: 512M
Memory operations type: write
Memory scope type: global
Threads started!
Done.
Operations performed: 1024 ( 723.00 ops/sec)
512.00 MB transferred (361.50 MB/sec)
Test execution summary:
total time: 1.4163s
total number of events: 1024
total time taken by event execution: 1.4137
per-request statistics:
min: 1.38ms
avg: 1.38ms
max: 1.62ms
approx. 95 percentile: 1.38ms
Threads fairness:
events (avg/stddev): 1024.0000/0.00
execution time (avg/stddev): 1.4137/0.00
root@debian:~# sysbench --test=memory --memory-block-size=512K --memory-total-size=512M run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing memory operations speed test
Memory block size: 512K
Memory transfer size: 512M
Memory operations type: write
Memory scope type: global
Threads started!
Done.
Operations performed: 1024 ( 2086.90 ops/sec)
512.00 MB transferred (1043.45 MB/sec)
Test execution summary:
total time: 0.4907s
total number of events: 1024
total time taken by event execution: 0.4863
per-request statistics:
min: 0.46ms
avg: 0.47ms
max: 1.46ms
approx. 95 percentile: 0.48ms
Threads fairness:
events (avg/stddev): 1024.0000/0.00
execution time (avg/stddev): 0.4863/0.00
|
Re: Pro vs. E02 - Some Benchmarks March 19, 2015 06:51PM |
Registered: 9 years ago Posts: 1,037 |
|
Re: Pro vs. E02 - Some Benchmarks March 19, 2015 07:17PM |
Admin Registered: 13 years ago Posts: 18,564 |
|
Re: Pro vs. E02 - Some Benchmarks March 19, 2015 07:19PM |
Registered: 9 years ago Posts: 429 |
|
Re: Pro vs. E02 - Some Benchmarks March 21, 2015 11:28PM |
Registered: 9 years ago Posts: 1,516 |