Searched defs:statsArg (Results 1 – 1 of 1) sorted by relevance
97 type statsArg struct { struct98 UserTime uint32 `json:"user_time"`99 SystemTime uint32 `json:"system_time_ms"`100 MaxRssKB uint64 `json:"max_rss_kb"`101 MinorPageFaults uint64 `json:"minor_page_faults"`102 MajorPageFaults uint64 `json:"major_page_faults"`103 IOInputKB uint64 `json:"io_input_kb"`104 IOOutputKB uint64 `json:"io_output_kb"`105 VoluntaryContextSwitches uint64 `json:"voluntary_context_switches"`106 InvoluntaryContextSwitches uint64 `json:"involuntary_context_switches"`