Prerequisites for monitoring PHP server metrics:Click here
Using the REST API to add a new PHP server monitor:Click here
To create a PHP monitor, follow the steps given below:
Security/Firewall Requirements: The host and port of the PHP server should be accessible from the Applications manager installed machine.
Following are the list of metrics that are monitored in PHP monitoring:
| Parameters | Description |
|---|---|
| Response Time - Last One Hour | |
| Response Time | The time taken for the PHP server to respond while monitoring (in milliseconds). |
| Page Faults - Last One Hour | |
| Current PageFault Value | Number of page faults occured. |
| Swaps | Number of swaps occured. |
| User Time | The total amount of time spent executing in user mode. |
| Busy Servers - Last One Hour | |
| Busy Servers | Number of servers that are currently busy. |
| Idle Servers | Number of servers that are currently idle. |
| Bytes Transferred - Last One Hour | |
| Bytes per Sec | Number of bytes transferred per second. |
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development