acct

acct 6.6.4

GNU Accounting Utilities, login and process accounting utilities

<rendered-html><p>The GNU Accounting Utilities provide login and process accounting utilities for GNU/Linux and other systems. It is a set of utilities which reports and summarizes data about user connect times and process execution statistics.</p> </rendered-html>

https://www.gnu.org/software/acct/
GNU General Public License v3.0 or later
programs: dump-acct, ac, sa, accton, last, lastcomm, dump-utmp
Platforms (24)
aarch64-linuxarmv7a-linuxpowerpc64-linuxriscv32-linuxmips64-linuxloongarch64-linuxarc-linuxm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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