HPlogo System Debug Reference Manual > Chapter 4 System Debug Command Specifications

DPTREE

MPE documents

Complete PDF
Table of Contents
Index

E0201 Edition 4 ♥
E0300 Edition 3
E0692 Edition 3

DAT only

Prints out the process tree starting at the given PIN.

Syntax



   DPTREE [pin]

Parameters


pin

The process identification number (PIN) where the process tree display starts. If omitted, PIN 1 (the first PIN in all process trees) is assumed, and the entire process tree is printed.

Examples



   $nmdat > dptree

    1 ( PROGEN.PUB.SYS )
       2 ( LOAD.PUB.SYS )
       3 ( .. )
       4 ( .. )
       5 ( .. )
       6 ( LOG.PUB.SYS )
       7 ( SYSMAIN.PUB.SYS )
       9 ( SESSION.PUB.SYS )
          a ( JSMAIN.PUB.SYS )
             15 ( CI.PUB.SYS )
          16 ( JSMAIN.PUB.SYS )
             17 ( CI.PUB.SYS )
                12 ( FCOPY.PUB.SYS )
       8 ( JOB.PUB.SYS )
          b ( JSMAIN.PUB.SYS )
       c ( DIAGMON.DIAG.SYS )
          d ( RUNPROG.DIAG.SYS )
             e ( MEMLOGP.DIAG.SYS )
          f ( RUNPROG.DIAG.SYS )
             10 ( LOGGER.DIAG.SYS )

   $nmdat >

Prints out the entire process tree.

Limitations, Restrictions


none




DPIB


DR