Merge "Added CPU C-state to collect output"

This commit is contained in:
Zuul 2022-11-22 20:43:20 +00:00 committed by Gerrit Code Review
commit c164fbf193
1 changed files with 4 additions and 0 deletions

View File

@ -237,6 +237,10 @@ function collect_extra()
topology >> ${LOGFILE} 2>>${COLLECT_ERROR_LOG}
fi
# CPU C-state power info
delimiter ${LOGFILE} "cpupower monitor"
cpupower monitor >> ${LOGFILE} 2>>${COLLECT_ERROR_LOG}
LOGFILE="${EXTRA_DIR}/memory.info"
echo "${hostname}: Memory Info .......: ${LOGFILE}"