Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created April 17, 2015 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tleyden/1d4140a45618e1d87625 to your computer and use it in GitHub Desktop.
Save tleyden/1d4140a45618e1d87625 to your computer and use it in GitHub Desktop.
{
"Hostname": "10.69.146.150",
"Port": 4984,
"AdminPort": 4985,
"Database": "db",
"DocSize": 0,
"SendAttachment": false,
"DocSizeDistribution": [
{
"Prob": 20,
"MinSize": 32,
"MaxSize": 127
},
{
"Prob": 70,
"MinSize": 128,
"MaxSize": 1023
},
{
"Prob": 10,
"MinSize": 1024,
"MaxSize": 65536
}
],
"RampUpIntervalMs": 900000,
"RunTimeMs": 1800000,
"SleepTimeMs": 10000,
"NumPullers": 8000,
"NumPushers": 5000,
"ChannelActiveUsers": 40,
"ChannelConcurrentUsers": 40,
"MinUserOffTimeMs": 0,
"MaxUserOffTimeMs": 0,
"Verbose": false,
"LogRequests": false,
"UserOffset": 0,
"AuthType": "basic",
"Password": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment