We recently received a question about how to configure a L4 Polygraph
test for the "lenient" options. I wanted to share the answers with
everyone.
To make servers bind to the loopback interface (i.e. for DSR), you
have to manually create the alias on lo0, then make this change to
your PGL file (i.e. set TheBench.server_side.hosts to the VIP):
diff -u -r1.1.2.9 srvlb-l4-4.pg
--- srvlb-l4-4.pg 2001/06/13 21:27:51 1.1.2.9
+++ srvlb-l4-4.pg 2001/06/27 22:36:45
@@ -22,7 +22,7 @@
// the primary ("real") ip addresses of the server machines.
// also used as the origin server addresses
- hosts = ['172.16.45.191-200:80'];
+ hosts = ['172.16.45.254:80'];
};
// use proxy_side to store VIP to keep all real IPs in TheBench
To disable persistent connections, make this change to your PGL
file (note pconn_use_lmt occurs under both Robots and Servers, be
sure to edit the correct location):
--- srvlb-l4-4.pg 2001/06/13 21:27:51 1.1.2.9
+++ srvlb-l4-4.pg 2001/06/27 22:35:20
@@ -44,7 +44,7 @@
direct_access = [ cntHTML, cntDownload, cntOther ];
xact_think = norm(150msec, 50msec);
- pconn_use_lmt = zipf(64);
+ //pconn_use_lmt = zipf(64);
idle_pconn_tout = 15sec;
addresses = vipMap.addresses;
We don't distirbute any scripts that set up the routing for you.
You would have to do that manually.
Duane W.
Received on Wed Jun 27 2001 - 17:06:23 MDT
This archive was generated by hypermail 2.2.0 : Tue Feb 07 2012 - 12:00:08 MST