Bug 2911 - Add column to monitor window to show what observers are attached to which process
Summary: Add column to monitor window to show what observers are attached to which pro...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on:
Blocks: 1632
  Show dependency treegraph
 
Reported: 2006-07-12 20:34 UTC by Rick Moseley
Modified: 2006-11-21 23:11 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2006-07-12 20:34:59 UTC
Mike Behm suggested this and I think it is a good idea if it can be done.  Here
is an exerpt from his e-mail:

So ........... At this moment we can see the bash processes (and we can infer
that there are other processes that we could see if we scrolled down). What we
can't see is that there are observers defined for those bash processes. I think
that we should be able to see that (I know that it'll become obvious if we
select a bash process, but that isn't enough).

Could we get a new column added:

Processes
PID     Command     Observers
6706    bash        F, T

where the observer codes would be something like:
E - Exec
F - Fork
C - Clone Task
T - Terminate Task
S - Syscall
X - Custom observer (X would be redefinable too)


Just a thought....