Server-Check-PHP icon indicating copy to clipboard operation
Server-Check-PHP copied to clipboard

PHP script for Ram and CPU usage stats for server health check

Results 1 Server-Check-PHP issues
Sort by recently updated
recently updated
newest added

Can you count the number of http**s** connection ? You can change the first ```grep``` to keep 443 port. ```bash $connections = `netstat -ntu | grep -E ':80 |443 '...