57 output from an in-core buffer in the Solaris kernel.
58
59
60 EXAMPLES
61 Example 1 Extracting probes from a running kernel
62
63
64 Extract probes from the running kernel into ktrace.out:
65
66
67 example% tnfxtract ktrace.out
68
69
70
71 Example 2 Extracting probes from a kernel crash dump
72
73
74 Extract probes from a kernel crash dump into ktrace.out:
75
76
77 example% tnfxtract -d /var/crash/`uname -n`/vmcore.0 \
78 -n /var/crash/`uname -n`/unix.0 ktrace.out
79
80
81
82 EXIT STATUS
83 The following exit values are returned:
84
85 0
86 Successful completion.
87
88
89 >0
90 An error occurred.
91
92
93 SEE ALSO
94 prex(1), tnfdump(1), savecore(1M), tnf_kernel_probes(4), attributes(5)
95
96
97
98 August 19, 2003 TNFXTRACT(1)
|
57 output from an in-core buffer in the Solaris kernel.
58
59
60 EXAMPLES
61 Example 1 Extracting probes from a running kernel
62
63
64 Extract probes from the running kernel into ktrace.out:
65
66
67 example% tnfxtract ktrace.out
68
69
70
71 Example 2 Extracting probes from a kernel crash dump
72
73
74 Extract probes from a kernel crash dump into ktrace.out:
75
76
77 example% tnfxtract -d /var/crash/data/UUID/core.0 \
78 -n /var/crash/data/UUID/unix.0 ktrace.out
79
80
81
82 EXIT STATUS
83 The following exit values are returned:
84
85 0
86 Successful completion.
87
88
89 >0
90 An error occurred.
91
92
93 SEE ALSO
94 prex(1), tnfdump(1), savecore(1M), tnf_kernel_probes(4), attributes(5)
95
96
97
98 February 13, 2017 TNFXTRACT(1)
|