|
NAMEtopsysproc - top syscalls by process name. Uses DTrace. SYNOPSIStopsysproc [-Cs] [interval [count]] DESCRIPTIONThis program continually prints a report of the number of system calls by process name, and refreshes the display every 1 second or as specified at the command line. Similar data can be fetched with "prstat -m". Since this uses DTrace, only the root user or users with the dtrace_kernel privilege can run this command. OSSolaris STABILITYunstable - uses the hp_avenrun kernel symbol. EXAMPLES
NOTESThere may be several PIDs with the same process name. DOCUMENTATIONSee the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with verbose descriptions explaining the output. EXITtopsysproc will run until Ctrl-C is hit. AUTHORBrendan Gregg [Sydney, Australia] SEE ALSOdtrace(1M), prstat(1M)
|