From e10a120e749c0b44bfe45171a27d5f6da3a7d9e1 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 26 Apr 2017 13:36:11 +0200 Subject: [PATCH] Rebuilt targets --- dev/debug_osync.sh | 6 +++++- osync.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index fffea82..106b0e8 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -41,7 +41,7 @@ IS_STABLE=yes _OFUNCTIONS_VERSION=2.1.2 -_OFUNCTIONS_BUILD=2017052601 +_OFUNCTIONS_BUILD=2017052602 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2017 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr @@ -674,6 +674,10 @@ function _PerfProfiler { #__WITH_PARANOIA_DEBUG perfString="$perfString\n"$(ps -p $i -o %cpu,%mem,cmd,time | tail -1) #__WITH_PARANOIA_DEBUG done #__WITH_PARANOIA_DEBUG #__WITH_PARANOIA_DEBUG + if type iostat > /dev/null 2>&1; then #__WITH_PARANOIA_DEBUG + perfString="$perfString\n"$(iostat) #__WITH_PARANOIA_DEBUG + fi #__WITH_PARANOIA_DEBUG + #__WITH_PARANOIA_DEBUG Logger "PerfProfiler: $perfString" "PARANOIA_DEBUG" #__WITH_PARANOIA_DEBUG } #__WITH_PARANOIA_DEBUG diff --git a/osync.sh b/osync.sh index 9738dbf..95369c3 100755 --- a/osync.sh +++ b/osync.sh @@ -10,7 +10,7 @@ IS_STABLE=yes _OFUNCTIONS_VERSION=2.1.2 -_OFUNCTIONS_BUILD=2017052601 +_OFUNCTIONS_BUILD=2017052602 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2017 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr