Constructors

  • Parameters

    • reportVersion: number
    • event: string
    • trigger: string
    • filename: string
    • dumpEventTime: string
    • dumpEventTimeStamp: string
    • processId: number
    • threadId: number
    • cwd: string
    • commandLine: string[]
    • nodejsVersion: string
    • glibcVersionRuntime: string
    • glibcVersionCompiler: string
    • wordSize: string
    • arch: string
    • platform: string
    • componentVersions: {
          [key: string]: string;
      }
      • [key: string]: string
    • release: {
          name: string;
      }
      • name: string
    • osName: string
    • osRelease: string
    • osVersion: string
    • osMachine: string
    • cpus: CPU[]
    • networkInterfaces: NetworkInterface[]
    • host: string

    Returns Header

Properties

arch: string
commandLine: string[]
componentVersions: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
cpus: CPU[]
cwd: string
dumpEventTime: string
dumpEventTimeStamp: string
event: string
filename: string
glibcVersionCompiler: string
glibcVersionRuntime: string
host: string
networkInterfaces: NetworkInterface[]
nodejsVersion: string
osMachine: string
osName: string
osRelease: string
osVersion: string
platform: string
processId: number
release: {
    name: string;
}

Type declaration

  • name: string
reportVersion: number
threadId: number
trigger: string
wordSize: string