https://github.com/budarin/flame-graphs
Flame graph samples
https://github.com/budarin/flame-graphs
Last synced: 2 months ago
JSON representation
Flame graph samples
- Host: GitHub
- URL: https://github.com/budarin/flame-graphs
- Owner: budarin
- Created: 2022-09-29T13:14:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T16:48:24.000Z (about 3 years ago)
- Last Synced: 2024-12-26T03:42:01.084Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flame-graphs
Flame graph samples
underPressurePlugin params:
```
{
maxEventLoopDelay: 1000,
maxEventLoopUtilization: 0.95,
}
```
web app
```
100 connections
┌─────────┬──────┬──────┬───────┬───────┬──────────┬──────────┬────────┐
│ Stat │ 2.5% │ 50% │ 97.5% │ 99% │ Avg │ Stdev │ Max │
├─────────┼──────┼──────┼───────┼───────┼──────────┼──────────┼────────┤
│ Latency │ 8 ms │ 9 ms │ 45 ms │ 66 ms │ 11.39 ms │ 12.44 ms │ 492 ms │
└─────────┴──────┴──────┴───────┴───────┴──────────┴──────────┴────────┘
┌───────────┬─────────┬─────────┬─────────┬─────────┬─────────┬─────────┬─────────┐
│ Stat │ 1% │ 2.5% │ 50% │ 97.5% │ Avg │ Stdev │ Min │
├───────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
│ Req/Sec │ 329 │ 872 │ 9839 │ 10775 │ 8428.08 │ 3312.21 │ 329 │
├───────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┼─────────┤
│ Bytes/Sec │ 1.38 MB │ 1.92 MB │ 2.23 MB │ 8.32 MB │ 2.98 MB │ 1.93 MB │ 1.38 MB │
└───────────┴─────────┴─────────┴─────────┴─────────┴─────────┴─────────┴─────────┘
┌──────┬────────┐
│ Code │ Count │
├──────┼────────┤
│ 200 │ 25831 │
├──────┼────────┤
│ 503 │ 732684 │
└──────┴────────┘
```
web service
```
100 connections
┌─────────┬───────┬───────┬───────┬───────┬──────────┬──────────┬────────┐
│ Stat │ 2.5% │ 50% │ 97.5% │ 99% │ Avg │ Stdev │ Max │
├─────────┼───────┼───────┼───────┼───────┼──────────┼──────────┼────────┤
│ Latency │ 19 ms │ 39 ms │ 84 ms │ 97 ms │ 42.59 ms │ 18.55 ms │ 506 ms │
└─────────┴───────┴───────┴───────┴───────┴──────────┴──────────┴────────┘
┌───────────┬────────┬────────┬────────┬────────┬─────────┬─────────┬────────┐
│ Stat │ 1% │ 2.5% │ 50% │ 97.5% │ Avg │ Stdev │ Min │
├───────────┼────────┼────────┼────────┼────────┼─────────┼─────────┼────────┤
│ Req/Sec │ 811 │ 1839 │ 2361 │ 2585 │ 2321.47 │ 245.98 │ 811 │
├───────────┼────────┼────────┼────────┼────────┼─────────┼─────────┼────────┤
│ Bytes/Sec │ 204 kB │ 462 kB │ 593 kB │ 649 kB │ 583 kB │ 61.7 kB │ 204 kB │
└───────────┴────────┴────────┴────────┴────────┴─────────┴─────────┴────────┘
┌──────┬────────┐
│ Code │ Count │
├──────┼────────┤
│ 200 │ 208894 │
└──────┴────────┘
```