Re: Simulation scenario
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-05-01 19:45:23
|
Hi Niko On Thu, May 1, 2008 at 3:46 PM, Niko Wilfritz Sianipar Sianipar <nik...@ya...> wrote: > How to make in a configuration file a scenario like > this: > The 90% request is for the file with size less than > 3KB and 90% of total load is from the file whose size > bigger than 100KB Y mean 10% and 90% > > I want to make the heavy tailed workload in a > configuration file (in curl-loader of course) Y can find in FAQs http://curl-loader.sourceforge.net/doc/faq.html the following tags: FETCH_PROBABILITY - allows to fetch a url not as a must, but with a certain run-time probability. The allowed values are in the range from 1 to 100 percents. FETCH_PROBABILITY_ONCE when set to 1 configures each client to make the decision regarding whether to fetch a URL marked by a FETCH_PROBABILITY or not, to be done only once, namely, at the first cycle. And an example of doing that is in your curl-loader distribution, or here with the same filename: http://curl-loader.svn.sourceforge.net/viewvc/curl-loader/trunk/curl-loader/conf-examples/fetch-probability.conf?view=markup or http://curl-loader.svn.sourceforge.net/viewvc/curl-loader/trunk/curl-loader/conf-examples/fetch-probability-once.conf?view=markup Take care, -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Ghotit - Assistive technology that understands you ...................................................................... |