openzfs/zfs

arc_summary to be able to show only altered tunables,spl

Open

#11.685 geöffnet am 3. März 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (1.703 Forks)batch import
Type: Featuregood first issue

Repository-Metriken

Stars
 (9.908 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 21h) (62 gemergte PRs in 30 T)

Beschreibung

Describe the feature would like to see added to OpenZFS

arc_summary -s tunables/spl currently shows all values I wish I was able to quickly see only the modified values. By passing a new supplementary argument, arc_summary would omit showing tunables that are left at their default values

How will this feature improve OpenZFS?

Easier and faster identification of alterations in arc_summary tunables section output

Additional context

to help arc_summary automate obtaining default values instead of hardcoding them, modinfo -p for zfs,spl,icp and zcommon should also display default values, not just the description, in a parsable form (an identifiable pattern to extract the default value)

Contributor Guide