microsoft / microsoft/Windows-Containers
Are throttle events logged?
Open
Nobody has claimed this yet.
enhancement
Logging & Tooling
- Dominant language
- PowerShell
- Stars
- 551
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
If i setup a container with limits on cpu count and memory:
C:\>docker inspect testcontainer --format "Name: {{.Name}} | CpuCount: {{.HostConfig.CpuCount}} | Memory: {{json .HostConfig.Memory}} | Isolation: {{.HostConfig.Isolation}}"
Name: /testcontainer| CpuCount: 4 | Memory: 4294967296 | Isolation: process
Are the throttle/kill/restart events logged anywhere?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the shown docker inspect command and its CPU and memory limit fields, then review the Windows Containers documentation and event or logging guidance. Determine whether throttle, kill, and restart events are logged and identify where each can be found; done means providing a maintainer-confirmed answer with those locations and conditions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops, observability
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100