Skip to content

Commit 2c42ff6

Browse files
committed
docs: sync README console status thresholds
1 parent 1875502 commit 2c42ff6

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -296,19 +296,19 @@ On interactive terminals, missing port/password prompts use semantic readline wi
296296
| `healthyUpsDeviation` | UPS delta | `2.0` | Maximum absolute deviation from `targetUps` that still counts as healthy |
297297
| `warningUpsDeviation` | UPS delta | `5.0` | Maximum absolute deviation from `targetUps` that still counts as warning before turning bad |
298298
| `utilHealthyMax` | ratio (`0.0`-`1.0`) | `0.55` | Highest busy-utilization value that still counts as healthy |
299-
| `utilWarningMax` | ratio (`0.0`-`1.0`) | `0.85` | Highest busy-utilization value that still counts as warning before turning bad |
299+
| `utilWarningMax` | ratio (`0.0`-`1.0`) | `0.80` | Highest busy-utilization value that still counts as warning before turning bad |
300300
| `onlineWarnRemainingSlots` | slots | `5` | Remaining player slots at or below this value turn the online indicator to warning |
301301
| `onlineBadRemainingSlots` | slots | `0` | Remaining player slots at or below this value turn the online indicator to bad/full |
302302
| `bandwidthUnit` | enum | `bytes` | Bandwidth display family: `bytes` (`KB/s -> MB/s -> GB/s -> TB/s`) or `bits` (`Kbps -> Mbps -> Gbps -> Tbps`) |
303303
| `bandwidthRolloverThreshold` | current display unit | `500.0` | Value at or above this threshold promotes the formatter to the next bandwidth unit |
304-
| `upWarnKBps` | KB/s | `595.0` | Server upstream bandwidth threshold that turns the network indicator to warning |
305-
| `upBadKBps` | KB/s | `665.0` | Server upstream bandwidth threshold that turns the network indicator to bad |
306-
| `downWarnKBps` | KB/s | `85.0` | Server downstream bandwidth threshold that turns the network indicator to warning |
307-
| `downBadKBps` | KB/s | `95.0` | Server downstream bandwidth threshold that turns the network indicator to bad |
308-
| `launcherUpWarnKBps` | KB/s | `1487.5` | Launcher upstream bandwidth threshold that turns the network indicator to warning |
309-
| `launcherUpBadKBps` | KB/s | `1662.5` | Launcher upstream bandwidth threshold that turns the network indicator to bad |
310-
| `launcherDownWarnKBps` | KB/s | `212.5` | Launcher downstream bandwidth threshold that turns the network indicator to warning |
311-
| `launcherDownBadKBps` | KB/s | `237.5` | Launcher downstream bandwidth threshold that turns the network indicator to bad |
304+
| `upWarnKBps` | KB/s | `800.0` | Server upstream bandwidth threshold that turns the network indicator to warning |
305+
| `upBadKBps` | KB/s | `1600.0` | Server upstream bandwidth threshold that turns the network indicator to bad |
306+
| `downWarnKBps` | KB/s | `50.0` | Server downstream bandwidth threshold that turns the network indicator to warning |
307+
| `downBadKBps` | KB/s | `100.0` | Server downstream bandwidth threshold that turns the network indicator to bad |
308+
| `launcherUpWarnKBps` | KB/s | `2400.0` | Launcher upstream bandwidth threshold that turns the network indicator to warning |
309+
| `launcherUpBadKBps` | KB/s | `4800.0` | Launcher upstream bandwidth threshold that turns the network indicator to bad |
310+
| `launcherDownWarnKBps` | KB/s | `150.0` | Launcher downstream bandwidth threshold that turns the network indicator to warning |
311+
| `launcherDownBadKBps` | KB/s | `300.0` | Launcher downstream bandwidth threshold that turns the network indicator to bad |
312312

313313
</details>
314314

