HP OpenVMS Systemsask the wizard | 
	
 The Question is: how can I find out the cpu speed from a booted system? The Answer is : 
 
  There are various means to acquire this information, with one
  of the simplest including:
 
    $ ANALYZE/SYSTEM
    CLUE CONFIG
 
  If you were seeking a means to acquire this from within an OpenVMS
  application program, this would likely entail access to the OpenVMS
  system (kernel-mode) HWRPB data structures.
 
 
 
  |