I am using client server application using raw sockets, can I measure the throuhput between them using iperf.

link|improve this question

both your clients & servers use raw sockets? Why do you need iperf then? – Aditya Sehgal Nov 27 '11 at 19:42
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.