mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
sa: add page (#3315)
This commit is contained in:
parent
8de5a4ca77
commit
cddc54c7a9
1 changed files with 16 additions and 0 deletions
16
pages/linux/sa.md
Normal file
16
pages/linux/sa.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue