ISP Speed Test
Run an ISP speed test (download, upload, latency) and record a breach to a log file when the connection fails or a speed falls below a set threshold.
Inputs
minDownloadMbps— Fail (record a breach) if measured download is below this many Mbps. Set to 0 to disable the download check.minUploadMbps— Fail (record a breach) if measured upload is below this many Mbps. Set to 0 to disable the upload check.logFile— Path to the CSV breach log. Empty = <INTOUCH_HOME>/logs/isp_speed_test.csv (created if missing).downloadBytes— Bytes to download for the measurement (default 25 MB).uploadBytes— Bytes to upload for the measurement (default 10 MB).timeoutSeconds— Network timeout per request in seconds.logAll— true = log every run; false = log only breaches (connection down or below threshold).