Is there a way of showing stats abut the whole Darktable system? I would be interested in things like...
- number of images
- by camera
- by file type
- current queue stats
- how many (if any) images still need to be indexed
- how much space is taken up by
- thumbnails
- image fingerprints
- metadata
- ...
- live stats:
- CPU usage
- GPU usage (seems to me more important for this application anyway)
I wrote a script for that particular task. Based upon bash with a bit of sqlite3.
Requirements to query against the darktable-library:
Greetings,
Christian