Jump to content

Recommended Posts

Posted

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: takii3
Server: Johnny

Heliohost main domain: takii3.heliohost.org

 

Thanks,

 

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...