clinicjs / node-clinic-doctor-examples

Server examples for `clinic`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-clinic-doctor-examples

Server examples for clinic

git clone git@github.com:nearform/node-clinic-doctor-examples.git
cd node-clinic-doctor-examples
npm install
npm install -g clinic
npm install -g autocannon

Examples

Event Loop

clinic doctor --autocannon [ / ] -- node slow-event-loop

GC

clinic doctor --autocannon [ -c 2500 / ] -- node slow-gc

I/O

clinic doctor --autocannon [ / ] -- node slow-io

Sync I/O

clinic doctor --autocannon [ / ] -- node sync-io

License

Apache 2.0

About

Server examples for `clinic`

License:MIT License


Languages

Language:JavaScript 100.0%