Skip to content

Commit 0efba0e

Browse files
authored
Update README.md
1 parent 74790a6 commit 0efba0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ To obtain the code, please refer to <a href="https://golang.org/pkg/crypto/tls/#
2525
URL using FQDN only including http or https, TLS requires host header and cannot use only IP Address without host header
2626
```
2727

28-
-f will save the output into a json file, result.json that can be used for other program for consumption. A good example of this is providing reports or the key/value can be used for making geo-routing decision.
28+
-f will save the output into a json file, result.json that can be used for other program for consumption. A good example of this is providing reports or the key/value can be used for making geo-routing decision. <br>
29+
30+
Note: The duration readings stored in json is in microsecond, 1 millisecond is 1000 microseconds
2931

3032
<h3>Caveats </h3>
3133
1. Testing has been done on using IP address instead of FQDN. For http request, IP address will work fine (no DNS lookup is performed), for https, httpprobe does not provide a Host Header or SNI, so TLS handshake will fail for most sites. For Https telemetry a FQDN is recommended. <br>

0 commit comments

Comments
 (0)