forked from Lainports/freebsd-ports
DTrace module for FreeBSD dwatch(1) to produce JSON logs. JSON (JavaScript Object Notation) is easily consumed by log aggregators such as Kafka and Telegraf and visualizers like Vizceral. With these modules you can get data out of the kernel/userland for use in such aggregators/visualizers. Reviewed by: mat (previous version) Approved by: mat (mentor) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D17316
6 lines
331 B
Text
6 lines
331 B
Text
DTrace module for FreeBSD dwatch(1) to produce JSON logs. JSON (JavaScript
|
|
Object Notation) is easily consumed by log aggregators such as Kafka and
|
|
Telegraf and visualizers like Vizceral. With these modules you can get
|
|
data out of the kernel/userland for use in such aggregators/visualizers.
|
|
|
|
WWW: https://fraubsd.org/dwatch-json/
|