From ce099fa0625be4142b79b85e2494094f6cd86b11 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Tue, 29 Jun 2021 21:33:50 +0100 Subject: [PATCH] htop: refresh and add more information link (#6165) --- pages/common/htop.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pages/common/htop.md b/pages/common/htop.md index a4da2b15d9..193b61c1d3 100644 --- a/pages/common/htop.md +++ b/pages/common/htop.md @@ -1,19 +1,24 @@ # htop > Display dynamic real-time information about running processes. An enhanced version of `top`. +> More information: . - Start htop: `htop` -- Start htop displaying only processes owned by given user: +- Start htop displaying processes owned by a specific user: -`htop -u {{username}}` +`htop --username {{username}}` -- Sort processes by a column (use `--sort-key help` for a column list): +- Sort processes by a specified `sort_item` (use `htop --sort help` for available options): -`htop -s {{column_name}}` +`htop --sort {{sort_item}}` -- Get help about interactive commands: +- See interactive commands while running htop: `?` + +- Display help: + +`htop --help`