.\" Copyright (c) 2000 - 2003 Kungliga Tekniska Högskolan .\" (Royal Institute of Technology, Stockholm, Sweden). .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" 3. Neither the name of the Institute nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" $arla: rxdebug.1,v 1.3 2003/04/01 14:08:19 lha Exp $ .\" .\" $arla: rxdebug.1,v 1.3 2003/04/01 14:08:19 lha Exp $ .Dd April 1, 2003 .Dt RXDEBUG 1 .Nm rxdebug .Os "The Arla Project" .Sh NAME .Nm rxdebug .Nd a tool to diagnose problems with rx. .Sh SYNOPSIS .Nm .Op Fl port Ar port .Op Fl nodally .Op Fl allconnection .Op Fl rxstats .Op Fl onlyserver .Op Fl onlyclient .Op Fl onlyport Ar port .Op Fl onlyhost Ar host .Op Fl onlyauth Ar authlevel .Op Fl version .Op Fl noconns .Fl servers Ar servers ... .Sh DESCRIPTION Supported options: .Bl -tag -width Ds .It Fl port Ar port what port should be used to talk the rx implemetation .It Fl nodally don't show dally connections. .It Fl allconnection show all connection. .It Fl rxstats show statistics about rx performance, loss of packets, etc .It Fl onlyserver show only server connections .It Fl onlyclient show only client connections .It Fl onlyport Ar port only display the connection that use .Ar port . .It Fl onlyhost Ar host only display the connection from .Ar host . .It Fl onlyauth Ar authlevel only display connection with auth level .Ar authlevel .It Fl version display version of the remote implementation. .Nm .It Fl noconns do not show any connection. .It servers ... list of the servers to talk to. .El .Sh DIAGNOSTICS .Nm is used to diagnose a rx-implementation, what version the AFS-client are running, why rx misbehaves, or if there are performance problems. .Pp .Sh EXAMPLES .Bd -literal datan# rxdebug -servers localhost -port 4711 -status -noconn Trying 127.0.0.1 (port 4711): Free packets: 65, packet reclaims: 0, calls: 28, used FDs: 6 not waiting for packets. 0 calls waiting for a thread Done. data# rxdebug -servers localhost -port 4711 -version Trying 127.0.0.1 (port 4711): AFS version: arla-0.34.1 .Ed .Sh SEE ALSO .Xr arlad 8