1 2 3 4 5 6 7 8 9 10 11
@0x9811c28d858a5aa4; struct MonitoringFrames { frames @0 :List(Frame); } struct Frame { timestamp @0 :UInt64; cpuUsage @1 :List(UInt8); memUsage @2 :UInt8; }