Skip to content

Commit

Permalink
Merge pull request #31 from redhat-performance/fix_field_index
Browse files Browse the repository at this point in the history
Field position has changed.
  • Loading branch information
dvalinrh authored Sep 25, 2023
2 parents 6cb4349 + 6ad0e09 commit 7b5aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streams/streams_run
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ process_results()
field_index=1
while IFS= read -r line
do
current_socket=`echo $line | cut -d':' -f3`
current_socket=`echo $line | cut -d':' -f4`
if [ $number_sockets -eq 0 ]; then
number_sockets=$current_socket
else
Expand Down

0 comments on commit 7b5aae9

Please sign in to comment.