linux - top -H option in Macosx -


Unix / Linux has the -H option to give more information about the thread within a process near the top command. There is no H-H option on Macaux! Is MacOSx something similar to?

I think there is no such or similar option on top for OS X, But you can try htop that displays the thread to a certain extent htop -h

Although OS X does not have HOP binary, you can make it from source and install it (for example, according to this guide)

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -