8.111.4 Examples
Example 1:
Display the current number of emulated CPUs.
HHC00013I Herc command: 'numcpu'
HHC02203I numcpu : 2
Figure 211: NUMCPU command (display current number of emulated CPUs)
Example 2:
Set the number of emulated CPUs to 4 (increase from 2 currently).
HHC00013I Herc command: 'numcpu 4'
HHC00100I Thread id 0000080C, prio 0, name 'Processor CP02' started
HHC00811I Processor CP02: architecture mode 'S/370'
HHC00100I Thread id 00000CB4, prio 0, name 'Processor CP03' started
HHC00811I Processor CP03: architecture mode 'S/370'
HHC02204I numcpu set to 4
Figure 212: NUMCPU command (increase emulated CPUs)
Example 3:
Set the number of emulated CPUs to (reduce from 4 currently).
HHC00013I Herc command: 'numcpu 2'
HHC00101I Thread id 0000080C, prio 0, name 'Processor CP02' ended
HHC00101I Thread id 00000CB4, prio 0, name 'Processor CP03' ended
HHC02204I numcpu set to 2
Figure 213: NUMCPU command (reduce emulated CPUs)