Application Metrics
1 min read
Updated 1 month ago
Monitoring Your Applications
Ploi Cloud provides real-time monitoring through the Statistics tab to help you track application performance and resource usage.
Available Metrics
- CPU: Shows usage percentage and actual usage (e.g., "15% - 150m / 1000m")
- Memory: Displays memory consumption and limits (e.g., "45% - 450Mi / 1Gi")
- Disk: Storage usage for persistent volumes when available
Viewing Statistics
- Navigate to your application
- Click on the "Statistics" tab
- View metrics for each service (application, databases, cache, etc.)
- Check the "Total" section for combined resource usage
Statistics refresh automatically every 5 seconds and use color indicators:
- Green: Less than 60% usage
- Yellow: Between 60-80% usage
- Red: Above 80% usage
Viewing Logs
Access real-time logs from the "Logs" tab:
- All Pods: Combined view of logs from all running instances
- Individual instances: Separate tabs for each instance
- Scheduler: Dedicated tab for scheduled task logs (Laravel applications)
Monitored Services
Statistics are available for all your application services:
- Your main application
- Database services (MySQL, PostgreSQL, MongoDB)
- Cache services (Redis, Valkey)
- Queue services (RabbitMQ)
- Storage services (MinIO, SFTP)
- Background workers