Skip to content

Fred78290/vuemeter-system

Repository files navigation

vuemeter-system

vuemeter-system is a full rewrite and port to Gnome version 46, 47, 48, 49 and 50 of the unmaintened gnome-stats-pro extension from Thralling Penguin .

As the original

Miss programs only available on the Mac? So do we. Here's an extension for GNOME that brings easy visualization of system resources such as:

  • Per CPU core/processor utilization
  • RAM utilization
  • Swap memory utilization
  • Network utilization

In addition to utilization displayed in the tray, it offers drop down display of historical utilizations.

Screenshot00 Screenshot01 Screenshot02 Screenshot03

Requirements

vuemeter-system use gtop and you need to install the libgtop package.

Here is a non-exhaustive list of how to install libgtop on some popular Linux distributions:

Ubuntu/Debian

sudo apt install gir1.2-gtop-2.0

Fedora

sudo dnf install libgtop2-devel

Arch / Manjaro

sudo pacman -Syu libgtop

openSUSE

sudo zypper install libgtop-devel

NixOS

On NixOS, you may need to add the following to your configuration.nix:

environment.variables = {
    GI_TYPELIB_PATH = "/run/current-system/sw/lib/girepository-1.0";
};
environment.systemPackages = with pkgs; [
    libgtop
];

How to Download

Support

Support is available through the GitHub project page here.

Please note this is a open-source, community project, and thus no guarantees on response time is implied.

Contributing

Please use GitHub's merge request feature to submit any fixes and/or improvements.

License

Gnome Stats Pro2 is an open-source project and is licensed under the GPL version 2 or higher. For more information on how this project is licensed, see the included LICENSE.md file.

Packages

 
 
 

Contributors