joyent-portal/spikes/leak/readme.md

17 lines
229 B
Markdown
Raw Normal View History

2016-11-21 15:18:12 +02:00
GET /mem
GET /cpu
cpu-node:
build: .
environment:
- TYPE=node
ports:
- "8003:8000"
cpu-artillery:
build: .
environment:
- TYPE=artillery
- MODE=cpu
depends_on:
- cpu-node