From e0f5846e84ac009c20310cbdbb857446d6a060f5 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:14:45 +0200 Subject: [PATCH] times: add page (#15245) --- pages/common/times.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/times.md diff --git a/pages/common/times.md b/pages/common/times.md new file mode 100644 index 0000000000..dc79b9fdde --- /dev/null +++ b/pages/common/times.md @@ -0,0 +1,8 @@ +# times + +> Print the cumulative CPU usage time of the current shell. +> More information: . + +- Print CPU usage. First line is current shell CPU usage for User and System. Second is all child processes: + +`times`