diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2016-04-26 13:18:13 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:08:49 +0100 |
commit | c9cb248429ced50c96d11ba5361c272d4c9b9323 (patch) | |
tree | 3bdc4db4749df92b486e9ca20a6f2f93283baa89 /scripts/lib/scriptpath.py | |
parent | b44af9051a9da8d2cddc7b071a896331967f15cc (diff) | |
download | openembedded-core-c9cb248429ced50c96d11ba5361c272d4c9b9323.tar.gz openembedded-core-c9cb248429ced50c96d11ba5361c272d4c9b9323.tar.bz2 openembedded-core-c9cb248429ced50c96d11ba5361c272d4c9b9323.zip |
oeqa.buildperf: functionality to drop kernel caches
Add a new utility class for dropping Linux kernel caches. It uses sudo
and tee to write to the drop_caches file. Checking if the user has the
permissions to drop caches (without a password) is done by trying to
writing an invalid value to the drop_caches file. This way, we will find
if writing (with tee) is possible but not really dropping caches, yet.
User can avoid giving the password by adding something like:
<user> ALL = NOPASSWD: /usr/bin/tee /proc/sys/vm/drop_caches
to the system sudoers file.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions