LinuxCommandLibrary

ooniprobe

Open Observatory of Network Interference (OONI).

TLDR

List all tests performed

$ ooniprobe list
copy


Show information about a specific test
$ ooniprobe list [7]
copy


Run all available tests
$ ooniprobe run all
copy


Perform a specific test
$ ooniprobe run [performance]
copy


Check the availability of a specific website
$ ooniprobe run websites --input [https://ooni.org/]
copy


Check the availability of all websites listed in a file
$ ooniprobe run websites --input-file [path/to/my-websites.txt]
copy


Display detailed information about a test in JSON format
$ ooniprobe show [9]
copy

Copied to clipboard