Re: Redhat linux port

From: Alex Rousskov (rousskov@ircache.net)
Date: Fri Jul 21 2000 - 14:55:23 MDT


On Fri, 21 Jul 2000, Rui Liu wrote:

> Thanks for quick response. 8th line of benches.pg is:
> peak_req_rate = 400; // must be set

400 per minute? per second? Should be
        peak_req_rate = 400/sec;

> BTW, I don't know why there are two places that are asking config of
> peak_req_rate, one in polymix-3.pg, the other at here. I just made
> them both as 400.

Please do not even look into workloads/include/ directory unless you
need to do custom modifications and you are comfortable with PGL.
The comment in benches.pg meant that the field must be set somewhere.
In you case, you will set it in polymix-3.pg.

Alex.

> On Fri, 21 Jul 2000, Alex Rousskov wrote:
> >
> > It should be something like
> > peak_req_rate = 10/sec;
> > NOT
> > peak_req_rate = 10;



This archive was generated by hypermail 2b29 : Tue Jul 10 2001 - 12:00:14 MDT