Profile Check-nbomber
Read the results of a n-bomber .csv file and determine if there are errors
beam profile check-nbomber <nbomber-file-path> [options]
About
Read the results of a n-bomber .csv file and determine if there are errors
Arguments
Name | Type | Description |
---|---|---|
nbomber-file-path | String | The path to the nbomber output csv file |
Options
Name | Type | Description |
---|---|---|
--fail-limit | Double | The max number of failed requests |
--p95-limit | Double | The max p95 in ms |
--dryrun | Boolean | Should any networking happen? |
--cid | String | Cid to use; will default to whatever is in the file system |
--pid | String | Pid to use; will default to whatever is in the file system |
--host | String | The host endpoint for beamable |
--refresh-token | String | Refresh token to use for the requests |
--log | String | Extra logs gets printed out |
--dir | String | Directory to use for configuration |
--version | Boolean | Show version information |
--help | Boolean | Show help and usage information |
Parent Command
Updated about 16 hours ago