probe_flags (ULONG)

      Indicates what type of system information is needed and where to keep the information that is collected. If PSTAT or Process Environment are requested, FFST will create a dump file and will keep this information in the dump file. The user can specify a combination of these flags. As an example, if it is desired to capture both PSTAT and Process Environment information, then the value specified will be 3.

      If the user sets any of the probe flags listed below, FFST will create an FFST dump file where the information will be stored. The exceptions are Process Dump (PROCESS_DUMP_FLAG) and System Trace (CAPTURE_TRACE). These processes will have their own files that FFST will maintain. Trace information will be automatically generated for severity 1, 2, and 3 probes. For severity 4, 5 and 6 probes, trace will not be collected.

      PSTAT_FLAG

        (0x01) Capture PSTAT information.
      PROC_ENV_FLAG
        (0x02) Capture process environment information.


      [Back: FFSTPARMS Field - pMsgInsData]
      [Next: FFSTPARMS Field - pDumpUserData]