How to read the data from SysBench And UnixBench when testing VPS2019 Community Moderator ElectionHow to back up VPSI've just purchased a VPS: What are the first things I should do to keep it secureProblems connecting to IRC server from VPSVPS SSH and my OWN IPPrevent outgoing email spam from client's VPSHow to stop spamming scripts on my VPSVPS, VPN and Policy Routing in LinuxHow to enable quota on CENTOS 6.9 virtuozzo VPS?How to reach and read GUI data from graphics memoryForwarding port from VPS to local with OpenVPN
Knife as defense against stray dogs
Recursively updating the MLE as new observations stream in
Does the Shadow Magic sorcerer's Eyes of the Dark feature work on all Darkness spells or just his/her own?
Why doesn't the fusion process of the sun speed up?
Does convergence of polynomials imply that of its coefficients?
Air travel with refrigerated insulin
Single word to change groups
How do researchers send unsolicited emails asking for feedback on their works?
Gauss brackets with double vertical lines
Is this Pascal's Matrix?
TDE Master Key Rotation
If I cast the Enlarge/Reduce spell on an arrow, what weapon could it count as?
How old is Nick Fury?
Can other pieces capture a threatening piece and prevent a checkmate?
Turning a hard to access nut?
Friend wants my recommendation but I don't want to
Why is indicated airspeed rather than ground speed used during the takeoff roll?
What will the Frenchman say?
How can a new country break out from a developed country without war?
How to test the sharpness of a knife?
Homology of the fiber
The English Debate
What kind of footwear is suitable for walking in micro gravity environment?
Is there any common country to visit for uk and schengen visa?
How to read the data from SysBench And UnixBench when testing VPS
2019 Community Moderator ElectionHow to back up VPSI've just purchased a VPS: What are the first things I should do to keep it secureProblems connecting to IRC server from VPSVPS SSH and my OWN IPPrevent outgoing email spam from client's VPSHow to stop spamming scripts on my VPSVPS, VPN and Policy Routing in LinuxHow to enable quota on CENTOS 6.9 virtuozzo VPS?How to reach and read GUI data from graphics memoryForwarding port from VPS to local with OpenVPN
i want to test several linux VPS using bench mark tools
as i reead there are 2 indestry standart tools called unixBench and SysBench
I compiled them and executed them on the VPS
And i have results :
SysBench:( 4 CPU)
./sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
The result :
General statistics:
total time: 3.222s
total number of events: 10000
Latency (ms):
min: 1.64
avg: 5.76
max: 6.19
95th percentile: 3.00
sum: 60000.86
Threads fairness:
events (avg/stddev): 30000.0000/2.00
execution time (avg/stddev): 8.0002/0.00
from reading i know that the important info is in : total time: 3.222s
ok .. but compared to what ?
how can i know that this is good result ?
also what about the other parameters ? like 95th percentile
what does it means ?
Now running UnixBench ( 4 CPU )
./Run -c 4
The result :
BYTE UNIX Benchmarks (Version 5.1.3)
System: ip-10-0-1-48: GNU/Linux
OS: GNU/Linux -- 3.14.48-33.39.amzn1.x86_64 -- #1 SMP Tue Jul 14 23:43:07 UTC 2015
Machine: x86_64 (x86_64)
Language: en_US.UTF-8 (charmap="UTF-8", collate="UTF-8")
CPU 0: info ..
CPU 1: info ..
CPU 2: info ..
CPU 3: info ..
------------------------------------------------------------------------
Benchmark Run: Wed Apr 12 2017
4 CPUs in system; running 4 parallel copies of tests
Dhrystone 2 using register variables 74325935.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 13710.8 MWIPS (9.9 s, 7 samples)
Execl Throughput 3528.0 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 422092.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 107334.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1485937.1 KBps (30.0 s, 2 samples)
Pipe Throughput 998109.2 lps (10.0 s, 7 samples)
Pipe-based Context Switching 162959.5 lps (10.0 s, 7 samples)
Process Creation 7151.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6494.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 880.4 lpm (60.1 s, 2 samples)
System Call Overhead 900145.3 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 74325935.8 6369.0
Double-Precision Whetstone 55.0 13710.8 2492.9
Execl Throughput 43.0 3528.0 820.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 422092.9 1065.9
File Copy 256 bufsize 500 maxblocks 1655.0 107334.5 648.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1485937.1 2562.0
Pipe Throughput 12440.0 998109.2 802.3
Pipe-based Context Switching 4000.0 162959.5 407.4
Process Creation 126.0 7151.7 567.6
Shell Scripts (1 concurrent) 42.4 6494.3 1531.7
Shell Scripts (8 concurrent) 6.0 880.4 1467.3
System Call Overhead 15000.0 900145.3 600.1
========
System Benchmarks Index Score 1157.3
Here again i know i should look at the :
System Benchmarks Index Score 1157.3
but again the question raised this result is compared to what ?
how should i know if this total result is good ? bad ? average ?
Thanks
linux vps benchmark
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
i want to test several linux VPS using bench mark tools
as i reead there are 2 indestry standart tools called unixBench and SysBench
I compiled them and executed them on the VPS
And i have results :
SysBench:( 4 CPU)
./sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
The result :
General statistics:
total time: 3.222s
total number of events: 10000
Latency (ms):
min: 1.64
avg: 5.76
max: 6.19
95th percentile: 3.00
sum: 60000.86
Threads fairness:
events (avg/stddev): 30000.0000/2.00
execution time (avg/stddev): 8.0002/0.00
from reading i know that the important info is in : total time: 3.222s
ok .. but compared to what ?
how can i know that this is good result ?
also what about the other parameters ? like 95th percentile
what does it means ?
Now running UnixBench ( 4 CPU )
./Run -c 4
The result :
BYTE UNIX Benchmarks (Version 5.1.3)
System: ip-10-0-1-48: GNU/Linux
OS: GNU/Linux -- 3.14.48-33.39.amzn1.x86_64 -- #1 SMP Tue Jul 14 23:43:07 UTC 2015
Machine: x86_64 (x86_64)
Language: en_US.UTF-8 (charmap="UTF-8", collate="UTF-8")
CPU 0: info ..
CPU 1: info ..
CPU 2: info ..
CPU 3: info ..
------------------------------------------------------------------------
Benchmark Run: Wed Apr 12 2017
4 CPUs in system; running 4 parallel copies of tests
Dhrystone 2 using register variables 74325935.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 13710.8 MWIPS (9.9 s, 7 samples)
Execl Throughput 3528.0 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 422092.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 107334.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1485937.1 KBps (30.0 s, 2 samples)
Pipe Throughput 998109.2 lps (10.0 s, 7 samples)
Pipe-based Context Switching 162959.5 lps (10.0 s, 7 samples)
Process Creation 7151.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6494.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 880.4 lpm (60.1 s, 2 samples)
System Call Overhead 900145.3 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 74325935.8 6369.0
Double-Precision Whetstone 55.0 13710.8 2492.9
Execl Throughput 43.0 3528.0 820.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 422092.9 1065.9
File Copy 256 bufsize 500 maxblocks 1655.0 107334.5 648.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1485937.1 2562.0
Pipe Throughput 12440.0 998109.2 802.3
Pipe-based Context Switching 4000.0 162959.5 407.4
Process Creation 126.0 7151.7 567.6
Shell Scripts (1 concurrent) 42.4 6494.3 1531.7
Shell Scripts (8 concurrent) 6.0 880.4 1467.3
System Call Overhead 15000.0 900145.3 600.1
========
System Benchmarks Index Score 1157.3
Here again i know i should look at the :
System Benchmarks Index Score 1157.3
but again the question raised this result is compared to what ?
how should i know if this total result is good ? bad ? average ?
Thanks
linux vps benchmark
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
i want to test several linux VPS using bench mark tools
as i reead there are 2 indestry standart tools called unixBench and SysBench
I compiled them and executed them on the VPS
And i have results :
SysBench:( 4 CPU)
./sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
The result :
General statistics:
total time: 3.222s
total number of events: 10000
Latency (ms):
min: 1.64
avg: 5.76
max: 6.19
95th percentile: 3.00
sum: 60000.86
Threads fairness:
events (avg/stddev): 30000.0000/2.00
execution time (avg/stddev): 8.0002/0.00
from reading i know that the important info is in : total time: 3.222s
ok .. but compared to what ?
how can i know that this is good result ?
also what about the other parameters ? like 95th percentile
what does it means ?
Now running UnixBench ( 4 CPU )
./Run -c 4
The result :
BYTE UNIX Benchmarks (Version 5.1.3)
System: ip-10-0-1-48: GNU/Linux
OS: GNU/Linux -- 3.14.48-33.39.amzn1.x86_64 -- #1 SMP Tue Jul 14 23:43:07 UTC 2015
Machine: x86_64 (x86_64)
Language: en_US.UTF-8 (charmap="UTF-8", collate="UTF-8")
CPU 0: info ..
CPU 1: info ..
CPU 2: info ..
CPU 3: info ..
------------------------------------------------------------------------
Benchmark Run: Wed Apr 12 2017
4 CPUs in system; running 4 parallel copies of tests
Dhrystone 2 using register variables 74325935.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 13710.8 MWIPS (9.9 s, 7 samples)
Execl Throughput 3528.0 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 422092.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 107334.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1485937.1 KBps (30.0 s, 2 samples)
Pipe Throughput 998109.2 lps (10.0 s, 7 samples)
Pipe-based Context Switching 162959.5 lps (10.0 s, 7 samples)
Process Creation 7151.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6494.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 880.4 lpm (60.1 s, 2 samples)
System Call Overhead 900145.3 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 74325935.8 6369.0
Double-Precision Whetstone 55.0 13710.8 2492.9
Execl Throughput 43.0 3528.0 820.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 422092.9 1065.9
File Copy 256 bufsize 500 maxblocks 1655.0 107334.5 648.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1485937.1 2562.0
Pipe Throughput 12440.0 998109.2 802.3
Pipe-based Context Switching 4000.0 162959.5 407.4
Process Creation 126.0 7151.7 567.6
Shell Scripts (1 concurrent) 42.4 6494.3 1531.7
Shell Scripts (8 concurrent) 6.0 880.4 1467.3
System Call Overhead 15000.0 900145.3 600.1
========
System Benchmarks Index Score 1157.3
Here again i know i should look at the :
System Benchmarks Index Score 1157.3
but again the question raised this result is compared to what ?
how should i know if this total result is good ? bad ? average ?
Thanks
linux vps benchmark
i want to test several linux VPS using bench mark tools
as i reead there are 2 indestry standart tools called unixBench and SysBench
I compiled them and executed them on the VPS
And i have results :
SysBench:( 4 CPU)
./sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
The result :
General statistics:
total time: 3.222s
total number of events: 10000
Latency (ms):
min: 1.64
avg: 5.76
max: 6.19
95th percentile: 3.00
sum: 60000.86
Threads fairness:
events (avg/stddev): 30000.0000/2.00
execution time (avg/stddev): 8.0002/0.00
from reading i know that the important info is in : total time: 3.222s
ok .. but compared to what ?
how can i know that this is good result ?
also what about the other parameters ? like 95th percentile
what does it means ?
Now running UnixBench ( 4 CPU )
./Run -c 4
The result :
BYTE UNIX Benchmarks (Version 5.1.3)
System: ip-10-0-1-48: GNU/Linux
OS: GNU/Linux -- 3.14.48-33.39.amzn1.x86_64 -- #1 SMP Tue Jul 14 23:43:07 UTC 2015
Machine: x86_64 (x86_64)
Language: en_US.UTF-8 (charmap="UTF-8", collate="UTF-8")
CPU 0: info ..
CPU 1: info ..
CPU 2: info ..
CPU 3: info ..
------------------------------------------------------------------------
Benchmark Run: Wed Apr 12 2017
4 CPUs in system; running 4 parallel copies of tests
Dhrystone 2 using register variables 74325935.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 13710.8 MWIPS (9.9 s, 7 samples)
Execl Throughput 3528.0 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 422092.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 107334.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1485937.1 KBps (30.0 s, 2 samples)
Pipe Throughput 998109.2 lps (10.0 s, 7 samples)
Pipe-based Context Switching 162959.5 lps (10.0 s, 7 samples)
Process Creation 7151.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6494.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 880.4 lpm (60.1 s, 2 samples)
System Call Overhead 900145.3 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 74325935.8 6369.0
Double-Precision Whetstone 55.0 13710.8 2492.9
Execl Throughput 43.0 3528.0 820.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 422092.9 1065.9
File Copy 256 bufsize 500 maxblocks 1655.0 107334.5 648.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1485937.1 2562.0
Pipe Throughput 12440.0 998109.2 802.3
Pipe-based Context Switching 4000.0 162959.5 407.4
Process Creation 126.0 7151.7 567.6
Shell Scripts (1 concurrent) 42.4 6494.3 1531.7
Shell Scripts (8 concurrent) 6.0 880.4 1467.3
System Call Overhead 15000.0 900145.3 600.1
========
System Benchmarks Index Score 1157.3
Here again i know i should look at the :
System Benchmarks Index Score 1157.3
but again the question raised this result is compared to what ?
how should i know if this total result is good ? bad ? average ?
Thanks
linux vps benchmark
linux vps benchmark
asked Apr 16 '17 at 11:51
user63898user63898
146115
146115
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Quoting the USAGE file of UnixBench,
Interpreting the results of these tests is tricky, and totally depends on what you're trying to measure.
In your case you want to "test several linux VPS" so for starters you can rank them according to the index (or according to specific indicators you can find in the test, if you know exactly what you are looking for).
In order to know how well a machine performs "in general" (that is to say, in comparison to all machines ever used for similar needs), one would need a large database reporting benchmarks categorized by hardware and OS (and maybe other specs).
It seems that http://linux-bench.com/ is a step towards this, which would be useful not only to know the above, but also to confirm suspicion of hardware not working as well as it should. Unfortunately, in my opinion the current "results" section is not rich enough, contains aberrant results, and does not indicate enough information about the different systems tested.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f359297%2fhow-to-read-the-data-from-sysbench-and-unixbench-when-testing-vps%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Quoting the USAGE file of UnixBench,
Interpreting the results of these tests is tricky, and totally depends on what you're trying to measure.
In your case you want to "test several linux VPS" so for starters you can rank them according to the index (or according to specific indicators you can find in the test, if you know exactly what you are looking for).
In order to know how well a machine performs "in general" (that is to say, in comparison to all machines ever used for similar needs), one would need a large database reporting benchmarks categorized by hardware and OS (and maybe other specs).
It seems that http://linux-bench.com/ is a step towards this, which would be useful not only to know the above, but also to confirm suspicion of hardware not working as well as it should. Unfortunately, in my opinion the current "results" section is not rich enough, contains aberrant results, and does not indicate enough information about the different systems tested.
add a comment |
Quoting the USAGE file of UnixBench,
Interpreting the results of these tests is tricky, and totally depends on what you're trying to measure.
In your case you want to "test several linux VPS" so for starters you can rank them according to the index (or according to specific indicators you can find in the test, if you know exactly what you are looking for).
In order to know how well a machine performs "in general" (that is to say, in comparison to all machines ever used for similar needs), one would need a large database reporting benchmarks categorized by hardware and OS (and maybe other specs).
It seems that http://linux-bench.com/ is a step towards this, which would be useful not only to know the above, but also to confirm suspicion of hardware not working as well as it should. Unfortunately, in my opinion the current "results" section is not rich enough, contains aberrant results, and does not indicate enough information about the different systems tested.
add a comment |
Quoting the USAGE file of UnixBench,
Interpreting the results of these tests is tricky, and totally depends on what you're trying to measure.
In your case you want to "test several linux VPS" so for starters you can rank them according to the index (or according to specific indicators you can find in the test, if you know exactly what you are looking for).
In order to know how well a machine performs "in general" (that is to say, in comparison to all machines ever used for similar needs), one would need a large database reporting benchmarks categorized by hardware and OS (and maybe other specs).
It seems that http://linux-bench.com/ is a step towards this, which would be useful not only to know the above, but also to confirm suspicion of hardware not working as well as it should. Unfortunately, in my opinion the current "results" section is not rich enough, contains aberrant results, and does not indicate enough information about the different systems tested.
Quoting the USAGE file of UnixBench,
Interpreting the results of these tests is tricky, and totally depends on what you're trying to measure.
In your case you want to "test several linux VPS" so for starters you can rank them according to the index (or according to specific indicators you can find in the test, if you know exactly what you are looking for).
In order to know how well a machine performs "in general" (that is to say, in comparison to all machines ever used for similar needs), one would need a large database reporting benchmarks categorized by hardware and OS (and maybe other specs).
It seems that http://linux-bench.com/ is a step towards this, which would be useful not only to know the above, but also to confirm suspicion of hardware not working as well as it should. Unfortunately, in my opinion the current "results" section is not rich enough, contains aberrant results, and does not indicate enough information about the different systems tested.
answered Aug 21 '17 at 16:11
Hugo RaguetHugo Raguet
312
312
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f359297%2fhow-to-read-the-data-from-sysbench-and-unixbench-when-testing-vps%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown