Simuzo
Resource Usage Current and historical resource consumption for the account.

Accessing Resource Usage

Navigate to Resource Usage in your End User Panel.

Current Usage

The current usage section shows your real-time resource consumption.

Metrics Displayed

MetricDescription
CPUYour web/application CPU usage percentage
DB CPUDatabase CPU usage attributed to you
Total CPUCombined CPU usage
RAMMemory usage in MB
DB RAMDatabase memory usage in MB
Total RAMCombined memory usage
PIDsNumber of processes running
DB PIDsDatabase processes count
IO ReadDisk read throughput (KB/s)
IO WriteDisk write throughput (KB/s)
EPEntry Processes (current/limit)

Your Resource Limits

Your effective limits are displayed based on:

  1. Custom limits set by administrator
  2. Your hosting plan limits
  3. Default system limits (fallback)

Understanding Limits

LimitDescription
CPU QuotaMaximum CPU percentage you can use
Memory MaxHard limit - processes may be killed if exceeded
Memory HighSoft limit - throttling begins here
IO BandwidthMaximum disk read/write speed
IOPSMaximum disk operations per second
Entry ProcessesMaximum concurrent connections/requests
Tasks MaxMaximum concurrent background tasks

Historical Usage

View your usage over different time periods:

PeriodDescription
1hLast hour
6hLast 6 hours
24hLast 24 hours
7dLast 7 days
30dLast 30 days

Charts Display

  • CPU usage over time
  • Memory usage over time
  • Disk I/O activity
  • Process count history

Faults

If you exceed your resource limits, faults are recorded:

FieldDescription
TimeWhen the fault occurred
TypeResource type (CPU, RAM, IO, EP)
ValueValue that exceeded the limit
LimitThe limit that was exceeded
Frequent Faults If you see frequent faults, contact your administrator to request higher resource limits or optimize your application.

Understanding Resource Consumption

What Uses CPU?

  • PHP scripts
  • Database queries
  • File processing
  • Image manipulation

What Uses Memory?

  • Web server processes
  • PHP execution
  • Database connections
  • File caching

What Uses IO?

  • Reading/writing files
  • Database operations
  • Log file writes
  • Backup operations

Optimizing Resource Usage

Reduce CPU Usage

  • Enable opcode caching (OPcache)
  • Use CDN for static assets
  • Optimize database queries
  • Enable GZIP compression

Reduce Memory Usage

  • Unload unused modules
  • Close database connections when done
  • Clear application caches regularly
  • Use efficient data structures

Reduce IO Usage

  • Use SSD for database storage
  • Enable read-ahead caching
  • Compress log files
  • Schedule heavy IO during off-peak

Logs

End User Logs Account logs available under Resources and Logs.

Open Resources and Logs → Logs to review login and account activity related entries available to your user.

Related Topics