System Check Performance Tuning


 
Thread Tools Search this Thread
Operating Systems Solaris System Check Performance Tuning
# 1  
Old 07-12-2013
System Check Performance Tuning

Hello Forum,

Well I am fairly new to this Solaris os thing. One thing I would like to check for system health and performance.
I know the codes like
Code:
prstat,vmstat,sar,iostat,netstat,prtdiag -v,

What else does a want to be sys admin have to look for when checking a solaris box?
I know
Code:
prtdiag -v

gives a pretty good description regarding the processors, fans, scsi controllers. What do you guys recommend?
Any advice is appreciated
Thanks
# 2  
Old 07-12-2013
Firstly, welcome.

Manual pages can give you lots of information and references to other commands. Try:-
Code:
man vmstat
man ps
man iostat
man netstat
etc.


There are often real-time monitors included, such as nmon or top and there may be others that can be suggested. Are you particularly worried about something? Do you have any symptoms?





I hope that this helps.

Robin
Liverpool/Blackburn
# 3  
Old 07-12-2013
Thanks,
I am currently working with Solaris 8 and 9. I just need to see if the system hardware is in good working condition, network connectivity, Ram issuies... just don't know what to look for because I don't have have GUI hardware diagnostic tool that generates all the fancy graphics regrading the system information and such.

Last edited by br1an; 07-12-2013 at 11:53 AM..
# 4  
Old 07-12-2013
FWIW - if those systems are still under Oracle (sun) support you can get STB (explorer)

https://blogs.oracle.com/PJ/entry/so...ata_collection
... This link is for Solaris 10. Explorer (STB 6.0) will install and run on different versions of the OS, I believe.

This is the analysis tool oracle support expects you to have when there is a problem (and you create a help ticket with them). It is usually already installed on old systems because sooner or later you have to call support. Works on all platforms.
This User Gave Thanks to jim mcnamara For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

IBM AIX I/O Performance Tuning

I have a IBM Power9 server coupled with a NVMe StorWize V7000 GEN3 storage, doing some benchmarks and noticing that single thread I/O (80% Read / 20% Write, common OLTP I/O profile) seems slow. ./xdisk -R0 -r80 -b 8k -M 1 -f /usr1/testing -t60 -OD -V BS Proc AIO read% IO Flag IO/s ... (8 Replies)
Discussion started by: c3rb3rus
8 Replies

2. Solaris

Solaris Performance tuning

Dear all, I have a Local zone , where users feel that performance is not good. Is it wise to collect the inputs from the local zone rather than taking from the global zone. And also Can I tune from Global zone , so that it will reflect in local zone. Rgds rj (2 Replies)
Discussion started by: jegaraman
2 Replies

3. Shell Programming and Scripting

Performance Tuning

Hi All, In last one week, i have posted many questions in this portal. At last i am succeeded to make my 1st unix script. following are 2 points where my script is taking tooooo long. 1. Print the total number of records excluding header & footer. I have found that awk 'END{print NR -... (2 Replies)
Discussion started by: Amit.Sagpariya
2 Replies

4. Shell Programming and Scripting

Script to check solaris system performance

Hi, I need a script which runs in the solaris system and check the system performance eg .CPU usage, and send an alert when an thresold level is reached. kindly help me on this. (3 Replies)
Discussion started by: jayaramanit
3 Replies

5. Shell Programming and Scripting

Oracle-performance tuning

Sorry, This is out of scope of this group.But I require the clarification pretty urgently. My Oracle database is parallely enabled. Still,in a particular table queries do not work "parallely" always. How is this? (9 Replies)
Discussion started by: kthri
9 Replies

6. UNIX for Dummies Questions & Answers

Performance Tuning

Hi to all, I'm interested in finding an introduction about Performance Tuning under Unix (or Linux); can somebody please point me in the right direction? Best regards (1 Reply)
Discussion started by: domyalex
1 Replies

7. Filesystems, Disks and Memory

EXT3 Performance tuning

Hi all, long time ago I posted something, but now, it is needed again :( Currently, I am handling with a big NFS Server for more than 200 clients, this sever has to work with 256 NFSDs. Because of this huge amount of NFSDs, there are thousands of small write accesses down to the disk and... (3 Replies)
Discussion started by: malcom
3 Replies

8. UNIX for Dummies Questions & Answers

Performance tuning.

can someone tell me a good site to go to in order to learn this. please do not recommen nay books because i dont have interest in that. if you know of any good sites with good straight forward explanation on how to split loads on machines that has excessive loading, please let me know Also,... (1 Reply)
Discussion started by: TRUEST
1 Replies
Login or Register to Ask a Question