You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/h2o.conf.5
+103Lines changed: 103 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4247,3 +4247,106 @@ This library currently supports only IPv4 addresses. TrieAddr#match? returns fal
4247
4247
4248
4248
4249
4249
4250
+
4251
+
.SH USING H2OLOG FOR TRACING
4252
+
4253
+
4254
+
h2olog is an experimental BPF (kernel doc) backed tracing tool for the H2O server.
4255
+
It can be used for tracing HTTP-level or QUIC-level events.
4256
+
4257
+
Since h2olog is an experimental program, its command-line interface might change without notice.
4258
+
4259
+
Installing from Source
4260
+
4261
+
See requirements for build prerequisites.
4262
+
If dependencies are satisfied, h2olog is built automatically. It is possible to manually turn on / off the build of h2olog by using the -DWITH_H2OLOG option. This option takes either ON> or OFF as the argument.
4263
+
If you have BCC installed to a non-standard path, use pkg-config for cmake.
0 commit comments