From b6dafbb8265afac35619fcd944d68756320e653a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Fri, 28 Jul 2023 17:02:48 +0000 Subject: [PATCH] ooniprobe: add page (#10529) Co-authored-by: K.B.Dharun Krishna --- pages/common/ooniprobe.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pages/common/ooniprobe.md diff --git a/pages/common/ooniprobe.md b/pages/common/ooniprobe.md new file mode 100644 index 0000000000..c875a7baaf --- /dev/null +++ b/pages/common/ooniprobe.md @@ -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: . + +- 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}}`