Profile Run-nbomber

[INTERNAL] Runs an n-bomber stress test for a given microservice method

beam profile run-nbomber <service> <method> [options]

About

[INTERNAL] Runs an n-bomber stress test for a given microservice method

Arguments

NameTypeDescription
serviceStringThe name of the microservice to stress test
methodStringThe method name in the service to stress test

Options

NameTypeDescription
--bodyStringThe file path containing the json body for each request
--include-prefixBooleanIf true, the generated .env file will include the local machine name as prefix
--include-authBooleanIf true, the requests will be given the CLI's auth token
--rpsInt32The requested requests per second for the test
--durationInt32How long to run the test for
--authStringInclude an auth header. This will override the --include-auth flag
--dryrunBooleanShould any networking happen?
--cidStringCid to use; will default to whatever is in the file system
--pidStringPid to use; will default to whatever is in the file system
--quietBooleanWhen true, skip input waiting and use defaults
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--rawBooleanOutput raw JSON to standard out. This happens by default when the command is being piped
--prettyBooleanOutput syntax highlighted box text. This happens by default when the command is not piped
--dotnet-pathStringa custom location for dotnet
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

profile