How do I Monitor a slow UNIX or Linux system?
These are tips and commands to monitor slow UNIX or Linux systems.
FTA "...When your UNIX system runs slow, it is vital that you discover what the problem is as quickly as possible so you can get your system back into the normal operating mode. There are many causes for a slow system, but actually identifying the problem can be exceedingly difficult. In this article, study examples of how to identify and diagnose the cause of your slow running UNIX system to get your machine running properly again..."
Read more at IBM Developer works...
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- How to: Monitor UNIX User Usage
- New 19″ Viewsonic Widescreen LCD Monitor
- Troubleshooting: Slow Apache / IIS / Lighttpd Webserver Website Problems
- Dell 2707WFP 27 inch Ultrasharp Wid LCD Screen on Linux
- nixCraft FAQ Roundup
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Pretty good selection of tools mentioned in that article. Another one which I haven’t used much yet, but I’ve heard good things about is OProfile.
If I determine that the problem is a particular app, then I will typically use tools like truss, ktrace, strace, and pstack.
Mark, sounds interesting. Thanks for the Oprofile link, ill check it out