px

 3 likes

px tells you what processes are running on your system and how they are interconnected.

px screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Linux
  • BSD
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Performance Monitoring
  2.  Console-based

 Tags

  • process-list
  • process-viewer

px News & Activities

Highlights All activities

Recent activities

  • POX added px as alternative to appstat
    about 2 months ago
  • MacDefender liked px
    12 months ago
Show all activities

px information

  • Developed by

    Johan Walles
  • Licensing

    Open Source and Free product.
  • Alternatives

    18 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

Our users have written 0 comments and reviews about px, and it has gotten 3 likes

px was added to AlternativeTo by walles on Mar 23, 2016 and this page was last updated Aug 24, 2018.
No comments or reviews, maybe you want to be first?
Post comment/review

What is px?

px tells you what processes are running on your system and how they are interconnected.

To install, copy / paste this command line in a terminal: curl -Ls https://github.com/walles/px/raw/python/install.sh | bash

It replaces:

  • ps, but with sensible defaults. If you just do "px" you'll get a ps-like output but with the most interesting processes last.
  • pgrep. Running "px root" lists only root's processes, running "px java" lists only java processes.
  • pstree. Running "px 1234" shows PID 1234 in a tree, plus other information about that process. What other processes does it have pipes open to for example?
  • top. Running "px --top" or invoking px as "ptop" will get you a top-like display.