Reputation: 2780
I am using client server application using raw sockets, can I measure the throuhput between them using iperf.
Upvotes: 1
Views: 949
Reputation: 2186
iperf
runs by its own in a client-server way. So I think you can not. But based on how, iperf
works, you can add some code to your client and server and take the throughput measurements that you want.
Upvotes: 1