Link to home
Start Free TrialLog in
Avatar of xiajh
xiajh

asked on

How to collect system call?

How to collect system call sequences
in UNIX or LINUX system?
Avatar of xiajh
xiajh

ASKER

I need the system call data
as a record file.
Avatar of ozo
What do you want to collect?
If you want the stdout, you can say
$result = `call`;
In solaris use truss -o <output_file> <command or process id>
ASKER CERTIFIED SOLUTION
Avatar of jhu
jhu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial