]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - support/doc/development/monitoring.md
Add monitoring dev doc
[github/Chocobozzz/PeerTube.git] / support / doc / development / monitoring.md
CommitLineData
bb8f371d
C
1# Monitoring
2
3## Client modules
4
5To open a report of client build:
6
7```
8$ npm run build -- --analyze-bundle && npm run client-report
9```
10
11## API benchmark
12
13To benchmark the REST API and save result in `benchmark.json`:
14
15```
16$ node dist/scripts/benchmark.js benchmark.json
17```