18 May 2013

The Ruby Reflector

Topic

Run

  Source Favicon
By Damien Katz of Damien Katz 15 days ago.
Email

Let's Run Some Numbers

Given the MTTF of a server, how much hardware and how quickly must the cluster failover to a new master and still meet our SLAs requirements vs a Dynamo based system?

Let's start with some assumptions:

We want to achieve 4000 transactions/sec with 3 node replication factor. Our load mix is 75% reads/25% writes.

We want to have some consistency, so that we don't read newer values, then older values, so for Dynamo:

R = 2, W = 2, N = 3

damienkatz.net Read
  Source Favicon
By Jonathan Karon of New Relic 2 months ago.
Email

* Run your app in a simulator, emulator or mobile device and you'll start seeing data in just a few minutes

While you're at it check out the latest version of New Relic for iPhone , because now you can monitor your mobile apps from our mobile app. We meant it when we said we've gone completely mobile.

The post A Developer's Best Friend - Now for Mobile Apps appeared first on New Relic blog .

newrelic.com Read
  Source Favicon
Email

- Run an ANALYZE TABLE on a table accessed by the long running query

So first we need a long running query against table t: SELECT * FROM t WHERE c > '%c%';

Then in our efforts to get a better execution plan for another query we run ANALYZE TABLE: mysql> analyze table t; +--------+---------+----------+----------+ | Table | Op | Msg_type | Msg_text | +--------+---------+----------+----------+ | test.t | analyze | status | OK | +--------+---------+----------+----------+ …

mysqlperformanceblog.com Read
  Source Favicon
Email

Run CentOS 5

Have UTF-8 data in MySQL

Use Perl to access that data

Have not upgraded DBD::mysql (perl-DBD-MySQL)

then your UTF-8 data is in peril with Perl. The solution is simple: upgrade to any newer version of DBD::mysql ( except 4.014 ).

The post CentOS 5 users: your UTF-8 data is in peril with Perl appeared first on MySQL Performance Blog .

mysqlperformanceblog.com Read
  Source Favicon
On Scout ~ The Blog 3 months ago.
Email

With the Sidekiq Monitor Plugin (by Scott Klein of StatusPage.io ) and the Puppet Last Run Plugin (by Didip Kerabat of Kongregrate ) Scout's plugin directory count has now passed 70 plugins!

The Sidekiq Monitor Plugin monitors key metrics for Sidekiq , a Ruby message processing library. Didip's Puppet Last Run Plugin tracks key metrics for the most recent Puppet run on a monitored server.

scoutapp.com Read
  Source Favicon
By Bryan McLellan of Opscode Blog 3 months ago.
Email

CHEF-3589 - Why Run code runs code in {{converge_by}} blocks after the provider action is complete

CHEF-3604 - Chef::Provider:: Service:: Init should pass why run assertions if a custom command is provided

CHEF-3617 - Chef:: RunLock incorrectly assumes the full path to the run lock file exists before opening for writing

CHEF-3619 - Chef still has obsolete ‘rake/rdoctask' require

CHEF-3632 - All providers have whyrun enabled by …

opscode.com Read
  Source Favicon
By Dan DeLeo of Opscode Blog 4 months ago.
Email

[ CHEF-3589 ] - Why Run code runs code in {{converge_by}} blocks after the provider action is complete

[ CHEF-3597 ] - knife.rb cannot handle frozen strings in chef_server_url (like from ENV)

[ CHEF-3619 ] - Chef still has obsolete 'rake/rdoctask' require

[ CHEF-3622 ] - Chef fails curl download with -bootstrap-proxy option

[ CHEF-3632 ] - All providers have whyrun enabled by default …

opscode.com Read
  Source Favicon
By techarch of The "Tech. Arch." 5 months ago.
Email

Select " Android Application" in the Run As dialog, then click Ok

The emulator will boot Android

Then click and drag the lock to the right to unlock the virtual phone, your app will appear:

Let's take a brief look at what was generated:

Expand the src folder recursively until you can see and double-click on the MainActivity.java file. package com.yournamespace.savingsgoalsimulator; import android.os.Bundle; import android.app.Activity; import android.view.Menu; …

blog.monnet-usa.com Read
  Source Favicon
By Mike Gunderloy of A Fresh Cup 5 months ago.
Email

White post-Christmas. Kids love it.

RailsPanel - Chrome extension to monitor Rails logs.

Iridium - Pre-release toolchain for Javascript application development.

Ruby 1.9.3-p362 is released - The official announcement.

Coercible - Gem for configurable coercion between Ruby data types.

Simple CI with git hooks for your rails projects - Run your tests using a post-commit hook.

afreshcup.com Read
  Source Favicon
By Richard Nunez of New Relic 5 months ago.
Email

…opportunities for partners. Of particular note, 63% of IT spending is still focused on the ‘ Run' part of the IT infrastructure (probably not a big surprise to anyone reading this post). What I found most intriguing about the Gartner data was the points on emerging growth that Tiffani called out — namely the ‘ Transform / Grow' segments of the IT spend. This in particular speaks to the reasons why customers need and use New Relic.

As enterprises migrate to the cloud, …

newrelic.com Read