YSCB offers different type of workloads.
Basically i want to generate big data traffic using YCSB which can have different VOLUME & VELOCITY
Current YCSB offers static values for volume. These values can be changed but not varied.
fieldcount=10
fieldlength=100
I managed to generate high volume by velocity by using a loop inside a loop and iterating over throughput for velocity ($j) out side and iterating field count for volume in inner loop ( $i)
./bin/ycsb load mongodb-async -p fieldcount=$j -threads 4 -target $i -s -P workloads/workloada -p mongodb.url=mongodb://localhost:27017/ycsb?w=0 > /home/concurrent/k