htop for Snow Leopard

Comments

9 comments posted
Records show 0

I found why there's 0 if you run htop just by doble-clicking on it. you need to run it with elevated privileges.

run:

sudo htop
and enter root password

hope this helps

Posted by Polk (not verified) on Sun, 09/11/2011 - 09:45
doesnt work

mba13:htop-osx jasunto$ htop
htop(20592) malloc: *** error for object 0x100df0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap

Posted by Jay (not verified) on Sun, 04/17/2011 - 14:24
That's because you

That's because you accidentally built the 64-bit version.

Posted by Anonymous (not verified) on Sat, 10/08/2011 - 06:06
Which does not work?

The binary download on this page? Or an independent build off the source code?

Posted by Jeet Sukumaran on Sun, 04/17/2011 - 21:57
This worked, thanks!

Thanks for the checkout hint! This worked!

Best
Zeno

Posted by Zeno Davatz (not verified) on Sun, 02/20/2011 - 06:42
FYI

To those who are interested, the precompiled build provided on this website did not work for me. It successfully installed, but it was not properly monitoring processes (all values were 0s for the columns). However, with the instructions provided on this page in combination with those provided on http://geektechnica.com/2009/07/how-to-install-htop-on-osx/, I was able to get a working htop on my Snow Leopard. Here's what you need to do.

0. Install git if you don't already have it.
1. git clone git://github.com/AndyA/htop-osx.git
2. cd htop-osx (THIS STEP IS NOT EXPLICITLY STATE ABOVE)
3. git checkout -b osx origin/osx
4. export CFLAGS="-m32"
5. ./autogen.sh
6. ./configure
7. make
8. make install

Thank you for your help!!

Posted by Abbie (not verified) on Tue, 02/01/2011 - 16:19
Very nice. But ...

Thanks very much for this. I built it on Snow Leopard and it seems OK, except when I hit F6. Then it just crashes.

Posted by Anonymous (not verified) on Sun, 05/23/2010 - 15:57
git

git git://github.com/AndyA/htop-osx.git

makes no sense.

Posted by Anonymous (not verified) on Sun, 05/23/2010 - 15:50
should be "clone"

Sorry, missed the "clone" command. Fixed now.

Posted by Jeet Sukumaran on Mon, 05/24/2010 - 05:01

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a biological visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.