Przeglądaj źródła

ZFS iostat notes

Håvard O. Nordstrand 4 lat temu
rodzic
commit
c333c50278
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      config/server/linux-storage.md

+ 3 - 1
config/server/linux-storage.md

@@ -402,7 +402,9 @@ Some guides recommend using backport repos, but this way avoids that.
     - Resume interrupted transfer: Use `zfs get receive_resume_token` and `zfs send -t <token>`.
     - Consider running it in a screen session or something to avoid interruption.
     - If you want transfer information (throughput), pipe it through `pv`.
-- View activity: `zpool iostat [-v]`
+- View activity: `zpool iostat [-v] [interval]`
+    - Includes metadata operations.
+    - If no interval is specified, the operations and bandwidths are averaged from the system boot. If an interval is specified, the very first interval will still show this.
 
 #### Error Handling and Replacement