2020-10-06
Note
- syscall - The Go Programming Language
- https://golang.org/pkg/syscall/#Errno
- syscall で帰ってくる Errno の GoDoc
- Man page of WAIT
- https://linuxjm.osdn.jp/html/LDP_man-pages/man2/waitpid.2.html
- wait() syscall の man
- 7-4. ネットワークサービスは必ずforkしよう
- https://www.ipa.go.jp/security/awareness/vendor/programmingv1/b07_04_main.html
- ゾンビと wait() syscall の話が書いてある
- Go 1.14でシステムコールがEINTRエラーを返すようになった - Plan 9とGo言語のブログ
- [CNDT2020]Linux Observability with BPF Performance Tools - Speaker Deck
- https://speakerdeck.com/govargo/cndt2020-linux-observability-with-bpf-performance-tools
- 便利そう OOM のとか割とすぐつかいたい