Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 1.38 KB

File metadata and controls

70 lines (55 loc) · 1.38 KB

NetPace User Guide

Run a simple speed test using the nearest available server:

NetPace

Write test results to a file, while also displaying them in the console:

NetPace --file results.txt

Produce CSV output with test results in megabits, suitable for parsing:

NetPace --csv --csv-header-units --unit-scale Mega

Run download test only:

NetPace --no-upload

Run upload test only:

NetPace --no-download

Run speed tests continuously, with a 15 minute delay between each:

NetPace --loop --delay 00:15:00

Run 3 tests in a row, with 30 seconds delay between each:

NetPace --count 3 --delay 00:00:30

List the nearest speed test servers:

NetPace servers

Use 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 IEC

Add 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 20

For more options and details, run:

NetPace --help

To report problems or suggest features, visit GitHub Issues.