https://github.com/keymetrics/fullstack-workshop
FullStack London 2015 - PM2 & Keymetrics workshop
https://github.com/keymetrics/fullstack-workshop
Last synced: 2 months ago
JSON representation
FullStack London 2015 - PM2 & Keymetrics workshop
- Host: GitHub
- URL: https://github.com/keymetrics/fullstack-workshop
- Owner: keymetrics
- Created: 2015-10-05T12:49:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T14:29:19.000Z (about 10 years ago)
- Last Synced: 2024-12-26T15:13:10.860Z (about 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 4
- Watchers: 17
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fullstack-workshop
==================
```
http GET localhost:3200/fibonacci # random iterations
http GET localhost:3200/fibonacci?iterations=1000000000\&force=yes # high cpu
http GET localhost:3200/memoryleak
http GET localhost:3200/memoryleak?interval=400 #Fails after ~500mb rss use
http GET localhost:3200/timeout?timeout=100 #success
http GET localhost:3200/timeout #fail after 2s (default)
```
[Api](./doc/index.html)