Bladeren bron

Update linux-examples.md

Håvard O. Nordstrand 4 jaren geleden
bovenliggende
commit
f67f9737fb
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  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.
     - Run `systemctl daemon-reload` to avoid having systemd remount stuff that was removed from fstab or other weird shit.
 - Benchmark with IOzone:
 - Benchmark with IOzone:
     - Install (Debian): `apt install iozone3`
     - 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.
     - Plot results: **TODO** It should be doable with gnuplot somehow.
 
 
 ### Files
 ### Files