Skip to content

Commit

Permalink
Switch to async-profiler binary
Browse files Browse the repository at this point in the history
The `profiler.sh` was removed.
  • Loading branch information
dagguh committed Dec 5, 2023
1 parent 0168f62 commit 94abf35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AsyncProfiler private constructor(
ssh: SshConnection,
pid: Int
): RemoteMonitoringProcess {
val script = "./$release/profiler.sh"
val script = "./$release/bin/asprof"
val params = startParams.joinToString(separator = " ")
IdempotentAction("start async-profiler") {
ssh.execute("$script start $params $pid")
Expand Down

0 comments on commit 94abf35

Please sign in to comment.