Collecting cluster summary diagnostics
The following cluster summary diagnostic tables collect statistics at a cluster-wide level:
-
cluster_snapshotPer node system metrics.
-
dc_snapshotAggregates
node_snapshotdata at the datacenter level. -
node_snapshotAggregates
node_snapshotdata for the whole cluster.
The location of the dse.yaml file depends on the type of installation:
-
Package installations and Installer-Services installations:
/etc/dse/dse.yaml -
Tarball installations and Installer-No Services installations:
<installation_location>/resources/dse/conf/dse.yaml
Procedure
To enable collecting cluster summary diagnostics using the DataStax Enterprise Performance Service:
-
Edit the
dse.yamlfile. -
In the
dse.yamlfile, set the enabled option forcluster_summary_stats_optionstotrue.# Cluster summary stats options cluster_summary_stats_options: enabled: true refresh_rate_ms: 10000 -
Optional: To control how often the statistics are refreshed, increase or decrease the
refresh_rate_msparameter.The
refresh_rate_msspecifies the length of the sampling period, that is, the frequency with which this data is updated.