Checking Server work load


 
Thread Tools Search this Thread
Operating Systems Solaris Checking Server work load
# 1  
Old 03-08-2007
Checking Server work load

Hey guys,
I was task to look at a couple DNS servers for a co worker, Now they are running Solaris 2.6 on some Ultra 10 systems. How can I check the kind of load these systems are taking, I know that I can look at the network size and how many zones these servers are SOA of, but I looking in a hardware perspective
# 2  
Old 03-08-2007
Pick up Adrian Cockroft's Sun Performance and Tuning book. It will be the best book for learning about performance monitoring on your older than Solaris 10 systems. For Solaris 10, I'm using Solaris Performance and Tools from Richard McDougall et.al. So far it's been a big help in tracking down problems.

Carl
# 3  
Old 03-08-2007
I would start with the basic perf tools: top, iostat, vmstat, etc.
# 4  
Old 03-08-2007
Quote:
Originally Posted by mhm4
I would start with the basic perf tools: top, iostat, vmstat, etc.
top isn't typically installed on Solaris 6 by default but you can get it from the sunfreeware site. iostat and vmstat (and sar, etc) are good tools but if you're not familiar with performance monitoring you may not really know what you're looking at or even how to use it correctly. Specifically for a Solaris 6 system, I'd suggest chasing down a copy of Adrian's book. It's even been helpful for HP, Linux and AIX systems however since I'm generally a Solaris admin, it's the book to have for performance monitoring on older Solaris. Heck, a quick look at Amazon shows a copy going for $1.39 not including shipping (usually another $3.50 or so). That's a great buy. He also discusses kstat and tracking down I/O hogs.

Carl
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Work Load manager usage

Dear All I am studying on system resource control matter. I know ulimit utility can done the job well. However,I want to clarify that whether workload load manager work in VM environment only. For example I have an AIX machine(not VM), can I use work load manager to limit user resource... (7 Replies)
Discussion started by: cstsang
7 Replies

2. Linux

Server Load balancer

Hello Guys, Hope you all doing well . :) I was checking load balance command (uptime)on VM server and got below output. # uptime 07:08:40 up 52 min, 2 users,a load average: 0.45, 0.11, 0.03 A :How we can calculate load average? Thank you in advance !! Cheers:) Dont forget... (1 Reply)
Discussion started by: Nats
1 Replies

3. Shell Programming and Scripting

Checking running process status using "grep" on multiple servers in load sharing system.

Suppose i have 3 different servers say x,y and z. Im running some process say ABC and 40 instances for the same is being created. In load sharing suppose on server x, 20 instances are running server y, 10 instances are running server z, 10 instances are running. While checking the... (1 Reply)
Discussion started by: ankitknit
1 Replies

4. Solaris

CPU load -12.50 in server.

Friends I have noticed that the Sun Fire v490 server with Solaris9 OS in my office, is showing a load of 12.50 during peak time and the CPU showing a max of 75% and an average of 60%. The Application running in this machine hung last month(For reasons unknown) and is running fine after... (5 Replies)
Discussion started by: Renjesh
5 Replies

5. Shell Programming and Scripting

Load of Unix server

Hi Folks, I want to see the proper status of a low performance server. I tried using top command but it doesn't give all the details. Any help in this regard would be appreciated. Regards, Sagar (1 Reply)
Discussion started by: sagarjani
1 Replies

6. Shell Programming and Scripting

server load tracking

I have written a script which checks server load and emails me. I am running into the error: ./load_alert.sh: line 8: ; then printf "WARNING - cpu load high in xyz server" fi (2 Replies)
Discussion started by: vsmurali
2 Replies

7. Shell Programming and Scripting

Need help in wrting Load Script for a Load-Resume type of load.

hi all need your help. I am wrting a script that will load data into the table. then on another load will append the data into the existing table. Regards Ankit (1 Reply)
Discussion started by: ankitgupta
1 Replies

8. SuSE

How do I load kernel modules so BestCrypt will work

I'm using SuSE 9.2 Pro and trying to use a program call BestCrypt. I get it installed and type bctool and it says "Kernel modules not loaded". If you need to know anymore about it you can find it at http://www.jetico.com/linux/bcrypt-help/index.htm linux:/home/chris/Desktop/Xtheater-0.9.2 #... (6 Replies)
Discussion started by: CTroxtell21
6 Replies
Login or Register to Ask a Question