Update status.inc

This commit is contained in:
2023-12-16 21:14:37 -06:00
parent 029bf0902d
commit d67d052d90

View File

@@ -867,13 +867,13 @@ STATUS_SCANTIMES(){
[ -f ${NM_LOGFOLDER}/status-check.scantimes ] && last_scancheck=$(date -d @$(stat -c %Y ${NM_LOGFOLDER}/status-check.scantimes) "+%Y-%m-%d %H:%M:%S") || last_scancheck=""
echo -en "\r\033[K"
echo -e "${idsCL[LightCyan]}Scan Type Scans Found Average Scantime${idsCL[Default]}"
echo -e "${idsCL[LightCyan]}Scan Type # of Scans Average Scantime${idsCL[Default]}"
DIVIDER . lightCyan 60
echo -e "${idsCL[Green]}Average for last ${scansfound} : ${idsCL[LightGreen]}(${average}s)${spct}${idsCL[Green]}${average_disp}${idsCL[Default]}"
DIVIDER . lightCyan 60
echo -e "${idsCL[Cyan]} - Normal runs ${scansfound_norm} : ${idsCL[LightCyan]}(${average_norm}s)${spca}${idsCL[Cyan]}${average_norm_disp}${idsCL[Default]}"
echo -e "${idsCL[Cyan]} - w/Replication ${scansfound_repl} : ${idsCL[LightCyan]}(${average_repl}s)${spcr}${idsCL[Cyan]}${average_repl_disp}${idsCL[Default]}"
echo -e "${idsCL[Cyan]} - Extreme runs '${scansfound_xtr}' : ${idsCL[LightCyan]}(${average_xtr}s)${spcx}${idsCL[Cyan]}${average_xtr_disp}${idsCL[Default]}"
echo -e "${idsCL[Cyan]} - Extreme runs ${scansfound_xtr} : ${idsCL[LightCyan]}(${average_xtr}s)${spcx}${idsCL[Cyan]}${average_xtr_disp}${idsCL[Default]}"
echo
echo -e "${idsCL[LightCyan]}Last Scan Time : ${idsCL[LightGreen]}(${lastscantime}s)${spcb}${idsCL[Green]}${lastscantime_disp}${idsCL[Default]}\n"
echo -e "${idsCL[LightCyan]}Last Scan Check : ${idsCL[LightGreen]}${last_scancheck}${idsCL[Default]}\n"