From 1dae6c83abc376d83fff9bd61e75bc80f7000854 Mon Sep 17 00:00:00 2001 From: Franciosi Date: Sat, 9 Sep 2023 22:00:42 -0400 Subject: [PATCH] htop: add `--delay` example (#10701) * htop: add `--delay` example --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/htop.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/htop.md b/pages/common/htop.md index 1ddd2845c..d0860e2c7 100644 --- a/pages/common/htop.md +++ b/pages/common/htop.md @@ -15,6 +15,10 @@ `htop --sort {{sort_item}}` +- Start `htop` with the specified delay between updates, in tenths of a second (i.e. 50 = 5 seconds): + +`htop --delay 50` + - See interactive commands while running htop: `?`