Which statement is true about this command?

Examine the dtrace command: dtrace -P syscall

Which statement is true about this command?

Examine the dtrace command: dtrace -P syscall

Which statement is true about this command?

A.
it enables all probes available in thesyscallprovider, and produces output.

B.
it lists all probes available in thesyscallprovider

C.
it returns an error. The command isincomplete. You must specify a probe to enable.

D.
it enables all probes available in thesyscallprovider, and produces no output.

Explanation:
Reference:http://docs-oracle.com/cd/E19253-01/819-5488/abxwv/index.htmltExample 2-7, probes by provider)



Leave a Reply 6

Your email address will not be published. Required fields are marked *


rsm

rsm

I think B is a better answer:
The following is from the Oracle DTrace Documentation:
To list the probes that a specific provider publishes, use the following command:
# dtrace -l -P provider

Note: These questions are not current, and most are not on the exam. However these questions, (as any questions) are good for study.

RAPHAEL DAVID

RAPHAEL DAVID

I have the date updated to questions , who helps me answer the questions ? My email : [email protected]

rsm

rsm

I will help if I could. I would like to see more people become Oracle professionals. The more Oracle professionals there are, the more potential there will be for Oracle market share. More Oracle market share means more Oracle job opportunities. Oracle professionals are an extension of the Oracle Sales team. Microsoft professionals buy Microsoft products. Oracle professionals buy Oracle products, etc… Oracle should be helping more people become certified.

rsm

rsm

I apologize, but I cannot figure out what your post means.

Chu Ha Khanh

Chu Ha Khanh

A
-l -P to list
-P to enable ( and print output )