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