sm_sys_stats table

The sm_sys_stats table contains system availability and resource usage information for the system. The information is used to produce the SystemStats report.

Table definition

sm_sys_stats:
  system_name varchar(15),
  vae_active int,
  cpu_max int,
  disk_max int,
  buf_max int,
  page_max int,
  time_stamp timestamp

Fields

buf_max
maximum percentage of buffer usage during the time period.
cpu_max
Maximum percentage of CPU usage during the time period.
disk_max
Maximum percentage of disk usage during the time period.
page_max
Maximum percentage of page space usage during the time period.
system_name
The Blueworx Voice Response system to which the data applies.
time_stamp
A 30 minute time period (date and time).
vae_active
Number of minutes Blueworx Voice Response was active during the time period identified in time_stamp