ps + kworker with state D The Next CEO of Stack OverflowIsolating cause of higher CPU usage on RHEL 6 vs RHEL 5How interpret kworker threads names?sysfs alternative to /proc/acpi/button/lid/LID/statePerformance problem Fedora 23 32-bit @ Dell D630 4GB/NvidiaHow is the “load average” interpreted in “top” output? Is it the same for all distributions?Kworker is at 100% - I think I've tried everything!Linux keep forking “kworker”Top command strange CPU% usagelinux machine disks became read only instead read writeHigh CPU load average; how to find the root cause?
How to write the block matrix in LaTex?
How to be diplomatic in refusing to write code that breaches the privacy of our users
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
How to make a software documentation "officially" citable?
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
How do we know the LHC results are robust?
% symbol leads to superlong (forever?) compilations
What do "high sea" and "carry" mean in this sentence?
How should I support this large drywall patch?
Inappropriate reference requests from Journal reviewers
Customer Requests (Sometimes) Drive Me Bonkers!
Does it take more energy to get to Venus or to Mars?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Why does standard notation not preserve intervals (visually)
Why do remote companies require working in the US?
Text adventure game code
Apart from "berlinern", do any other German dialects have a corresponding verb?
Why didn't Khan get resurrected in the Genesis Explosion?
Where to find order of arguments for default functions
What does this shorthand mean?
Anatomically Correct Mesopelagic Aves
Is it okay to store user locations?
How do I solve this limit?
Too much space between section and text in a twocolumn document
ps + kworker with state D
The Next CEO of Stack OverflowIsolating cause of higher CPU usage on RHEL 6 vs RHEL 5How interpret kworker threads names?sysfs alternative to /proc/acpi/button/lid/LID/statePerformance problem Fedora 23 32-bit @ Dell D630 4GB/NvidiaHow is the “load average” interpreted in “top” output? Is it the same for all distributions?Kworker is at 100% - I think I've tried everything!Linux keep forking “kworker”Top command strange CPU% usagelinux machine disks became read only instead read writeHigh CPU load average; how to find the root cause?
we have redhat machines in cluster
redhat version is - 7.2
when we perform
ps ax
on the machine we saw many kworker with state D
example
17165 ? D 0:00 [kworker/u66:1]
2151 ? D 0:58 [kworker/u33:0]
3866 ? D 0:26 [kworker/u65:0]
14967 ? D 0:00 [kworker/2:1]
2014 ? D 0:10 [kworker/u65:1]
19021 ? D 0:05 [kworker/u65:0]
26880 ? D 9:43 [kworker/16:2]
7972 ? D 9:04 [kworker/31:1]
12295 ? D 2:01 [kworker/3:1]
13859 ? D 0:11 [kworker/u65:3]
I must to say that we also face high load average on the CPU
based on that information , what should be the conclusion?
for example what we need to verify ? or to perform some tune for the OS?
linux rhel kernel linux-kernel ps
add a comment |
we have redhat machines in cluster
redhat version is - 7.2
when we perform
ps ax
on the machine we saw many kworker with state D
example
17165 ? D 0:00 [kworker/u66:1]
2151 ? D 0:58 [kworker/u33:0]
3866 ? D 0:26 [kworker/u65:0]
14967 ? D 0:00 [kworker/2:1]
2014 ? D 0:10 [kworker/u65:1]
19021 ? D 0:05 [kworker/u65:0]
26880 ? D 9:43 [kworker/16:2]
7972 ? D 9:04 [kworker/31:1]
12295 ? D 2:01 [kworker/3:1]
13859 ? D 0:11 [kworker/u65:3]
I must to say that we also face high load average on the CPU
based on that information , what should be the conclusion?
for example what we need to verify ? or to perform some tune for the OS?
linux rhel kernel linux-kernel ps
TheD
state usually means that things are waiting on I/O, usually disk. The system may have a process which is using an excessive amount of memory and this is causing paging, or there could be just a lot of reading/writing to disk. If the system is paging then adding more memory or setting memory limits will help. If it is a lot of reading/writing then improving the disk speed (e.g. changing to SSD from traditional hard disks or setting up RAID 0 to stripe the data) is the way to go.
– icarus
13 hours ago
add a comment |
we have redhat machines in cluster
redhat version is - 7.2
when we perform
ps ax
on the machine we saw many kworker with state D
example
17165 ? D 0:00 [kworker/u66:1]
2151 ? D 0:58 [kworker/u33:0]
3866 ? D 0:26 [kworker/u65:0]
14967 ? D 0:00 [kworker/2:1]
2014 ? D 0:10 [kworker/u65:1]
19021 ? D 0:05 [kworker/u65:0]
26880 ? D 9:43 [kworker/16:2]
7972 ? D 9:04 [kworker/31:1]
12295 ? D 2:01 [kworker/3:1]
13859 ? D 0:11 [kworker/u65:3]
I must to say that we also face high load average on the CPU
based on that information , what should be the conclusion?
for example what we need to verify ? or to perform some tune for the OS?
linux rhel kernel linux-kernel ps
we have redhat machines in cluster
redhat version is - 7.2
when we perform
ps ax
on the machine we saw many kworker with state D
example
17165 ? D 0:00 [kworker/u66:1]
2151 ? D 0:58 [kworker/u33:0]
3866 ? D 0:26 [kworker/u65:0]
14967 ? D 0:00 [kworker/2:1]
2014 ? D 0:10 [kworker/u65:1]
19021 ? D 0:05 [kworker/u65:0]
26880 ? D 9:43 [kworker/16:2]
7972 ? D 9:04 [kworker/31:1]
12295 ? D 2:01 [kworker/3:1]
13859 ? D 0:11 [kworker/u65:3]
I must to say that we also face high load average on the CPU
based on that information , what should be the conclusion?
for example what we need to verify ? or to perform some tune for the OS?
linux rhel kernel linux-kernel ps
linux rhel kernel linux-kernel ps
asked yesterday
yaelyael
2,78632878
2,78632878
TheD
state usually means that things are waiting on I/O, usually disk. The system may have a process which is using an excessive amount of memory and this is causing paging, or there could be just a lot of reading/writing to disk. If the system is paging then adding more memory or setting memory limits will help. If it is a lot of reading/writing then improving the disk speed (e.g. changing to SSD from traditional hard disks or setting up RAID 0 to stripe the data) is the way to go.
– icarus
13 hours ago
add a comment |
TheD
state usually means that things are waiting on I/O, usually disk. The system may have a process which is using an excessive amount of memory and this is causing paging, or there could be just a lot of reading/writing to disk. If the system is paging then adding more memory or setting memory limits will help. If it is a lot of reading/writing then improving the disk speed (e.g. changing to SSD from traditional hard disks or setting up RAID 0 to stripe the data) is the way to go.
– icarus
13 hours ago
The
D
state usually means that things are waiting on I/O, usually disk. The system may have a process which is using an excessive amount of memory and this is causing paging, or there could be just a lot of reading/writing to disk. If the system is paging then adding more memory or setting memory limits will help. If it is a lot of reading/writing then improving the disk speed (e.g. changing to SSD from traditional hard disks or setting up RAID 0 to stripe the data) is the way to go.– icarus
13 hours ago
The
D
state usually means that things are waiting on I/O, usually disk. The system may have a process which is using an excessive amount of memory and this is causing paging, or there could be just a lot of reading/writing to disk. If the system is paging then adding more memory or setting memory limits will help. If it is a lot of reading/writing then improving the disk speed (e.g. changing to SSD from traditional hard disks or setting up RAID 0 to stripe the data) is the way to go.– icarus
13 hours ago
add a comment |
0
active
oldest
votes
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%2f508899%2fps-kworker-with-state-d%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 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%2f508899%2fps-kworker-with-state-d%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
The
D
state usually means that things are waiting on I/O, usually disk. The system may have a process which is using an excessive amount of memory and this is causing paging, or there could be just a lot of reading/writing to disk. If the system is paging then adding more memory or setting memory limits will help. If it is a lot of reading/writing then improving the disk speed (e.g. changing to SSD from traditional hard disks or setting up RAID 0 to stripe the data) is the way to go.– icarus
13 hours ago