Re: Is there a utility/library proc which print process tree



Terminator schrieb:
Hi all,
I am looking for utility in tcl which will print the process
tree(both the parent and childs) of given a pid.

Thats platform dependend.

On Windows take a look at Twapi, it might have the functionality you
need. On Linux you could get those info from the /proc filesystem.

Michael
.



Relevant Pages

  • Is there a utility/library proc which print process tree
    ... I am looking for utility in tcl which will print the process ... tree(both the parent and childs) of given a pid. ...
    (comp.lang.tcl)
  • Re: DataSet vor Update säubern
    ... Im Gegensatz dazu wäre eine "tiefe" Datei etwas in XML Form, ... >> allen seinen auch vielleicht später in der Datei kommenden Childs ... > Bringt denn ein später kommendes Cild keinen Parent mit? ... kommt, wird dafür im Dataset ein neuer Parent angelegt, und der Childteil ...
    (microsoft.public.de.german.entwickler.dotnet.datenbank)
  • Re: Killing a process that takes too long
    ... You may instead use fork and exec; this lets you use the process-ID to ... kill 'INT', $pid; ... and it does not guarantee that the child ... So we need a way to kill several processes of the process group of the parent, ...
    (perl.beginners)
  • Non-random PIDs
    ... new process ID's, in the way that OpenBSD does. ... I'm the child and my pid is 21116. ... I'm the parent and my pid is 21115. ...
    (RedHat)
  • Parent-Child Relation und Identity Column
    ... lokale Identity-ID für einen neuen Datensatz im lokalen Dataset. ... die Childs in einem Arbeitsschritt anlegen will? ... Natürlich kann ich den Parent beim Updaten auch auf die ... die "wirkliche" ID des Parents in den Child-Datensätze abzulegen, ...
    (microsoft.public.de.german.entwickler.dotnet.datenbank)