zenith icon indicating copy to clipboard operation
zenith copied to clipboard

Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage

Results 47 zenith issues
Sort by recently updated
recently updated
newest added

Hi! I heard about Zenith and wanted to give it a try on a dev machine hosted on AWS EC2. It starts up without any apparent errors but all I...

I tried to make a musl build, but get this error: ``` mkdir -p build/dynamic rm -f build/dynamic/zenith.nvidia install -m 755 target/release/zenith build/dynamic/zenith.nvidia make[1]: Leaving directory '/tmp/zenith' mkdir -p build/static-bundle...

Hi! when I try to build for raspberry pi 4 I got the following error: Compiling async-process v1.0.1 error[E0658]: use of unstable library feature 'process_set_argv0' --> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/async-process-1.0.1/src/unix.rs:118:20 | 118 |...

It would be nice to have arm and arm64 binaries

enhancement

When using ZFS as a file system, the various zvols have a "maximum capacity" of what is free on the root pool. This results in Zenith assuming that over 100%...

bug

When I press `.` or `,` in the task panel, to move the selected column past the first/last column, the application fails with the following "index out of bounds"-message: ```...

bug

The `cargo audit` failed because of `heim` dependency `raw-cpuid`: ``` Crate: raw-cpuid Version: 8.1.2 Title: Soundness issues in `raw-cpuid` Date: 2021-01-20 ID: RUSTSEC-2021-0013 URL: https://rustsec.org/advisories/RUSTSEC-2021-0013 Solution: Upgrade to >=9.0.0 Dependency...

blocked

How would you feel about making the keyboard controls more in line with other TUI applications? `/` usually means search/filter, in `htop`, `less`, `vim`, etc. However zenith uses this to...

enhancement

Frequently, when I open a new terminal session to a machine that's already running zenith from somewhere else, it fails to start, and I have to pass `--disable-history`, which is...

enhancement

Hi, I recently discovered your project and found it really cool and well done. When I've tried the GPU support for Nvidia, it worked perfectly! But when I wanted to...