ACCT(5) - File Formats Manual
ACCT(5) - File Formats Manual # ACCT(5) - File Formats Manual NAME # acct - execution accounting file SYNOPSIS # #include <sys/acct.h> DESCRIPTION # The kernel maintains the following acct information structure for all processes. If a process terminates or misbehaves in specific ways, and accounting is enabled, the kernel calls the acct(2) function call to prepare and append the record to the accounting file. /* * Accounting structures; these use a comp_t type which is a 3 bits base 8 * exponent, 13 bit fraction floating point number. ...