Results 1 to 4 of 4
Hi All,
I am running a Linux server .just wanted to chk the performanvce of the same.
Thanksn...
- 09-16-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
How to check the performance of a linux server
Hi All,
I am running a Linux server .just wanted to chk the performanvce of the same.
Thanksn
- 09-16-2008 #2
some utilities you can use are vmstat, iostat, sar
- 09-16-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 3
Server commands
Other commands:
'top' - Very useful for a dynamic look at running tasks and system info
'netstat' - Network statistics
'mpstat' - cpu stats
- 09-19-2008 #4Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
Solution
As per your post it seems to be that you want to check server status frequently due load o server if yes then follow the following command from shell
Its very helpful for printing a running status display in a tabular format.1) vmstat -n 5
watch isn’t really a load-monitoring tool, but it’s beastly handy because it takes any command as input and monitors the result of running that command. For example, if I wanted to monitor when the “zombie ” program is executing, I could run2) watch --interval=5 "ps aux | grep zombie | grep -v xaprb"
The route lists the routing tables for your server3) route -v
and as mtrainaky following commands also very useful
'top' - Very useful for a dynamic look at running tasks and system info
'netstat' - Network statistics
'mpstat' - cpu stats
I hope it will help you


Reply With Quote
