tldr/pages/linux/sa.md

17 lines
416 B
Markdown
Raw Normal View History

2019-10-10 18:42:19 +01:00
# 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.
- 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`