January 2010
18 posts
Kill a mdadm raid drive
sudo umount $mountpoint sudo mdadm —stop /dev/md0
Jan 29th
If you use Google Closure, you will probably want... →
Jan 28th
The mysterious 3 second delay
I’ve been meaning for a while to write about the week I wasted trying to debug an issue where a request would suddenly take 3 seconds where previously it took well under a second. Since it happened again a bit today during Chartbeat’s iPad-inspired load (we were doing metrics for gdgt, gizmodo, appleweblog, twit.tv, kotaku, techland, and others), I decided it was time to get this done....
Jan 27th
Oh, that's what NODELAY does →
Jan 26th
Find large files in case, hypothetically, a large...
find / -size +2000 -exec ls -s {} \; | sort -nr | more
Jan 26th
Everyblock has some cool stuff
http://nyc.everyblock.com/ is powered by http://blog.everyblock.com/2008/feb/18/maps/ and http://code.google.com/p/ebcode/
Jan 21st
Awesome concise explanation of CSS positioning →
Jan 21st
8 notes
Good slides about Google Closure addressing lots... →
Jan 18th
Curl infos →
Jan 13th
ps | grepĀ | awk '{print $2}' | xargs kill -9
Jan 11th
It's a bad sign I needed this. A very bad sign. →
Jan 9th
http://stu.mp/2010/01/creating-nagios-plugins-using... →
Jan 7th
Django, I wish I could quit you
Still trying to diagnose weird netstat spikes, SYN_RECVs between Django and nginx, and unesponsiveness. Thought it was load, but that theory isn’t quite borne out. Considering Apache and/or bigger servers and/or stabbing myself. http://superjared.com/entry/quick-django-benching/ http://www.saltycrane.com/blog/2009/04/notes-using-nginx-mod_python-and-django/ ...
Jan 6th
Things I wish I knew a long time ago
sudo apt-get install htop
Jan 6th
http://www.dabeaz.com/blog/2010/01/python-gil-visua... →
Jan 5th
Nice explanation of load as displayed in top →
Jan 5th
http://docs.fabfile.org/0.9.0/tutorial.html →
Jan 5th
http://www.ibm.com/developerworks/edu/dw-esdd-webpe... →
Jan 5th