Zenith Versions Save

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

0.9.0

4 years ago

New Features

  • 849810f NVIDIA GPU support (build with --feature nvidia)
  • 6e748e8 Set nice/normal priority from process view
  • 15ff9c1 Added uptime to title bar
  • b72f3fb Added top reader/writer to disk read/write chart

Bug Fixes

  • 6f951a0 Fix panic on going past end of table
  • 4be117c Fix for Luks mounts don't show up on file systems section #28
  • 4286517 Ignore some special and readonly linux file systems (Thanks to @alexmaco)

Other Changes

  • bf8bb61 Removed sled as dependency
  • 1e7315bd Moved storage from ~/zenith to ~/.cache (Thanks to @VojtechStep)
  • 719e1f6 zenith's pid is now stored in the .lock file, when run, if the lock file exists the pid is looked up to see if zenith is still running. If it isn't, zenith runs withot complaint and creates a new lock file. (Thanks to @alexmaco)
  • fb40cbd Reduced write frequency of zenith data store.

0.8.2

4 years ago

Bug fixes

  • Fixed an index out of bounds bug when scrolling past end of the filtered process table
  • Fixed an overflow/out of bounds bug when killing a process from a filtered table resulting in the index of the current selected process being out of bounds
  • Fixed a bug where TTYs wouldn't clear the screen before or after rendering (Closes Issue #23)

0.8.1

4 years ago

Bug Fixes

  • Fix panic on scrolling past end of process table after filtering
  • Refined path toggle ('p'), Issue #15 to behave more closely to that of htop.

0.8.0

4 years ago

Bug Fixes

  • Issue #17, where closing zenith via a signal would prevent the lock file from being cleaned up.

Features

  • Issue #2, Added battery widget showing Battery Percentage, Charge/Discharge time, and Energy used.
  • Issue #15, Toggle on/off paths with 'p'
  • Added help screen, toggle with 'h'.

0.7.7

4 years ago
  • fixed issue #9; Where the ZFS pool wasn't showing up in the list of File Systems.

0.7.6

4 years ago
  • fix issue #14
  • fix issue #11
  • fix issue #12
  • fix issue #10
  • improved chart updates during zoom, now stably update

0.7.5

4 years ago
  • fix for issue #1
  • save 1 week of chart history using sled
  • rewind the history chart to a previous point in time

0.7.4

4 years ago
  • added more documentation
  • terminate on Ctrl-C

0.7.2

4 years ago
  • Tab switches the selected section, 'm' minimizes/shrinks the section, 'e' expands the section.
  • Reworked the layout of the process overview
  • Top/cumulative process fixed so if a dead process is the cumulative leader, it will be displayed.
  • Fix for pid wrap around/reuse.
  • Other bug fixes

0.7.1

4 years ago
  • Pressing enter when highlighting a process shows process detail
  • Suspend/resume/kill/terminate processes
  • zoom in/out of histograms with +/- keys
  • Some bug fixes