npx loadtest -n 1200 -c 400 -k http://localhost:3000/heavy
npx pm2 start ecosystem.config.cjs
Mac: sysctl -n hw.ncpu
Linux: nproc
Windows: echo %NUMBER_OF_PROCESSORS%
time curl --get http://localhost:3000/blocking
npx loadtest -n 1200 -c 400 -k http://localhost:3000/heavy
npx pm2 start ecosystem.config.cjs
Mac: sysctl -n hw.ncpu
Linux: nproc
Windows: echo %NUMBER_OF_PROCESSORS%
time curl --get http://localhost:3000/blocking