[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
network testing tool for single host/service
- To: hobbit (at) hswn.dk
- Subject: network testing tool for single host/service
- From: Dominique Frise <Dominique.Frise (at) unil.ch>
- Date: Mon, 13 Mar 2006 09:11:45 +0100
- Organization: University of Lausanne
- User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.12) Gecko/20051003
Hi Henrik,
Using Big Brother for several years, we wrote quite a few custom server/side
scripts where we used bbnet tool from BB.
This utility allowed us to test a single host/service pair on the command line.
Example:
URL=http://test.example.com
$BBHOME/bin/bbnet $URL > $BBTMP/HTTP_$PROC$$
Your -definitely better- tool bbtest-net is bounded to $BBHOSTS and it does not
seem possible to test a single host/service like above.
A hack could be to redefine $BBHOSTS with a single entry before calling bbtest-net.
I there another possibility to to this?
Thanks for your reply.
Dominique