freebsd-ports/devel/p5-Sys-Trace/pkg-descr
Wen Heping 8cd2a0c566 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/

PR:		ports/148395
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-07-09 03:47:44 +00:00

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/