strace is a useful little utility – installed by default on most Linux systems – which allows you to find out what a program is doing under the hood by tracing the system calls it's making.
Read more »Linux Server Troubleshooting With strace
http://www.linuxplanet.com –
- Login to post comments
Linux super-duper admin tools: Strace
http://www.dedoimedo.com –
Strace is a utility that can trace system calls. If you're wondering what system calls are, they are a translation mechanism that provides interface between a process and the operating system (kernel). These calls can be intercepted and read, allowing for a better understanding of what a process is trying to do at a given runtime.
Read more »
Created by vikash 14 years 35 weeks ago – Made popular 14 years 35 weeks ago
Category: High End Tags:
Category: High End Tags:
- Login to post comments