influxdata / sandbox

A sandbox for the full TICK stack
MIT License
485 stars 219 forks source link

Sandbox creates massive amounts of data #40

Closed ioreskovic closed 5 years ago

ioreskovic commented 6 years ago

I left sandbox running up for 24 hours (forgot to shut it down) on Windows 10 machine. It generated ~40 GB of TSM files, each 1.9MB in size.

Is this expected behaviour?

timhallinflux commented 6 years ago

Yes...the sandbox is essentially monitoring your machine.

So, it is gathering those stats during the 24 hour period. If you stop the Telegraf container (run docker ps to see the containers that are running. If you issue docker stop <telegraf container name or ID> should do it!) , InfluxDB, Chronograf and Kapacitor will run -- without gathering the stats from your local machine. This should eliminate the collection and reduce the footprint.

ioreskovic commented 6 years ago

Awesome, thx for the asnwer!