1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/sa.md

18 lines
470 B
Markdown
Raw Normal View History

2019-10-10 18:42:19 +01:00
# sa
> Summarize accounting information about commands called by users, including basic information on CPU time spent processing and I/O rates.
> Part of the `acct` package.
2024-09-09 17:11:41 +02:00
> More information: <https://manned.org/sa.8>.
2019-10-10 18:42:19 +01:00
- 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`