Trailing-Edge
-
PDP-10 Archives
-
BB-H348C-RM_1982
-
swskit-v21/debugging-tools/lldump.hlp
There are no other files named lldump.hlp in the archive.
LLDUMP dumps DECnet logical link blocks. LLDUMP accepts an
optional argument. If the argument is not supplied, all logical
link blocks are dumped in a brief format. If the local link id is
supplied as an argument, LLDUMP will dump everything in the logical
link block and if there are any messages in any of the queues,
the messages and message headers are dumped in octal
and the messages are dumped again in ascii.
EXAMPLES:
@ENABLE (CAPABILITIES)
$!A brief listing of all logical link blocks:
$LLDUMP
User: OPERATOR Job: 4 Program:EXEC
LLSTA: 1 Waiting for CI
LLFOB: ON This is an object
LLNAM: 23. Local object type - NVT
LLTSK: 6433 Local task name
LLLNK: 23 Local link ID
User: OPERATOR Job: 4 Program:EXEC
LLSTA: 1 Waiting for CI
LLFOB: ON This is an object
LLNAM: 23. Local object type - NVT
LLTSK: 307 Local task name
LLLNK: 446 Local link ID
User: OPERATOR Job: 4 Program:EXEC
LLSTA: 1 Waiting for CI
LLFOB: ON This is an object
LLNAM: 23. Local object type - NVT
LLTSK: 4720 Local task name
LLLNK: 2611 Local link ID
User: OPERATOR Job: 5 Program:EXEC
LLSTA: 1 Waiting for CI
LLFOB: ON This is an object
LLNAM: 123. Local object type - PMR
LLTSK: 3117 Local task name
LLLNK: 2222 Local link ID
$!A long listing of a logical link block
$LLDUMP 1626
User: OPERATOR Job: 5 Program:EXEC
Logical link block at monitor virtual address 743232
LLUPL: 745736 Up pointer
LLDWN: 0 Down pointer
LLDED: OFF Line block is aborted
LLLKP: OFF Other ends NSP version, 0=3.2 1=3.1
LLCIL: OFF Connected to an internal link at other end
LLRES: OFF This link reserved for fork in LLFRK
LLLWC: OFF Link was connected
LLRCT: 0. Reserve count
LLQUE: OFF Link is on outque
LLLOC: OFF This is a local link
LLSTA: 1 Waiting for CI
LLFOB: ON This is an object
LLFEM: OFF End of message
LLNAM: 123. Local object type - PMR
LLFNM: 0. Remote object type - TASK
LLFII: OFF Input interrupt needed
LLFDI: OFF DI was an abort
LLTRN: OFF Need initial link service message
LLFIM: OFF EOM in input buffer
LLFNA: OFF Block waiting for ACK to go
LLOPW: ON Link is open for write
LLOPI: ON Link is open for read
LLFNN: OFF Data message was thrown away
LLSDE: OFF LLB disassociated from process
LLINT: OFF This is an internal link
LLLNK: 1626 Local Link ID
LLFRK: 64 Owning fork
LLDRC: 0 Priority interrupt channel for data
LLPII: 0 Priority interrupt channel for interrupts
LLPIC: 0 Priority interrupt channel for CI
LLIIN: 0 Segment number for incoming LS/INT
LLHLK: 0 Link ID on foreign host
LLMSG: 0 Pointer to chain of raw messages
LLMSI: 0 Pointer to interrupt messages
LLBRP: OFF Back pressure on for transmit
LLBRL: OFF Back pressure on for receive
LLMFC: 0 No flow control
LLSWG: 0. Max segment size for message
LLMSM: 0. Max segments this link can have
LLBOM: ON Beginning of Message
LLPRT: 0 DTE number
LLFLI: OFF Direction is input
LLFLO: OFF Direction is output
LLIMS: OFF Input is message type
LLOPT: Optional data
LLDSN: 0 Next transmit segment number
LLISN: 0 Next LS/INT transmit segment #
LLIDN: 0 Next receive segment #
LLOMSG: 0 Address of ordered data queue
LLUCT: 0. Number of bytes in optional data
LLTSK: 2734 Local task name
LLHST: Remote host name
LLMIC: 0. Count of INT segs allowed to send
LLFDS: Remote descriptor
LLBPTR: 0 Byte pointer
LLBPCT: 0. Current byte count
LLBSZ: 10 Byte size at open
LLDRW: 0. Number of raw data messages
LLDMT: 0. # of all data messages on q
LLLSA: OFF Special flag for LS messages
LLLSC: 0. Count of link service buffers to request
LLRSN: 0. Disconnect reason
LLSEGQ: 0 Tail/Head of the sent queue
LLHSN: 0. Remote host number
LLRFK: 0 Reserved process ID
LLMQI: 8. Max input to queue for link
LLMQO: 8. Max output to queue for link
LLQUN: 0. Number of segments in queuer to resend
LLQOU: 0. Number of segs in queuer
LLTTA: OFF TTY is active on this link
LLTTY: 0 TTY associated with this link
LLINAC: 0. Inactivity time stamp
LLISR: OFF In LLSRVQ chain
LLPSR: 0 Previous LL block in LLSRVQ chain
LLLAK: 0 Last data segment ACKed
LLNSR: 0 Next LL block in LLSRVQ chain
LLTIMO: 7000. Current resend timeout value
LLSOB: 0. Object in CI from remote
LLDSC: 0 Address of descriptor block
LLUSR: User name
LLACT: Account block
LLPCT: 0. Count of bytes in the password
LLPSW: Password
LLUSGP: 101010743230 User,Group
$!If a logical link block number is given which doesn't exist
$! no output is provided:
$lldump 123456
$