Stash-timeseries

:placard: Summary Timeseries graphs of your stash over time
:link: Repository GitHub - feederbox826/stash-timeseries: stashapp/stash time series

Features

  • Tracks stats of your stash instance over time, running at 12h intervals

Installation

Available as a docker container
docker pull ghcr.io/feederbox826/stash-timeseries:latest
and also natively as a node.js app

Screenshots

Scene Stats

Scene Diffs

Image Stats ( :frowning: )

Duration Stats

Other/ Count stats

All stats are individually hoverable for more details

and data is available in an exportable JSON and sqlite format for the data nerds

[
    {
        "timestamp": 1732838400990,
        "count": 2943,
        "size": 9868104378390,
        "duration": 6273381.96,
        "groups": 443
    },
    {
        "timestamp": 1732795200458,
        "count": 2943,
        "size": 9868104378390,
        "duration": 6273381.96,
        "groups": 443
    },
    {
        "timestamp": 1732752000395,
        "count": 2940,
        "size": 9851600153439,
        "duration": 6266520.99,
        "groups": 442
    }
]
3 Likes