mirror of https://github.com/aristocratos/bpytop
Fixed: Added nullfs filesystem to auto exclude from disks list
parent
db17e13eb0
commit
73549a8c19
|
@ -2919,7 +2919,7 @@ class MemCollector(Collector):
|
||||||
|
|
||||||
old_disks: List[str] = []
|
old_disks: List[str] = []
|
||||||
|
|
||||||
excludes: List[str] = ["squashfs"]
|
excludes: List[str] = ["squashfs", "nullfs"]
|
||||||
if SYSTEM == "BSD": excludes += ["devfs", "tmpfs", "procfs", "linprocfs", "gvfs", "fusefs"]
|
if SYSTEM == "BSD": excludes += ["devfs", "tmpfs", "procfs", "linprocfs", "gvfs", "fusefs"]
|
||||||
|
|
||||||
buffer: str = MemBox.buffer
|
buffer: str = MemBox.buffer
|
||||||
|
|
Loading…
Reference in New Issue