Fix path to mlock_report

This patch fixes path to mlock_report.py. Also add python-psutil
to dstat depends as it is required by mlock_report.

Change-Id: Ia2b507a7b923f1e3393a9cb7746c66d39d6abfde
This commit is contained in:
Vasyl Saienko 2017-08-01 00:16:51 +03:00
parent f7c250128b
commit dea3083d98
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
dstat
python-psutil

View File

@ -1 +1,2 @@
dstat
python-psutil

View File

@ -88,7 +88,7 @@ function tracker {
# list processes that lock memory from swap
if [[ $unevictable -ne $unevictable_point ]]; then
unevictable_point=$unevictable
${PYTHON} ./tools/mlock_report.py
${PYTHON} $(dirname $0)/mlock_report.py
fi
echo "]]]"