How to benchmark Ubuntu server?How can I test the system footprint of applications?Building Ubuntu server from source on very old hardware?Ubuntu file/donwload/ssh server raid system helpUbuntu Server on a 32- bit Non PAE MachineBenchmarking DNS queriesWhere can I find missed hpccinf.txt for hpcc?
Sanitise a high score table to remove offensive terms / usernames
Conveying the idea of " judge a book by its cover" by " juger un livre par sa couverture"
Is there a way to make a Minor key sound "less dark"?
What can I do to avoid potential charges for bribery?
'Cheddar goes "good" with burgers?' Can "go" be seen as a verb of the senses?
How are steel imports supposed to threaten US national security?
Why do English transliterations of Arabic names have so many Qs in them?
Test if two food are the same
70's/80's story about a high ranking prisoner of war on a prison planet
Are there any privately owned large commercial airports?
Is any device installed on airplane to measure wind speed relative to the ground, and its direction?
Compare items between two instances
Why is the logical NOT operator in C-style languages "!" and not "~~"?
A Society Built Around Theft?
Slow coworker receiving compliments while I receive complaints
Should I withdraw my paper because the editor is delaying the report?
Can I perform Umrah while on a Saudi Arabian visit e-visa
Can you be promoted and then fired for-cause? (Performance)
How to remind myself to lock my doors
Should a grammatical article be a part of a web link anchor
Looking for PC graphics demo software from the early 90s called "Unreal"
How to make "acts of patience" exciting?
Does the Creighton Method of Natural Family Planning have a failure rate of 3.2% or less?
Does journal access significantly influence choice in which journal to publish in?
How to benchmark Ubuntu server?
How can I test the system footprint of applications?Building Ubuntu server from source on very old hardware?Ubuntu file/donwload/ssh server raid system helpUbuntu Server on a 32- bit Non PAE MachineBenchmarking DNS queriesWhere can I find missed hpccinf.txt for hpcc?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
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
18.6k12 gold badges58 silver badges91 bronze badges
18.6k12 gold badges58 silver badges91 bronze badges
asked Nov 13 '12 at 19:07
user84471user84471
1541 silver badge17 bronze badges
1541 silver badge17 bronze badges
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/4.0/"u003ecc by-sa 4.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
ptheoptheo
1,4601 gold badge11 silver badges12 bronze badges
1,4601 gold badge11 silver badges12 bronze badges
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
dannymandannyman
2451 gold badge3 silver badges17 bronze badges
2451 gold badge3 silver badges17 bronze badges
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.
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