Measure the link, not rsync: Data Transferred now reads Tailscale per-peer counters
The old card totalled rsync's own logs, so it reported 'no data moved' across a link that had carried hundreds of gigabytes over SSH, the arr APIs, conf pushes and the Unraid API.
This commit is contained in:
@@ -68,3 +68,9 @@
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
php "$SCRIPT_DIR/api_cache_writer.php"
|
||||
|
||||
# Mesh traffic sample. Rides this job because it needs a steady once-a-minute cadence and adding
|
||||
# a second per-minute cron for one append is more moving parts than the measurement is worth.
|
||||
# Failure is ignored on purpose: a missed sample costs resolution in one window, and this job's
|
||||
# actual purpose is the WebGUI cache.
|
||||
php "$SCRIPT_DIR/mesh_traffic_sample.php" >/dev/null 2>&1 || true
|
||||
|
||||
Reference in New Issue
Block a user