Redesign component interfaces
[khatus.git] / bin / khatus_parse_sys_block_stat
diff --git a/bin/khatus_parse_sys_block_stat b/bin/khatus_parse_sys_block_stat
new file mode 100755 (executable)
index 0000000..923e3ee
--- /dev/null
@@ -0,0 +1,11 @@
+#! /usr/bin/awk -f
+
+BEGIN {
+    OFS = msg_fs ? msg_fs : "|"
+    Kfs = key_fs ? key_fs : ":"
+}
+
+{
+    print("sectors_read"   , $3)
+    print("sectors_written", $7)
+}
This page took 0.025505 seconds and 4 git commands to generate.