
Overview​
NBomber Studio is a management tool for monitoring and controlling NBomber load tests. It provides the following capabilities:
-
Real-time data visibility — monitor ongoing load tests and analyze historical test runs. Think of it as a native alternative to Grafana, purpose-built for NBomber load tests.
-
Managing, deploying, and running load tests in Kubernetes — schedule and execute load tests in K8s directly from Studio.
You can use NBomber Studio together with your favorite observability platform (such as Datadog, Dynatrace, Grafana, etc.). NBomber supports streaming real-time metrics to multiple destinations in parallel.
var stats = NBomberRunner
.RegisterScenarios(scenario)
.WithReportingSinks(
new TimescaleDbSink(), // stream metrics to TimescaleDB (NBomber Studio)
new OpenTelemetrySink(), // stream metrics to OTEL
new InfluxDBSink() // stream metrics to InfluxDb
)
.Run();
License​
NBomber Studio is FREE for personal use only. The FREE version cannot be used within an organization.
Organization use requires at minimum an NBomber Business license.