DB update for server_performance, disk reads/writes

git-svn-id: svn://192.168.202.10@2831 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-10-02 15:24:28 +00:00
parent 2dcbf32bf9
commit 9cc24c54fc
2 changed files with 9 additions and 2 deletions
@@ -1300,7 +1300,9 @@ clients_sip SMALLINT(4) UNSIGNED NOT NULL,
live_recordings SMALLINT(4) UNSIGNED NOT NULL,
cpu_user_percent SMALLINT(3) UNSIGNED NOT NULL default '0',
cpu_system_percent SMALLINT(3) UNSIGNED NOT NULL default '0',
cpu_idle_percent SMALLINT(3) UNSIGNED NOT NULL default '0'
cpu_idle_percent SMALLINT(3) UNSIGNED NOT NULL default '0',
disk_reads MEDIUMINT(7),
disk_writes MEDIUMINT(7)
) ENGINE=MyISAM;
CREATE TABLE vicidial_agent_log (
@@ -4086,4 +4088,4 @@ UPDATE vicidial_configuration set value='1766' where name='qc_database_version';
UPDATE system_settings set vdc_agent_api_active='1';
UPDATE system_settings SET db_schema_version='1519',db_schema_update_date=NOW(),reload_timestamp=NOW();
UPDATE system_settings SET db_schema_version='1520',db_schema_update_date=NOW(),reload_timestamp=NOW();