Performance monitoring tools?
Answers were Sorted based on User's Feedback
Answer / swamy naidu kollu
Monitoring the performance of the servers is a regular task
for the system administrators. There are many tools
available in solaris to achieve this task. Below are the
various tools available for analyzing the process.
- iostat ,vmstat,mpstat, prstat, netstat , ps -ef
#iostat -xtc ( Gives disk, terminal, tape and cpu
utilization information)
#vmstat -d ( gives disks statistics )
#mpstat ( Gives reports information per processor )
#prstat ( Gives us active process statistics )
#netstat ( Gives network related statistics )
#ps -ef ( Shows the status of all current process)
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / satish
Performance monitoring with iostat,vmstat & netstat
iostat -xtc gives disk r/s w/s kr/s kw/s wait %w %b
if the percentage busy(%) of disks is greater than 5 and service time is greaterthan 30 milliseconds we have to perform actions like
spread the file system
move the file system
tune the file system
Increase the system parameters
VMstat procs mem rss pipo faults cpu swapfree
netstat destination gateway flag Interface
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / muthukumar
IBM Has TIvoli Monitoring tool For Solaris Monitoring. (Ver
6.22 is the latest one)
| Is This Answer Correct ? | 1 Yes | 0 No |
In solaris we have 2 directories for commands. what are they..? is there any difference b/w those..?
how to add a run control script..?
How to set a ACL for the user or a file?
How to repalce a failed disk?
Whats the difference between SVM and VxVM? What would you recommend to your clients? why?
How can you unencapsulate a boot disk in VxVM?
what is State database replica?
What is /etc/system for?
If you can ping a server, but can't telnet or ssh to it, what could be the problem?
What is the difference between NFS version 2 and NFS version 3?
How to know number of ports of HBA card ???????
1 Answers Accel Frontline, Thomson Reuters,
how to know OS release?