px
GNU R execute and control system processes
Install
- All systems
-
curl cmd.cat/px.sh
- Debian
-
apt-get install px
- Ubuntu
-
apt-get install px
- Kali Linux
-
apt-get install px
- Fedora
-
dnf install px
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install px
- Dockerfile
- dockerfile.run/px
r-cran-processx
GNU R execute and control system processes
Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes and their children; restart processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.
px
ps and top for human beings
px will, unlike ps: - Decode Python, Ruby, Node, bash and Java command lines and show you what is actually running. - Can filter processes by owner ("px root") - Can search for processes by command line ("px java", like "pgrep") - List processes in a helpful order ptop will, unlike top: - Decode Python, Ruby, Node, bash and Java command lines and show you what's actually running. - Has stable output by counting CPU time since ptop started - Visualize system load using a histogram rather than just presenting the three uptime numbers - Visualize system load in relation to the number of logical and physical cores in the system
r-cran-ps
GNU R list, query, manipulate system processes
This GNU R package provides functions to list, query and manipulate all system processes. This is an implementation of the Linux command ps for R.
R-processx
Portable tools to run system processes in the background. It can
check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes and their children; restart processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.
R-ps
List, Query, Manipulate System Processes
R-callr
It is sometimes useful to perform a computation in a separate R
process, without affecting the current R process at all. This packages does exactly