Search found 6 matches

by tongyan
Mon May 23, 2005 12:44 am
Forum: Wish list
Topic: HTTP test of many virtual hosts
Replies: 6
Views: 27987

HTTP test of many virtual hosts

hi Alex,
we have lot of servers running for one domain, DNS robin like this:
www.a.com 192.168.11.1
www.a.com 192.168.11.2
www.a.com 192.168.11.3

and all the servers are virtual host, so I can't use 192.168.11.1 to visit the website. how can I know all the www.a.com is ok?
by tongyan
Mon Apr 18, 2005 9:00 pm
Forum: Wish list
Topic: wish for the structure map in interface style
Replies: 3
Views: 14025

wish for the structure map in interface style

not only the icon, list, small icon style
by tongyan
Thu Apr 14, 2005 10:16 pm
Forum: Wish list
Topic: can you add the test's start time to the test properties
Replies: 1
Views: 9416

can you add the test's start time to the test properties

Alex,
if i want to add a test runs every day at 7:00am, how can i do it.
Thank you.
by tongyan
Wed Apr 13, 2005 8:41 pm
Forum: Wish list
Topic: wish for send data to port
Replies: 8
Views: 23440

but

but how to send date/time to http port?
by tongyan
Mon Apr 04, 2005 11:59 pm
Forum: Wish list
Topic: wish for send data to port
Replies: 8
Views: 23440

wish for send data to port

when i send data to http port, if the %status% is like "no answer" -- a blank in it, it'll not work, so i wish to add a encode function in this test
by tongyan
Mon Apr 04, 2005 11:34 pm
Forum: Library
Topic: Oracle TNSping test shell script for Redhat Linux AS 3
Replies: 2
Views: 50195

Oracle TNSping test shell script for Redhat Linux AS 3

#!/bin/sh
su - oracle -c "/u01/app/oracle/product/9.2.0/bin/tnsping $1" |tail -1 \
|awk '{if ($1=="OK") {ms=(substr($(NF-2),1)); \
printf ("ScriptRes:Ok:%d ms\n",ms)} else {printf ("ScriptRes:Bad:%d ms\n",ms)};exit}'