~ubuntu-branches/ubuntu/gutsy/sysstat/gutsy

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2005-10-05 20:44:33 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051005204433-v20r8ptt8ms2690u
Tags: 6.0.1-3
Swedish debconf templates translation (closes: #331184).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  example), but I am rather reluctant to display them: There are too many of
10
10
  them and sar becomes bigger and bigger...
11
11
 
12
 
* Add new fields to sar -d: avgrq-sz and avgqu-sz.
13
 
 
14
12
* Try to add new fields to sar -B and sar -W (pgscan, pgfree, pgsteal, etc.).
15
13
 
16
14
* Use autoconf to configure sysstat.
19
17
 
20
18
* Dynamically allocate structures for IRQs (just like for CPUs).
21
19
 
22
 
* Check I/O wait type (long int?, int?) read in /proc/stat and in /sys/.../stat.
23
 
 
24
 
* Cast cpu stats (user, nice, system) for sar, iostat and mpstat to unsigned
25
 
  long instead of unsigned int (Greg Edwards <edwardsg [at] sgi.com>).
26
 
  Idem for other stats.
27
 
 
28
 
* Handle little/big endian architectures for sar daily data files
29
 
  (Ferenci Daniel <Daniel.Ferenci [at] siemens.com>).
30