File tree Expand file tree Collapse file tree
testdata/scripts/admin/profile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ env NODEURL=http://localhost:$PORT
77exec curl --retry 10 --retry-max-time 60 --retry-connrefused $NODEURL
88exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-version-check
99
10+ # seconds=0: no CPU and trace profiles are created
1011exec chainlink --remote-node-url $NODEURL admin profile -seconds 0 -output_dir ./profiles
11- # no CPU and trace profiles are created
1212stderr 'Collecting profiles: \[allocs block cmdline goroutine heap mutex threadcreate\]'
13- # CPU and trace profiles are created
13+
14+ # seconds=1: CPU and trace profiles are created
1415exec chainlink --remote-node-url $NODEURL admin profile -seconds 1 -output_dir ./profiles
1516stderr 'Collecting profiles: \[allocs block cmdline goroutine heap mutex threadcreate profile trace\]'
1617
You can’t perform that action at this time.
0 commit comments