NOTE:
This solution only works for Linux/UNIX based shell script toolkits.You can use the GNU command awk for post processing your script output in order to print line numbers and count the number of rows.
You can append the following pipe command to your existing toolkit sampler script execution
| awk '{print NR-1 "," $0}; END {print "<!>rowCount," NR-1}'
Comments
0 comments
Please sign in to leave a comment.