htop

Network usage top/htop on Linux

Hi, is there a htop/top on Linux where I get to sort processes by network usage ? ...

Memory report confusion shown by top and htop commands?

I'm on Slicehost 256 plan running one single Rails app on Ubuntu Hardy 64 bit server. This is the shot taken using top command sorted by memory% (Shift+M) And this is the screenshot taken while running htop command sorted by memory% used. The memory consumed by mysql using top shows 3.8% but the htop shows around 17 processes each e...

Implementing parts of rfc4226 (HOTP) in mysql

Like the title says, I'm trying to implement the programmatic parts of RFC4226 "HOTP: An HMAC-Based One-Time Password Algorithm" in SQL. I think I've got a version that works (in that for a small test sample, it produces the same result as the Java version in the code), but it contains a nested pair of hex(unhex()) calls, which I feel ca...