Docker API: docker run - ContainerCreate docker start - ContainerStart docker stop - ContainerStop
task - smallest unit work in an orchestration system task - container ( 1-1 relationship)
-
Pattern matching and support for router params in go 1.22: https://go.dev/blog/routing-enhancements https://github.com/benhoyt/go-routing/blob/master/stdlib/route.go Different approaches to HTTP Routing in go - article
-
Linux
/proc
filesystem: a pseudo filesystem containing info about system cpu, memory and disk resources. https://www.kernel.org/doc/html/latest/filesystems/proc.html#chapter-1-collecting-system-information https://tldp.org/LDP/sag/html/proc-fs.html
Accurate calculation of CPU usage given in percentage in Linux