Finding out what a program is doing on Linux often means remembering several ps options and piping the result through grep.
With px, it can be as simple as:
px does not try to replace ps, top, or htop. It focuses on one common daily task: finding a process quickly and getting useful information without memorizing complex options or using grep.
Project:
https://github.com/leahneukirchen/px
#ThursdayTips #Linux #Unix #CLI #OpenSource
With px, it can be as simple as:
./px -t cwm
PID USER %CPU VSZ RSS START ELAPSED CPUTIME COMMAND
15077 r1w1s1 0.0 64M 9.1M 10:16 5h33m 0:00 /usr/bin/cwm
px does not try to replace ps, top, or htop. It focuses on one common daily task: finding a process quickly and getting useful information without memorizing complex options or using grep.
px firefox
px -f "python app"
px 11690
px -t firefox
Project:
https://github.com/leahneukirchen/px
#ThursdayTips #Linux #Unix #CLI #OpenSource
Edited 34d ago