An open API service indexing awesome lists of open source software.

https://github.com/pellared/alwaysonprofiling-playground


https://github.com/pellared/alwaysonprofiling-playground

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# AlwaysOn Profiling playground

This repository contains a playground application used for
exploratory testing of
[AlwaysOn Profiling for Splunk APM](https://docs.splunk.com/Observability/profiling/intro-profiling.html).

This applications:

- uses `async` code in lots of places (threads and continuations are everwhere)
- makes CPU bound transactions called `Sort`
- `SORT_LEN` env var can be used to control the length of list to sort; default: `100000000`
- makes network I/O bound transactions called `Http.Request`
- makes network I/O bound transactions called `Http.Handler`