= htmlspecialchars($server['name']) ?> · = count($processList) ?> processes
No process data available.
| PID | User | CPU % | MEM % | RSS | STAT | Time | Command | Actions |
|---|---|---|---|---|---|---|---|---|
| = $p['pid'] ?> | = htmlspecialchars($p['user']) ?> | = number_format($p['cpu'], 1) ?>% | = number_format($p['mem'], 1) ?>% | = format_bytes($p['rss'] * 1024) ?> | = htmlspecialchars($p['stat']) ?> |
= htmlspecialchars($p['time']) ?> |
= htmlspecialchars(mb_substr($p['command'], 0, 60)) ?>= mb_strlen($p['command']) > 60 ? '...' : '' ?>
|
Are you sure you want to terminate process ?