rpc_pid {pbdRPC} | R Documentation |
Search or kill possible pid's of Remote Procedure Call
Description
Search or kill possible pid's that running remote procedure calls in background.
Usage
rpc_ps()
rpc_kill(pid)
Arguments
pid |
a vector containing proccess id's in interger. |
Details
rpc_ps()
prints possible pid's that running remote procedure
calls in background via one of
ssh
, plink
, plink.exe
, or cmd.exe
.
rpc_kill()
kill pid's.
Value
List or kill all possible pid's.
[Package pbdRPC version 0.2-1 Index]