1Z0-105 Web TestEngine demo

Exit VCEDump 1Z0-105 Oracle Linux 6 Advanced System Administration
Question 19 of 26
0% complete
Q19 Single choice

Examine the D scrypt:

syscall::read:entry,
syscall::write:entry
/pid == $1/
{
ts[probefunc] = timestamp;
}
syscall::read:return,
syscall::write:return
/pid == $1 && ts[probefunc] != 0/
{
printf("%d nsecs", timestamp ?ts[probefunc]);
}

Which statement is true about this script?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in