takii3 Posted March 9, 2020 Posted March 9, 2020 Hello there, My account was suspended and I know it's because of the server resource usage. I'm trying my best to reduce the traffic coming in so please assist in clearing up the suspension and I will attempt to make further improvements so it works well when I'm not able to monitor it.. Username: takii3Server: JohnnyHeliohost main domain: takii3.heliohost.org Thanks,
wolstech Posted March 9, 2020 Posted March 9, 2020 It was indeed for excessive resource use. Please fix the issue quickly. Unsuspended.
takii3 Posted March 10, 2020 Author Posted March 10, 2020 Also is there a way to check the server load by PHP?
Byron Posted March 10, 2020 Posted March 10, 2020 You can check the server load this way: <?php $uptime = file_get_contents("/proc/uptime"); $loadavg_array = explode(" ", file_get_contents("/proc/loadavg")); $loadavg = $loadavg_array[2]; echo "<p>[ Current server load: " . $loadavg . " ]</p>"; ?> https://bybyron.net/load.php
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now