mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
4 lines
148 B
Bash
Executable File
4 lines
148 B
Bash
Executable File
echo "Downloading profile"
|
|
current=$(date +%Y%m%d%H%M%S)
|
|
./tool.sh profile http://localhost:3335 stop -o "./profiles/profile-${current}".cpuprofile
|