home *** CD-ROM | disk | FTP | other *** search
- <?php
- $si_system_summary = 'System summary';
- $si_hostname = 'Hostname';
- $si_ip = 'IP-address';
- $si_kernel = 'Kernel version';
- $si_web_server = 'Web server';
- $si_php_version = 'PHP version';
- $si_uptime = 'Uptime';
- $si_users = 'Current users';
- $si_average_load = 'Average load';
- $si_days = 'days';
- $si_hours = 'hours';
- $si_mins = 'minutes';
-
- $si_hardware_summary = 'Hardware overview';
- $si_processors = 'Processors';
- $si_model = 'Model';
- $si_clock = 'Clock frequentie';
- $si_buffersize = 'Buffer size';
- $si_bogomips = 'System bogomips';
- $si_pci = 'PCI devices';
- $si_ide = 'IDE devices';
- $si_scsi = 'SCSI devices';
- $si_capacity = 'Capacity';
-
- $si_network_use = 'Network usage';
- $si_device = 'Device';
- $si_recieved = 'Recieved';
- $si_sent = 'Sent';
- $si_error = 'Err/Drop';
-
-
- $si_memory_use = 'Memory usage';
- $si_type = 'Type';
- $si_percentage_used = 'Percentage used';
- $si_free = 'Free';
- $si_used = 'Used';
- $si_size = 'Size';
- $si_physical = 'Physical memory';
- $si_swap = 'Swap memory';
-
- $si_filesystems = 'Mounted filesystems';
- $si_mount_point = 'Mount point';
- $si_partition = 'Partition';
- $si_total = 'Total';
- $si_show_phpinfo = 'PHP configuration';
- ?>