Skip to content

Instantly share code, notes, and snippets.

@mschoch
Created February 6, 2014 22:11
Show Gist options
  • Save mschoch/8853516 to your computer and use it in GitHub Desktop.
Save mschoch/8853516 to your computer and use it in GitHub Desktop.
{
"Hostname": "172.23.96.68",
"Database": "db",
"DocSizeDistribution": [
{
"Prob": 20,
"MinSize": 32,
"MaxSize": 127
},
{
"Prob": 70,
"MinSize": 128,
"MaxSize": 1023
},
{
"Prob": 10,
"MinSize": 1024,
"MaxSize": 65536
}
],
"RampUpIntervalMs": 1800000,
"RunTimeMs": 7200000,
"SleepTimeMs": 10000,
"NumPullers": 3500,
"NumPushers": 1500
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment