923e3ee93e39a18b23af0b0e98c047b7e2ecd531
[khatus.git] / bin / khatus_parse_sys_block_stat
1 #! /usr/bin/awk -f
2
3 BEGIN {
4 OFS = msg_fs ? msg_fs : "|"
5 Kfs = key_fs ? key_fs : ":"
6 }
7
8 {
9 print("sectors_read" , $3)
10 print("sectors_written", $7)
11 }
This page took 0.044688 seconds and 3 git commands to generate.