NeoFS is a decentralized distributed object storage integrated with the Neo Blockchain.
NeoFS status monitoring page using React framework under the hood
- make
 - docker
 - node (
18+) - python
 
- 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 
- 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)