How to benchmark Ubuntu server?
I have Ubuntu Server 12.04 and I want to benchmark it. I found something called nbench but it's old. I need something that measures my CPU, RAM and HDD. I also installed Phoronix Test Suite but I search for tests but every one is 500MB+ and I don't have that much space.
What do you recommend?
server benchmarks
add a comment |
I have Ubuntu Server 12.04 and I want to benchmark it. I found something called nbench but it's old. I need something that measures my CPU, RAM and HDD. I also installed Phoronix Test Suite but I search for tests but every one is 500MB+ and I don't have that much space.
What do you recommend?
server benchmarks
4
What are you attempting to measure, against what, and why? "Just to have a number" is pretty useless, TBH. Generally it's better to figure out a task that the machine needs to accomplish, then specifically benchmark that task rather than try to accumulate some generic artificial numbers that likely won't translate all that well for any given purpose.
– Jim Salter
Nov 26 '12 at 2:10
@JimSalter Dumb question. We compare CPUs with benchmarks to know which one to buy if we want a better one for the actual task...
– inf3rno
May 24 '17 at 13:33
add a comment |
I have Ubuntu Server 12.04 and I want to benchmark it. I found something called nbench but it's old. I need something that measures my CPU, RAM and HDD. I also installed Phoronix Test Suite but I search for tests but every one is 500MB+ and I don't have that much space.
What do you recommend?
server benchmarks
I have Ubuntu Server 12.04 and I want to benchmark it. I found something called nbench but it's old. I need something that measures my CPU, RAM and HDD. I also installed Phoronix Test Suite but I search for tests but every one is 500MB+ and I don't have that much space.
What do you recommend?
server benchmarks
server benchmarks
edited Sep 3 '16 at 19:15
edwinksl
16.5k125385
16.5k125385
asked Nov 13 '12 at 19:07
user84471
154117
154117
4
What are you attempting to measure, against what, and why? "Just to have a number" is pretty useless, TBH. Generally it's better to figure out a task that the machine needs to accomplish, then specifically benchmark that task rather than try to accumulate some generic artificial numbers that likely won't translate all that well for any given purpose.
– Jim Salter
Nov 26 '12 at 2:10
@JimSalter Dumb question. We compare CPUs with benchmarks to know which one to buy if we want a better one for the actual task...
– inf3rno
May 24 '17 at 13:33
add a comment |
4
What are you attempting to measure, against what, and why? "Just to have a number" is pretty useless, TBH. Generally it's better to figure out a task that the machine needs to accomplish, then specifically benchmark that task rather than try to accumulate some generic artificial numbers that likely won't translate all that well for any given purpose.
– Jim Salter
Nov 26 '12 at 2:10
@JimSalter Dumb question. We compare CPUs with benchmarks to know which one to buy if we want a better one for the actual task...
– inf3rno
May 24 '17 at 13:33
4
4
What are you attempting to measure, against what, and why? "Just to have a number" is pretty useless, TBH. Generally it's better to figure out a task that the machine needs to accomplish, then specifically benchmark that task rather than try to accumulate some generic artificial numbers that likely won't translate all that well for any given purpose.
– Jim Salter
Nov 26 '12 at 2:10
What are you attempting to measure, against what, and why? "Just to have a number" is pretty useless, TBH. Generally it's better to figure out a task that the machine needs to accomplish, then specifically benchmark that task rather than try to accumulate some generic artificial numbers that likely won't translate all that well for any given purpose.
– Jim Salter
Nov 26 '12 at 2:10
@JimSalter Dumb question. We compare CPUs with benchmarks to know which one to buy if we want a better one for the actual task...
– inf3rno
May 24 '17 at 13:33
@JimSalter Dumb question. We compare CPUs with benchmarks to know which one to buy if we want a better one for the actual task...
– inf3rno
May 24 '17 at 13:33
add a comment |
2 Answers
2
active
oldest
votes
Geekbench2.3.4
http://www.primatelabs.com/geekbench/
3 Open-Source Benchmarking Tools
http://www.howtogeek.com/111617/how-to-benchmark-your-linux-system-3-open-source-benchmarking-tools/
3
These all look like GUI applications.
– thomasrutter
Nov 25 '12 at 13:01
add a comment |
This looks useful:
http://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench
I agree with Jim Salter that the best benchmark is your workload.
However, you might be in a situation where you're testing basic systems with different components, and getting your app running would take more time than a simple shell utility. If you can correlate your application's behavior with a "just a number" then you can more quickly predict the advantages of different configurations
.... if you know that faster CPU is desired, then having "just a number" to work with can be a lot faster for experimentation than a full workload test.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f216817%2fhow-to-benchmark-ubuntu-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Geekbench2.3.4
http://www.primatelabs.com/geekbench/
3 Open-Source Benchmarking Tools
http://www.howtogeek.com/111617/how-to-benchmark-your-linux-system-3-open-source-benchmarking-tools/
3
These all look like GUI applications.
– thomasrutter
Nov 25 '12 at 13:01
add a comment |
Geekbench2.3.4
http://www.primatelabs.com/geekbench/
3 Open-Source Benchmarking Tools
http://www.howtogeek.com/111617/how-to-benchmark-your-linux-system-3-open-source-benchmarking-tools/
3
These all look like GUI applications.
– thomasrutter
Nov 25 '12 at 13:01
add a comment |
Geekbench2.3.4
http://www.primatelabs.com/geekbench/
3 Open-Source Benchmarking Tools
http://www.howtogeek.com/111617/how-to-benchmark-your-linux-system-3-open-source-benchmarking-tools/
Geekbench2.3.4
http://www.primatelabs.com/geekbench/
3 Open-Source Benchmarking Tools
http://www.howtogeek.com/111617/how-to-benchmark-your-linux-system-3-open-source-benchmarking-tools/
answered Nov 13 '12 at 19:54
ptheo
1,44311011
1,44311011
3
These all look like GUI applications.
– thomasrutter
Nov 25 '12 at 13:01
add a comment |
3
These all look like GUI applications.
– thomasrutter
Nov 25 '12 at 13:01
3
3
These all look like GUI applications.
– thomasrutter
Nov 25 '12 at 13:01
These all look like GUI applications.
– thomasrutter
Nov 25 '12 at 13:01
add a comment |
This looks useful:
http://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench
I agree with Jim Salter that the best benchmark is your workload.
However, you might be in a situation where you're testing basic systems with different components, and getting your app running would take more time than a simple shell utility. If you can correlate your application's behavior with a "just a number" then you can more quickly predict the advantages of different configurations
.... if you know that faster CPU is desired, then having "just a number" to work with can be a lot faster for experimentation than a full workload test.
add a comment |
This looks useful:
http://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench
I agree with Jim Salter that the best benchmark is your workload.
However, you might be in a situation where you're testing basic systems with different components, and getting your app running would take more time than a simple shell utility. If you can correlate your application's behavior with a "just a number" then you can more quickly predict the advantages of different configurations
.... if you know that faster CPU is desired, then having "just a number" to work with can be a lot faster for experimentation than a full workload test.
add a comment |
This looks useful:
http://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench
I agree with Jim Salter that the best benchmark is your workload.
However, you might be in a situation where you're testing basic systems with different components, and getting your app running would take more time than a simple shell utility. If you can correlate your application's behavior with a "just a number" then you can more quickly predict the advantages of different configurations
.... if you know that faster CPU is desired, then having "just a number" to work with can be a lot faster for experimentation than a full workload test.
This looks useful:
http://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench
I agree with Jim Salter that the best benchmark is your workload.
However, you might be in a situation where you're testing basic systems with different components, and getting your app running would take more time than a simple shell utility. If you can correlate your application's behavior with a "just a number" then you can more quickly predict the advantages of different configurations
.... if you know that faster CPU is desired, then having "just a number" to work with can be a lot faster for experimentation than a full workload test.
answered Jun 26 '14 at 20:49
dannyman
2231315
2231315
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2faskubuntu.com%2fquestions%2f216817%2fhow-to-benchmark-ubuntu-server%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
4
What are you attempting to measure, against what, and why? "Just to have a number" is pretty useless, TBH. Generally it's better to figure out a task that the machine needs to accomplish, then specifically benchmark that task rather than try to accumulate some generic artificial numbers that likely won't translate all that well for any given purpose.
– Jim Salter
Nov 26 '12 at 2:10
@JimSalter Dumb question. We compare CPUs with benchmarks to know which one to buy if we want a better one for the actual task...
– inf3rno
May 24 '17 at 13:33