CuboCore.corestats
corestats 5.0.1
System resource viewer from the C Suite
https://gitlab.com/cubocore/coreapps/corestatsGNU General Public License v3.0 or later
main program: corestatsprograms: corestats
Platforms (24)
m68k-linuxloongarch64-linuxsh4-linuxmips-linuxarc-linuxarmv6l-linuxpowerpc64le-linuxmicroblazeel-linux
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