meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:fs:zfs:tuning [2026/03/20 07:20] – niziak | linux:fs:zfs:tuning [2026/03/20 07:51] (current) – niziak | ||
|---|---|---|---|
| Line 115: | Line 115: | ||
| # apt install zfsutils-linux | # apt install zfsutils-linux | ||
| - | # arcstat | + | # zarcstat |
| time read miss miss% dmis dm% pmis pm% mmis mm% size | time read miss miss% dmis dm% pmis pm% mmis mm% size | ||
| 16: | 16: | ||
| - | |||
| - | |||
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | # arc_summary | + | # zarcsummary -s arc |
| ARC size (current): | ARC size (current): | ||
| Line 135: | Line 133: | ||
| Dnode cache size (hard limit): | Dnode cache size (hard limit): | ||
| Dnode cache size (current): | Dnode cache size (current): | ||
| - | |||
| - | |||
| </ | </ | ||
| Line 143: | Line 139: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| Proxmox recommends following [[https:// | Proxmox recommends following [[https:// | ||
| < | < | ||
| Line 158: | Line 155: | ||
| echo "$[4 * 1024*1024*1024]" | echo "$[4 * 1024*1024*1024]" | ||
| echo " | echo " | ||
| - | |||
| - | |||
| </ | </ | ||
| Line 169: | Line 164: | ||
| options zfs zfs_arc_min=134217728 | options zfs zfs_arc_min=134217728 | ||
| options zfs zfs_arc_meta_limit_percent=75 | options zfs zfs_arc_meta_limit_percent=75 | ||
| - | |||
| - | |||
| </ | </ | ||