Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tapset::rpc(3stap) [centos man page]

tapset::rpc(3stap)														tapset::rpc(3stap)

NAME
tapset::rpc - systemtap rpc tapset DESCRIPTION
sunrpc.clnt.create_client Create an RPC client See probe::sunrpc.clnt.create_client(3stap) for details. sunrpc.clnt.clone_client Clone an RPC client structure See probe::sunrpc.clnt.clone_client(3stap) for details. sunrpc.clnt.shutdown_client Shutdown an RPC client See probe::sunrpc.clnt.shutdown_client(3stap) for details. sunrpc.clnt.bind_new_program Bind a new RPC program to an existing client See probe::sunrpc.clnt.bind_new_program(3stap) for details. sunrpc.clnt.call_sync Make a synchronous RPC call See probe::sunrpc.clnt.call_sync(3stap) for details. sunrpc.clnt.call_async Make an asynchronous RPC call See probe::sunrpc.clnt.call_async(3stap) for details. sunrpc.clnt.restart_call Restart an asynchronous RPC call See probe::sunrpc.clnt.restart_call(3stap) for details. sunrpc.svc.register Register an RPC service with the local portmapper See probe::sunrpc.svc.register(3stap) for details. sunrpc.svc.create Create an RPC service See probe::sunrpc.svc.create(3stap) for details. sunrpc.svc.destroy Destroy an RPC service See probe::sunrpc.svc.destroy(3stap) for details. sunrpc.svc.process Process an RPC request See probe::sunrpc.svc.process(3stap) for details. sunrpc.svc.authorise An RPC request is to be authorised See probe::sunrpc.svc.authorise(3stap) for details. sunrpc.svc.recv Listen for the next RPC request on any socket See probe::sunrpc.svc.recv(3stap) for details. sunrpc.svc.send Return reply to RPC client See probe::sunrpc.svc.send(3stap) for details. sunrpc.svc.drop Drop RPC request See probe::sunrpc.svc.drop(3stap) for details. sunrpc.sched.new_task Create new task for the specified client See probe::sunrpc.sched.new_task(3stap) for details. sunrpc.sched.release_task Release all resources associated with a task See probe::sunrpc.sched.release_task(3stap) for details. sunrpc.sched.execute Execute the RPC `scheduler' See probe::sunrpc.sched.execute(3stap) for details. sunrpc.sched.delay Delay an RPC task See probe::sunrpc.sched.delay(3stap) for details. SEE ALSO
probe::sunrpc.clnt.create_client(3stap), probe::sunrpc.clnt.clone_client(3stap), probe::sunrpc.clnt.shutdown_client(3stap), probe::sunrpc.clnt.bind_new_program(3stap), probe::sunrpc.clnt.call_sync(3stap), probe::sunrpc.clnt.call_async(3stap), probe::sunrpc.clnt.restart_call(3stap), probe::sunrpc.svc.register(3stap), probe::sunrpc.svc.create(3stap), probe::sunrpc.svc.destroy(3stap), probe::sunrpc.svc.process(3stap), probe::sunrpc.svc.authorise(3stap), probe::sunrpc.svc.recv(3stap), probe::sunrpc.svc.send(3stap), probe::sunrpc.svc.drop(3stap), probe::sunrpc.sched.new_task(3stap), probe::sunrpc.sched.release_task(3stap), probe::sunrpc.sched.execute(3stap), probe::sunrpc.sched.delay(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::rpc(3stap)

Check Out this Related Man Page

tapset::nfs_proc(3stap) 												   tapset::nfs_proc(3stap)

NAME
tapset::nfs_proc - systemtap nfs_proc tapset DESCRIPTION
nfs.proc.lookup NFS client opens/searches a file on server See probe::nfs.proc.lookup(3stap) for details. nfs.proc.read NFS client synchronously reads file from server See probe::nfs.proc.read(3stap) for details. nfs.proc.write NFS client synchronously writes file to server See probe::nfs.proc.write(3stap) for details. nfs.proc.commit NFS client committing data on server See probe::nfs.proc.commit(3stap) for details. nfs.proc.read_setup NFS client setting up a read RPC task See probe::nfs.proc.read_setup(3stap) for details. nfs.proc.read_done NFS client response to a read RPC task See probe::nfs.proc.read_done(3stap) for details. nfs.proc.write_setup NFS client setting up a write RPC task See probe::nfs.proc.write_setup(3stap) for details. nfs.proc.write_done NFS client response to a write RPC task See probe::nfs.proc.write_done(3stap) for details. nfs.proc.commit_setup NFS client setting up a commit RPC task See probe::nfs.proc.commit_setup(3stap) for details. nfs.proc.commit_done NFS client response to a commit RPC task See probe::nfs.proc.commit_done(3stap) for details. nfs.proc.open NFS client allocates file read/write context information See probe::nfs.proc.open(3stap) for details. nfs.proc.release NFS client releases file read/write context information See probe::nfs.proc.release(3stap) for details. nfs.proc.handle_exception NFS client handling an NFSv4 exception See probe::nfs.proc.handle_exception(3stap) for details. nfs.proc.create NFS client creating file on server See probe::nfs.proc.create(3stap) for details. nfs.proc.remove NFS client removes a file on server See probe::nfs.proc.remove(3stap) for details. nfs.proc.rename NFS client renames a file on server See probe::nfs.proc.rename(3stap) for details. SEE ALSO
probe::nfs.proc.lookup(3stap), probe::nfs.proc.read(3stap), probe::nfs.proc.write(3stap), probe::nfs.proc.commit(3stap), probe::nfs.proc.read_setup(3stap), probe::nfs.proc.read_done(3stap), probe::nfs.proc.write_setup(3stap), probe::nfs.proc.write_done(3stap), probe::nfs.proc.commit_setup(3stap), probe::nfs.proc.commit_done(3stap), probe::nfs.proc.open(3stap), probe::nfs.proc.release(3stap), probe::nfs.proc.handle_exception(3stap), probe::nfs.proc.create(3stap), probe::nfs.proc.remove(3stap), probe::nfs.proc.rename(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::nfs_proc(3stap)
Man Page