![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix Performance Monitoring | kaibiganmi | UNIX for Dummies Questions & Answers | 2 | 11-23-2007 05:01 PM |
| Unix performance monitoring counters | gen4ik | UNIX for Dummies Questions & Answers | 3 | 12-21-2006 04:08 AM |
| Performance monitoring | johnwilliams | UNIX for Dummies Questions & Answers | 4 | 11-08-2005 04:22 AM |
| Performance monitoring | jhansrod | AIX | 1 | 06-12-2005 07:21 AM |
| Unix performance monitoring via Windows/NT | btrout | UNIX for Dummies Questions & Answers | 6 | 09-27-2001 06:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Linux/Unix performance monitoring
This is my first post (yes I'm a newbie)....
I'm looking for a list of Linux and Unix commands for performance monitoring and a good sight or area on this site that would have man pages and or information on those commands..... Thanks if anyone can take the time to post..... |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Probably the most useful and widely available realtime performance monitoring tool (for the CLI, anyway) is the 'top' command. For remote/non shell-based monitoring I suggest looking into MRTG, which can do much much more than just monitor network traffic.
|
|
#3
|
|||
|
|||
|
don't forget vmstat and sar:
$ vmstat procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa 1 0 124 582056 6676 294924 0 0 3 4 9 14 0 0 99 0 $ sar 1 1 Linux 2.6.9-22.ELsmp (mybox.home.com) 01/12/2006 10:00:00 AM CPU %user %nice %system %iowait %idle 10:00:01 AM all 0.00 0.00 0.50 0.00 99.50 Average: all 0.00 0.00 0.50 0.00 99.50 do a man on both for addiitonal info, manny |
|
#4
|
|||
|
|||
|
Thanks....
I've been looking at both top and vmstat.... I'm also looking at 'linmon' but I'm not familiar with it at all.... Edit: Hmmmmm the doc I have says theres a man page on it but there isn't one on the system I'm on.... Last edited by harrisjl; 01-12-2006 at 12:31 PM. |
|
#5
|
|||
|
|||
|
Linux/Unix performance monitoring
You can use vmstat, sar and top (linux only) for process monitoring.. or you could also write a script base on the commands mentioned above.
God Bless daemons_advoc8 |
|
#6
|
|||
|
|||
|
how about Solaris equivalent of 'netstat -i 3' and 'iostat -xntcz 3' on Linux?
any idea? |
|
#7
|
|||
|
|||
|
collectl can pretty much do it all
See collectl for details, but when I wrote it my goal was to have one tool with consistent output so I wouldn't need multiple windows or files worth of data that I couldn't easily integrate. Collectl even allows you to load your data into excel or display it with gnuplot.
-mark |
|||
| Google The UNIX and Linux Forums |