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

finetune output

parent aa326192
No related branches found
No related tags found
1 merge request!94finetune 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=$out$(printf "%25s: %10s %s \n" "${sColumn}" "${_iValue}" "... delta = ${_iSpeed} per $_sDeltaUnit${NL}") 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
...@@ -298,7 +298,6 @@ case "${sMode}" in ...@@ -298,7 +298,6 @@ case "${sMode}" in
esac esac
ph.status "Pgsql $sMode :: $descr" ph.status "Pgsql $sMode :: $descr"
echo
echo " $out" echo " $out"
ph.exit ph.exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment