Skip to main content

Monitor and Activity Log

The Instance detail page provides two tabs to observe the current state and activity history: Monitor displays real-time operational metrics, and Activity Log records all operations performed on the Instance.


Monitor Tab

Access: Go to the Instance detail page → select the Monitor tab.

The Monitor tab displays key operational metrics:

MetricDescription
CPU UsageCPU utilization percentage
RAM UsageMemory currently in use
Network In/OutInbound and outbound network traffic
Disk I/ODisk read/write speed

Monitor tab with CPU and RAM metrics

How to Use These Metrics

  • Consistently high CPU and RAM: Consider Resizing the Instance to a Flavor with more resources.
  • Abnormally high network traffic: Check your application or Security Group configuration — something may be exploiting the Instance.
  • High Disk I/O: The application may be experiencing a storage-layer bottleneck — consider optimizing queries or adding a Storage Disk.
  • All metrics at 0 or not updating: The Instance may have been powered off or lost connection with the monitoring infrastructure.

Activity Log Tab

Access: Go to the Instance detail page → select the Activity Log tab.

The Activity Log tab records the history of all operations performed on this Instance, in chronological order from newest to oldest.

Activity Log tab

Each entry in the Activity Log contains:

ColumnContent
TimeThe time the operation started or completed
ActionThe name of the operation (Power On, Power Off, Resize, Snapshot, etc.)
Performed byThe username or system (if triggered by an automated schedule)
ResultSuccess, Failed, or currently processing status

When to Use Activity Log

  • Check the most recent operation: Confirm whether a Power Off or Resize command was completed successfully.
  • Find the root cause of an issue: See who performed what operation just before the Instance encountered a problem.
  • Verify automated schedules: Check whether a ScheduleJob ran on time and succeeded.
  • Audit trail: Record change history to meet audit or internal compliance requirements.

Next Steps