|
mk_finger
Roadmap and vision for mk-finger
The mk-finger tool doesn't exist right now. There's a file in Subversion history, but all it contains is some garbage. The idea is a tool that can trace a process from SHOW PROCESSLIST back to its origin. The general process for this is to connect to the originating machine and use netstat to find the process that owns the network connection. This can be used for things such as debugging sleeping connections. |