Skip to content

Instantly share code, notes, and snippets.

@mschoch
Created February 26, 2014 20:59
Show Gist options
  • Save mschoch/9238403 to your computer and use it in GitHub Desktop.
Save mschoch/9238403 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": 3600000,
"RunTimeMs": 7200000,
"SleepTimeMs": 10000,
"NumPullers": 4900,
"NumPushers": 2100,
"ChannelActiveUsers": 40,
"ChannelConcurrentUsers": 40,
"MinUserOffTimeMs": 0,
"MaxUserOffTimeMs": 0,
"Verbose": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment