[ndnSIM] ZipfMandelbrot content size

Josh J joshjdevl at gmail.com
Mon May 12 15:56:07 PDT 2014


> That is why I don't really understand what exactly you're trying to
achieve.  zipf for consumer requests and zipf for data seems kind of
strange.  That is, how can you randomly choose size of data for randomly
chosen element?

I see, well I was hoping to vary the file size across multiple probability
distributions (uniform, random, various zipf skews).

If I want to vary the zipf across multiple producers, I think I can just
tweak the existing ConsumerZipfMandelbrot where the number of items would
be instead the number of producers.

Thanks,
Josh


On Mon, May 12, 2014 at 3:42 PM, Alex Afanasyev <
alexander.afanasyev at ucla.edu> wrote:

>
> On May 12, 2014, at 3:39 PM, Josh J <joshjdevl at gmail.com> wrote:
>
> Hi Alex,
>
> > ConsumerZipfMandelbrot is a consumer, it sends only interests with the
> specified parameters.  What you're talking needs to be implemented on a
> producer side.  If you can implement ProducerZipfMandelbort (or some
> similar name), I would be very happy to incorporate your code into ndnSIM.
>
> I'm trying to set up the following scenario. N consumers talking to M
> producers. Each of the N consumers chooses as a zipf distribution from
> which of the M producers to send an interest to (meaning there should be
> unique prefixes for each producer). I would also like to vary the content
> sizes of each file according to zipf.
>
> When you mention to implement ProducerZipfMandelbort, I'm kind of confused
> since I thought one interest matches one data. So wouldn't I need to
> generate multiple interests on the consumer side according to the zipf
> distribution? What needs to be modified on the producer side?
>
>
> Hi Josh,
>
> That is why I don't really understand what exactly you're trying to
> achieve.  zipf for consumer requests and zipf for data seems kind of
> strange.  That is, how can you randomly choose size of data for randomly
> chosen element?
>
>
> Thanks,
> Josh
>
>
> On Tue, Apr 22, 2014 at 12:51 PM, Alex Afanasyev <
> alexander.afanasyev at ucla.edu> wrote:
>
>> Hi Josh,
>>
>> Not currently.  ConsumerZipfMandelbrot is a consumer, it sends only
>> interests with the specified parameters.  What you're talking needs to be
>> implemented on a producer side.  If you can implement
>> ProducerZipfMandelbort (or some similar name), I would be very happy to
>> incorporate your code into ndnSIM.
>>
>> ---
>> Alex
>>
>> On Apr 21, 2014, at 12:53 PM, Josh J <joshjdevl at gmail.com> wrote:
>>
>> Hi,
>>
>> For the zipfmandelbrot
>> http://ndnsim.net/applications.html#consumerzipfmandelbrot
>>
>> If I'm understanding the docs correctly, the zipf distribution is used to
>> pattern the frequency of interest requests. Is there a way to configure the
>> the size of the contents to vary according to zipf?
>>
>> Thanks,
>> Josh
>>
>>
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20140512/e3121557/attachment.html>


More information about the ndnSIM mailing list