1

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)

1 Answers1

1

I wrote a script for that particular task. Based upon bash with a bit of sqlite3.

Requirements to query against the darktable-library:

sudo apt-get install sqlite3

Greetings,
Christian

Danatela
  • 13,243
  • 11
  • 45
  • 72
Christian
  • 26
  • 1