|
You are here |
debugging.works | ||
| | | | |
blog.dornea.nu
|
|
| | | | | ||
| | | | |
sergioprado.blog
|
|
| | | | | Tracing is a useful technique to find bugs in software, and ftrace is the tracing framework built into the Linux kernel. | |
| | | | |
aivarsk.com
|
|
| | | | | I have built several scripts for monitoring Oracle Tuxedo over the years. Most relied on the tmtrace and tputrace(3c) features provided by Tuxedo itself. I also tried to collect statistics on the IPC queues using standard system calls and tools. But all these years I have been thinking about how to measure the time a message spends in a queue. Messages in IPC queues are just an array of bytes, there is no field I could use to store that information. IPC queues were not created with observability in mind. | |
| | | | |
captnemo.in
|
|
| | | |||