strace
Yay, more server admin fun! Here’s a useful *nix command that will let you determine what system calls a program uses… For example, I wanted to double check that libevent calls within memcached were using epoll() and select() or poll() calls (epoll scales better) on my SuSE Linux machines…
server:~ # […]
I'm a boy... from San Diego, CA (USA). And I don't really have a whole lot else to say about myself.