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 .
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.
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:
sudo apt install gir1.2-gtop-2.0sudo dnf install libgtop2-develsudo pacman -Syu libgtopsudo zypper install libgtop-develOn 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
];- vuemeter-system is available on GNOME's Extension Repository.
- vuemeter-system is available on GitHub.
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.
Please use GitHub's merge request feature to submit any fixes and/or improvements.
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.



