--tc
. Here is an overview: <system type="test-caching-proxy"> <client-emulation> <interarrival-pattern value="CONSTANT" /> <interarrival-time value="10" /> <client-emulation/> </system>
The options mean specifically:
<interarrival-pattern>
is an enumeration value that indicates how the client requests are distributed. It can so far have the values CONSTANT and POISSON. The CONSTANT request distribution means that requests are generated exactly at the interval given by the interarrival-time. POISSON means that the interarrival-time is only an average value, and that the actual delay between two requests is randomly distributed.<interarrival-time>
is an integer value indicating the average time between the generation of two requests in seconds.