浏览代码

Update linux-examples.md

Håvard O. Nordstrand 4 年之前
父节点
当前提交
f67f9737fb
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      config/general/linux-examples.md

+ 3 - 1
config/general/linux-examples.md

@@ -17,7 +17,9 @@ breadcrumbs:
     - Run `systemctl daemon-reload` to avoid having systemd remount stuff that was removed from fstab or other weird shit.
 - Benchmark with IOzone:
     - Install (Debian): `apt install iozone3`
-    - Test all-ish in current dir: `iozone -a`
+    - It uses the current dir.
+    - Test with various record sizes and file sizes: `iozone -a`
+    - Benchmark: `iozone -t1` (1 thread)
     - Plot results: **TODO** It should be doable with gnuplot somehow.
 
 ### Files