Skip to content

Commit

Permalink
TIL: macOS built-in speed test: networkQuality
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Dec 8, 2023
1 parent 41b9fed commit b351aee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions man/networkQuality.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
date created: Friday, December 8th 2023, 5:33:27 am
date modified: Friday, December 8th 2023, 5:34:59 am
tags:
- macos
---

# networkQuality

mac OS built-in speedtest, can be used with, or without private relay etc.

**verbose speed test:**

```shell
networkQuality -v
```

**with private relay enabled:**

```shell
networkQuality -v -p
```

0 comments on commit b351aee

Please sign in to comment.