How is the Data Center Management organized?

We recommend writing a stored procedure that is periodically invoked by the monitoring software. This can return normal dashboard data such as:

  • CPU utilization;
  • Disk access;
  • Average time of disk access;
  • Swapping;
  • Process memory size;
  • Count of web/client server requests/connections

and other such metrics, see:

Related