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: sa, last, dump-utmp, ac, lastcomm, dump-acct, accton
Platforms (24)
riscv32-linuxriscv64-linuxarmv6l-linuxm68k-linuxs390x-linuxpowerpc-linuxs390-linuxaarch64-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