perfsonar-user - [perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces
Subject: perfSONAR User Q&A and Other Discussion
List archive
[perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces
Chronological Thread
- From: Hyojoon Kim <>
- To: perfsonar-user <>
- Subject: [perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces
- Date: Thu, 11 May 2017 14:27:34 +0000
- Accept-language: en-US
- Ironport-phdr: 9a23:wB4LjBLo2rn2GV55qdmcpTZWNBhigK39O0sv0rFitYgeKfrxwZ3uMQTl6Ol3ixeRBMOAuq0C07ed7PuocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbQhFgDiwbaluIBi2ognctMcbipZ+J6gszRfEvmFGcPlMy2NyIlKTkRf85sOu85Nm7i9dpfEv+dNeXKvjZ6g3QqBWAzogM2Au+c3krgLDQheV5nsdSWoZjBxFCBXY4R7gX5fxtiz6tvdh2CSfIMb7Q6w4VSik4qx2ThLjlSUJOCMj8GzPisJ+kr9VoA6vqRJ8wo7bfI6aOeFkca/BeNMXX3ZNUtpTWiFHH4iyb5EPD+0EPetArYf8p1wOrRm5BQmrAuPk1zpGhn7z3aYn1OkhEwbG3AsmH9INq3nUtM/1NKYUUe+p0qbI0TLDb/VM1Tjj9YfIbwksrPeRVrx+dsrRzFMgFwLDjliIsYzqISmV1uoWs2ic6epvT/ivh3Qhqw5vvjiiwNonhIrRho8N11zI6yZ0zJwoKdGlVkJ3e8OoHIVTui2AKYd6X8wvT3l1tCokybAKo4O3cDUUxJg92hLSafKKf5KG7x7+TOqdPDZ1iXZ/dL6hhxu//lKsxvDhWsWu0VtHrSxImcTWuH8XzRzc8M2HR+N9/ki/3TaP0Bje5PteIUA1k6rUN4AuwqI3lpoVq0jNESH4l0vugK+XcEUr5PSo5vz6brn4pZKQLZJ4hhzgPqg0h8CzH+c1PhIQU2SG9umwzLjj8lf4QLVOgP02iK7ZsJXCKMQZoa65BAlV0oU45hanFTem0dIYkmUZI1JZfxKHiZLlNE/TL/DlFfu/mUijkC93x/DaOb3sGo3NIWbZkLfvZrZ97EhcxxApzdxG+pJUEa8OIOjoV0/1tdzYFQM5Mxeqz+r9CdV90J8eVnyVAq+fLqzSrUGE6vgxLOaReY9G8Ar6fuAo/fD1inkwgxoAZqSzlc8PZWq2BfNgKl/cfGHhmP8AF3sHpAwzULashVGfB219fXG3CoIt4TM8D4TuLobGDtSvh7uH3w+jBJxQbW1aDVbKHHv1IdbXE8wQYT6fd5cy2gcPUqKsHtcs
Hello,
We are getting degraded throughput numbers (< 10 Mbps) when using perfSONAR 4.0 that has multiple interfaces. We have installed perfSONAR 4.0 using the perfSONAR CentOS 7 ISO, and did an ‘yum update’ yesterday.
When we go back to using a single interface, the performance go back to normal (~ 950 Mbps). I think the routing gets funky
within the perfSONAR node when we try to use two or more interfaces. Other perfSONAR nodes that use multiple interfaces with same settings work fine, but those are CentOS 6s that got perfSONAR 4.0 via auto-update.
If anyone has an idea, please let me know.
We follow this guideline. Each interface is on a different subnet, as recommended.
= Configuration =
* IP address for each interface
- em2: 1.2.2.37/24. Gateway: 1.2.2.1- em3: 1.2.7.37/22. Gateway: 1.2.7.1 We run below to add routes:
[root@perfsonar-l-m]# /usr/lib/perfsonar/scripts/mod_interface_route --command add --device em2 --ipv4_gateway 1.2.2.1
[root@perfsonar-l-m]# /usr/lib/perfsonar/scripts/mod_interface_route --command add --device em3 --ipv4_gateway 1.2.7.1
* ip route show
[root@perfsonar-l-m]# ip route show
default via 1.2.7.1 dev em3
1.2.7.0/22 dev em3 proto kernel scope link src 1.2.7.37
1.2.2.0/24 dev em2 proto kernel scope link src 1.2.2.37
[root@perfsonar-l-m]#
* ip rule list
[root@perfsonar-l-m]# ip rule list
0: from all lookup local
200: from 1.2.2.37 lookup em2_source_route
200: from 1.2.7.37 lookup em3_source_route
32766: from all lookup main
32767: from all lookup default
[root@perfsonar-l-m]#
* ip route list for each table
[root@perfsonar-l-m]# ip route list table em2_source_route
default via 1.2.2.1 dev em2
[root@perfsonar-l-m]# ip route list table em3_source_route
default via 1.2.7.1 dev em3
[root@perfsonar-l-m]#
= Performance =
- 1.2.2.0/24 subnet to 1.2.2.0/24 subnet (# pscheduler task throughput --source 1.2.2.37 --dest 1.2.2.38): 7 Mbps.
- 1.2.7.0/22 subnet to 1.2.7.0/22 subnet (# pscheduler task throughput --source 1.2.7.37 --dest 1.2.7.38): 14 Mbps * Interestingly, cross-subnet measurements are good. - 1.2.2.0/24 subnet to 1.2.7.0/22 subnet (# pscheduler task throughput --source 1.2.2.37 --dest 1.2.7.38): 940 Mbps - 1.2.7.0/22 subnet to 1.2.2.0/24 subnet (# pscheduler task throughput --source 1.2.7.37 --dest 1.2.2.38): 945 Mbps Thanks,
Joon
|
- [perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces, Hyojoon Kim, 05/11/2017
- Re: [perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces, Hyojoon Kim, 05/11/2017
- Re: [perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces, Hyojoon Kim, 05/11/2017
- Re: [perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces, Hyojoon Kim, 05/11/2017
- Re: [perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces, Hyojoon Kim, 05/11/2017
- Re: [perfsonar-user] Degraded throughput result when using perfsonar 4.0 with multiple interfaces, Hyojoon Kim, 05/11/2017
Archive powered by MHonArc 2.6.19.