License help audit report

The command line interface has an optional switch that produces the license audit report.

This report contains these sections:

  • Core Count (logical):

    Reports the number of CPU cores that are available on the server. For example:

    In Windows:

    wmic cpu get NumberOfCores, NumberOfLogicalProcessors/Format:List
    
    

    In Linux:

    Linux: grep -c ^processor /proc/cpuinfo
    
  • Modules that are used in NetConfigs across sites:

    Summary report on the number of modules that are used in NetConfigs across sites in the root. For example:

    15 threads using secure TCP/IP encapsulated
    7 threads using Java Driver
    8 threads using Web Services Adapter
    65 threads using non-secure TCP/IP encapsulated
    10 threads using secure fileset/FTP
    22 threads using non-secure fileset/FTP
  • Courier Count that is used:

    Count of the number of courier configurations.

    For example:

    ls -l */*.cfg.public | wc -l