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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...