CuboCore.corestats

corestats 5.0.1

System resource viewer from the C Suite

https://gitlab.com/cubocore/coreapps/corestats
GNU General Public License v3.0 or later
main program: corestatsprograms: corestats
Platforms (24)
loongarch64-linuxmicroblaze-linuxmips64-linuxarmv7a-linuxpowerpc64-linuxs390-linuxs390x-linuxarc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  CuboCore.corestats
];
Ad-hoc shell
nix-shell -p CuboCore.corestats
Flake (nix run)
nix run nixpkgs#CuboCore.corestats