- 论坛徽章:
- 0
|
原帖由 flw 于 2006-2-20 16:03 发表
烈火的在我的机器上不能用啊!
[code][flw@BuildServer etc]$ iostat -d 2 3 | awk 'BEGIN{RS=ORS=""}NR>1{print $0,"\n"}'
Device: tps Blk_read/s Blk_wrtn/s Blk_r ...
[oratest@testdb tuning]$ iostat -d 2 3|awk 'BEGIN{RS=ORS=""}NR>1{print $0,"\n"}'
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 9.55 23.36 125.31 66427544 356323494
sda1 0.00 0.00 0.00 368 414
sda2 1.61 9.66 25.42 27456146 72297056
sda3 0.00 0.00 0.06 2122 165832
sda4 0.00 0.00 0.00 16 0
sda5 0.00 0.02 0.07 45976 209592
sda6 7.94 13.69 99.75 38916594 283650600
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 3.52 0.00 108.54 0 216
sda1 0.00 0.00 0.00 0 0
sda2 1.51 0.00 24.12 0 48
sda3 0.00 0.00 0.00 0 0
sda4 0.00 0.00 0.00 0 0
sda5 0.00 0.00 0.00 0 0
sda6 2.01 0.00 84.42 0 168
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 4.50 8.00 48.00 16 96
sda1 0.00 0.00 0.00 0 0
sda2 0.50 0.00 8.00 0 16
sda3 0.00 0.00 0.00 0 0
sda4 0.00 0.00 0.00 0 0
sda5 0.00 0.00 0.00 0 0
sda6 4.00 8.00 40.00 16 80
[oratest@testdb tuning]$
:em11: |
|