ps aux
Apple ps man page said:The biggest change is in the interpretation of the -u option, which now displays processes belonging to
the specified username(s). Thus, "ps -aux" will fail (unless you want to know about user "x"). As a
convenience, however, "ps aux" still works as it did in Tiger.
You might see if top exists on OS X. I don't recall and don't have an OS X system handy.
For disk io, you can use iostat.
Thats what I was going to say.
Try typing: top
MacPorts has it.Yea, I use 'top' all the time. I've found that htop for my Linux PC is really convenient though too. Anyone know if there is a Darwin version?
Thank you guys.
In fact, I am mainly interested in open file-descriptors for a given process. top does not give that, so neither ps...
Any trick ?
lsof | grep xxxx
Doh. Tops does indeed exist in OS X.
As it does in basically every other nix-based system![]()