On Tue, 3 Jul 2001, Tobo Atchou wrote:
> I've downloaded binaries of Polygraph 2.6.2 and
Please note that 2.6.3 is the most recent 2.6 release that fixes some
of the 2.6.2 bugs that may affect your hit ratio. Please always use
the most recent release if you are not using a stable release.
Released 2.6 versions also have a bug in polymix-3-guts.pg file. A
patch is attached.
> I am trying to run it
> against polymix-3.pg (after customization of the file)as described in
> the user manual. Find below a part of polymix-3.pg
> When I run polysrv, it complains about :
> * 'TheBench.server_addr_mask' or its component is not declared
> * 'TheBench.client_addr_mask' or its component is not declared
Bench type has changed a bit in 2.6, making comments in polymix-3.pg
outdated. Use TheBench.server_side.addr_mask and
TheBench.client_side.addr_mask instead:
TheBench.server_side.addr_mask = '10.1.13.0';
TheBench.client_side.addr_mask = '10.1.13.0:80';
Actually, with Polygraph 2.6, you can tell polyclt and polysrv to
create aliases automatically so that you do not have to do it manually
with aka. To enable that mode, you will need to specify primary IP
addresses of Polygraph PCs and interface names for both client and
server side. Srvlb-l4-4.pg has an example for the client side.
> * syntax error near size, rate and ObjLifeCycle.
> TheBench.peak_req_rate = 1000/sec
Missing semicolon at the end of the assignment operator above. (When
reporting errors, please quote the entire error output as in
/tmp/p3.pg:24: syntax error near `size');
I do not get any other syntax errors when compiling your .pg file.
HTH,
Alex.
This archive was generated by hypermail 2b29 : Tue Jul 10 2001 - 12:00:20 MDT