HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ooniprobe — Open Observatory of Network Interference (OONI). Test the blocking of websites and apps. Measure the

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandooniooniprobeobservatorynetworkcliopeninterference

Problem

How to use the ooniprobe command: Open Observatory of Network Interference (OONI). Test the blocking of websites and apps. Measure the speed and performance of your network. More information: <https://ooni.org/support/ooni-probe-cli/>.

Solution

ooniprobe — Open Observatory of Network Interference (OONI). Test the blocking of websites and apps. Measure the speed and performance of your network. More information: <https://ooni.org/support/ooni-probe-cli/>.

List all tests performed:
ooniprobe list


Show information about a specific test:
ooniprobe list {{7}}


Run all available tests:
ooniprobe run all


Perform a specific test:
ooniprobe run {{performance}}


Check the availability of a specific website:
ooniprobe run websites --input {{https://ooni.org/}}


Check the availability of all websites listed in a file:
ooniprobe run websites --input-file {{path/to/my-websites.txt}}


Display detailed information about a test in JSON format:
ooniprobe show {{9}}

Code Snippets

List all tests performed

ooniprobe list

Show information about a specific test

ooniprobe list {{7}}

Run all available tests

ooniprobe run all

Perform a specific test

ooniprobe run {{performance}}

Check the availability of a specific website

ooniprobe run websites --input {{https://ooni.org/}}

Context

tldr-pages: common/ooniprobe

Revisions (0)

No revisions yet.