Quantcast

Posts by author:

allspaw

As expected, Velocity was excellent this year. What an awesome time to be in this field.

Caveat for those who didn’t see/hear my talk: the graphs and numbers in the slides are, for the most part, made up. But they’re also in line with what I’ve seen at Flickr and Etsy.

{ 3 comments }

It can be difficult to evaluate web ops candidates, for a couple of different reasons. One is that the breadth of knowledge needed for the field can be pretty wide, so spending too much time on any particular technical area can be a waste of time. Another reason is that it can be difficult to gauge how collaborative someone’s demeanor is in an interview. Collaboration is a requirement at Etsy. :)

So in addition to the standard technical questions, I like to ask high-level questions where the answers can zoom in and out of a larger picture within the operations context.

  • Diagram the current architecture you’re responsible for, and point out where it’s not scalable or fault-tolerant.
  • What are some examples of how you might scale a read-heavy application? Why?
  • What are some examples of how you might scale a write-heavy application? Why?
  • Tell me how code gets deployed in your current gig, from developer’s brain to production.
  • Tell the story of the best-run outage you’ve been a part of, in as much detail as you can. What made it “good”?
  • Tell the story of the worst-run outage you’ve been a part of, in as much detail as you can. What made it “bad”?
  • What is the purpose of a post-mortem meeting?
  • How do you handle (and feel about) making changes (code/schema/network/etc.) in your current environment?

These are purposefully open-ended questions meant to dig into what’s important to you as someone responsible for the performance and availability of a growing website.  This is just a snippet of what we normally ask, in addition to my (and Jesse’s) favorite interview question.

So: maybe you should take a look at the type of ops engineers we’re looking for, and apply? :)

{ 9 comments }

The new book: Web Operations

May 23, 2010

At the Velocity Conference last year, I was talking to Mike Loukides from O’Reilly about the topics being presented and how it was so great to see such successful veterans of the field come out from behind the curtain and share their experiences. Mike said that there was interest in doing a book on the [...]

Read the full article →

We’re hiring ops folks at Etsy!

April 23, 2010

We’re hiring web ops engineers at Etsy.  Here’s the gist of it….
Responsibilities

Building and maintaining Etsy’s infrastructure, from installed iron to production
Taking part in a 24×7 on-call rotation
Tightly cooperating and collaborating with development, product, community and customer care

Requirements

Experience with configuration management systems and concepts (Chef, Puppet, Cfengine, etc.)
Experience [...]

Read the full article →

Pigz – parallel gzip OMG

April 2, 2010

Pigz is basically parallel gzip, to take advantage of multiple cores.  When you’ve got massive files, this can be a pretty big advantage, especially when you’ve got lots of cores sitting around.
Taking a 418m squid access log file, on a dual-quad Nehalem L5520  with HyperThreading turned on:
[jallspaw@server01 ~]$ ls -lh daemon.log.2; time gzip ./daemon.log.2 ; [...]

Read the full article →

Agile Executive Podcast

February 12, 2010

Yesterday I was on a podcast with Andrew Shafer and Michael Coté, and we talked about development and operations cooperation. I rambled a bit, like I tend to do.
Andrew brought up something that’s disturbing, and I’ve seen elsewhere, which is that after seeing our presentation last year at Velocity, some folks decided that we somehow [...]

Read the full article →

Need some FUDforum consulting done

February 9, 2010

I’ve been helping out a friend for some years with running a decent-size discussion forum. It’s running on a little (512mb of RAM) dedicated server and it’s outgrown the box it’s on. It needs to move to a new machine, which is all ready to take it.
Problem is, it’s in a twisty-maze of dependencies. It’s [...]

Read the full article →

Deployment is just a part of dev/ops cooperation, not the whole thing

December 12, 2009

Dev/Ops is what some people are calling the renewed cross-interest in development and operations collaboration. Hammond and I spoke about it, and there was even a conference in Europe dedicated to it. While I do think that there’s still a lot more that is to be discussed around this idea of cooperation and mixing of [...]

Read the full article →

The epicenter of the web, and NYC

December 3, 2009

One of my apprehensions in moving to New York from San Francisco was a common concern: why would I move from the ‘epicenter’ of the web to a place where it’s not? There’s been lots written about startup hub cities, and innovative web metro areas, but the fact of the matter is that New York [...]

Read the full article →

From one door to another

November 18, 2009

Last week I gave 2 month’s notice – I’ll be leaving Flickr in January.
When Stew and Cat asked me to join Flickr in January of 2005, I felt like it was time to go and do something different, so I said yes.
Five years (and four billion photos) later, it’s again time to go and do [...]

Read the full article →