20
loading...
This website collects cookies to deliver better user experience
top
command like a pro. I am learning Linux extensively from past couple of years which is helping me to learn more several Linux based tools. One of the frequent command is top
among system administratots and engineers.top
command?top
command displays the Linux processes on the host. Here is the definition from the manual:The top program provides a dynamic real-time view of a running system. It can display system summary information as well as a list of processes
or threads currently being managed by the Linux kernel. The types of system summary information shown and the types, order and size of information displayed for processes are all user configurable and that configuration can be made persistent across restarts.
top
mostly to view the list of processes, its CPU and memory usage and other details.h
to view the shortcuts which will help you to navigate. E.g. if you type m
which will display the memory info at the top.top
metrics.top
command output to the clipboard and launch https://ycrash.io/yc-top-analyzer.jsptop
command output and then click on Analyze
button as shown below.Analyze
, top command Analyzer
will give you a unique URL like this https://ycrash.io/yc-report-top-public.jsp?ou=yc-public&de=1.1.1.1&ts=2021-06-26T20-28-2&app=top-apptop
report will display the pie chart, bar chart, and a tabular view of the processes. There are relevant help links for each panel which will help you to learn further.top
command output is quick and easy using this cool tool. Please give it a try and let me know if you have any questions.htop
tool.20