Skip to content

Conversation

@alan-maguire
Copy link
Member

create server for bpftune requests using ephemeral port, port # stored locally in /var/run/bpftune/server-port. Requests supported are

help: list requests supported
tuners: show tuners,states of each
tunables: show tunables
summary: summary of changes made

example:

$ /sbin/bpftune -q summary
Summary of changes made across all tuners:
Summary: scenario 'need to increase TCP buffer size(s)' occurred 2 times for tunable 'net.ipv4.tcp_wmem' in global ns. Need to increase buffer size(s) to maximize throughput sysctl 'net.ipv4.tcp_wmem' changed from (4096 16384 16384 ) -> (4096 16384 25600 )

Also add query test

create server for bpftune requests using ephemeral port,
port # stored locally in /var/run/bpftune/server-port.
Requests supported are

list: list requests supported
tuners: show tuners,states of each
tunables: show tunables
summary: summary of changes made

example:

$ /sbin/bpftune -q summary
Summary of changes made across all tuners:
Summary: scenario 'need to increase TCP buffer size(s)' occurred 2 times for tunable 'net.ipv4.tcp_wmem' in global ns. Need to increase buffer size(s) to maximize throughput
sysctl 'net.ipv4.tcp_wmem' changed from (4096 16384 16384 ) -> (4096 16384 25600 )

Also add query test

Signed-off-by: Alan Maguire <[email protected]>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 20, 2024
@alan-maguire alan-maguire merged commit 77aeff3 into main Dec 20, 2024
1 check passed
@alan-maguire alan-maguire deleted the server branch December 20, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant