interface ProcessMetric
abstract var cpu: CPUUsage
abstract var memory: MemoryInfo
abstract var pid: Number
abstract var type: String