YSCB offers different type of workloads.
how can i simulate real time network environment using Yahoo Cloud Serving Benchmark where:
- we can expect communication rate can decrease or increase based on a predefined distribution
- size of packets or records can increase or decrease based on a predefined distribution.
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.
The number of fields in a record
fieldcount=10
The size of each field (in bytes)
fieldlength=100