Skip to content

Commit 1e61ddb

Browse files
committed
Back merged
2 parents bfbb270 + 4d7aae4 commit 1e61ddb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Standards-Version: 4.1.2
1313

1414
Package: performance-diagnostics
1515
Architecture: any
16-
Depends: python3-bpfcc, python3-minimal, python3-psutil, telegraf, docker.io, influxdb2, curl
16+
Depends: python3-bpfcc, python3-minimal, python3-psutil, telegraf, docker-ce, influxdb2, curl
1717
Description: eBPF-based Performance Diagnostic Tools
1818
A collection of eBPF-based tools for diagnosing performance issues.

influxdb/perf_influxdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function enable_influxdb() {
3232
function disable_influxdb() {
3333
date
3434
echo "Disabling InfluxDB Metric Output"
35-
rm -rf $INFLUXDB_FLAG
35+
rm -f $INFLUXDB_FLAG
3636
systemctl restart delphix-telegraf
3737
}
3838

telegraf/telegraf.inputs.playbook

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##############################################################################
22
# Performance Playbook (estat, nfs_threads) collection
33
# Note: estat_nfs, estat_iscsi, and estat_backend-io live in
4-
# telegraf.inputs.nfs_iscsi and are always collected when InfluxDB is
4+
# telegraf.inputs.storage_io and are always collected when InfluxDB is
55
# enabled, independent of playbook state.
66

77
# Collect output from "estat zpl -jm 10"
@@ -89,7 +89,7 @@
8989
###############################################################################
9090
# Convert strings from estat into integer values so they don't get dropped.
9191
# Scoped to playbook-only metrics; estat_nfs/iscsi have their own converter
92-
# in telegraf.inputs.nfs_iscsi.
92+
# in telegraf.inputs.storage_io.
9393
[[processors.converter]]
9494
namepass = ["estat_zpl", "estat_zio", "estat_zvol", "estat_zio-queue", "estat_metaslab-alloc"]
9595
[processors.converter.fields]

0 commit comments

Comments
 (0)