update 10/19/2024

This commit is contained in:
2024-10-19 00:04:55 +09:00
parent ddd508b148
commit a72167be09
10 changed files with 76 additions and 21 deletions

View File

@@ -19,14 +19,12 @@ Config {
commands =
[
Run DynNetwork [
"--template", "<dev>: <tx>kB/s|<rx>kB/s",
"--Low", "1000" -- units: B/s,
"--High", "5000" -- units: B/s,
Run DynNetwork [ "--template", "<dev>: <tx>kB/s|<rx>kB/s",
"--Low", "1000", -- units: B/s
"--High", "5000", -- units: B/s
"--low", "darkgreen",
"--normal", "darkorange",
"--high", "darkred"
] 10,
"--high", "darkred" ] 10,
Run MultiCpu [
"--template", "Cpu: <total0>C|<core1>C"