summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/stat_user_indexes_db_postgres.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/stat_user_indexes_db_postgres.txt
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-b5f8ee61a7f7e9bd291dd26b0585d03eb686c941.tar.xz
netdata-b5f8ee61a7f7e9bd291dd26b0585d03eb686c941.zip
Adding upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/stat_user_indexes_db_postgres.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/stat_user_indexes_db_postgres.txt b/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/stat_user_indexes_db_postgres.txt
new file mode 100644
index 000000000..db73fa4e6
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/stat_user_indexes_db_postgres.txt
@@ -0,0 +1,11 @@
+ datname | schemaname | relname | indexrelname | idx_scan | idx_tup_read | idx_tup_fetch | size
+----------+------------+------------------+-------------------------+----------+--------------+---------------+-----------
+ postgres | public | pgbench_branches | pgbench_branches_pkey | 0 | 0 | 0 | 16384
+ postgres | public | pgbench_tellers | pgbench_tellers_pkey | 0 | 0 | 0 | 32768
+ postgres | public | pgbench_accounts | pgbench_accounts_pkey | 3 | 5000000 | 0 | 112336896
+ postgres | public | myaccounts | myaccounts_pkey | 0 | 0 | 0 | 8192
+ postgres | public | myaccounts | myaccounts_username_key | 0 | 0 | 0 | 8192
+ postgres | public | myaccounts | myaccounts_email_key | 0 | 0 | 0 | 8192
+ postgres | myschema | myaccounts | myaccounts_pkey | 0 | 0 | 0 | 8192
+ postgres | myschema | myaccounts | myaccounts_username_key | 0 | 0 | 0 | 8192
+ postgres | myschema | myaccounts | myaccounts_email_key | 0 | 0 | 0 | 8192 \ No newline at end of file