Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace HostGpuConfiguration

GPU configuration metrics

Properties

busId

busId: string

Bus Identifier

busWidth

busWidth: number

Bus Width Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

cudaVersion

cudaVersion: string

CUDA library version

driverVersion

driverVersion: string

GPU Driver version

Optional gpuCapabilities

gpuCapabilities: undefined | string

GPU Capabilities

gpuId

gpuId: number

GPU Identifier Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const metricName

metricName: string = "HOST_GPU_CONFIGURATION"

productName

productName: string

GPU Product Name

timeCollected

timeCollected: Date

Collection timestamp Example: {@code "2020-05-06T00:00:00.000Z"}

totalGraphicsClockSpeed

totalGraphicsClockSpeed: number

Max Graphics Clock Speed Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalMemory

totalMemory: number

Total Memory Allocated to GPU Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalMemoryClockSpeed

totalMemoryClockSpeed: number

Max Memory Clock Speed Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalPower

totalPower: number

Power Capacity Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalSmClockSpeed

totalSmClockSpeed: number

Max SM (Streaming Multiprocessor) Clock Speed Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalVideoClockSpeed

totalVideoClockSpeed: number

Max Video Clock Speed Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

vendor

vendor: string

GPU Vendor

Methods

getDeserializedJsonObj

getJsonObj