Prism 6.0 Reference Manual

tnfdisable

Turns off the tracing activity associated with the specified TNF probe.

SYNTAX

tnfdisable [probes ...]| probe_group

DESCRIPTION

You control TNF probe tracing activity by switching the probes on or off. By default, probes start in the off state. Once turned on, the specified probes can be turned off using the tnfdisable command.

You can disable probes by:

For further information about creating TNF probes and groups, see the TNF_PROBE(3X) man page. For further information about the shell pattern matching format accepted by tnfdisable, see the fnmatch(5) man page.

EXAMPLES

To disable all MPI_Send* and MPI_Recv* probes:

(prism all) tnfdisable *Send* *Recv* 

To disable all probes:

(prism all) tnfdisable *