In polygraph,Is it possible to generate specific range of object sizes?

From: Jegadeesh <s.jegadeesh@gmail.com>
Date: Wed Oct 18 2006 - 05:37:29 MDT

Hello All,

I am running polygraph test using the workload webaxe4.pg. Is it possible to
generate specific range of object sizes say (200KB to 300KB) instead of the
default ones which starts from 1KB. Also is it possible to capture and store
the generated objects for analysis.

Relevant part of my contents.pg file is given below. Kindly help me to
achieve this.

Content cntImage = {
        kind = "image";
        mime = { type = undef(); extensions = [ ".gif", ".jpeg", ".png" ];
};
        obj_life_cycle = olcImage;
        size = exp(100KB);
        cachable = 80%;
        checksum = 1%;
};
Content cntHTML = {
        kind = "HTML";
        mime = { type = undef(); extensions = [ ".html" : 60%, ".htm" ];
};
        obj_life_cycle = olcHTML;
        size = exp(500KB);
        cachable = 90%;
        checksum = 1%;

        may_contain = [ cntImage ];
        embedded_obj_cnt = zipf(13);
};

Thanks,
--jas
Received on Wed Oct 18 11:22:36 2006

This archive was generated by hypermail 2.1.8 : Thu Oct 19 2006 - 12:00:05 MDT