1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

ooniprobe: add page (#10529)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Marek Küthe 2023-07-28 17:02:48 +00:00 committed by GitHub
parent 87f5612147
commit b6dafbb826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

33
pages/common/ooniprobe.md Normal file
View file

@ -0,0 +1,33 @@
# 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}}`