Stress-test server

2005-11-14 Thread Dermot Paikkos
Hi, I would like to see what happens to my web server if I get 50-60 connections all posting requests to it. Can anyone suggest a module that might help (WWW.Mechanize perhaps). Thanx. Dp. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Stress-test server

2005-11-14 Thread Sean Davis
On 11/14/05 11:25 AM, Dermot Paikkos [EMAIL PROTECTED] wrote: Hi, I would like to see what happens to my web server if I get 50-60 connections all posting requests to it. Can anyone suggest a module that might help (WWW.Mechanize perhaps). If you are using Apache, it comes with 'ab'

Re: help with progress bar -test site

2004-01-18 Thread Gerry Creighton
On Jan 17, 2004, at 12:37 PM, zentara wrote: On Sat, 17 Jan 2004 11:54:55 -0500, [EMAIL PROTECTED] (Gerry Creighton) wrote: So can you suggest where to add the form processing to the upload.cgi? I'm good with Flash and actionscripting but am not totally in tune with perl (yet). The guy who

Re: help with progress bar -test site

2004-01-18 Thread Wiggins d'Anconia
zentara wrote: snip So now all you have to do is setup the mailings. For example, this code should work, but there are many mail modules available to make it easier. my $mailprog='/usr/sbin/sendmail'; my $email = $emailaddr; my $from = '[EMAIL PROTECTED]'; open( MAIL, |$mailprog -t ) ||

Re: help with progress bar -test site

2004-01-18 Thread Gerry Creighton
alot of rewritting. - removed code - So there it's basically all done for you. Now this maillist is for helping people learn Perl, it's not a free coding service. So you should take what I've showed you, and test it on a local server, until you get it right. If you have more questions, post it along

Re: help with progress bar -test site

2004-01-17 Thread Gerry Creighton
On Jan 16, 2004, at 6:18 PM, zentara wrote: On Fri, 16 Jan 2004 09:32:30 -0500, [EMAIL PROTECTED] (Zentara) wrote: Well that's disappointing. Well then how do they do it with the megauploader: http://www.raditha.com/megaupload/perl.php Ok I have it working for the most part. You can test

RE: What is the best method to test out a script that is spitting info to the httpd logs

2003-11-20 Thread Ed Christian
Dan Anderson wrote: What is the best way to test a script that is spitting out stuff to the httpd log. lessing a huge log is a PITA, and deleting it doesn't give me a new log like I'd like (plus potentially loses information I need). On a *nix platform, try tail -f logfile. It'll show you

Re: What is the best method to test out a script that is spitting info to the httpd logs

2003-11-20 Thread Jonathan Mangin
- Original Message - From: Ed Christian [EMAIL PROTECTED] To: Dan Anderson [EMAIL PROTECTED]; beginners-cgi [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 8:22 AM Subject: RE: What is the best method to test out a script that is spitting info to the httpd logs Dan Anderson wrote

What is the best method to test out a script that is spitting info to the httpd logs

2003-11-19 Thread Dan Anderson
What is the best way to test a script that is spitting out stuff to the httpd log. lessing a huge log is a PITA, and deleting it doesn't give me a new log like I'd like (plus potentially loses information I need). Thanks in advance, Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED

Want CGI script to test and start daemon - was Re: CGI problem, please help

2003-09-12 Thread drieux
of the problem is that many people see this same basic 'design pattern' - if I had a server that could do foo then all I need to do is test that it is up... [..] Here is my 'grown up' server.cgi: [..] basically a good piece of code. The problem seems to a. how to check

Re: Flock Test...

2003-08-01 Thread zentara
On Wed, 30 Jul 2003 02:14:45 +0500, [EMAIL PROTECTED] (Sara) wrote: What could be the simplest test to check 'flock' working on your server or not? except for writing to support team of host ::)) Thanks for any input. Start the following script in 2 different terminals or xterms simultaneously

proxy test

2003-02-12 Thread uma ramdoss
hai all, i wrote some codes to test how proxies work.(one client) this worked fine but when the server sends cookies, error is shown telling that the browser is not accepting cookies.why? , use HTTP::Daemon; use LWP::UserAgent; my $d=new HTTP::Daemon LocalAddr = '192.168.2.254

TEst

2003-01-17 Thread lielie meimei
__ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

System test.

2002-06-06 Thread Timothy Brier
My system was rejecting e-mails from the list because of header information. Just making sure I'm still on the list.

Re: System test.

2002-06-06 Thread David T-G
Timothy -- ...and then Timothy Brier said... % % My system was rejecting e-mails from the list because of header information. Just making sure I'm still on the list. Thank you so much for letting us all know. I think the more efficient way to test is to send mail to [EMAIL PROTECTED

Server down test

