Browse Source

Fixed: Added nullfs filesystem to auto exclude from disks list

pull/227/head
aristocratos 4 years ago
parent
commit
73549a8c19
  1. 2
      bpytop.py

2
bpytop.py

@ -2919,7 +2919,7 @@ class MemCollector(Collector):
old_disks: List[str] = []
excludes: List[str] = ["squashfs"]
excludes: List[str] = ["squashfs", "nullfs"]
if SYSTEM == "BSD": excludes += ["devfs", "tmpfs", "procfs", "linprocfs", "gvfs", "fusefs"]
buffer: str = MemBox.buffer

Loading…
Cancel
Save