-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdwatch-json-io.conf
56 lines (48 loc) · 1.42 KB
/
dwatch-json-io.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# vi: set filetype=sh :: Vi/ViM
############################################################ IDENT(1)
#
# $Title: Configuration file for `dwatch -X json-io-config[-raw] ...' $
# $Copyright: 2018-2022 Devin Teske. All rights reserved. $
# $FrauBSD: dwatch-json/dwatch-json-io.conf 2022-08-22 15:36:11 -0700 freebsdfrau $
#
############################################################ INFORMATION
#
# Output sample:
# {"report_type":"$REPORT_TYPE","hostname":"$HOSTNAME","epoch":1538360226,
# "name":"...",...}
#
############################################################ DEFAULTS
#
# DTrace probe
# Default: profile-10s
#
#PROBE=
#
# Report handle for kafka consumer
# Default: ${PROFILE%-raw}
#
#REPORT_TYPE=
#
# Hostname for kafka consumer
# Default: $HOSTNAME
#
#HOSTNAME=
#
# DTrace predicate for all stats
# Default: (set by `-k name' and/or `-t test' dwatch options)
# Example: execname == "sshd"
#
#EVENT_TEST=
############################################################ ENDPOINTS
#
# For each variable, you will get:
# Counting specific conditions.
#
# Any bytes matching $EVENT_TEST that fail to match the DTrace clause defined
# in each variable will increment the unmatched globals.
#
#diskA='this->device_entry == "ada0"'
#diskB='this->device_entry == "ada1"'
################################################################################
# END
################################################################################