| /* |
| * HCS API |
| * |
| * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) |
| * |
| * API version: 2.1 |
| * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) |
| */ |
| |
| package hcsschema |
| |
| // Memory runtime statistics |
| type MemoryStats struct { |
| MemoryUsageCommitBytes uint64 `json:"MemoryUsageCommitBytes,omitempty"` |
| |
| MemoryUsageCommitPeakBytes uint64 `json:"MemoryUsageCommitPeakBytes,omitempty"` |
| |
| MemoryUsagePrivateWorkingSetBytes uint64 `json:"MemoryUsagePrivateWorkingSetBytes,omitempty"` |
| } |