documentation incomplete: Robot.post_contents

Bug #899233 reported by Gerrit Hohl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Polygraph
New
Undecided
Unassigned

Bug Description

There is another property which is not documented on the "Types" page: The property post_contents of the Robot class.

It is used in the file workloads/include/polymix-4-guts.pg in line 71:

Robot R = {
     kind = "PolyMix-4-rbt";

     recurrence = 55%/HitIfRepeat; // recurrence is not hit radio
     embed_recur = 100%;
     pop_model = popModel;

     req_types = [ "Basic", "Ims200": 5%, "Ims304": 10%; "Reload" : 5% ];
     req_methods = [ "GET", "POST" : 1.5%, "HEAD" : 0.1% ];
     abort_prob = 0.1%;

     req_rate = TheBench.client_side.max_agent_load;
     pconn_use_lmt = zipf(64);
     open_conn_lmt = 4;

     dns_resolver = Resolver;
     origins = Maps.names;
     addresses = robotAddrs(asPolyMix4, TheBench);
     http_versions = [ "1.0" ]; // newer agents use HTTP/1.1 by default

     post_contents = [ cntSimpleRequest ];
};

But it is mentioned in the following paragraphs:

3. Request body content configuration
http://www.web-polygraph.org/docs/userman/req_bodies.html#Sect:3

3. Configuration
http://www.web-polygraph.org/docs/userman/content-driven-robots.html#Sect:3

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.