Răsfoiți Sursa

Update linux-examples.md

Håvard O. Nordstrand 4 ani în urmă
părinte
comite
f67f9737fb
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  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