mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
6 lines
286 B
Bash
6 lines
286 B
Bash
|
echo "Downloading profile"
|
||
|
token=$(./tool.sh generate-token --admin anticrm@hc.engineering sanity-ws)
|
||
|
current=$(date +%Y%m%d%H%M%S)
|
||
|
mkdir -p ./profiles
|
||
|
curl -X PUT "http://localhost:3334/api/v1/manage?token=${token}&operation=profile-stop" -o "./profiles/profile-${current}".cpuprofile
|