Hi, We have been doing some performance testing on our jclouds client code and we noticed that the throughput is much lower than python client. To validate here is the experiment we ran using a simple implementation using jclouds & swift-bench (python based bench marking tool)
We can 60000 puts with 100 concurrent users (threads). What we noticed was swift-bench had a throughput of about 380 puts/s where as the jclouds based client had a max of 100 puts/s. First, has anybody compared the two before and seen similar behavior? Secondly, we were wondering if there are any tuning params for jclouds swiftclient that we can tweak and play with. Thanks in advance. -Naga