View Full Version : How To Check Server Load On Servage?
santimariani
05-25-2007, 03:14 AM
This has been asked in the past, but the answer I found is no good. My (simple and dumb :p) question is... how do I check my server load? I have been told it is under the Quick Admin Links in the Admin CP, but... it's not there (I'm using Servage... bad, bad choice!). Any ideas? Thanks!
encryption
05-31-2007, 02:39 PM
go into your admin panel, at the CP Home, under Quick Administrator Links
you will see your load
The_VarMaster
06-03-2007, 07:56 AM
If you have ssh access to your server just use "uptime" command.
Or, if you havent, but your php allows system() function, you can use this simple script:
<?php echo system('uptime'); ?>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.