Skip to content
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

Peeking into Linux kernel-land using /proc filesystem for quick’n’dirty troubleshooting | Tanel Poder Consulting #23

Open
utterances-bot opened this issue Oct 6, 2021 · 3 comments

Comments

@utterances-bot
Copy link

Peeking into Linux kernel-land using /proc filesystem for quick’n’dirty troubleshooting | Tanel Poder Consulting

This blog entry is about modern Linuxes. In other words RHEL6 equivalents with 2.6.3x kernels and not the ancient RHEL5 with 2.6.18 kernel (wtf?!), which is the most common in enterprises unfortunately. And no, I’m not going to use kernel debuggers or SystemTap scripts here, just plain old “cat /proc/PID/xyz” commands against some useful /proc filesystem entries.
Troubleshooting a “slow” process Here’s one systematic troubleshooting example I reproduced in my laptop. A DBA was wondering why their find command had been running “much slower”, without returning any results for a while. Knowing the environment, we had a hunch, but I got asked about what would be the syste

https://tanelpoder.com/2013/02/21/peeking-into-linux-kernel-land-using-proc-filesystem-for-quickndirty-troubleshooting/

Copy link

great knowledge shared. Thanks so much.

Copy link

wubo0067 commented Nov 9, 2022

Very good, thank you!

Copy link

pguggila commented Oct 5, 2023

Very helpful. Thanks for sharing this info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants