8cd2a0c566
and see the system calls it makes. This can be useful during testing as a way to ensure a particular file is actually opened, or another hard to test interaction actually occurs. Currently supported tracing mechanisms are ktrace, strace and truss. WWW: http://search.cpan.org/dist/Sys-Trace/ PR: ports/148395 Submitted by: Ju Pengfei <jupengfei@gmail.com>
9 lines
364 B
Text
9 lines
364 B
Text
Sys::Trace provides a way to programmatically run or trace a program
|
|
and see the system calls it makes.
|
|
|
|
This can be useful during testing as a way to ensure a particular file
|
|
is actually opened, or another hard to test interaction actually occurs.
|
|
|
|
Currently supported tracing mechanisms are ktrace, strace and truss.
|
|
|
|
WWW: http://search.cpan.org/dist/Sys-Trace/
|