mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add note about zenith supporting ZFS pools now
This commit is contained in:
parent
20e7c4e666
commit
8115919aa9
1 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@ title = "Comparing Alternatives to top Written in Rust"
|
||||||
date = 2020-03-21T10:45:00+11:00
|
date = 2020-03-21T10:45:00+11:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
updated = 2020-03-23T08:50:54+11:00
|
updated = 2020-03-27T21:53:53+11:00
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Recently I aliased `top` to [ytop]. Then I became aware of [bottom], and
|
Recently I aliased `top` to [ytop]. Then I became aware of [bottom], and
|
||||||
|
@ -45,10 +45,12 @@ I typically use `top` to:
|
||||||
I find the `zenith` layout more information dense, with less space taken up
|
I find the `zenith` layout more information dense, with less space taken up
|
||||||
with graphs. I also like the header row with info and help. The main feature
|
with graphs. I also like the header row with info and help. The main feature
|
||||||
that it is missing compared to the others is temperatures — but that's in the
|
that it is missing compared to the others is temperatures — but that's in the
|
||||||
list of planned features. There is one issue with `zenith`: it doesn't show my
|
list of planned features. ~~There is one issue with `zenith`: it doesn't show my
|
||||||
ZFS pool. My system has an NVMe system disk and a ZFS pool of 3 SSDs that is
|
ZFS pool. My system has an NVMe system disk and a ZFS pool of 3 SSDs that is
|
||||||
mounted as `/home`, which is absent in the disk summary. I've raised [an issue
|
mounted as `/home`, which is absent in the disk summary. I've raised [an issue
|
||||||
on GitHub][zenith-zfs].
|
on GitHub][zenith-zfs].~~
|
||||||
|
|
||||||
|
**Update 27 March 2020:** Zenith 0.7.7 now shows ZFS pools.
|
||||||
|
|
||||||
The individual lines for each CPU in `bottom` makes the display quite noisy. I
|
The individual lines for each CPU in `bottom` makes the display quite noisy. I
|
||||||
prefer the aggregated line that `ytop` shows. `ytop` has a handy `-m` option
|
prefer the aggregated line that `ytop` shows. `ytop` has a handy `-m` option
|
||||||
|
|
Loading…
Reference in a new issue