May 1997

- 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 intervalls instead
  of number of samples...
  Maybe just updating the manual page is enough?

- openlogfile() in monitor.c is horrible. Have to redo the compress part as
  it hardly works...

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

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

- Change process handling (top). It uses losts of virtual memory, and also
  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 avaialble 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.

- Want 'immediate' response when starting monitor in interactive mode.
  Currently you have to wait an entire interval to show.
  Probable way to solve this: mode 'wait' to the end of while loop and
  insert a 200 msec wait after initial loading of variables in interactive mode.
