System Grab Bag

View all TLDR pages from Linux (or from all pages)

sa

Summarizes accounting information. Part of the acct package. Shows commands called by users, including basic info on CPU time spent processing and I/O rates. More information: https://manned.org/man/sa.8.
  • Display executable invocations per user (username not displayed):
    sudo sa
  • Display executable invocations per user, showing responsible usernames:
    sudo sa --print-users
  • List resources used recently per user:
    sudo sa --user-summary

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.