Server IP : 195.201.23.43 / Your IP : 3.147.104.221 Web Server : Apache System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64 User : kdecoratie ( 1041) PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/usermin/proc/help/ |
Upload File : |
<header>Edit Process</header> This page displays details of a running process. At the top the following information is displayed : <dl> <dt><b>Command</b> <dd>The program and command line arguments for this process <dt><b>Process ID</b> <dd>The unique process ID <dt><b>Parent Process</b> <dd>The process that created this one. Click on it to display the details of the parent. <dt><b>User</b> <dd>The user who owns this process, and with whose permissions it runs <dt><b>CPU Use</b> <dd>The percentage of CPU time this process is currently using <dt><b>Size</b> <dd>The amount of memory occupied by this process. Some of this may be shared by other processes <dt><b>Run Time</b> <dd>The total amount of CPU time used by this process since it was started, in minutes. Unless the process was very CPU intensive, this will not be the same as the number of minutes elapsed since it began. <dt><b>Nice Level</b> <dd>The priority at which this process runs. <a href=nice>More information</a> about the nice level is available. </dl> Additional information may also be displayed, depending on the exact Unix version you are running. <p> Below the process information is a button for sending a signal to the process. Select the signal that you want to send from the list, then click the <tt>Send Signal</tt> button. The most useful signals are <tt>KILL</tt> and <tt>TERM</tt>, for killing the process. <p> If this process has any children, they will be displayed at the bottom of the page. Click on an ID from the list to display detailed information. <hr>Private