From 75137cf5074cb75e753388983931a8925b2261e6 Mon Sep 17 00:00:00 2001 From: engstrom Date: Mon, 23 Sep 2013 18:27:30 -0600 Subject: [PATCH] Added cheatsheet for the top command --- cheatsheets/top | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cheatsheets/top diff --git a/cheatsheets/top b/cheatsheets/top new file mode 100644 index 0000000..46c0c8d --- /dev/null +++ b/cheatsheets/top @@ -0,0 +1,26 @@ +# Update every samples: +top -i + +# Set the delay between updates to seconds: +top -s + +# Set event counting to accumulative mode: +top -a + +# Set event counting to delta mode: +top -d + +# Set event counting to absolute mode: +top -e + +# Do not calculate statistics on shared libraries, also known as frameworks: +top -F + +# Calculate statistics on shared libraries, also known as frameworks (default): +top -f + +# Print command line usage information and exit: +top -h + +# Order the display by sorting on in descending order +top -o