Not wishing in particular to continue flogging this particular horse (all previous disclaimers regarding unoptimised releases, etc. applied) but I cannot see the difficulty in reproducing the outstanding kernel mode.
Just doing a simple DCL procedure mediated CC build of 102 modules and static linking these against SSL3 on each of the previously described X86 and Alpha platforms shows X86 kernel mode to be 6x that on Alpha and occupying half the CPU (close enough). Duration of build on X86 0 00:11:38.41 and on Alpha 0 00:13:54.13, so proportional to the VUPS.COM of their respective performance.
This simple build does not exercise the more diverse range of "NETWORK, SYSTEM SERVICE, APPLICATION ACTIVATION AND OTHER ASPECTS of system behaviour" claimed for the OWASP ZAP crawl which certainly could account for the +~20% kernel mode on top of the simple build.
Code: Select all
OpenVMS Monitor Utility
+-----+ TIME IN PROCESSOR MODES
| AVE | on node X86VMS
+-----+ 7-JUL-2023 09:29:03.41
0 25 50 75 100
+ - - - - + - - - - + - - - - + - - - - +
Interrupt State |
MP Synchronization |
Kernel Mode 48 |*******************
Executive Mode 4 |*
Supervisor Mode |
User Mode 48 |*******************
Compatibility Mode |
Idle Time 1 |
+ - - - - + - - - - + - - - - + - - - - +
OpenVMS Monitor Utility
+-----+ TIME IN PROCESSOR MODES
| AVE | on node KLAATU
+-----+ 7-JUL-2023 09:28:21.51
0 25 50 75 100
+ - - - - + - - - - + - - - - + - - - - +
Interrupt State |
MP Synchronization |
Kernel Mode 8 |**
Executive Mode 6 |**
Supervisor Mode |
User Mode 82 |********************************
Compatibility Mode |
Idle Time 4 |*
+ - - - - + - - - - + - - - - + - - - - +
Node: X86VMS OpenVMS Monitor Utility 7-JUL-2023 09:29:04
Statistic: AVERAGE SYSTEM STATISTICS
Process States
+ CPU Busy (98) -+ LEF: 3 LEFO: 0
|************************* | HIB: 20 HIBO: 0
CPU 0 |--------------------------| 100 COM: 1 COMO: 0
|********************** | PFW: 0 CUR: 1
+--------------------------+ MWAIT: 0 Other: 0
Cur Top: FTA9_SYSTEM (85) Total: 25
+ Page Fault Rate (968) -+ + Free List Size (808442) +
|*|************************| |******************** | 979K
MEMORY 0 |--------------------------| 500 0 |--------------------------|
|**************************| | | 98K
+--------------------------+ + Mod List Size (938) +
Cur Top: FTA9_SYSTEM (5427)
+ Direct I/O Rate (296) -+ + Buffered I/O Rate (218) -+
|*************** | |*********** |
I/O 0 |--------------------------| 500 0 |--------------------------| 500
|**************************| |************** |
+--------------------------+ |--------------------------+
Cur Top: FTA9_SYSTEM (1105) Cur Top: FTA9_SYSTEM (277)
Node: KLAATU OpenVMS Monitor Utility 7-JUL-2023 09:28:21
Statistic: AVERAGE SYSTEM STATISTICS
Process States
+ CPU Busy (98) -+ LEF: 10 LEFO: 0
|************************* | HIB: 18 HIBO: 0
CPU 0 |--------------------------| 100 COM: 1 COMO: 0
|************************ | PFW: 0 CUR: 1
+--------------------------+ MWAIT: 0 Other: 0
Cur Top: _FTA3: (96) Total: 30
+ Page Fault Rate (968) -+ + Free List Size (157881) +
||*************************| |******************** | 192K
MEMORY 0 |--------------------------| 500 0 |--------------------------|
|**************************| |*** | 19K
+--------------------------+ + Mod List Size (2667) +
Cur Top: _FTA3: (575)
+ Direct I/O Rate (84) -+ + Buffered I/O Rate (189) -+
|**** | |********* |
I/O 0 |--------------------------| 500 0 |--------------------------| 500
|**************************| |*************** |
|--------------------------+ +--------------------------+
Cur Top: _FTA3: (1011) Cur Top: _FTA3: (305)