S Tui Versions Save

Terminal-based CPU stress and monitoring utility

v1.1.6

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/amanusk/s-tui/compare/v1.1.4...v1.1.6

v1.1.4

1 year ago
  • Update psutil dependency to fix frequency being displayed in GHz instead of MHz

v1.1.3

2 years ago

Whats new?

  • s-tui now supports power reads on AMD CPUs. Thanks to a PR from @schaerfo ! Thanks! #166 This require running s-tui as root and running modprobe msr prior to initiating s-tui All Intel based CPUs now also require running s-tui with as root to get power metrics following a Linux kernel patch
  • Fixed crashing bug on Raspberry pi

v1.1.1

3 years ago

What's new?

In newer Linux kernel versions, access to reading power sensors has been restricted to root users only. s-tui still works but will not display power statistics without invoking it with sudo

Bug fixes and stability

  • Wrong reporting of duplicated values in CSV #161
  • Error messages printed to screen #167

v1.0.2

3 years ago

What's new?

Bug fixes and stability Any sensor with similar names will have a suffix, usually indicating more than 1 processor, but not necessarily.

  • Crash on save settings with no .config dir for user #82, #146
  • Fix for not saving summaries independently of graphs #158
  • Do not display stress counter when no stress too is installed #157
  • Fix call for temperature hooks not called #151

v1.0.1

3 years ago

What's new?

Mainly bug fixes and stability. Partial fix to issue #144

v1.0.0

4 years ago

VERSION 1.0 IS OUT

This has been a long time in the making. s-tui 1.0 is ready. There are many changes compared to the original version

Graphical changes

  • There are now multiple graphs presented for each source. Temperature per core, usage per core etc.
  • The summaries on the side-menu present all the information in text form

Control options

  • You can toggle both side-menu items and graphs on/off
  • <Save changes> now stores what graphs are selected of future uses
  • An average is display where applicable
  • Want the old look back: Just pick only the sensors you need to display one graph per sensor

Under the hood

Everything was made to be a lot more modular, adding a new source is simply implementing all the class methods.

Missing features

Some features were removed. Part of making s-tui more modular meant that some features that were specifically tailored to certain systems were removed. e.g.

  • Reading the max frequency with root for all cores
  • Displaying the max temperature recorded was removed due to lack of space. We intend to add another menu showing max/min/avg measurements recorded for all sensors

We need help

Help developing s-tui. There are plenty of features waiting to be developed. Feel free to open pull requests or request new features

v0.8.3

5 years ago

What's new?

  • Fix for bug #87. Thanks to @mkesper, merged in #89

Future development

  • This will hopefully be the last release before work on v1.0, unless new bugs are found

v0.8.2

5 years ago
  • Add timer to measure stress duration
  • Fix bug #79, crashing on change of temperature sensor
  • Change temperature source update function for better performance
  • Remove distutils dependency
  • Performance improvements

v0.7.5

6 years ago

Whats new?

  • Added a save settings button. The settings are saved in the default config directory #48
    • Save time interval
    • Save displayed graphs
    • Save temperature sensor setting
    • Save use of UTF-8
  • Each bar is created in a color that does not change during its life time (not alternating as before)
  • Fixed crash on mouse + esc #50