From cddc54c7a9b92be422a32b994046d8246f91be6a Mon Sep 17 00:00:00 2001 From: Ben Glanton <56129020+glantonb@users.noreply.github.com> Date: Thu, 10 Oct 2019 18:42:19 +0100 Subject: [PATCH] sa: add page (#3315) --- pages/linux/sa.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/sa.md diff --git a/pages/linux/sa.md b/pages/linux/sa.md new file mode 100644 index 0000000000..4e97d6cfcd --- /dev/null +++ b/pages/linux/sa.md @@ -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`