Profile Check-counters

Read the results of a dotnet-counters json file and determine if there are errors

beam profile check-counters <counters-file-path> [options]

About

Read the results of a dotnet-counters json file and determine if there are errors

Arguments

NameTypeDescription
counters-file-pathStringThe path to the dotnet-counters output json file

Options

NameTypeDescription
--cpu-limitDoubleThe max cpu spike limit %
--mem-limitDoubleThe max mem spike limit MB
--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
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

profile