OS - strace (Interactions between processes and the Linux kernel)

About

wiki/strace monitor and tamper 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.





Discover More
Map Of Internet 1973
Network - Monitoring

Monitoring (ie reading performance metrics op interval) For traffic capturing, see raboof/nethogsnethogs. NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or...
Process States
OS - Process (Main Thread) / Program

OS A process is the first thread started (called the main thread). It's the only thread that is authorized to start a new threads. A process is a unit of resources, while a thread is a unit of: scheduling...
Card Puncher Data Processing
OS - System Call (Process OS communication)

System calls are the OS API that allows a process to communicate with the kernel of the operating system. System calls are the most traditional and most obvious interaction points between userspace and...
Card Puncher Data Processing
unixODBC - Diagnostic Tracing

To trace your application behavior, first add the following line to the odbcinst.ini file: The general form is: Then you start the trace with strace. For example: Example with isql Output: ENOENT:...



Share this page:
Follow us:
Task Runner