|
Author |
Message |
Ben
Senior WebHelper


Joined: 08 Jan 2002
Posts: 431
Location: Liverpool - UK
|
Posted:
Sun Jul 14, 2002 5:48 pm (23 years, 1 month ago) |
  |
Quote: | 17:42:25 up 28 days, 5:22, 0 users, load average: 37.55, 34.49, 34.68 |
No wonder its just a tad slow then  |
________________________________ Ben Scott
Red and White Kop |
|
      |
 |
Justin
4WebHelp Addict

Joined: 07 Jan 2002
Posts: 1060
|
Posted:
Sun Jul 14, 2002 6:26 pm (23 years, 1 month ago) |
  |
hmmmm, perhaps that explains why sendmail isn't working on it....... |
|
|
     |
 |
Ben
Senior WebHelper


Joined: 08 Jan 2002
Posts: 431
Location: Liverpool - UK
|
Posted:
Sun Jul 14, 2002 6:54 pm (23 years, 1 month ago) |
  |
|
      |
 |
Justin
4WebHelp Addict

Joined: 07 Jan 2002
Posts: 1060
|
Posted:
Sun Jul 14, 2002 8:06 pm (23 years, 1 month ago) |
  |
What script is that btw? it may come in handy thats all....... |
|
|
     |
 |
Ben
Senior WebHelper


Joined: 08 Jan 2002
Posts: 431
Location: Liverpool - UK
|
Posted:
Sun Jul 14, 2002 8:40 pm (23 years, 1 month ago) |
  |
Dont remember where I found it but here it is
Code: |
#!/usr/bin/perl
#
# sload - current server load
#
print "Content-type: text/html\n\n";
print <<EOM;
<META HTTP-EQUIV="Refresh" CONTENT=15>
<TITLE> $ENV{SERVER_NAME} HTTPD Load </TITLE>
<H2> Current load average of
<A HREF=/>$ENV{SERVER_NAME}</A><HR></H2>
EOM
print `uptime`;
print "<P>";
|
Prefair http://phpsysinfo.sourceforge.net/ but only any use when safe mode is off.. example @ http://www.redandwhitekop.com/serverinfo/ |
________________________________ Ben Scott
Red and White Kop |
|
      |
 |
php4ever
Junior WebHelper


Joined: 10 Oct 2002
Posts: 49
|
Posted:
Tue Jul 16, 2002 4:27 pm (23 years, 1 month ago) |
  |
This a.m. I discovered to my chagrin that sendmail still isn't working. Why? GOK.
1st it was the database server not working and now the server 0028 isn't working. For someone who is trying to develop decent php scripts, this is frankly most vexsome. I trust f2s is working to resolve this problem with all good speed. |
|
|
    |
 |
DrZaytsev
Junior WebHelper

Joined: 09 Jul 2002
Posts: 24
Location: Russia
|
Posted:
Fri Aug 09, 2002 8:13 am (23 years ago) |
  |
My site www.binary-insight.com is hosted at F2S. It's uptime is:
08:10:32 up 53 days, 19:47, 1 user, load average: 27.19, 27.36, 27.51
Here is the script I use. Unfortunately, the PHP's CGI engine is not working, so I choosed Perl (which seems to be less safe )
Code: | #!/usr/bin/perl
print "Content-type: text/html\n\n";
print `uptime`;
print "<P>"; |
|
________________________________ God is real unless declared as integer... |
|
     |
 |
|
|
You cannot post new topics in this forum. You cannot reply to topics in this forum. You cannot edit your posts in this forum. You cannot delete your posts in this forum. You cannot vote in polls in this forum.
|
Page generation time: 0.142634 seconds :: 13 queries executed :: All Times are GMT
Powered by phpBB 2.0
© 2001, 2002 phpBB Group :: Based on an FI Theme
| |