os_info

Contains information about the processes.

Service:NetWare Platform

Structure

  #include <monitor.h>
  
  struct os_info 
  {
     int        AbendedProcessCount;
     int        CurrentServerProcesses;
     uint32_t   reserved[62];
  };
  

Fields

AbendedProcessCount

Indicates the number of processes that have abnormally ended since the server started.

CurrentServerProcesses

Indicates the number of server processes currently running.

reserved

Reserved for future use.