<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[htop - themainframe.ca]]></title><description><![CDATA[Technology, Culture, and Opinion]]></description><link>http://themainframe.ca/</link><image><url>http://themainframe.ca/favicon.png</url><title>htop - themainframe.ca</title><link>http://themainframe.ca/</link></image><generator>Ghost 3.41</generator><lastBuildDate>Fri, 17 Apr 2026 01:44:01 GMT</lastBuildDate><atom:link href="http://themainframe.ca/tag/htop/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Install HTOP on Mac OS X with Homebrew]]></title><description><![CDATA[<!--kg-card-begin: markdown--><p>If you’re a nerd like me, you love htop. It’s the nicer version of the usual ‘top’ command.</p>
<p>Who doesn’t love this kind of thing running on their computer?</p>
<p></p>
<p><a href="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.12.15-PM.png"><img src="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.12.15-PM-500x362.png" alt="Screen Shot 2015-10-03 at 4.12.15 PM"></a></p>
<p></p>
<p>A long time ago, the only way to install htop was to compile it from source yourself, or</p>]]></description><link>http://themainframe.ca/install-htop-on-mac-os-x-with-homebrew/</link><guid isPermaLink="false">5a0f621ed646822baa212342</guid><category><![CDATA[home-brew]]></category><category><![CDATA[homebrew]]></category><category><![CDATA[htop]]></category><category><![CDATA[install htop]]></category><category><![CDATA[mac os x]]></category><dc:creator><![CDATA[miguel]]></dc:creator><pubDate>Sat, 03 Oct 2015 14:33:00 GMT</pubDate><media:content url="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.12.15-PM.png" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><img src="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.12.15-PM.png" alt="Install HTOP on Mac OS X with Homebrew"><p>If you’re a nerd like me, you love htop. It’s the nicer version of the usual ‘top’ command.</p>
<p>Who doesn’t love this kind of thing running on their computer?</p>
<p></p>
<p><a href="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.12.15-PM.png"><img src="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.12.15-PM-500x362.png" alt="Install HTOP on Mac OS X with Homebrew"></a></p>
<p></p>
<p>A long time ago, the only way to install htop was to compile it from source yourself, or worse, copy a binary that someone else compiled.</p>
<p>Well, there’s a better way. And it’s also a great introduction to using the <a href="http://brew.sh">Homebrew</a> package manager for Mac OS X.</p>
<p>Here’s a video of install htop on Mac OS X using Homebrew. Screenshots after the video.</p>
<center><iframe allowfullscreen frameborder="0" height="315" src="https://www.youtube-nocookie.com/embed/2ZX9SCt2ELk?rel=0" width="560"></iframe></center> 
<p>The first step is to visit the <a href="http://brew.sh">http://brew.sh</a> site and copy that line of code.</p>
<p></p>
<p><a href="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.18.12-PM.png"><img src="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.18.12-PM-500x332.png" alt="Install HTOP on Mac OS X with Homebrew"></a></p>
<p></p>
<p>Great, now open a terminal window, and paste that command in there. If you don’t have Xcode installed, you’ll be prompted to download some components.</p>
<p></p>
<p><a href="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.21.28-PM.png"><img src="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.21.28-PM-500x281.png" alt="Install HTOP on Mac OS X with Homebrew"></a></p>
<p></p>
<p>Great, now that Homebrew is installed, you can install packages by using the command “brew install” + the package name. i.e.: “brew install htop” will install htop.</p>
<p></p>
<p><a href="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.28.36-PM.png"><img src="http://themainframe.ca/content/images/2015/10/Screen-Shot-2015-10-03-at-4.28.36-PM-500x313.png" alt="Install HTOP on Mac OS X with Homebrew"></a></p>
<p></p>
<p>All done. Now just run ‘htop’ in a terminal window for all your system-monitoring and process-viewing needs.</p>
<!--kg-card-end: markdown-->]]></content:encoded></item><item><title><![CDATA[Install htop on Mac OS X]]></title><description><![CDATA[<!--kg-card-begin: markdown--><p>UPDATE: Use this method to <a href="http://themainframe.ca/2015/10/install-htop-on-mac-os-x-with-homebrew/">Install HTOP on Mac OS X</a> instead. Much better.</p>
<p>If you’re a nerd (and you know you are), then you’ve used ‘top’ for monitoring your system:</p>
<p><a href="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.29.21-AM.png"><img src="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.29.21-AM-300x233.png" alt title="Screen shot 2011-06-29 at 11.29.21 AM"></a></p>
<p>Which is cool and nerdy enough. But <strong>htop</strong> is even nerdier. Linux nerds know this, which is</p>]]></description><link>http://themainframe.ca/install-htop-on-mac-os-x/</link><guid isPermaLink="false">5a0f621ed646822baa21232a</guid><category><![CDATA[binary]]></category><category><![CDATA[htop]]></category><category><![CDATA[mac]]></category><category><![CDATA[mac os x]]></category><category><![CDATA[terminal]]></category><category><![CDATA[top]]></category><dc:creator><![CDATA[miguel]]></dc:creator><pubDate>Wed, 29 Jun 2011 10:59:24 GMT</pubDate><media:content url="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.33.57-AM.png" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><img src="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.33.57-AM.png" alt="Install htop on Mac OS X"><p>UPDATE: Use this method to <a href="http://themainframe.ca/2015/10/install-htop-on-mac-os-x-with-homebrew/">Install HTOP on Mac OS X</a> instead. Much better.</p>
<p>If you’re a nerd (and you know you are), then you’ve used ‘top’ for monitoring your system:</p>
<p><a href="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.29.21-AM.png"><img src="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.29.21-AM-300x233.png" alt="Install htop on Mac OS X" title="Screen shot 2011-06-29 at 11.29.21 AM"></a></p>
<p>Which is cool and nerdy enough. But <strong>htop</strong> is even nerdier. Linux nerds know this, which is why <strong>apt-get install htop</strong> is one of our first commands on a fresh install. It’s great for monitoring your webservers and other linux boxes.</p>
<p>Here’s themainframe.ca server running htop:</p>
<p><a href="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.33.57-AM.png"><img src="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.33.57-AM-300x233.png" alt="Install htop on Mac OS X" title="Screen shot 2011-06-29 at 11.33.57 AM"></a></p>
<p>But this command isn’t part of Mac OS X.</p>
<p>Sure, you can follow the various tutorials out there, to install git, then grab the htop source code and install it yourself. Or you can be a lazy nerd and grab the binary that I’ve compiled and install it.</p>
<p>Copy and paste the following commands into a terminal window:</p>
<blockquote>
<p>curl -O <a href="http://themainframe.ca/content/images/2011/06/htop.zip">http://themainframe.ca/content/images/2011/06/htop.zip</a><br>
unzip htop.zip<br>
sudo mv htop /bin<br>
rm htop.zip</p>
</blockquote>
<p>You will need to enter your password for the ‘sudo’ line above.</p>
<p>Then you can run it from the terminal anywhere by just typing htop.</p>
<iframe allowfullscreen frameborder="0" height="480" src="http://www.youtube.com/embed/Xt3qKvGhsm8" width="600"></iframe>
<p>(I followed the tutorial at <a href="http://jeetworks.org/node/60">http://jeetworks.org/node/60</a> to compile)</p>
<!--kg-card-end: markdown-->]]></content:encoded></item></channel></rss>