Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AlexeyALeonov/success_rate

Success rate for storagenode (Storj V3)
https://github.com/AlexeyALeonov/success_rate

Last synced: 8 days ago
JSON representation

Success rate for storagenode (Storj V3)

Awesome Lists containing this project

README

        

# success_rate

1. Download the script and save it in to the convenient place
2. Run it
```
.\successrate.ps1
```

To specify path to the log file, you can use an optional parameter `-Path`:
```
.\successrate.ps1 -Path x:\storagenode\node.log
```

The default path for the Windows GUI storagenode's log is `"C:\Program Files\Storj\Storage Node\storagenode.log"`, so the command will looks like:
```
.\successrate.ps1 -Path "C:\Program Files\Storj\Storage Node\storagenode.log"
```

## You may need to enable the execution policy
Execute in the elevated Powershell
```
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
```