4WebHelp
 FAQ  •  Search  •  User Groups  •  Forum Admins  •  Smilies List  •  Statistics  •  Rules   •  Login   •  Register
Toggle Navigation Menu

 F2S server0028
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic
Author Message
Ben
Senior WebHelper
Senior WebHelper


Joined: 08 Jan 2002
Posts: 431
Location: Liverpool - UK

PostPosted: Sun Jul 14, 2002 5:48 pm (21 years, 9 months ago) Reply with QuoteBack to Top

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 Rolling Eyes

________________________________
Ben Scott

Red and White Kop
OfflineView User's ProfileFind all posts by BenSend Personal MessageSend emailVisit Poster's Website
Justin
4WebHelp Addict
4WebHelp Addict


Joined: 07 Jan 2002
Posts: 1060

PostPosted: Sun Jul 14, 2002 6:26 pm (21 years, 9 months ago) Reply with QuoteBack to Top

hmmmm, perhaps that explains why sendmail isn't working on it.......
OfflineView User's ProfileFind all posts by JustinSend Personal MessageSend email
Ben
Senior WebHelper
Senior WebHelper


Joined: 08 Jan 2002
Posts: 431
Location: Liverpool - UK

PostPosted: Sun Jul 14, 2002 6:54 pm (21 years, 9 months ago) Reply with QuoteBack to Top

Upto 50 now.... http://www.fans2002.co.uk/uptime.cgi

________________________________
Ben Scott

Red and White Kop
OfflineView User's ProfileFind all posts by BenSend Personal MessageSend emailVisit Poster's Website
Justin
4WebHelp Addict
4WebHelp Addict


Joined: 07 Jan 2002
Posts: 1060

PostPosted: Sun Jul 14, 2002 8:06 pm (21 years, 9 months ago) Reply with QuoteBack to Top

Ben wrote:
Upto 50 now.... http://www.fans2002.co.uk/uptime.cgi

What script is that btw? it may come in handy thats all.......
OfflineView User's ProfileFind all posts by JustinSend Personal MessageSend email
Ben
Senior WebHelper
Senior WebHelper


Joined: 08 Jan 2002
Posts: 431
Location: Liverpool - UK

PostPosted: Sun Jul 14, 2002 8:40 pm (21 years, 9 months ago) Reply with QuoteBack to Top

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
OfflineView User's ProfileFind all posts by BenSend Personal MessageSend emailVisit Poster's Website
php4ever
Junior WebHelper
Junior WebHelper


Joined: 10 Oct 2002
Posts: 49

PostPosted: Tue Jul 16, 2002 4:27 pm (21 years, 9 months ago) Reply with QuoteBack to Top

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.
OfflineView User's ProfileFind all posts by php4everSend Personal Message
DrZaytsev
Junior WebHelper
Junior WebHelper


Joined: 09 Jul 2002
Posts: 24
Location: Russia

PostPosted: Fri Aug 09, 2002 8:13 am (21 years, 8 months ago) Reply with QuoteBack to Top

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 Very Happy)
Code:
#!/usr/bin/perl

print "Content-type: text/html\n\n";

print `uptime`;
print "<P>";

________________________________
God is real unless declared as integer...
OfflineView User's ProfileFind all posts by DrZaytsevSend Personal MessageAOL Instant Messenger
Display posts from previous:      
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic


 Jump to:   




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: 1.037208 seconds :: 18 queries executed :: All Times are GMT
Powered by phpBB 2.0 © 2001, 2002 phpBB Group :: Based on an FI Theme