Skip to content

Commit

Permalink
Update gather_perf.py (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi authored Dec 18, 2024
1 parent f1a20e3 commit c0b2bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/gather/gather_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __gather_perf_sample(self, ssh_client, gather_path, pid_observer):
self.stdio.error("generate perf sample data on server [{0}] failed".format(ssh_client.get_name()))

def __perf_checker(self, ssh_client):
cmd = "command -v perf1"
cmd = "command -v perf"
result = ssh_client.exec_cmd(cmd)

if result:
Expand Down

0 comments on commit c0b2bed

Please sign in to comment.