How was this process initiated? By what user? From what
program or other process?
What is the current execution status of each process? Is
it running, stopped, suspended, swapped out, exiting, or in
some other unexpected state? Does the process continue to
appear among active processes after it should have exited?
Is it missing from among the processes you expected to be
active?
In what environment is this process executing? What
system settings are in effect for this process? Did the
process inherit any environment settings from other
processes? How might the current environment settings affect
how the process operates and what it can access?
With what options or input arguments is the process
executing? Are these appropriate settings?
Are the system resources (CPU time, memory usage, etc.)
being utilized by each process within expected consumption
amounts? Are there any processes that seem to be tying up an
unusually large amount of system resources? Are any
processes not performing as expected because they don't seem
to be getting enough resources?
What is the relationship between this process and other
processes executing on the system? What are the
characteristics of the related processes?
|