This is a utility based on Tsimulus that will generate realistic time series data for an arbitrary number of tags and output those values to a CSV file.
> git clone https://github.com/cherrera2001/CSVTimeSeriesGen.git Simulator> cd Simulator > mvn clean install> cd target> java -jar uber-tsGeneratedCsv-1.0-SNAPSHOT.jar ../basicConfig.json This will generate a CSV file with all the defaults for 1 hour of data. You can modify the generation configuration by modifying the basicConfig.json file according to the docs at Tsimulus
> nano output-0.csv> java -jar uber-tsGeneratedCsv-1.0-SNAPSHOT.jar