Can`t find the successrate.sh file

I have a somewhat stupid problem: I am searching in vain for the successrate. sh on my Raspberry pi. I also have a node running on a synology and was able to find the file without any problems. config. yaml, revocations. db, trust-cache. json etc I can find all of them, just not the success rate. Where else could I look for the Raspberry?

:point_down: Does this help? :point_down:

4 Likes

No, dont see how this could help.

1 Like

you can download it from this github

`Thanks…I was blind :slight_smile:

Thanks for keeping this topic. I was able to find it and use the script in 2024.

1 Like

this inspired me to try this for the first time but I just get all 0’s when I run successrate.sh, (i’m specifying the name of the docker container). Any obvious thing I need to troubleshoot?

In my docker setup I specify a log path with --mount type=bind,source="/path/storagenode/logs",destination=/app/config/logs \ then it’s easy to run eg ./successrate.sh /path/storagenode/logs/node.log.

The log level must also be info - warning/error levels won’t log sufficient details to calculate stats.

1 Like

Yes. If you run your docker commands with sudo, then you need to run this script with sudo too.