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:
parent
f7c250128b
commit
dea3083d98
@ -1 +1,2 @@
|
||||
dstat
|
||||
python-psutil
|
||||
|
@ -1 +1,2 @@
|
||||
dstat
|
||||
python-psutil
|
||||
|
@ -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 "]]]"
|
||||
|
Loading…
Reference in New Issue
Block a user