Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.06 KB

strace.md

File metadata and controls

15 lines (8 loc) · 1.06 KB

Back to catalogue

strace is a diagnostic, debugging and instructional userspace utility with a traditional command-line interface for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

strace is one of the longest running free software projects and started even before Linux started.

strace is an important tool for debugging and tracing deployed on most Linux distributions with a small community of active contributors.

Application Instructions

  • Twitter: Please read the "General Proposal Requirements" section in the ideas page. The primary way to contact the strace community is through the mailing list. Please discuss your application on this list.