16 Aralık 2010 Perşembe

Solaris Performance tools

hardware details : prtdiag -v 





check Total physical memory:

# prtdiag -v | grep Memory

# prtconf | grep Memory

# sar -r 5 10

Free Memory=freemen*8 (pagesize=8k)

# vmstat 5 10

Free Memory = free

For swap:

# swap -s

# swap -l







memory usage :

vmstat 5 -look at memory/free field and page/sr field. Ignore the first line output as it’s historical

procs memory page disk faults cpu

r b w swap free re mf pi po fr de sr s0 s1 s6 s3 in sy cs us sy id

0 0 83 4456 456 1 431 266 70 167 0 35 6 6 0 2 523 567 31 14 9 76

0 0 62 3588464 46824 0 196 64 0 0 0 0 5 4 0 0 606 9743 882 86 7 7

0 0 62 3587960 42672 1 552 41 1 1 0 0 2 2 0 0 789 5488 1040 84 7 9

0 1 62 3584704 38848 0 471 3 38 38 0 0 5 5 0 1 1426 5270 968 64 9 27

0 0 62 3586464 38456 0 451 0 0 0 0 0 2 2 0 0 929 6039 1265 70 6 24

Also make sure that cpu/us is at least double cpu/sy





mpstat 5
(or iostat -c 5 )

CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl

0 221 3 544 227 75 582 61 31 28 7 267 18 12 2 68

2 209 2 446 395 178 328 37 31 32 6 299 11 7 2 80

-look at the wt field, this is wait-for-I/O which can be network or disk I/O, and should not be more than 30-40 (percent)



To see individual disk performance and find slow ('hot') disks :

iostat -d 5

sd0 sd1 sd6 sd37

kps tps serv kps tps serv kps tps serv kps tps serv

123 6 44 123 6 42 0 0 42 66 2 8

33 1 3 37 1 1 0 0 0 3 0 5

-check the serv column for each disk: this is the disk service time inmilliseconds.



However iostat by default shows only the first four disks: if you have more use -x and/or -l options :

iostat -xdnl 7 5



(e.g. if you have seven harddisks)

extended device statistics



r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device

0.4 1.6 3.2 70.4 0.0 0.0 0.0 2.7 0 1 c0t0d0

0.2 1.6 1.6 70.4 0.0 0.0 0.0 3.0 0 1 c0t1d0

0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t6d0

0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t8d0

88.8 19.8 1276.8 158.4 0.0 0.6 0.0 5.7 0 51 c1t9d0

0.0 0.4 0.0 100.8 0.0 0.0 0.0 17.4 0 1 c1t10d0

0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t11d0

Hiç yorum yok:

Yorum Gönder