px
px copied to clipboard
ps, top and pstree for human beings
``` Exception in thread Poller: Traceback (most recent call last): File "/usr/local/Cellar/[email protected]/3.10.4/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/usr/local/Cellar/[email protected]/3.10.4/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "/usr/local/Cellar/px/3.0.0/libexec/lib/python3.10/site-packages/px/px_poller.py", line 114, in...
This seems to be Linux/Mac-only at the moment :( ``` yggdrasil@midgard ~ master $ pipx install --python python3.9 pxpx installed package pxpx 1.6.0, Python 3.9.6 These apps are now globally...
If you do `px 1234`, `px` should include in its output the list of deleted files being held open by this process, or at least a top-ten by size. Here's...
Assuming this path (with spaces in it) exists... ``` /Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar ``` ... then this command line... ``` /Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=53441:/Applications/IntelliJ IDEA CE.app/Contents/bin Main ``` ... should be...
I'm getting this in the launch counts pane (`sudo sudo udo` is not a thing): ``` kernel -> launchd -> fctupdate -> sudo sudo udo(1) -> cscmd(1) ``` Probably caused...
If you `exec()` a process outputting lots of stuff, and forget to empty its `stdout` pipe (or `stderr` if that's where the output is), the process will block. This tends...
Given this command... `/Users/johan/.vscode/extensions/ms-vscode.cpptools-0.26.3/bin/Microsoft.VSCode.CPP.Extension.darwin` ... we call it `darwin`. We should call it `Microsoft.VSCode.CPP.Extension.darwin` or something, and not just `darwin`, which is just confusing.
Repro: * Run `zsh` * Run install script * `px` Current result: * An error message about `px.pex` not being found Expected result: * `px` output
``` Others sharing this process' working directory (/proc/12841/task/12878/cwd (readlink: Permission denied)) Nobody else shares this working directory. ```
Just show a top 5 list of which binaries are the most common. On one system I had the same thing running 500 times, and that needs to be obvious....