changed working in influxd generate notes

pull/124/head
Scott Anderson 2019-04-05 16:37:27 -06:00
parent c7f46cbedd
commit a1e13de01b
1 changed files with 2 additions and 1 deletions

View File

@ -12,9 +12,10 @@ weight: 201
The `influxd generate` command generates time series data direct to disk using a schema defined in a TOML file.
{{% note %}}
{{% note %}}
#### Important notes
- The `influxd` server cannot not be running when using the `generate` tool.
- `influxd generate` cannot run while the `influxd` server is running.
It modifies the index and Time-Structured Merge Tree (TSM) data.
- This tool is intended for development and testing purposes only and
**should not** be run on a production server.