mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-07-25 09:07:41 +03:00

A zpool_influxdb command is introduced to ease the collection of zpool statistics into the InfluxDB time-series database. Examples are given on how to integrate with the telegraf statistics aggregator, a companion to influxdb. Finally, a grafana dashboard template is included to show how pool latency distributions can be visualized in a ZFS + telegraf + influxdb + grafana environment. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Richard Elling <Richard.Elling@RichardElling.com> Closes #10786
92 lines
1.0 KiB
Makefile
92 lines
1.0 KiB
Makefile
SUBDIRS = \
|
|
acl \
|
|
alloc_class \
|
|
arc \
|
|
atime \
|
|
bootfs \
|
|
btree \
|
|
cache \
|
|
cachefile \
|
|
casenorm \
|
|
channel_program \
|
|
chattr \
|
|
checksum \
|
|
clean_mirror \
|
|
cli_root \
|
|
cli_user \
|
|
compression \
|
|
cp_files \
|
|
ctime \
|
|
deadman \
|
|
delegate \
|
|
devices \
|
|
events \
|
|
exec \
|
|
fallocate \
|
|
fault \
|
|
features \
|
|
grow \
|
|
history \
|
|
hkdf \
|
|
inheritance \
|
|
inuse \
|
|
io \
|
|
l2arc \
|
|
large_files \
|
|
largest_pool \
|
|
libzfs \
|
|
limits \
|
|
link_count \
|
|
log_spacemap \
|
|
migration \
|
|
mmap \
|
|
mmp \
|
|
mount \
|
|
mv_files \
|
|
nestedfs \
|
|
no_space \
|
|
nopwrite \
|
|
online_offline \
|
|
pam \
|
|
pool_checkpoint \
|
|
pool_names \
|
|
poolversion \
|
|
privilege \
|
|
procfs \
|
|
projectquota \
|
|
pyzfs \
|
|
quota \
|
|
raidz \
|
|
redacted_send \
|
|
redundancy \
|
|
refquota \
|
|
refreserv \
|
|
removal \
|
|
rename_dirs \
|
|
replacement \
|
|
reservation \
|
|
rootpool \
|
|
rsend \
|
|
scrub_mirror \
|
|
slog \
|
|
snapshot \
|
|
snapused \
|
|
sparse \
|
|
suid \
|
|
threadsappend \
|
|
trim \
|
|
truncate \
|
|
upgrade \
|
|
user_namespace \
|
|
userquota \
|
|
vdev_zaps \
|
|
write_dirs \
|
|
xattr \
|
|
zpool_influxdb \
|
|
zvol
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS += \
|
|
tmpfile
|
|
endif
|