From fb31765cbe33890f325a87015507364156741321 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:59:44 +0200 Subject: Adding upstream version 42.0. Signed-off-by: Daniel Baumann --- help/C/commandline.page | 72 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 help/C/commandline.page (limited to 'help/C/commandline.page') diff --git a/help/C/commandline.page b/help/C/commandline.page new file mode 100644 index 0000000..b3960fa --- /dev/null +++ b/help/C/commandline.page @@ -0,0 +1,72 @@ + + + + + + + + + Phil Bull + philbull@gmail.com + 2011 + + + Michael Hill + mdhillca@gmail.com + 2014 + + + Information in System Monitor can also be found using command line + tools. + + + Get the same information from the command line + + + Phil Bull +

Briefly list a few useful command line tools which can provide some of + the same information as System Monitor. Don't go into too much detail.

+
+ +

Most of the information displayed by System Monitor can also be obtained + using these command line tools.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

top

provides a continually updated list of running processes, and + allows you to manipulate them.

lsof

provides a list of open files and the processes that opened + them.

free -m

shows you how much memory is available.

vmstat

provides information about current virtual memory use.

df -h

displays available disk space on mounted filesystems.

pmap

displays the memory map of a process.

+ +
-- cgit v1.2.3