# 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