Monitor FAQ for version 1.12
Last updated:  16 Jun 1994

Q: How can I redirect the output of monitor to a file for preprocessing?
A: This cannot be done directly, since the monitor uses curses.
   One way to do this interactivly is to use x-windows and copy and
   past text region to file or editor.
   In (near) future there will be a next very different monitor release
   which allows one to store data to database and then view that
   stored data or real time data in a user interface.

Q: What is the process 514 which consumes much of the CPU-time?
A: It is Kernel (wait) process which is the idle loop in AIX. Wait-process
   is just the place where idle cpu-time is consumed. It is not harmfull.
   You cannot kill it. It's running in priority 127 which is the worst
   priority.

Q: I just booted my RS/6000 and why all memory is used?
A: AIX buffers all file accesses throught memory. So this is the reason
   why "all" memory seems to be used. One can look this with monitor
   in Memory part, the files shows the amount of memory that is
   used by files (actually other than text and data (procs) memory segments).
	Memory    Real     Virtual
	free      1.4 MB   42.9 MB
	procs    20.5 MB   21.1 MB
	files    10.1 MB          
	total    32.0 MB   64.0 MB

Q: What are the vierd numbers that are shown on my three digit LEDs display?
A: You are probably running older version of loadavgd or loadavgLED which 
   shows your systems load average in three digit LEDs display.

Q: Where can I found more information on how to use monitor and what
   is the meaning of all different numbers show by it? And how can
   I tune my system to work better?
A: At the moment there isn't any really good all explaining document on this.
   I'm working on it at my spare time. There is an IBM AIX publication
   "IBM AIX Performance tuning quide" which can help you solving some
   of the problems.

