Invictus
Invictus

Reputation: 2780

Can iperf tool be used for measuring the throughput of raw sockets?

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

Upvotes: 1

Views: 949

Answers (1)

Manos
Manos

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

Related Questions