Entries are returned for all transports in the same protocol family as that used to contact the remote rpcbind. Display a table of statistics of rpcbind operations on the given host. The table shows statistics for each version of rpcbind versions 2, 3 and 4 , giving the number of times each procedure was requested and successfully serviced, the number and type of remote call requests that were made, and information about RPC address lookups that were handled.
This is useful for monitoring RPC activities on host. Use portnum as the port number for the -t and -u options instead of the port number given by rpcbind. Use of this option avoids a call to the remote rpcbind to find out the address of the service.
This option is made obsolete by the -a option. Probe rpcbind on host using version 2 of the rpcbind protocol, and display a list of all registered RPC programs. If host is not specified, it defaults to the local host.
This option is not useful for IPv6; use -s see below instead. Note that version 2 of the rpcbind protocol was previously known as the portmapper protocol. Display a concise list of all registered RPC programs on host. Make an RPC call to procedure 0 of prognum on the specified host using TCP, and report whether a response was received. This option is made obsolete by the -T option as shown in the third synopsis.
Make an RPC call to procedure 0 of prognum on the specified host using UDP, and report whether a response was received. To show all of the RPC services registered with rpcbind on the machine named klaxon use:. If you do not specify a node computer name, the program queries the port mapper on the local host. Requests a response from all network nodes that have the specified program and version registered with the port mapper.
You must specify both a program name or number and a version number. Uses the TCP transport protocol to call the specified program. You must specify both a node computer name and a program name.
If you do not specify a version, the program calls all versions. Uses the UDP transport protocol to call the specified program. This example shows how to gather information about a particular RPC service using a particular transport on a server. The first example checks the mountd service running over TCP.
Previous : pstack Next : snoop. This is a shortened synopsis for some of the options that you can use with the command: rpcinfo [ -m -s ] [ hostname ] rpcinfo [ -t -u ] [ hostname ] [ progname ] where -m displays a table of statistics of the rpcbind operations, -s displays a concise list of all registered RPC programs, -t displays the RPC programs that use TCP, -u displays the RPC programs that use UDP, hostname selects the host name of the server you need information from, and progname selects the RPC program to gather information about.
0コメント