-

Hi, I'm James Briggs, an Internet computer programmer/DBA in Silicon Valley. I've been programming for 20 years for companies like eBay, Cisco, Yahoo!, Apple, Amazon and startups.In my spare time I do Open Source programming and like flying airplanes, karate and studying Asian languages.
This blog talks about events, places and things in my life.


Bay Area Earthquakes
San Jose International Airport, CA
Last Updated on May 18 2012, 4:53 pm PDT
Weather by NOAA
Current Conditions: Partly Cloudy
Temp: 72°F
Wind: NW at 11mph
Humidity: 38%
Dewpoint: 45.0°F
Categories
- Angry Birds (4)
- BSD (37)
- Business (189)
- Cassandra (6)
- Cloud (25)
- Conferences (53)
- Flight Simulators (4)
- Flying (86)
- Hadoop (7)
- i18n (56)
- Indonesia (39)
- Japanese (52)
- Karate (2)
- Linux (141)
- MySQL (106)
- Open Source (241)
- Oracle (31)
- OSCON (15)
- Perl (87)
- Personal (5)
- Photography (69)
- Psychology (37)
- Restaurant Reviews (23)
- Retro (1)
- San Jose Bay Area (3)
- Storage (69)
- Tablets (5)
- Tech (680)
- Toys (306)
- Travel (87)
- Uncategorized (2)
- User Groups (63)
Pages
Meta
Category Archives: MySQL
Silicon Valley Codecamp 2011
Silicon Valley Codecamp 2011 was held this weekend at Foothill College near San Jose. There were 209 sessions and 3,414 registered attendees. I did not attend, but have seen some of the talks at other conferences in the past year. … Continue reading
Posted in Business, Cloud, Conferences, Linux, MySQL, Open Source, Oracle, Perl, Storage, Tech, Toys
Leave a comment
Munin Plugin for MySQL Performance Hit and Miss Rates
Munin is an Open Source tool for monitoring servers. Here’s a plugin I wrote to calculate and display the performance of various MySQL read and write caches. You can download the plugin source here. Note that hit rates are seldom … Continue reading
Posted in Linux, MySQL, Open Source, Perl, Storage, Tech, Toys
Leave a comment
Netflix and Cloud IT
I recently did some technical consulting for Netflix. I can say that they are really, truly committed to cloud IT, per their public pronouncements. Most large companies are still just dipping a toe in the water, so it’s significant that … Continue reading
Checking MySQL Hosts in Parallel with Perl Threads
Here’s an example of using Perl ithreads to do monitoring of multiple MySQL hosts in parallel. Note that with older versions of Perl, you can use fork() or the forks.pm module instead of threads. #!/usr/bin/perl use threads; use 5.8.1; use … Continue reading
Posted in Linux, MySQL, Open Source, Perl, Storage, Tech, Toys
Leave a comment
Stupid Apache HTTPD 2 Tricks
I recently updated a linux web server to CentOS 6 with all new software packages. I noticed some disturbing things related to Apache HTTPD: many apps are adding .conf files to /etc/httpd/conf.d, which was intended for virtualhosts. So guess what … Continue reading
Posted in Linux, MySQL, Open Source, Perl, Storage, Tech, Toys
Leave a comment