[% USE CPSort -%] [% USE CPMath -%] [% USE CPList -%] [% USE Whostmgr -%] [% WRAPPER 'master_templates/master.tmpl' theme="yui" app_key = 'process_manager' header = locale.maketext('Process Manager') breadcrumburl = '/scripts2/top' scripts = ['/js/sorttable.js'] extrastyle = ' #toptbl td { padding: 3px; } ' -%] [% IF Whostmgr.hasroot() -%]
| Pid | Owner | Priority | CPU % | Memory % | Command |
|---|---|---|---|---|---|
| [% procdata.pid %] [%- IF ! data.dnsonly -%] (Trace) (Kill) [%- END -%] | [% procdata.user %] | [% procdata.nice %] | [% IF cpu_length %] |
[% IF mem_length %] |
[% procdata.command FILTER html %] |