aboutsummaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2018-10-02 22:12:18 +0000
committerDevin Teske <dteske@FreeBSD.org>2018-10-02 22:12:18 +0000
commit1a8047da39b4fe22c288ffd9ff016525eb96eac4 (patch)
tree0bbd948b04b7091172b742ee31cc2cd60f5fc2c8 /sysutils/Makefile
parent060ac5966955a1e8b60bab3ca459f0f5d024299a (diff)
downloadports-1a8047da39b4fe22c288ffd9ff016525eb96eac4.tar.gz
ports-1a8047da39b4fe22c288ffd9ff016525eb96eac4.zip
[New Port] sysutils/dwatch-json: FreeBSD dwatch profiles to produce JSON logs
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
Notes
Notes: svn path=/head/; revision=481138
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index a1eef3d2d14e..c64dc6fc67b2 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -296,6 +296,7 @@
SUBDIR += dvtm
SUBDIR += dwatch
SUBDIR += dwatch-gource
+ SUBDIR += dwatch-json
SUBDIR += dwatch-pwsnoop
SUBDIR += e2fsprogs
SUBDIR += ec2-scripts