Cosimo Streppone wrote:
But after your second message, I thought that maybe you could be
interested in Fiddler:
http://www.fiddlertool.com/Fiddler/help/
I downloaded it and installed it, though I felt a bit unsure about it.
Is this, or is not, a Microsoft-issued program ?
There seems to be
In data 28 gennaio 2009 alle ore 11:21:31, André Warnier
ha scritto:
I am looking for a debugging tool that would be able to repeatedly issue
HTTP requests to one or more URLs, and log any errors. Preferably in
Perl, and it must run on a Windows workstation.
I was going to say siege:
Adam Prime wrote:
Carl Brewer wrote:
And in the (RHEL/CentOS format) init.d script
start() {
echo -n $"Starting $prog: "
ulimit -S -c unlimited >/dev/null 2>&1
LANG=$HTTPD_LANG daemon $httpd $OPTIONS -f $conf
RETVAL=$?
echo
ulimit -c
[ $RET
Michael Ludwig wrote:
Torsten Foertsch schrieb:
On Wed 28 Jan 2009, André Warnier wrote:
I am looking for a debugging tool that would be able to repeatedly
issue HTTP requests to one or more URLs, and log any errors.
Preferably in Perl, and it must run on a Windows workstation.
Don't know ab
Torsten Foertsch schrieb:
On Wed 28 Jan 2009, André Warnier wrote:
I am looking for a debugging tool that would be able to repeatedly
issue HTTP requests to one or more URLs, and log any errors.
Preferably in Perl, and it must run on a Windows workstation.
Don't know about windows and its not
Carl Brewer wrote:
And in the (RHEL/CentOS format) init.d script
start() {
echo -n $"Starting $prog: "
ulimit -S -c unlimited >/dev/null 2>&1
LANG=$HTTPD_LANG daemon $httpd $OPTIONS -f $conf
RETVAL=$?
echo
ulimit -c
[ $RETVAL = 0 ] && touch
Carl Brewer wrote:
Philippe M. Chiasson wrote:
Selinux enabled ?
Good question, I don't think so, but will double-check.
Nope, selinux is disabled on /etc/selinux/config
Philippe M. Chiasson wrote:
Selinux enabled ?
Good question, I don't think so, but will double-check.
On Wed 28 Jan 2009, André Warnier wrote:
> I am looking for a debugging tool that would be able to repeatedly
> issue HTTP requests to one or more URLs, and log any errors.
> Preferably in Perl, and it must run on a Windows workstation.
Don't know about windows and its not perl but I use ab (come
Hi.
I am looking for a debugging tool that would be able to repeatedly issue
HTTP requests to one or more URLs, and log any errors. Preferably in
Perl, and it must run on a Windows workstation.
So something like a wget or curl, but with some smart command-line
parameters allowing it to run
10 matches
Mail list logo