DD1984 / sockperf

Automatically exported from code.google.com/p/sockperf
Other
1 stars 0 forks source link

Thread Affinity on server #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tool should support thread affinity on server side

Original issue reported on code.google.com by igor.ivanov@itseez.com on 1 Apr 2011 at 1:45

GoogleCodeExporter commented 9 years ago
Instructions:
1. be inspired by Linux's taskset - http://linux.die.net/man/1/taskset
2. Notice, that unlike client, the server may use many threads (using 
--threads-num options).
3. no need to support bitmask.  It is enough to support cpu-list.  For example 
sockperf server --cpu-affinity=0,5,7,9-11
4. after you implement that, please do the same in client. i.e., extend 
--sender-affinity & --receiver-affinity to support list like 0,5,7,9-11
5. all this should be done both for sockperf_v1 & for sockperf_v2

Original comment by avne...@gmail.com on 3 Apr 2011 at 7:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by avne...@gmail.com on 3 Apr 2011 at 8:10

GoogleCodeExporter commented 9 years ago
r51 - sockperf_v2
r53 - sockperf_v1

Original comment by igor.ivanov@itseez.com on 22 Apr 2011 at 3:04