Tag: UNIX

top [Command]

Command top Displays a list of currently executing processes, ordered by the percentage use of CPU time. Syntax top [q] [d interval] Options q: requires top performance with
Read More

pstree [Command]

Command pstree Displays all running processes in a tree. Syntax pstree [options] [process_id] Options -a displays the command line arguments. -c does not compress the subtrees. -l displays
Read More

ps [Command]

Command ps Displays the status of processes (programs) running in the system. Syntax ps [options] Options [notice]Note that unlike other commands ps command options do not have a
Read More