SolarWinds Information Service v3.0 Schema Documentation

Index

Orion.APM.ProcessEvidenceChart

Base type: System.StatisticsEntity

Summary: This entity presents process evidence statistics. Used in charts.

Properties

Name Type Notes
TimeStamp System.DateTime The date of poll.
ComponentID System.Int64 The unique integer representation of parent component.
ComponentStatusID System.Int64 The unique integer representation of parent component status.
MinPercentCPU System.Double The integer value that contains minimum CPU usage for process in percent.
MaxPercentCPU System.Double The integer value that contains maximum CPU usage for process in percent.
AvgPercentCPU System.Double The integer value that contains average CPU usage for process in percent.
MinPercentMemory System.Double The integer value that contains minimum memory usage for process in percent.
MaxPercentMemory System.Double The integer value that contains maximum memory usage for process in percent.
AvgPercentMemory System.Double The integer value that contains average memory usage for process in percent.
MinMemoryUsed System.Int64 The long value that contains minimum memory usage for process.
MaxMemoryUsed System.Int64 The long value that contains maximum memory usage for process.
AvgMemoryUsed System.Int64 The long value that contains average memory usage for process.
MinPercentVirtualMemory System.Double The integer value that contains minimum virtual memory usage for process in percent.
MaxPercentVirtualMemory System.Double The integer value that contains maximum virtual memory usage for process in percent.
AvgPercentVirtualMemory System.Double The integer value that contains average virtual memory usage for process in percent.
MinVirtualMemoryUsed System.Int64 The long value that contains minimum virtual memory usage for process.
MaxVirtualMemoryUsed System.Int64 The long value that contains maximum virtual memory usage for process.
AvgVirtualMemoryUsed System.Int64 The long value that contains average virtual memory usage for process.
MinInstanceCount System.Int32 The integer value that contains minimum instances count for process.
MaxInstanceCount System.Int32 The integer value that contains maximum instances count for process.
AvgInstanceCount System.Int32 The integer value that contains average instances count for process.
MinIOReadOperationsPerSec System.Double The integer value that contains minimum IO read operations per second for process.
MaxIOReadOperationsPerSec System.Double The integer value that contains maximum IO read operations per second for process.
AvgIOReadOperationsPerSec System.Double The integer value that contains average IO read operations per second for process.
MinIOWriteOperationsPerSec System.Double The integer value that contains minimum IO write operations per second for process.
MaxIOWriteOperationsPerSec System.Double The integer value that contains maximum IO write operations per second for process.
AvgIOWriteOperationsPerSec System.Double The integer value that contains average IO write operations per second for process.
ObservationTimestamp System.DateTime
ObservationFrequency System.DateTime
Weight System.Double Default='1.0'.
DisplayName System.String
Description System.String
InstanceType System.Type
Uri System.String
InstanceSiteId System.Int32 Default='0'.
Component Orion.APM.Component Defined by relationship Orion.APM.ComponentHostsProcessEvidenceChart (System.Hosting)