From cb8edaf195060df2795a5aa1e6a883341b5af747 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 6 Nov 2020 18:59:55 +0100 Subject: system: T3048: add dynamic performance tuning daemon Add new CLI command "set system options performance " --- interface-definitions/system-options.xml.in | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/system-options.xml.in b/interface-definitions/system-options.xml.in index a5fec10db..297f5891e 100644 --- a/interface-definitions/system-options.xml.in +++ b/interface-definitions/system-options.xml.in @@ -38,11 +38,24 @@ Must be ignore, reboot, or poweroff - - - Reboot system on kernel panic - - + + + Tune system performance + + throughput latency + + + throughput + Tune for maximum network throughput + + + latency + Tune for low network latency + + + ^(throughput|latency)$ + + @@ -53,6 +66,12 @@ #include + + + Reboot system on kernel panic + + + Global options used for SSH client -- cgit v1.2.3