Skip to content
Snippets Groups Projects
Commit 31a1a554 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

finetune output

parent 9e199623
No related branches found
No related tags found
1 merge request!95finetune output
...@@ -161,7 +161,7 @@ function renderCounters(){ ...@@ -161,7 +161,7 @@ function renderCounters(){
do do
_iValue=${aVals[$_iCounter]} _iValue=${aVals[$_iCounter]}
_iSpeed=$( ph.perfdeltaspeed "psql-${sColumn}-${_sStoreid}" ${_iValue} sec $_sDeltaUnit) _iSpeed=$( ph.perfdeltaspeed "psql-${sColumn}-${_sStoreid}" ${_iValue} sec $_sDeltaUnit)
out=$( printf "%-25s: %15s %s \n" "${sColumn}" "${_iValue}" "... delta = ${_iSpeed} per $_sDeltaUnit${NL}" ) out=${out}$( printf "%-25s: %15s %s \n" "${sColumn}" "${_iValue}" "... delta = ${_iSpeed} per $_sDeltaUnit${NL}" )
ph.perfadd "${sColumn}" "${_iSpeed}" ph.perfadd "${sColumn}" "${_iSpeed}"
_iCounter+=1 _iCounter+=1
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment