Add monitoring dev doc
This commit is contained in:
parent
d61515e12a
commit
bb8f371d37
1 changed files with 17 additions and 0 deletions
17
support/doc/development/monitoring.md
Normal file
17
support/doc/development/monitoring.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue