psa.module_watchdog_sys_stat
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 8 9 | CREATE TABLE `module_watchdog_sys_stat` ( `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `type` enum('CPU_USAGE','MAINMEM_USAGE') NOT NULL, `value` int(10) unsigned NOT NULL, `service_id` int(10) unsigned DEFAULT NULL, KEY `time` (`time`), KEY `type` (`type`), KEY `service_id` (`service_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
March 13th, 2013 in
Uncategorized