Showing entries 31 to 36
« 10 Newer Entries
Displaying posts with tag: github (reset)
MySQL Rain Gauge; collect and display pt-stalk stats

I'm proud to announce the release of another open source project from myself and my colleagues at Box -- Rain Gauge.  It's puts a nice interface on pt-stalk, and helps manage running it as a daemon on all your mysql servers, so you don't miss the details when your database starts acting up.

What is Rain Gauge?  You can think of it like a web-based pt-sift.  You run pt-stalk continuously on all your database servers; this will watch your mysql process and when a configurable condition is met, then it triggers a host of collections to record what your disks, processor, and memory were doing at the time, along with mysql internal status, processlist and much much more.  It can even kick off GDB backtrace collections and oprofile gathering if desired.

[Read more]
451 CAOS Links 2011.09.23

Red Hat revenue up 28% in Q2. Funding for NoSQL vendors. And more.

# Red Hat reported net income of $40m in the second quarter on revenue up 28% to $281.3m.

# 10gen raised $20m in funding, while DataStax closed an $11m series B round, while also releasing its DataStax Enterprise and Community products. Additionally Neo Technology …

[Read more]
451 CAOS Links 2011.09.07

HP builds Cloud Services on OpenStack. Linux on Github. And more.

# HP announced the private beta program of its OpenStack-based HP Cloud Services.

# Linus Torvalds made Linux 3.1 available on Github, albeit temporarily.

# The National Security Agency proposed a new database, Accumulo, to the Apache Foundation for incubation.

# Nominations for the Document Foundation board elections are now …

[Read more]
451 CAOS Links 2011.07.08

Harmony disharmony. Microsoft’s Android revenue. And more.

# The Harmony Project released version 1.0 of its templates for standard contributor license agreements prompting comment and criticism from Dave Neary, Stephen Walli, Richard Fontana and Bradley M Kuhn.

# Microsoft reportedly demanded $15 for each Android smartphone handset made by Samsung, while the company …

[Read more]
Discovr: a flickr experiment gone wrong

I need help with this. I had a dream… Well, not so much as a dream, maybe a “It’d be cool to…”

I thought it’d be nice to discover new photos on flickr using your favorite photos and the people who also favorited those photos, and the favorite photos of those who also favorited my pictures. Still with me?

It’s actually a quite simple code (about 500 lines, check it on github: discovr), but it’s terribly slow. Some possible reasons:

[Read more]
Loops plugin for rails and merb released

loops is a small and lightweight framework for Ruby on Rails and Merb created to support simple background loops in your application which are usually used to do some background data processing on your servers (queue workers, batch tasks processors, etc).

Originally loops plugin was created to make our (Scribd.com) own loops code more organized. We used to have tens of different modules with methods that were called with script/runner and then used with nohup and other not so convenient backgrounding techniques. When you have such a number of loops/workers to run in background it becomes a nightmare to manage them on a regular basis (restarts, code upgrades, status/health checking, etc).

After a short time of writing our loops in more …

[Read more]
Showing entries 31 to 36
« 10 Newer Entries