InfoQ

InfoQ

Presentation

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Recorded at:
Recorded at

Everything I Ever Learned about JVM Performance Tuning @twitter

Presented by Attila Szegedi on Dec 23, 2011 Length 01:08:55     Download: MP3
     Slides
Sections
Development
Topics
JVM ,
Virtual Machines ,
Runtimes ,
Java ,
Websphere ,
Languages ,
QCon San Francisco 2011 ,
Application Servers ,
IBM ,
Programming ,
Tuning ,
Agile in the Enterprise ,
Companies ,
QCon ,
Performance Tuning ,
Performance & Scalability ,
Agile ,
Conferences
The next QCon is in London March 5-9, Join us!
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
Attila Szegedi discusses performance problems encountered at Twitter running Java and Scala applications, presenting how they solve them through JVM tuning.

Bio
Attila Szegedi is a software engineer working for Twitter, in its Core System Libraries group. He is the author of Dynalink – the dynamic linker framework for languages on the JVM, a contributor to the Mozilla Rhino, a JavaScript runtime for the JVM, as well as one of the principal developers of the FreeMarker templating language runtime.

About the conference
QCon is a practitioner-driven conference designed for team leads, architects and project management. The program includes two tutorial days led by over 80 industry experts and authors and three conference days with 18 tracks and over 80 speakers covering a wide variety of relevant and exciting topics in software development today. There is no other event in the US with similar opportunities for learning, networking, and tracking innovation occurring in the enterprise software development community.
  • This article is part of a featured topic series on Agile
This presentation is old by Ahmet Alp Balkan Posted
Re: This presentation is old by Joao Pedrosa Posted
Re: This presentation is old by Kirk Pepperdine Posted
Re: This presentation is old by Attila Szegedi Posted
Nice by Ishan Jayawardene Posted
  1. Back to top

    This presentation is old

    by Ahmet Alp Balkan

    In fact this is at least one year ago.

  2. Back to top

    Re: This presentation is old

    by Joao Pedrosa

    Based on the date of the slides posted to the Slideshare site, it's not that old:
    www.slideshare.net/aszegedi/everything-i-ever-l...

  3. Back to top

    Re: This presentation is old

    by Kirk Pepperdine

    yeah, it's JavaONE 2011 old.. very old... ;)

  4. Back to top

    Nice

    by Ishan Jayawardene

    Really good talk - specially useful info about the CMS collector and tuning for low latency. Attila knows his stuff.

  5. Back to top

    Re: This presentation is old

    by Attila Szegedi

    Not really old. This video is from QCon San Francisco in November 2011. I first presented this talk publicly on JavaOne in October 2011. This is the only published version of the talk that I know of that has slides + video; there's the JavaOne version that's published as slides + audio (which I actually find to be a good concept; I wouldn't think actually seeing the presenter's physical appearance on the screen adds that much to the experience, for most presenters…).

Educational Content

Eventually Consistent HTTP with Statebox and Riak

Bob Ippolito explains how to solve concurrent update conflicts with Statebox, an open source library for automatic conflict resolution, running on top of Riak.

Java.next

Erik Onnen attempts to demonstrate that Java is still the best programming language for the JVM if simplified idioms are used along with proper tooling.

Evolution in Data Integration From EII to Big Data

Approaches to integrating data are changing with emergence of cloud computing.

Winning Hearts and Minds: How to Embed UX from Scratch in a Large Organization

Michele Ide-Smith presents the lessons learned in the process of introducing UX principles and techniques into a large organization through a series of small steps.

LMAX Disruptor: 100K TPS at Less than 1ms Latency

Dave Farley and Martin Thompson discuss solutions for doing low-latency high throughput transactions based on the Disruptor concurrency pattern.

Thoughts on Test Automation in Agile

Rajneesh Namta shares his thoughts, experiences, and some of the critical lessons learned while implementing software test automation on a recent Agile project.

Actor Interaction Patterns

Dale Schumacher presents several patterns of actor interaction that can be used in collaborative programs written in any language.

Scalaz: Functional Programming in Scala

Rúnar Bjarnason discusses Scalaz, a Scala library of pure data structures, type classes, highly generalized functions, and concurrency abstractions to perform functional programming in Scala.