Profile Check-counters
[INTERNAL] Read the results of a dotnet-counters json file and determine if there are errors
beam profile check-counters <counters-file-path> [options]
About
[INTERNAL] Read the results of a dotnet-counters json file and determine if there are errors
Arguments
Name | Type | Description |
---|---|---|
counters-file-path | String | The path to the dotnet-counters output json file |
Options
Name | Type | Description |
---|---|---|
--cpu-limit | Double | The max cpu spike limit % |
--mem-limit | Double | The max mem spike limit MB |
--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 |
--quiet | Boolean | When true, skip input waiting and use defaults |
--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 |
--raw | Boolean | Output raw JSON to standard out. This happens by default when the command is being piped |
--pretty | Boolean | Output syntax highlighted box text. This happens by default when the command is not piped |
--dotnet-path | String | a custom location for dotnet |
--version | Boolean | Show version information |
--help | Boolean | Show help and usage information |
Parent Command
Updated 3 months ago