Januari 2000

- React on change in the number of disks when they are added 
  or removed in flight. 

- NFS version 3.

- Networks stats on atm devices. Apperantly they are not automagic, 
  like fddi...

- Sorting of disk statistics: grouping/total per volumegroup or logical volume
  (is this possible?)

- Finish/improve AFS: no logging yet...

- There might be confusion with the -Count option when going into
  logmode. People then think of Count as the number of intervals instead
  of number of samples...
  Maybe just updating the manual page is enough?

- Reorder screen layout, so hostname  domainname can be shown.
  Currently datestamp might overwrite domainname.

- Problems may arise when the number of disks, cpus or network
  interfaces change during operation...

- Change process handling (top). It uses lots of virtual memory.
  Logging of processinfo might be extended.

- Support thread reporting on the top display for AIX 4.

- Make use of the pi_wtype field to indicate global sleep reason for a process.
  On AIX 3 info on this can be found in sys/proc.h, but for AIX 4 this is
  only available on thread level (it seems).

- Allow logging in binary mode instead of ascii.

- Add some more metrics on networks, like mbuf usage etc.

- Implement a clean interface to add new monitor items
  (this is partly being worked on now...
    first split all items to have their own files)
  something like:

	print_xxx_init(...)
        print_xxx(...)
	log_xxx_header(...)
	log_xxx(...)
	max_xxx_init(...)
	log_xxx_max(...)
        calc_xxx(...)
	init_get_xxx(...)
        get_xxx(...)

  Or, implement them as a sort of object that receives
  messages. This could help to better layout the data
  on the screen...
  
- Update manual page(s).

- Allow to renice or kill processes from the top screen ('r' and 'k'
  commands. Tricky, as the screen is constantly updated...
  But we might hold updates while user is specifying process to k/r.

- On aixterm, colors might suddenly change when screen is resized or
  monitor is exited... very strange... might be a bug in curses implementation.

- Support RPC like network communication

- X11-userinterface

- Playback of recorded values

- Graphical representation of recorded values
  (see sample awk and gnuplot scripts)

- Multihost monitoring

