Copyright (C) 2006-2012 Adam Armstrong @@ -37,11 +36,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.- -
| $stat_devices | -$stat_ports | +$stat_devices | +$stat_ports | ||||
| $stat_ipv4_addy | @@ -109,9 +107,10 @@ echo("$stat_toner |
| $project_name | $project_version | ||||
| DB Schema | #$schema_version | ||||
| Apache | $apache_version | ||||
| PHP | $php_version | ||||
| MySQL | $mysql_version | ||||
| RRDtool | $rrdtool_version | ||||
| Version | $version |
| DB Schema | #$schema_version |
| Apache | $apache_version |
| PHP | $php_version |
| MySQL | $mysql_version |
| RRDtool | $rrdtool_version |
- Web site | + Web site | + GitHub | Bug tracker | Mailing list | Twitter | @@ -160,12 +160,12 @@ print_optionbar_end();
Processes
+
+ | '; + if( !empty($extra) ) { + echo "$head"; + } else { + echo $head; + } + echo ' | '; +} +echo "|||||
|---|---|---|---|---|---|
| '.$entry['pid'].' | '; + echo ''.format_si($entry['vsz']*1024).' | '; + echo ''.format_si($entry['rss']*1024).' | '; + echo ''.$entry['cputime'].' | '; + echo ''.$entry['user'].' | '; + echo ''.$entry['command'].' | '; + echo '