Linux/Unix performance monitoring


 
Thread Tools Search this Thread
Operating Systems Linux Linux/Unix performance monitoring
# 1  
Old 01-12-2006
Linux/Unix performance monitoring

This is my first post (yes I'm a newbie).... Smilie

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..... Smilie
# 2  
Old 01-12-2006
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  
Old 01-12-2006
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
This User Gave Thanks to mr_manny For This Post:
# 4  
Old 01-12-2006
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 03:31 PM..
# 5  
Old 02-08-2006
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 Smilie

daemons_advoc8
# 6  
Old 02-08-2006
how about Solaris equivalent of 'netstat -i 3' and 'iostat -xntcz 3' on Linux?
any idea?
# 7  
Old 12-15-2007
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
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Performance Monitoring script for UNIX servers

Hi, I have been working on writing an automated script that will run 24x7 to monitor the performance parameters like CPU,Memory,Disk I/O,Network,SWAP Space etc for all types of Unix servers ( HP-UX,AIX,SOLARIS,LINUX). Problem is I am confused with the commands top,prstat,vmstat,free,sar etc.... (4 Replies)
Discussion started by: ssk250
4 Replies

2. Red Hat

HELP - Resource/Performance Monitoring Script - Red Hat Enterprise Linux Server

Hi all, ------------------------- Linux OS Version/Release: ------------------------- Red Hat Enterprise Linux Server release 5.5 (Tikanga) Linux <hostname> 2.6.18-194.8.1.el5 #1 SMP Wed Jun 23 10:52:51 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux I have a server that hosts 30+ Oracle... (1 Reply)
Discussion started by: newbie_01
1 Replies

3. Linux

Help in monitoring performance problem in Linux

hello, i'm having some performance problem on one of my linux machines and i hope someone will be able to help me analyzing the problem. machine info: Linux fedora, cpu x 4 cores of 1.6Ghz, 8G memory, 8G swap. i've enabled sar on my machine and created a graph using ksar utility for... (15 Replies)
Discussion started by: levic
15 Replies

4. Solaris

Performance Monitoring

Hi all, I am planning to give a presentation on performance measure. I have decided to focus on the commands which are used to know the performance of the server. I have a idea of prstat,vmstat,netstat, and iostat. Could anybody suggest me any other commands which are used for perforamance... (7 Replies)
Discussion started by: priky
7 Replies

5. UNIX for Dummies Questions & Answers

Unix Performance Monitoring

In the vmstat , there are many columns you can see. Can someone tell me what is the most important column that i need to be watched on, and what value or average value should i watch inorder to determine that im experiencing a cpu bottle neck. What should be my basis. or if you use glance ... (2 Replies)
Discussion started by: kaibiganmi
2 Replies

6. UNIX for Dummies Questions & Answers

Unix performance monitoring counters

Which performance counters you might to define as "The most important counters in checking unix performance" (3 Replies)
Discussion started by: gen4ik
3 Replies

7. UNIX for Dummies Questions & Answers

Performance monitoring

Hello, I am trying to find a way to view current CPU and disk usage. I used to use nmon which worked fine but since an upgrade to our servers this is no longer available. I have tried to get it reinstalled to no avail! Are there any other commands you can use within unix which will allow me... (4 Replies)
Discussion started by: johnwilliams
4 Replies

8. UNIX for Advanced & Expert Users

Performance Monitoring

Hi all The place I work for is about to to place there database server under heavy load for testing and would like the effect recorded as much as possible. Can anyone point me in the right direction with respect to real time system monitoring. I am aware of of 'sar', vmstat etc and hope to... (2 Replies)
Discussion started by: silvaman
2 Replies

9. UNIX for Dummies Questions & Answers

Unix performance monitoring via Windows/NT

We are trying to Monitor Unix via Window95/98 on an NT network. Is there anyone that could point us in the direction on software that runs in Windows on a Telnet connection that we could use to accomplish this? We have tried a program called Unix Watcher by Etasoft and can' get it to connect. ... (6 Replies)
Discussion started by: btrout
6 Replies
Login or Register to Ask a Question