1
0
Fork 0
peertube/support/doc/development/monitoring.md
2021-05-10 19:02:25 +02:00

17 lines
276 B
Markdown

# Monitoring
## Client modules
To open a report of client build:
```
$ npm run build -- --analyze-bundle && npm run client-report
```
## API benchmark
To benchmark the REST API and save result in `benchmark.json`:
```
$ node dist/scripts/benchmark.js benchmark.json
```