1005 B
1005 B
| title | description | menu | weight | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Use InfluxQL for diagnostics | Use InfluxQL commands for diagnostics and statistics. |
|
104 |
The commands below are useful when diagnosing issues with InfluxDB Enterprise clusters.
Use the influx CLI to run these commands.
SHOW STATS
To see node statistics, run SHOW STATS.
The statistics returned by SHOW STATS are stored in memory only,
and are reset to zero when the node is restarted.
For details on this command, see SHOW STATS.
SHOW DIAGNOSTICS
To see node diagnostic information, run SHOW DIAGNOSTICS.
This returns information such as build information, uptime, hostname, server configuration, memory usage, and Go runtime diagnostics.
For details on this command, see SHOW DIAGNOSTICS.