Skip to content

Commit 6d05423

Browse files
committed
Remove hyphen
1 parent 67db748 commit 6d05423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/circle/process_metrics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on_error() {
4141
# $2 - output log file
4242
poll() {
4343
while true; do
44-
ps -u ubuntu -eo pid,%cpu,%mem,rss,args,uname -w -w --sort=-%mem >> "$2";
44+
ps -u ubuntu eo pid,%cpu,%mem,rss,args,uname -w -w --sort=-%mem >> "$2";
4545
echo '----------' >> "$2";
4646
sleep "$1";
4747
done

0 commit comments

Comments
 (0)