-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High System Load with Low CPU Utilization on Linux? | Tanel Poder Consulting #14
Comments
thanks for you awesome post! |
Yes, please do - and link to my post as the source. Please send me your translation's link too, so I can add it here! This is great, thanks. |
@wanghenshui, henshui 同学 have you finished the Chinese translation looking forward to it |
That is so funny! Today I investigated slow fync(), and used ftrace to find xfs_log_force_lsn being the culprit! |
I've been looking into a high load issue (high sys cpu with many blocking procs too, mainly sshd), that seems to implicate xlog_grant_head_wait() lately. Still working to further explain it, but it seems somewhat related. |
What OS kernel version? This seemed familiar from past (I think I just read about it and didn't see it myself) and there are some known bugs/race conditions causing "retries" around it. |
Hello, Thank you 5 R oracle i run it multiple times, i always have ~10 threads I don't know why i can't list all the 60 threads ?? regards |
Let's drill down a little, to rule out a scenario where the monitoring tool does something wrong and just use a standard Linux command and go direct to the source of system load average info too. Please post the output of this:
|
hello
regards |
Hi Tanel, The following is the stack info,could you please help to take a look? Thankssamples | avg_threads | comm | state | syscall | wchan | kstack
|
How high did the load go - adding up these "average active threads" numbers (and a probably a long tail of other output lines) doesn't seem to add to a high load (like 50+ or hundreds?) |
Hi Tanel, |
Awesome read! I stumbled upon this article when researching similar problem and this helped drill inside, although I didn t solve my problem yet. |
High System Load with Low CPU Utilization on Linux? | Tanel Poder Consulting
https://tanelpoder.com/posts/high-system-load-low-cpu-utilization-on-linux/
The text was updated successfully, but these errors were encountered: