|
1 | 1 | # Post-Resize Daily Checks (7 Days) |
2 | 2 |
|
| 3 | +<!-- cspell:ignore Rcvbuf --> |
| 4 | + |
3 | 5 | ## Daily Log Template |
4 | 6 |
|
5 | | -| Day | Date (UTC) | HTTP1 req/s | UDP1 req/s | Total req/s | Req/s per vCPU | UDP uptime (%) | UDP errors trend | UDP aborted trend | Host load trend | Notes | |
6 | | -| --- | ---------- | ----------- | ---------- | ----------- | -------------- | -------------- | ---------------- | ----------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | |
7 | | -| D+1 | 2026-04-20 | ~1564 | ~1015 | ~2579 | ~322 | 83.9% | ~37k/h (pre-fix) | 0 | 6.05/5.49/4.80 | conntrack table full (262144/262144); fixed: nf_conntrack_max→1048576, UDP timeouts reduced; also includes planned resize downtime on 2026-04-14 | |
8 | | -| D+2 | | | | | | | | | | | |
9 | | -| D+3 | | | | | | | | | | | |
10 | | -| D+4 | | | | | | | | | | | |
11 | | -| D+5 | | | | | | | | | | | |
12 | | -| D+6 | | | | | | | | | | | |
13 | | -| D+7 | | | | | | | | | | | |
| 7 | +| Day | Date (UTC) | HTTP1 req/s | UDP1 req/s | Total req/s | Req/s per vCPU | UDP uptime (%) | UDP errors trend | UDP aborted trend | Host load trend | Notes | |
| 8 | +| --- | ---------- | ----------- | ---------- | ----------- | -------------- | -------------- | ---------------- | ----------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 9 | +| D+1 | 2026-04-20 | ~1564 | ~1015 | ~2579 | ~322 | 83.9% | ~37k/h (pre-fix) | 0 | 6.05/5.49/4.80 | conntrack table full (262144/262144); fixed: nf_conntrack_max→1048576, UDP timeouts reduced; also includes planned resize downtime on 2026-04-14 | |
| 10 | +| D+2 | 2026-04-21 | | | | | 85.70% | | | | Rolling uptime still low, but recent [newTrackon raw](https://newtrackon.com/raw) probes are currently successful; likely lag from prior failures | |
| 11 | +| D+3 | | | | | | | | | | | |
| 12 | +| D+4 | | | | | | | | | | | |
| 13 | +| D+5 | | | | | | | | | | | |
| 14 | +| D+6 | | | | | | | | | | | |
| 15 | +| D+7 | | | | | | | | | | | |
| 16 | + |
| 17 | +## D+2 Live Verification Snapshot (2026-04-21T07:23:08Z) |
| 18 | + |
| 19 | +- Host check command source: `ssh demotracker` runtime validation |
| 20 | +- `nf_conntrack_max`: `1048576` |
| 21 | +- `nf_conntrack_count`: `331258` (`31.59%` of max) |
| 22 | +- `nf_conntrack_udp_timeout_stream`: `15` |
| 23 | +- `nf_conntrack_udp_timeout`: `10` |
| 24 | +- `UdpRcvbufErrors`: `0` |
| 25 | +- `Udp6RcvbufErrors`: `0` |
| 26 | +- `dmesg` check (`sudo -n dmesg -T | grep -i "nf_conntrack: table full" | tail -10`): no recent matches |
| 27 | + |
| 28 | +Interpretation: the configured conntrack sizing and UDP timeouts remain active |
| 29 | +on the live host, and there is no current evidence of UDP packet drops caused |
| 30 | +by conntrack table saturation. |
0 commit comments