Skip to content

Commit

Permalink
Diag network issue with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
jpouny committed Jan 22, 2025
1 parent 414942f commit 1149779
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/doc/find-help/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ For operations that may exceed the 180-second limit, implement one of these appr
- Break up long-running operations into smaller tasks

Use your embedded [Grafana]({{< ref "doc/metrics/">}} "Grafana on Clever Cloud") to monitor resource usage when implementing any of these solutions.

##### How can I diagnosing Network Issue with `curl`

Check warning on line 177 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L177

[Google.FirstPerson] Avoid first-person pronouns such as ' I '.
Raw output
{"message": "[Google.FirstPerson] Avoid first-person pronouns such as ' I '.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 177, "column": 14}}}, "severity": "WARNING"}

To gather detailed timing information for each step of the connection process, run the following `curl` command:
``` bash
curl -o /dev/null -s -w "DNS resolution: %{time_namelookup}s\nTCP connection: %{time_connect}s\nTLS handshake: %{time_appconnect}s\nTime to first byte: %{time_starttransfer}s\nTotal time: %{time_total}s\n" https://<example.com>
```

{{% /details %}}

Expand Down

0 comments on commit 1149779

Please sign in to comment.