mirror of
https://github.com/nspcc-dev/status-fs-neo-org.git
synced 2026-03-01 04:29:28 +00:00
No description
|
|
||
|---|---|---|
| .github | ||
| public | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| get_webstat_metrics.py | ||
| index.html | ||
| LICENSE | ||
| Makefile | ||
| package.json | ||
| README.md | ||
| requirements.txt | ||
| vite.config.mjs | ||
NeoFS is a decentralized distributed object storage integrated with the Neo Blockchain.
NeoFS Status page
Overview
NeoFS status monitoring page using React framework under the hood
Requirements
- make
- docker
- node (
18+) - python
Make instructions
- Compile the build using
make(will be generated inoutputdir) - Start app using
make start PORT=3000(PORT=3000 by default) - Get release dir with tar.gz using
make release
Getting started for getting metrics
- Create virtual environment
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
- Run python3
python3 get_webstat_metrics.py
Parameters:
--url-main- mainnet metrics url (default 'http://localhost:16512/metrics')--url-test- testnet metrics url (default 'http://localhost:16513/metrics')--output- output dir with the file name and extension (by default, stdout)