processor_stats.go 502 B

1234567891011121314151617181920
  1. /*
  2. * HCS API
  3. *
  4. * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
  5. *
  6. * API version: 2.1
  7. * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
  8. */
  9. package hcsschema
  10. // CPU runtime statistics
  11. type ProcessorStats struct {
  12. TotalRuntime100ns int32 `json:"TotalRuntime100ns,omitempty"`
  13. RuntimeUser100ns int32 `json:"RuntimeUser100ns,omitempty"`
  14. RuntimeKernel100ns int32 `json:"RuntimeKernel100ns,omitempty"`
  15. }