System Monitor

Example

The system monitor displays hardware usage. Here is how you can interpret the parameters.

  • Uptime: The duration since the server was last restarted. A higher uptime indicates stable, uninterrupted system operation and continuous surveillance performance.
  • Thread count: The total number of tasks currently running or executed since the last server restart.
  • General CPU load: The overall processor usage by all running processes on the operating system.
  • Banalytics general CPU load: The CPU resources used specifically by the Banalytics application.
  • Banalytics JVM memory: The amount of memory currently used by the Java Virtual Machine running Banalytics.
  • System memory: The total available physical memory (RAM) on the system.
  • CPP memory: The memory consumed by native (C++) system libraries used by Java through native bindings.
  • RTC buffer: The memory allocated for real-time communication data packets. Note: If this value continuously increases, it may indicate insufficient network bandwidth, as outgoing data packets are not being transferred quickly enough.
  • Active Users: Total users currently active on the system.
  • Disk space: The total available physical memory (RAM) on the system.

Configuration options

Value Required (Yes/No) Description Default
uuid Yes A unique, automatically generated identifier for this component instance. This value is not editable.
Restart on failure Yes Restart mode upon catching an error:
  • Stop on failure - not restarted until triggered manually.
  • Immediately - tries to restart automatically immediately after catching an error.
  • 10 sec - tries to restart automatically with a 10-seconds delay after catching an error.
  • 30 sec - tries to restart automatically with a 30-seconds delay after catching an error.
  • 1 min - tries to restart automatically with a 1-minute delay after catching an error.
Default to 10 sec
Refresh interval(sec) Yes Refresh interval in seconds. Default to 5 sec
Was this page helpful ? Yes No