/mcpSyntax Result Command This command displays a list of all the processes and critical information about each process and visually indicates the child-parent relationships between the processes. show processlist [file filename] [detail] This command displays the current load on the system. show processload [cont] [clear] [noidle] [num number] [thread] [cpu | memory| time] [page] This command displays the details of processes that share the same name and indicates their parent-child relationship. show process name process [file filename] This command lists the open file descriptors for a comma-separated list of process IDs. show process open-fd process-id [, process-id2] This command searches for the pattern that the regular expression regexp specifies in the output of the operating system-specific process listing. show process search regexp [file filename] This command displays a list of the most CPU-intensive processes. show process using-most cpu [number] [file filename] This command displays a list of the most memory-intensive processes. show process using-most memory [number] [file filename] This command displays a list of PIDs. show process pid pid[file filename] This command retrieves details of processes that share the user name and displays parent-child relationship. show process user username [file filename] This command lists the most intensive processes. show process using most Syntax Description Description Parameters displays a list of all the processes and critical information about each process, and visually indicates the child-parent relationships between the processes. list displays the current load on the system. load displays the details of processes that share the same name and indicates their parent-child relationship. name lists the open file descriptors for a comma-separated list of process IDs. open-fd searches for the pattern specified by the regular expression regexp in the output of the operating system-specific process listing. search Cisco Emergency Responder Command Line Interface Guide for Release 15 76 CLI Commands show process