On Wed, 22 Aug 2001, Jihong A. Kim wrote:
> Hi,
>
> First, thanks for all your help. =)
>
> Now, I would like to manipulate the object distribution (in Polymix3
> testing) such that I can have a set of specific number of objects at a
> specific size. (for example, I would have 34% of the object of size 750
> bytes, 22% of the objects of size 1500 bytes, and so on..)
>
> It looks like I need to play around with the file "contents.pg".
>
> Does anyone know where I can get some documentation to achieve this?
you should be able to easily modify the existing PGL files to
accomplish this.
you can create three new content types:
give "ctype1" a size of const(750), assign "ctype2" reply size
const(1500).
then assign these new content types to "contents" in the server
structure:
contents = [ ctype1: 34%, ctype2: 22%, ctype3 ];
direct_access = [ ctype1, ctype2, ctype3 ];
Duane W.
This archive was generated by hypermail 2b29 : Mon Feb 06 2006 - 12:00:19 MST