Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Questions about several sysctl tunings

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Questions about several sysctl tunings


Chronological Thread 
  • From: pete <>
  • To: perfsonar-user <>
  • Subject: [perfsonar-user] Questions about several sysctl tunings
  • Date: Thu, 7 Dec 2017 14:05:32 -0600
  • Ironport-phdr: 9a23:t02zSBxBasBgyN7XCy+O+j09IxM/srCxBDY+r6Qd1OMTIJqq85mqBkHD//Il1AaPBtSLraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze6/9pnQbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsLxUb05Vzav4qlyRBP0hyoMKjo1/WHLhsB1iq9QvRCvqAFlw4PMfo+bNOdwcKDTc9wUSmVOQslfWjddAo6+dYYDE/YNMOhaooT7ulAArQG+BQ6pBO730j9HmGP20rMn2OkmCQHJwhAgEMwVvXTRq9X1LrkdXfqzzKbW0TXOdvVb0irz5ojPdxAuu/CMXbRofMrUzkkvDR3Kgk+WqYP7IzOZzusNs2mH7+pgSOKgkHQrpB12ojiqwMonl4rHhpoNx1za6Sl0wpw5KcC5RUJne9KoDZVduz2AO4ZyWs8uXmBltDggxrEbpZK2czIGxIo6yxPfcfCLboqF7xzlWe2MOzl3nmhld6i6hxuq8Uiv1On8Vs6s3VlQsCpKjMPMtnYQ1xzI8MSHUeN9/ki71TaK0ADT8P9LLVoylaXFN54t2r8wlpwNvkTfBiL6hln6ga2Mekk5++Wk9/7rbqjoq5OALYN5jhnyMqE0lcy+BeQ4PBIOX2+e+emkzL3s41H5T6tRg/0zlanZqo7VKd4dpqGnHw9Zypwj5AqnDze6zNQYmmEKLEpbdxKdgYjpIFbOIPbiAvelmlisjSxryO7cPrD6BpXNL2PDkKv6fbpj8UJcyQwzzcxB6JJODLEOPu7zVlHruNPGExA5Ll/8/+GyENhn2JgZX2uVR7KCPbma5UeF/Ow0JO+FfsoIozvnA/kj+/P0i3IlwxkQcbT/jrUNb3XtBvl6Lg3NeXfwj/8EFn0H+AwzULq52xW5TTdPaiPqDOoH7TYhBdf7VYo=



Hi, I've been tasked with setting up a speedtest html5 service to run on our perfsonar servers to replace NDT testing. This would run through apache via php. Their instructions ask the user to update several tcp related kernel tunings.

Does anyone have any experience or insight into how this might effect our perfsonar regular tests?


Here are our current standard tunings on our perfsonar mahcines:

net.core.wmem_max = 124928
net.ipv4.tcp_rmem = 4096 87380 4194304
net.ipv4.tcp_wmem = 4096 16384 4194304
net.ipv4.tcp_mem = 3079392 4105856 6158784
net.core.netdev_max_backlog = 1000
net.ipv4.ip_local_port_range = 32768 60999
net.ipv4.tcp_congestion_control = cubic

Here are the CHANGES requested:

net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 2096 65535 16777216
net.ipv4.tcp_mem = 98304 131072 196608
net.core.netdev_max_backlog = 250000
net.ipv4.ip_local_port_range = 1025 61000
net.ipv4.tcp_congestion_control=htcp


The instructions are posted here for reference: https://github.com/adolfintel/speedtest/issues/50

Thoughts?

Thanks,


--
Pete Greenwell
System Administrator
Missouri Research and Education Network [MOREnet]
http://www.more.net



Archive powered by MHonArc 2.6.19.

Top of Page