'\" t
.\"     Title: probe::sunrpc.svc.destroy
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: November 2022
.\"    Manual: Networking Tapset
.\"    Source: SystemTap Tapset Reference
.\"  Language: English
.\"
.TH "PROBE::SUNRPC\&.SVC\" "3stap" "November 2022" "SystemTap Tapset Reference" "Networking Tapset"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
probe::sunrpc.svc.destroy \- Destroy an RPC service
.SH "SYNOPSIS"
.sp
.nf
sunrpc\&.svc\&.destroy 
.fi
.SH "VALUES"
.PP
\fIrpccnt\fR
.RS 4
the count of valid RPC requests
.RE
.PP
\fIrpcbadfmt\fR
.RS 4
the count of requests dropped for bad formats
.RE
.PP
\fIrpcbadauth\fR
.RS 4
the count of requests drooped for authentication failure
.RE
.PP
\fInettcpconn\fR
.RS 4
the count of accepted TCP connections
.RE
.PP
\fIsv_nrthreads\fR
.RS 4
the number of concurrent threads
.RE
.PP
\fIsv_progname\fR
.RS 4
the name of the program
.RE
.PP
\fInetcnt\fR
.RS 4
the count of received RPC requests
.RE
.PP
\fIsv_name\fR
.RS 4
the service name
.RE
.PP
\fIsv_prog\fR
.RS 4
the number of the program
.RE
.SH SEE ALSO\n 
.IR tapset::rpc (3stap)