From bb8f371d376c63a8774c17c2ede69fc065cfd30c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 May 2021 19:02:25 +0200 Subject: Add monitoring dev doc --- support/doc/development/monitoring.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 support/doc/development/monitoring.md (limited to 'support/doc') 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 +``` -- cgit v1.2.3