How does sar collect/calculate disk utilization %? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Come Celebrate our 10 Year Anniversary!Trouble interpreting iostat's tps measureWhat's going on with my server? High load, lots of idle CPU time, low disk utilizationWhat does the fields in sar -B output mean?Debian Installer Preseed with Somewhat Dynamically Allocated Software RAIDsar command to generate only CPU utilization and network statistics in LinuxSar: what does totsck stand forRelation between disk IOPS and sar tpsHow do storage IOPS change in response to disk capacity?How are CPU time and CPU usage the same?interpreting disk stats using sar
How to not starve gigantic beasts
How would I use different systems of magic when they are capable of the same effects?
Would reducing the reference voltage of an ADC have any effect on accuracy?
Has a Nobel Peace laureate ever been accused of war crimes?
How to open locks without disable device?
Putting Ant-Man on house arrest
Align column where each cell has two decimals with siunitx
Password Generator in batch
Will I lose my paid in full property
Does the set of sets which are elements of every set exist?
Is this homebrew racial feat, Stonehide, balanced?
What to do with someone that cheated their way through university and a PhD program?
Could moose/elk survive in the Amazon forest?
Function to calculate red-edgeNDVI in Google Earth Engine
The art of proof summarizing. Are there known rules, or is it a purely common sense matter?
Protagonist's race is hidden - should I reveal it?
Is a 5 watt UHF/VHF handheld considered QRP?
Are these square matrices always diagonalisable?
Is Bran literally the world's memory?
What do you call the part of a novel that is not dialog?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
What's parked in Mil Moscow helicopter plant?
My admission is revoked after accepting the admission offer
c++ diamond problem - How to call base method only once
How does sar collect/calculate disk utilization %?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
Come Celebrate our 10 Year Anniversary!Trouble interpreting iostat's tps measureWhat's going on with my server? High load, lots of idle CPU time, low disk utilizationWhat does the fields in sar -B output mean?Debian Installer Preseed with Somewhat Dynamically Allocated Software RAIDsar command to generate only CPU utilization and network statistics in LinuxSar: what does totsck stand forRelation between disk IOPS and sar tpsHow do storage IOPS change in response to disk capacity?How are CPU time and CPU usage the same?interpreting disk stats using sar
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm pretty sure sar
's disk utilization % shows how much of the disk is being utilized at any given time, but how does it calculate that? I found:
%util
Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100%.
In the sar man page, but that doesn't answer much for me - the CPU could be issuing I/O requests infinitely but that doesn't necessarily mean that the disk is at capacity - would it not be more appropriate to measure when requests start becoming latent as a ceiling for how hard a disk is being hit?
linux performance sar
add a comment |
I'm pretty sure sar
's disk utilization % shows how much of the disk is being utilized at any given time, but how does it calculate that? I found:
%util
Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100%.
In the sar man page, but that doesn't answer much for me - the CPU could be issuing I/O requests infinitely but that doesn't necessarily mean that the disk is at capacity - would it not be more appropriate to measure when requests start becoming latent as a ceiling for how hard a disk is being hit?
linux performance sar
add a comment |
I'm pretty sure sar
's disk utilization % shows how much of the disk is being utilized at any given time, but how does it calculate that? I found:
%util
Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100%.
In the sar man page, but that doesn't answer much for me - the CPU could be issuing I/O requests infinitely but that doesn't necessarily mean that the disk is at capacity - would it not be more appropriate to measure when requests start becoming latent as a ceiling for how hard a disk is being hit?
linux performance sar
I'm pretty sure sar
's disk utilization % shows how much of the disk is being utilized at any given time, but how does it calculate that? I found:
%util
Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100%.
In the sar man page, but that doesn't answer much for me - the CPU could be issuing I/O requests infinitely but that doesn't necessarily mean that the disk is at capacity - would it not be more appropriate to measure when requests start becoming latent as a ceiling for how hard a disk is being hit?
linux performance sar
linux performance sar
asked Apr 17 at 21:56
LocaneLocane
229417
229417
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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%2fserverfault.com%2fquestions%2f963564%2fhow-does-sar-collect-calculate-disk-utilization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f963564%2fhow-does-sar-collect-calculate-disk-utilization%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