This website requires JavaScript.
Explore
Help
Sign in
DevFW-CICD
/
forgejo-runner-optimiser
Watch
20
Star
0
Fork
You've already forked forgejo-runner-optimiser
0
Code
Issues
Pull requests
Projects
Releases
3
Packages
Wiki
Activity
Actions
54269e8a0e
forgejo-runner-optimiser
/
go.mod
4 lines
79 B
Modula-2
Raw
Normal View
History
Unescape
Escape
chore: update module path to DevFW-CICD org Rename module from edp.buildth.ing/DevFW/forgejo-runner-resource-collector to edp.buildth.ing/DevFW-CICD/forgejo-runner-resource-collector
2026-02-04 14:25:50 +01:00
module
edp
.
buildth
.
ing
/
DevFW
-
CICD
/
forgejo
-
runner
-
resource
-
collector
feat: add resource collector for Forgejo runners Add Go application that collects CPU and RAM metrics from /proc filesystem: - Parse /proc/[pid]/stat for CPU usage (user/system time) - Parse /proc/[pid]/status for memory usage (RSS, VmSize, etc.) - Aggregate metrics across all processes - Output via structured logging (JSON/text) - Continuous collection with configurable interval Designed for monitoring pipeline runner resource utilization to enable dynamic runner sizing.
2026-02-04 14:13:24 +01:00
go
1.25
.
6
Reference in a new issue
Copy permalink