Hi, I'm inserting data from client node with stress.py to cluster of 6 nodes. They are all on 1Gbps network, max real throughput of network is 930Mbps (after measurement).
python stress.py -c 1 -S 170000 -d{6nodes} -l3 -e QUORUM --operation=insert -i 1 -n 500000 -t100 The problem is stress.py show up it does avg ~750ops/sec what is 127MB/s, but the real throughput of network is ~116MB/s. Any idea? Thanks Best, Peter