2002-03-08 Thread Sir Douglas Cook
/MyHomepageOnSympaticoServer/ } else { # My PWS is down because I am not logged on to the Internet use # my live web site hosted by sympatico. redirecto to http://www3.sympatico.ca/MyHomepageOnSympaticoServer/ } Question: I am wondering how to test if my PWS

Re: Server down test

2002-03-08 Thread fliptop
Sir Douglas Cook wrote: Question: I am wondering how to test if my PWS is UP? If (http://65.93.27.6/MyHomepageOnSympaticoServer/) { i've never used it, but net::ping looks like a good candidate: http://search.cpan.org/search?dist=Net-Ping -- To unsubscribe, e-mail: [EMAIL PROTECTED

CGI Connection and Test Select

2002-03-01 Thread Brice, Charles
Hi All Please Help! ** I am new to CGI and Perl. I am trying to test a connect to the database and execute a select against the TAB table. The connect is hard coded for now. I am able to pass the values in but I have not tried

Re: CGI Connection and Test Select

2002-03-01 Thread fliptop
Brice, Charles wrote: my $dbh = DBI-connect(dbi:Oracle:aux,ceb,ceb); my $cursor = $dbh-prepare(select * from tab) || die PREPARE error $DBI::errstr\n; what error is it putting in your error log? you could try setting DBI's trace level to 2 like

Load test

2001-12-18 Thread insomniak
Hi all, can any one help? Im looking for a few ideas that I could use to write a quick script that would place a lot of load on the server (CPU disk IO etc..) any suggestion are welcome. Regards Mark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Load test

2001-12-18 Thread Brian
Mark, I would try doing a recurrsive loop. Making it copy one file to another. I am not sure what type of load that would be, but I am sure it may help in whatever you are trying to accomplish. ~Brian. Ooops sorry, What I need to do is to place a test server under load - this can

RE: Test if first character of a variable is a 0 (zero)

2001-10-18 Thread Bob Showalter
-Original Message- From: Rene Verharen [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 4:43 PM To: Beginners-CGI List Subject: Test if first character of a variable is a 0 (zero) Hi, I need to delete the first character of a variable if this (and ONLY

Re: Test if first character of a variable is a 0 (zero)

2001-10-18 Thread Brian Harring
try this $text =~ s/^0//; this should work, the ^ indicates that it must be the first character of the line or of the string... ~Brian Hi, I need to delete the first character of a variable if this (and ONLY this) character is a 0 (zero). What I tried : $text =~ s/01/1/; $text =~

Re: Test if first character of a variable is a 0 (zero)

2001-10-18 Thread Brett W. McCoy
On Thu, 18 Oct 2001, Rene Verharen wrote: I need to delete the first character of a variable if this (and ONLY this) character is a 0 (zero). What I tried : $text =~ s/01/1/; $text =~ s/02/2/; $text =~ s/03/3/; etc... Not what I want, because it also deletes the 0

test script

2001-07-11 Thread john.twycross
Can anyone tell me what is the most basic script that I can load onto a server to test that it is working? Thanks John Twycross

Re: test script

2001-07-11 Thread Jason Purdy
to that URL. These are also making more assumptions, but give it a shot and let us know what does or doesn't work if you have further complications. Jason - Original Message - From: john.twycross [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 10:25 AM Subject: test

RE: test script

2001-07-11 Thread Bradley M. Handy
#!/path/to/perl use CGI; print CGI-param(); print I'm Working; I believe the above lines of code should work just fine. -Original Message- From: john.twycross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 10:25 AM To: [EMAIL PROTECTED] Subject: test script Can

Re[2]: test script

2001-07-11 Thread Maxim Berlin
script. #!/usr/bin/perl use CGI qw(:standard); print header; print I'm Working; Can anyone tell me what is the most basic script that I can load onto a server to test that it is working? Best wishes, Maximmailto:[EMAIL PROTECTED]

Web Test Sites

2001-07-03 Thread Frank J. Schmuck
Can someone point me to a list of sites that allow free testing of cgi scripts? I had such a list at one time but have misplaced it just as I need it. Thanks Frank

Re: Web Test Sites

2001-07-03 Thread Nigel G Romeril
want to do something fancy and it is all yours for test purposes you can mangle it up any way you like. If it really goes wrong, just reinstall it. Frank J. Schmuck wrote: Can someone point me to a list of sites that allow free testing of cgi scripts? I had such a list at one time but have

RE: Web Test Sites

2001-07-03 Thread Fco. Javier Valladolid Hdez.
Hello folks ! http://free.prohosting.com is a good choice.. if you is using Unix, install Apache Web Server, and test your CGI scripts locally. Rergards. = Francisco Valladolid V Microsistemas Taking the Initiative! [EMAIL PROTECTED] - Original Message

Re: Web Test Sites

2001-07-03 Thread Richard
, July 03, 2001 10:56 AM Subject: Web Test Sites Can someone point me to a list of sites that allow free testing of cgi scripts? I had such a list at one time but have misplaced it just as I need it. Thanks Frank

Re: test message

2001-06-10 Thread bmccoy
On Sun, 10 Jun 2001, Jody Lowes wrote: Hello? Is there anybody out there? I haven't received a single message from this list since I subscribed and I just want to make sure everything is working fine. When did you first subscribe? This list, being failry new, still has failry low traffic,

Re: test message

2001-06-10 Thread James Drane
: test message Hello? Is there anybody out there? I haven't received a single message from this list since I subscribed and I just want to make sure everything is working fine.

Re: test message

2001-06-10 Thread Jody Lowes
On Sunday 10 June 2001 17:25, [EMAIL PROTECTED] wrote: On Sun, 10 Jun 2001, Jody Lowes wrote: Hello? Is there anybody out there? I haven't received a single message from this list since I subscribed and I just want to make sure everything is working fine. When did you first subscribe?