* Why zipf distribution can not be 1.0
@ 2013-01-27 19:43 Yufei Ren
2013-01-28 8:06 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Yufei Ren @ 2013-01-27 19:43 UTC (permalink / raw)
To: fio
Hi,
Is the 'zipf theta' the value of the exponent characterizing the zipf
distribution? If so, why could not it be 1.0? With the following job
file, fio sent out an error - fio: zipf theta must different than 1.0.
[job]
ioengine=null
rw=randread
norandommap
size=1280m
bs=4k
random_distribution=zipf:1
I looked through the fio zipf library but was confused with
zipf_next() function? Any illustration about this zipf distribution
generator?
Thanks
Yufei
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Why zipf distribution can not be 1.0
2013-01-27 19:43 Why zipf distribution can not be 1.0 Yufei Ren
@ 2013-01-28 8:06 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2013-01-28 8:06 UTC (permalink / raw)
To: Yufei Ren; +Cc: fio
On Sun, Jan 27 2013, Yufei Ren wrote:
> Hi,
>
> Is the 'zipf theta' the value of the exponent characterizing the zipf
> distribution? If so, why could not it be 1.0? With the following job
> file, fio sent out an error - fio: zipf theta must different than 1.0.
>
> [job]
> ioengine=null
> rw=randread
> norandommap
> size=1280m
> bs=4k
> random_distribution=zipf:1
>
> I looked through the fio zipf library but was confused with
> zipf_next() function? Any illustration about this zipf distribution
> generator?
The point is that a theta of 1.0 would be the same as a normal uniform
distrobution. But perhaps it should just be allowed, you should get what
you ask for...
Not sure on your last question. Can you expand on that? If it's on the
zipf distribution in general, google/wikipedia is your friend :-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-28 8:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-27 19:43 Why zipf distribution can not be 1.0 Yufei Ren
2013-01-28 8:06 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox