If you want to know how much space your InfluxDB database takes on your HDD, you can use the disk usage command in Linux:
du -sh /var/lib/influxdb/data/<db name>
Where /var/lib/influxdb/data
is the data directory defined in your influxdb.conf
file.