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