docs/README.zh-cn.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -296,19 +296,19 @@ dotnet run --project src/UnifierTSL/UnifierTSL.csproj -- \
296296
| `healthyUpsDeviation` | UPS 偏差 | `2.0` | 相对 `targetUps` 的绝对偏差不超过该值时仍视为健康 |
297297
| `warningUpsDeviation` | UPS 偏差 | `5.0` | 相对 `targetUps` 的绝对偏差不超过该值时视为警告,再高则转为异常 |
298298
| `utilHealthyMax` | 比例(`0.0`-`1.0`| `0.55` | 忙碌利用率不高于该值时仍视为健康 |
299-
| `utilWarningMax` | 比例(`0.0`-`1.0`| `0.85` | 忙碌利用率不高于该值时视为警告,再高则转为异常 |
299+
| `utilWarningMax` | 比例(`0.0`-`1.0`| `0.80` | 忙碌利用率不高于该值时视为警告,再高则转为异常 |
300300
| `onlineWarnRemainingSlots` | 槽位数 | `5` | 剩余玩家槽位小于等于该值时,在线指标转为警告 |
301301
| `onlineBadRemainingSlots` | 槽位数 | `0` | 剩余玩家槽位小于等于该值时,在线指标转为异常/满员 |
302302
| `bandwidthUnit` | 枚举 | `bytes` | 带宽显示单位族:`bytes``KB/s -> MB/s -> GB/s -> TB/s`)或 `bits``Kbps -> Mbps -> Gbps -> Tbps`|
303303
| `bandwidthRolloverThreshold` | 当前显示单位 | `500.0` | 数值达到或超过该阈值时,格式化器会进位到下一个带宽单位 |
304-
| `upWarnKBps` | KB/s | `595.0` | Server 上行带宽达到该阈值时,网络指标转为警告 |
305-
| `upBadKBps` | KB/s | `665.0` | Server 上行带宽达到该阈值时,网络指标转为异常 |
306-
| `downWarnKBps` | KB/s | `85.0` | Server 下行带宽达到该阈值时,网络指标转为警告 |
307-
| `downBadKBps` | KB/s | `95.0` | Server 下行带宽达到该阈值时,网络指标转为异常 |
308-
| `launcherUpWarnKBps` | KB/s | `1487.5` | Launcher 上行带宽达到该阈值时,网络指标转为警告 |
309-
| `launcherUpBadKBps` | KB/s | `1662.5` | Launcher 上行带宽达到该阈值时,网络指标转为异常 |
310-
| `launcherDownWarnKBps` | KB/s | `212.5` | Launcher 下行带宽达到该阈值时,网络指标转为警告 |
311-
| `launcherDownBadKBps` | KB/s | `237.5` | Launcher 下行带宽达到该阈值时,网络指标转为异常 |
304+
| `upWarnKBps` | KB/s | `800.0` | Server 上行带宽达到该阈值时,网络指标转为警告 |
305+
| `upBadKBps` | KB/s | `1600.0` | Server 上行带宽达到该阈值时,网络指标转为异常 |
306+
| `downWarnKBps` | KB/s | `50.0` | Server 下行带宽达到该阈值时,网络指标转为警告 |
307+
| `downBadKBps` | KB/s | `100.0` | Server 下行带宽达到该阈值时,网络指标转为异常 |
308+
| `launcherUpWarnKBps` | KB/s | `2400.0` | Launcher 上行带宽达到该阈值时,网络指标转为警告 |
309+
| `launcherUpBadKBps` | KB/s | `4800.0` | Launcher 上行带宽达到该阈值时,网络指标转为异常 |
310+
| `launcherDownWarnKBps` | KB/s | `150.0` | Launcher 下行带宽达到该阈值时,网络指标转为警告 |
311+
| `launcherDownBadKBps` | KB/s | `300.0` | Launcher 下行带宽达到该阈值时,网络指标转为异常 |
312312

313313
</details>
314314

0 commit comments

Comments
 (0)