~ubuntu-branches/debian/sid/iotop/sid

« back to all changes in this revision

Viewing changes to .pc/0002-Document-the-requirement-for-CONFIG_VM_EVENT_COUNTER.patch/README

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2010-05-31 17:46:30 UTC
  • Revision ID: james.westby@ubuntu.com-20100531174630-ziu6jud3z76rboce
Tags: 0.4-2
* Correct bug number in the changelog for previous version.
* Switch to dpkg-source format v3
* Do not report requirements that are available (Closes: #574246)
* Check for CONFIG_VM_EVENT_COUNTERS, it is needed (Closes: #574346)
* Bump Standards-Version, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Iotop is a Python program with a top like UI used to show of behalf of which
 
2
process is the I/O going on. It requires Python >= 2.5 (or Python >= 2.4 with
 
3
the ctypes module) and a Linux kernel >= 2.6.20 with the TASK_DELAY_ACCT and
 
4
TASK_IO_ACCOUNTING options enabled.
 
5
 
 
6
 
 
7
To run a local version of iotop:
 
8
 
 
9
$ ./iotop.py
 
10
 
 
11
 
 
12
The documentation is available in the man page:
 
13
 
 
14
$ man ./iotop.1
 
15
 
 
16
 
 
17
To install iotop, you should use a package provided by your distribution. If you
 
18
really want to install this version of iotop on your system, do (as root):
 
19
 
 
20
# ./setup.py install
 
21
 
 
22
 
 
23
-- 
 
24
Guillaume Chazarain <guichaz@gmail.com>
 
25
http://guichaz.free.fr/iotop