8.162 SIZEOF (Display size of structures)

8.162.1 Function

The SIZEOF command shows the size of various Hercules internal structures.

8.162.2 Syntax

Descriptive

Diagram

¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ

8.162.3 Parameter

None.

8.162.4 Examples

Example 1:

Display the size of internal structures.

HHC00013I Herc command: 'sizeof'

HHC02257I (unsigned short) .. 2

HHC02257I (void *) .......... 4

HHC02257I (unsigned int) .... 4

HHC02257I (long) ............ 4

HHC02257I (long long) ....... 8

.

several lines not displayed

.

HHC02257I REGS (copy len) ... 1584

HHC02257I PSW ............... 40

HHC02257I DEVBLK ............ 3096

HHC02257I TLB entry ......... 36

HHC02257I TLB table ......... 36864

HHC02257I CPU_BITMAP ........ 4

HHC02257I STFL_BYTESIZE ..... 10

Figure 295: SIZEOF command

8.163 SRVPRIO (Display or set server threads process priority)

8.163.1 Function

The SRVPRIO command is used to change the priority of the server threads. See section

5.82 for details
on process and thread priorities. Given without an argument the SRVPRIO command displays the current
server threads process priority.

Caution: SRVPRIO should not have a higher dispatching priority than the TOD clock and timer thread.

8.163.2 Syntax

Descriptive

[nn]

Diagram

Êʬ¬¬ ¬¬¬§¬¬¬¬¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ



nn

8.163.3 Parameter

nn

This value specifies the process priority for the server threads. For details on the
priority values see section

5.82 (“Process and Thread Priorities”).

8.163.4 Examples

Example 1:

Set the server threads process priority to 0.

HHC00013I Herc command: 'srvprio 0'

HHC02204I srvprio set to 0

Figure 296: SRVPRIO command

Previous Page Next Page