Pull to refresh

Выпущена утилита ioping для тестирования отзывчивости дисковой подсистемы

Reading time 1 min
Views 5.3K
Случайно наткнулся на свеженаписанную утилиту ioping, написал её русский программист koct9i, пользователь k001 оформил в rpm для fedora 14 . ioping на google code.
А пользователь Grohman собрал ебилд, а LupineDreamer сделал деб-пакет i386 и x64 от magzimko.

Выглядит это дело примерно вот как:
$ ioping -i 0.2 -c 6 -s 1M -S 10M /tmp
1048576 bytes from /tmp (ext3 /dev/mapper/VolGroup00-LogVol00): request=1 time=0.7 ms
1048576 bytes from /tmp (ext3 /dev/mapper/VolGroup00-LogVol00): request=2 time=191.3 ms
1048576 bytes from /tmp (ext3 /dev/mapper/VolGroup00-LogVol00): request=3 time=18.4 ms
1048576 bytes from /tmp (ext3 /dev/mapper/VolGroup00-LogVol00): request=4 time=12.4 ms
1048576 bytes from /tmp (ext3 /dev/mapper/VolGroup00-LogVol00): request=5 time=8.4 ms
1048576 bytes from /tmp (ext3 /dev/mapper/VolGroup00-LogVol00): request=6 time=8.2 ms


Usage: ioping [-LCDhq] [-c count] [-w deadline] [-p period] [-i interval]
[-s size] [-S wsize] [-o offset] device|file|directory

-c stop after requests
-w stop after -p print raw statistics for every requests
-i interval between requests (1s)
-s request size (4k)
-S working set size (1m for dirs, full range for others)
-o in file offset
-L use sequential operations rather than random
-C use cached-io
-D use direct-io
-h display this message and exit
-q suppress human-readable output

Спасибо всем кто внес свой вклад в open source.
Tags:
Hubs:
+71
Comments 27
Comments Comments 27

Articles