diff --git a/support/doc/development/monitoring.md b/support/doc/development/monitoring.md new file mode 100644 index 000000000..8b637e079 --- /dev/null +++ b/support/doc/development/monitoring.md @@ -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 +```