- download source from http://guichaz.free.fr/iotop/
Code: Select all
wget http://guichaz.free.fr/iotop/files/iotop-0.2.1.tar.gz
- install dependencies
Code: Select all
apt-get install python2.5 python2.5-minimal python-central python-setuptools
- install iotop
Code: Select all
tar xvfz iotop-0.2.1.tar.gz
cd iotop-0.2.1
python2.5 setup.py build
python2.5 setup.py install
- Set the new python module path
Code: Select all
export PYTHONPATH=/usr/share/pycentral/python-setuptools/site-packages
- run iotop
Code: Select all
iotop
Could not run iotop as some of the requirements are not met:
- Python >= 2.5 for AF_NETLINK support: Found
- Linux >= 2.6.20 with I/O accounting support: Not found
CONFIG_TASKSTATS and CONFIG_TASK_IO_ACCOUNTING.
Could anyone at Excito confirm whether it is safe to use these kernel options/modules with bubba2 hardware?
regards,