Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

By default the result of the top command is sorted by CPU usage on Linux. The table below list options to sort the result of the top command by different criterias on Linux and macOS

LinuxmacOS
Sort by CPU usagetoptop -o cpu
Sort by Memory usagetop -o %MEMtop -o mem

Note: The above table is generated with the help of TableConvert Online.