Run a simple speed test using the nearest available server:
NetPaceWrite test results to a file, while also displaying them in the console:
NetPace --file results.txtProduce CSV output with test results in megabits, suitable for parsing:
NetPace --csv --csv-header-units --unit-scale MegaRun download test only:
NetPace --no-uploadRun upload test only:
NetPace --no-downloadRun speed tests continuously, with a 15 minute delay between each:
NetPace --loop --delay 00:15:00Run 3 tests in a row, with 30 seconds delay between each:
NetPace --count 3 --delay 00:00:30List the nearest speed test servers:
NetPace serversUse a specific server URL for testing:
NetPace --server https://speedtest.example.com/Show speeds in bytes/sec, using IEC units (KiB, MiB, GiB):
NetPace --unit BytesPerSecond --unit-system IECAdd a timestamp in custom date format:
NetPace --timestamp --datetimeformat "dd/MM/yyyy HH:mm"Limit download to 50 MiB and upload to 20 MiB (for low bandwidth connections):
NetPace --downloadsize 50 --uploadsize 20For more options and details, run:
NetPace --helpTo report problems or suggest features, visit GitHub Issues.