Undefined variable FillRate in polymix-4-guts.pg?

Asked by Gerrit Hohl

In the file workloads/include/polymix-4-guts.pg in line 95 there is a variable named FillRate which wasn't defined before. Is it a constant? Or maybe a call / function?

Phase phFRamp = {
     name = "framp";
     goal.duration = rampDur;
     recur_factor_beg = 5%/55%;
     special_msg_factor_beg = 0.1;
     populus_factor_beg = smallFactor;
     populus_factor_end = FillRate/TheBench.peak_req_rate;
}

Question information

Language:
English Edit question
Status:
Solved
For:
Polygraph Edit question
Assignee:
No assignee Edit question
Solved by:
Gerrit Hohl
Solved:
Last query:
Last reply:
Revision history for this message
Gerrit Hohl (g-hohl) said :
#1

Please forget my question - I found it. It is defined in the workloads/polymix-4.pg file in line 37:

/* Set request rate for the cache-filling phase.
 * This rate must be between 10% and 100% of peak_req_rate above.
 * For example: (50%*TheBench.peak_req_rate) */
rate FillRate = undef();