Skip to content

Commit

Permalink
fix: 403 on iotop and iostat links
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 27, 2024
1 parent b51d18d commit 5d8e556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/gateway-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you are running an IPFS node that is also configured as an IPFS gateway, each
- Put a CDN like Cloudflare in front of the IPFS gateway.
- Consider enabling the [Accelerated DHT Client](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client).
- Test and monitor your internet connection speed, with a tool like [Speedtest CLI](https://www.speedtest.net/apps/cli).
- Monitor disk I/O and make sure that no other processes are causing disk I/O bottlenecks with a tool like [iotop](https://linux.die.net/man/1/iotop) or [iostat](https://linux.die.net/man/1/iostat).
- Monitor disk I/O and make sure that no other processes are causing disk I/O bottlenecks with a tool like [iotop](https://github.com/Tomas-M/iotop) or [iostat](https://en.wikipedia.org/wiki/Iostat).

Check failure on line 38 in docs/how-to/gateway-best-practices.md

View workflow job for this annotation

GitHub Actions / pr-content-check

[vale] reported by reviewdog 🐶 [ipfs-docs-style.PLNSpelling] Did you really mean 'iotop'? Raw Output: {"message": "[ipfs-docs-style.PLNSpelling] Did you really mean 'iotop'?", "location": {"path": "docs/how-to/gateway-best-practices.md", "range": {"start": {"line": 38, "column": 109}}}, "severity": "ERROR"}

Check failure on line 38 in docs/how-to/gateway-best-practices.md

View workflow job for this annotation

GitHub Actions / pr-content-check

[vale] reported by reviewdog 🐶 [ipfs-docs-style.PLNSpelling] Did you really mean 'iostat'? Raw Output: {"message": "[ipfs-docs-style.PLNSpelling] Did you really mean 'iostat'?", "location": {"path": "docs/how-to/gateway-best-practices.md", "range": {"start": {"line": 38, "column": 154}}}, "severity": "ERROR"}

Check failure on line 38 in docs/how-to/gateway-best-practices.md

View workflow job for this annotation

GitHub Actions / pr-content-check

[vale] reported by reviewdog 🐶 [ipfs-docs-style.PLNSpelling] Did you really mean 'iotop'? Raw Output: {"message": "[ipfs-docs-style.PLNSpelling] Did you really mean 'iotop'?", "location": {"path": "docs/how-to/gateway-best-practices.md", "range": {"start": {"line": 38, "column": 109}}}, "severity": "ERROR"}

Check failure on line 38 in docs/how-to/gateway-best-practices.md

View workflow job for this annotation

GitHub Actions / pr-content-check

[vale] reported by reviewdog 🐶 [ipfs-docs-style.PLNSpelling] Did you really mean 'iostat'? Raw Output: {"message": "[ipfs-docs-style.PLNSpelling] Did you really mean 'iostat'?", "location": {"path": "docs/how-to/gateway-best-practices.md", "range": {"start": {"line": 38, "column": 154}}}, "severity": "ERROR"}



Expand Down

0 comments on commit 5d8e556

Please sign in to comment.