-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: jay-mckay/cgroups
base: v3.0.3
head repository: jay-mckay/cgroups
compare: main
- 11 commits
- 8 files changed
- 7 contributors
Commits on Nov 19, 2024
-
fix: use the specified go version in lint jobs
Signed-off-by: Alberto Barba <alberto.barba@sysdig.com>
Configuration menu - View commit details
-
Copy full SHA for 6338d30 - Browse repository at this point
Copy the full SHA 6338d30View commit details -
Merge pull request containerd#352 from AlbertoBarba/fix/ci-lint
fix: use the specified go version in lint jobs
Configuration menu - View commit details
-
Copy full SHA for d98c3a5 - Browse repository at this point
Copy the full SHA d98c3a5View commit details
Commits on Nov 20, 2024
-
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 1186f06 - Browse repository at this point
Copy the full SHA 1186f06View commit details -
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for aa02188 - Browse repository at this point
Copy the full SHA aa02188View commit details
Commits on Nov 21, 2024
-
Merge pull request containerd#353 from AkihiroSuda/go-mod
go.mod: bump up
Configuration menu - View commit details
-
Copy full SHA for 082af38 - Browse repository at this point
Copy the full SHA 082af38View commit details
Commits on Nov 27, 2024
-
add InotifyInit err to custom err message
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05bb490 - Browse repository at this point
Copy the full SHA 05bb490View commit details
Commits on Nov 28, 2024
-
Merge pull request containerd#355 from akhilerm/return-error-from-ino…
…tify add InotifyInit err to custom err message
Configuration menu - View commit details
-
Copy full SHA for d4e976d - Browse repository at this point
Copy the full SHA d4e976dView commit details
Commits on Dec 10, 2024
-
cgroup2: Manager.Delete: handle both "threaded" and "domain threaded"
commit 6f5001d added special handling for threaded cgroup types. A later contribution added detection for "domain threaded" as known type, but did not update the handling to detect this type. From the original PR; > Reading cgroup.procs seems to return ENOTSUPP when threaded, so check > the type of the cg when going to delete and read the relevant file. An alternative could be to check both variants unconditionally, and to error if either Manager.Threads or Manager.Procs is non-zero. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 2236eb0 - Browse repository at this point
Copy the full SHA 2236eb0View commit details
Commits on Dec 17, 2024
-
Merge pull request containerd#358 from thaJeztah/handle_domain_threaded
cgroup2: Manager.Delete: handle both "threaded" and "domain threaded"
Configuration menu - View commit details
-
Copy full SHA for bce3c7e - Browse repository at this point
Copy the full SHA bce3c7eView commit details
Commits on Feb 3, 2025
-
Read cpu.stat rega 977B rdless if controller enabled.
The unified hierarchy provides the cpu.stat file for every cgroup, regardless if the CPU controller is enabled (in fact, setting the systemd property CPUAccounting=True does not enable this controller because of this fact). It provides the usage_usec, user_usec, and system_usec by default. Instead of reading the stat for each enabled controller (CPU and memory), just attempt to read them each time the Stat() function is called. Attempting to read the memory.stat file even if memory accounting is not enabled seems insignificant (some other files always have a read attempt, such as memory.current), and eliminates finding and looping over enabled controllers. Resolves: containerd#347 Signed-off-by: Jackson McKay <jackjaymckay@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f27d233 - Browse repository at this point
Copy the full SHA f27d233View commit details
Commits on Mar 11, 2025
-
cgroups2/Stats: split out reading cpu, memory, memory events (#1)
As outlined in the PR, usage_usec, user_usec, and system_use may always exist, but in situations where the files parsed do not exist, we shouldn't have to try to assign values (which would always be 0). Split out parsing of these to separate functions, so make this more transparent. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 40b4a5f - Browse repository at this point
Copy the full SHA 40b4a5fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.3...main