Separate v2 and v3 into dedicated directories
[khatus.git] / v2 / src / awk / exe / parse_sys_block_stat.awk
diff --git a/v2/src/awk/exe/parse_sys_block_stat.awk b/v2/src/awk/exe/parse_sys_block_stat.awk
new file mode 100644 (file)
index 0000000..522dffb
--- /dev/null
@@ -0,0 +1,4 @@
+{
+    print("sectors_read"   , $3)
+    print("sectors_written", $7)
+}
This page took 0.023891 seconds and 4 git commands to generate.