I am running an audit of a Tivoli Storage Manager database, which is awfully slow:
I can't see where they high wait is coming from. The machine has nothing else to do; the hdiskpowers are EMC² Powerpath devices for our storage subsystem which has no problems and the current data transfer rates are laughable. I've thought to see some throughput in MBs, not in kbs... The used LUN is a Raid 5, but see my test further down; doesn't explain why this audit is so slow...
AIX is 5.2 ML 4 and we have no problems at all with another application using an Oracle database on this box.
System has 1x 1,45 GHz CPU and 6 GB RAM.
More tests checking read/write performance:
Anyone got any idea or should I ask the TSM people maybe?
Thanks in forward!
laters
zaxxon
Code:
Topas Monitor for host: sremhv09 EVENTS/QUEUES FILE/TTY
Tue Jan 17 09:22:46 2006 Interval: 1 Cswitch 1131 Readch 1306.3K
Syscall 6706 Writech 146.4K
Kernel 5.0 |## | Reads 390 Rawin 0
User 12.0 |#### | Writes 59 Ttyout 425
Wait 83.0 |######################## | Forks 4 Igets 0
Idle 0.0 | | Execs 6 Namei 282
Runqueue 0.0 Dirblk 0
Network KBPS I-Pack O-Pack KB-In KB-Out Waitqueue 1.0
en0 13.2 90.0 22.0 9.4 3.8
lo0 0.0 0.0 0.0 0.0 0.0 PAGING MEMORY
Faults 1540 Real,MB 6143
Disk Busy% KBPS TPS KB-Read KB-Writ Steals 0 % Comp 17.1
skpower0 75.0 696.0 174.0 696.0 0.0 PgspIn 0 % Noncomp 14.8
hdisk2 41.0 348.0 87.0 348.0 0.0 PgspOut 0 % Client 14.0
hdisk4 34.0 348.0 87.0 348.0 0.0 PageIn 199
skpower3 17.0 100.0 25.0 100.0 0.0 PageOut 0 PAGING SPACE
hdisk14 9.0 52.0 13.0 52.0 0.0 Sios 199 Size,MB 2048
% Used 0.6
Name PID CPU% PgSp Owner NFS (calls/sec) % Free 99.3
dsmserv 430214 4.0 381.3 root ServerV2 0
ftpd 507906 1.0 1.2 fnsw ClientV2 10 Press:
IBM.CSMAg 446686 0.0 2.2 root ServerV3 0 "h" for help
vmptacrt 53274 0.0 0.1 root ClientV3 0 "q" to quit
pilegc 57372 0.0 0.2 root
xmgc 61470 0.0 0.1 root
I can't see where they high wait is coming from. The machine has nothing else to do; the hdiskpowers are EMC² Powerpath devices for our storage subsystem which has no problems and the current data transfer rates are laughable. I've thought to see some throughput in MBs, not in kbs... The used LUN is a Raid 5, but see my test further down; doesn't explain why this audit is so slow...
AIX is 5.2 ML 4 and we have no problems at all with another application using an Oracle database on this box.
System has 1x 1,45 GHz CPU and 6 GB RAM.
More tests checking read/write performance:
Code:
root@sremhv09:/tsmcache> time dd if=/dev/zero of=./outfile bs=1024 count=1000000
1000000+0 records in.
1000000+0 records out.
real 0m21.29s
user 0m1.38s
sys 0m18.58s
root@sremhv09:/tsmcache> time dd if=./outfile of=/dev/null
2000000+0 records in.
2000000+0 records out.
real 0m35.06s
user 0m14.68s
sys 0m18.69s
Anyone got any idea or should I ask the TSM people maybe?
Thanks in forward!
laters
zaxxon