Tag Archives: what I do

Archived Technical Videos

In early 2010, with the “change in control” of Sun Microsystems (to Oracle) imminent, I started a big job of moving the hundreds of technical videos I had spread among three different Sun media hosting sites. Oracle didn’t want them (and soon afterwards deleted dozens, without warning and with no hope of recovery).

One of the destination sites I chose was blip.tv, partly because it allowed me to store longer videos than YouTube did back then.

blip has since changed its business model, and recently gave me a month’s warning to back up my videos before they deleted my free account. In the meantime, YouTube has given me more and more for free – with a long track record and, as of today, 699 videos, they seem to think I’m a good customer even though I’m not paying.

You can visit my YouTube channel for a broad assortment of technical, personal, and travel videos.

I did manage to download everything from blip, but some of the videos are of doubtful interest to my audience today, and I’ve found that uploading old videos to YouTube can confuse my channel subscribers. So the list below is of videos I still have stored safely away, but am not sure there’s a market for. If there’s something on this list you want to see re-published or would like a personal copy of, let me know in the comments below.

I do have a few more than these whose descriptions I forgot to copy down. If you know or suspect that I have video of you that you’d like a copy of, also ask in the comments below. With luck, it won’t be one of the ones that was obliterated by Oracle, and I may still be able to find it somewhere.

Introduction to Parallel Programming: Modules 4-7 found and uploaded, see them here.

Deirdres-module6402
Parallel Programming Models – Shared Memory, Auto Parallel, OpenMP
Module 6 of 7 in “An Introduction To Parallel Programming”. A series of seven video modules presented by Oracle Senior Staff Engineer Ruud van der Pas, covering various aspects of parallel programming in C, C++, and Fortran on multi-core and multi-processor systems.

Deirdres-module5724.mov
Parallel Programming Models – Distributed Memory and MPI
Module 5 of 7 in “An Introduction To Parallel Programming”. A series of seven video modules presented by Oracle Senior Staff Engineer Ruud van der Pas, covering various aspects of parallel programming in C, C++, and Fortran on multi-core and multi-processor systems.

Deirdres-module4395.mov
Parallel Programming Basics
Module 4 of 7 in “An Introduction To Parallel Programming”. A series of seven video modules presented by Oracle Senior Staff Engineer Ruud van der Pas, covering various aspects of parallel programming in C, C++, and Fortran on multi-core and multi-processor systems.

module3189.mov
Parallel Architectures
Module 3 of 7 in “An Introduction To Parallel Programming”. A series of seven video modules presented by Oracle Senior Staff Engineer Ruud van der Pas, covering various aspects of parallel programming in C, C++, and Fortran on multi-core and multi-processor systems.

Deirdres-1003multicorekarlsson975
Developing in a Multicore World – 1
Peter Karlsson presents at Tech Days Hyderabad 2010. Rough cut.

Deirdres-1003multicorekarlsson2665.mov
Developing in a Multicore World – 2

Deirdres-0910osdevcondeadends1h264953.mov
Deirdres-0910osdevcondeadends1h264pt2322
Dead ends in multithreads application development – part 2 of 2
Ten years back, there were difficult to have access to multi CPU machine and software developers preferred to write single thread and single process application. Nowadays computers have a lot of CPUs which gives to us possibility to use them for real parallel computing and improve application performance. You can see Niagara boxes which has 128CPUs (HW threads) in 1U rack size (e.g. Sun SPARC Enterprise T5140), or many people already have Intel or AMD multi core boxes at home. However, because most of application were written in single CPU era they are not able use capability of todays computers. Write multithreaded application is more complicated and we can se that many parallel application are buggy and contains many strange constructions which cause to deadlock or race conditions. Most of these bug of C application are caused by unfamiliarity with POSIX thread specification and bad application design. Multi threaded programing is complex topic and the presentation will focus only on few areas which author had opportunity to hunting bugs. The main areas are: 1. Signal handling in multi threaded application 2. How to survive after fork 3. How to safety exit otherwise when thread is killed 4. Parallel memory access – when we need lock and how to avoid performance drop. 5. Sessions Presentation will contain examples of real bugs which author fixed in pkcs11 library including small Solaris’es libc code tour with stops at fork(), atfork(), atextit(), exit() and pthread.h. Zdenek Kotala has twenty years experience of computer programing. He graduated from West Bohemia University in Numeric methods and parallel computing. He worked on several projects which most of them runs on multi CPUs systems and on different OS (Solaris, Tru64, Windows and Linux). He spent short time of creating and lot of time hunting race conditions, deadlock and other parallel programing issues. At this moment author works as revenue product engineer for SUN Microsystems, Czech Republic. He focus on security technology like PKCS11 library, ssh, openssl and he is also responsible for PostgreSQL in Solaris. He is active member of PostgreSQL community.

Deirdres-MultilevelCluster349.mov
Multilevel Cluster
Ellard Roush presents at the Solaris Security Summit, Nov 2009.

Deirdres-MaximizingApplicationPerformanceWithSunStudio186.mov
Maximizing Application Performance with Sun Studio
Performance on your mind? Creating native language applications that maximize performance requires performance tuning and program analysis.

This session will take a look at Sun Studio software and how to use its optimizing compilers, powerful debuggers, and advanced thread and performance analysis tools to help ensure scalability and the most performance out of your applications on the latest multicore SPARC and x64/x86 processor-based systems. In addition, discover new tools that take advantage of technologies in OpenSolaris, including Dynamic Tracing (DTrace) technology.

Deirdres-Sol11panel1120.mov
Solaris 11 Engineering Panel
Birds of a feather session at LISA10.

Deirdres-module2255.mov
Multicore Processor Architectures
Module 1 of 7 in “An Introduction To Parallel Programming”. A series of seven video modules presented by Oracle Senior Staff Engineer Ruud van der Pas, covering various aspects of parallel programming in C, C++, and Fortran on multi-core and multi-processor systems.

Deirdres-1003TDHydsharatcplus1561.mov
Building High Quality C++ Applications 1
Sharath Srinivasan speaks at Tech Days, Hyderabad, 2010.

Deirdres-0912TDBrmulticore130.mov
Mastering Your Multicore System
This session will demonstrate how Sun Studio compilers and tools can simplify these challenges and enable you to fully unlock the potential in multicore architecture. Don Kretsch presents at Tech Days, Brazil, 2009.

Deirdres-BuildingHighQualityCCApplications826.mov
Building High-Quality C/C++ Applications
There are certain challenges in our industry for native language developers, such as multicore development, heterogeneous OpenSolaris and Linux OS development, and Linux compatibility issues. Sun Studio software delivers a high-performance, optimizing C/C++ and Fortran developer tool chain for Solaris, OpenSolaris, and Linux platforms, including support for the latest multicore systems. The tool chain includes parallelizing compilers, code-level and memory debuggers, performance and thread analysis tools, optimized math libraries, and support for the latest parallelizing industry standards. With a next-generation IDE, developing and debugging applications for the multicore era has never been easier.

Don Kretsch presents at Sun Tech Days, Brazil, December 2009.

Deirdres-sge1382.mov
Managing Grid Engine Clusters 1
Dan Templeton leads a master class in Managing Grid Engine Clusters. Filmed in May, 2008, at the Open Source Grid & Cluster Conference.

Deirdres-0910oowglynnsj629.mov
Contributing to OpenSolaris Using SourceJuicer
Glynn Foster at Oracle Open World 2009.

Deirdres-0910osdevconsourcejuicer1135.mov
Source Juicer – A New Way to Build Solaris Software
Source Juicer (http://jucr.opensolaris.org) is a recently deployed Opensolaris website who’s purpose it is to encourage community porting efforts for the solaris platform. Opensolaris now has two community governed IPS package respoitories, /pending and /contrib and Source Juicer delivers software into these repos. Source Juicer has two main components, the first is a web application that is responsible for accepting and managing community initiated package submissions. When a submission is made, a review thread is created allowing for community members comments and review of the package. At the same time as generating the review thread, the system attempts to build the package and if successful, it is published into the /pending repository. Once the submission has received two positive votes from designated approvers the package is promoted to the /contrib repository, where it is available as a community supported package. The second component is called BuildGrid, which builds and publishes packages. BuildGrid uses a number of Opensolaris technologies, namely ZFS, Zones, IPS & Pkgbuild to build the packages. The BuildGrid requires at least one spec file and one copyright file to successfully build a package. Its scalable and robust architecture allows for the continuous and simultaneous building of packages for different releases and different architectures. Included in the future plans of the Source Juicer development team is the goal to migrate the current release engineering process for the desktop consolidation to the Source Juicer application. This will provide the twin advantages of enhancing community involvement with the Desktop components of Opensolaris and moving away from the existing lengthy and cumbersome nightly builds to a continuous package-by-package build. Also covered in the talk will be a a look at the origination of the project, a detailed look at the architecture and a brief walk-through of the creating and reviewing of a submission, plus the building and installing of a package. Brian Nitz has been a software engineer since 1988. His contributions include support and service productivity tools for radiology workstations, QA and performance tools the successful deployment of over 7000 Sun JDS (Linux) desktops at a large bank, a multidatabase defect management system and components of the sourcejuicer package build web service He lives in Ireland with his wife and two kids where he enjoys travel, sailing and photography. Mark Duggan has worked since 1990 as a contract system administrator/integrator in Ireland and in the US, focusing on thin client solutions and Solaris/Linux backend services. Since joining Sun’s Dublin based Desktop Engineering group in 2000, he has been a member of the desktop QA/RE team. Besides this engineering work he has also had a special focus on the promotion of Sun’s desktop products, in the form of customer facing presentations and proof of concept pilots. In the past year, he has been responsible, as project lead, for the community oriented Source Juicer project, involved at all stages from conception, design, development and deployment of web application and backend build system.

Fibre Channel Concepts
Sit in on a Sun training session on “Fibre Channel Concepts,” by Sumit Gupta.

The 3rd Annual Solaris Family Reunion

I have been meaning for some time to write a follow-up to my series about my experience of Oracle’s acquisition of Sun Microsystems. This yet-to-be-written piece, titled “The Sun Diaspora”, may someday contain deep thoughts about how dispersing all that amazing Sun engineering talent may prove to have been a watershed event for the entire technology industry. That history is still playing out (and probably will for decades to come), and I’m too ragged right now to write it anyway.

So… I did something better: I got some of those engineers to speak for themselves, about what they’ve been doing since Sun. The occasion was the 3rd Annual Solaris Family Reunion, held last night at Joyent (to whom we owe thanks for the pizza and beer). Here’s the rough video:

Speakers:

  • Brendan Gregg
  • Eric Schrock
  • Adam Leventhal
  • Keith Wesolowski
  • Robert Mustacchi
  • Max Bruning
  • Garrett D’Amore
  • Kevin Zimmerman
  • Bill Moore
  • Sunay Tripathi
  • Blake Jones

This was also the occasion for a get-together of a good portion of Sun’s Fishworks team:

members of Sun's Fishworks team


 

A Twitter Campaign: Social Media Marketing for Tech

One of the things I do in my job (and my life) is social media. I’ve been communicating online since 1982, and have tried just about every major online communications tool to come along during that time, starting with CompuServe chat and BBSes in the early 80s. I began using Twitter in 2007; it has grown to be an important tool for my work as well. Yes, I do social media marketing (though I wince at the term).

As of today, I have about 1,947 followers on my personal Twitter account, @deirdres, and 583 on @JoyentSmartOS (I post technical news to both). These aren’t large numbers – plenty of famous people, non-famous people, companies, brands, organizations, and other entities, have many thousands or millions more. But I use Twitter well and get results: web traffic, attention, and sales for my employer, Joyent. Here’s a recent example that may be useful to fellow social media marketers.

The Event

My colleague Brendan Gregg is a well-known speaker on computer systems performance topics, but he’s best known – so far – in the world of SolarisSmartOS, and company. We have worked together for years: he creates great technical content; I edit, film, and market it. On February 24th, 2013, he gave a talk at SCaLE on Linux Performance Analysis and Tools, which I went along to film. As his first talk about Linux, it presented both an opportunity and a difficulty.

Having other obligations in LA after the event, we only got back to the office on Wednesday, Feb 27th, but I had the video edited and uploaded to YouTube the morning of Friday, March 1st. By then I had also written a post and provided photos for the Joyent blog. Even by my standards, this was fast work. Why was I in such a hurry?

First, the talk had been popular: the 250-seat room was packed, with a very engaged audience who wanted to be able to re-read the presentation slide deck (dense with technical information) immediately. As is his wont, Brendan had put it up on Slideshare within an hour of finishing his talk, and announced it on Twitter:

Brendan's tweet

 

retweets

The slide deck got lots of attention, not just the retweets shown above (some from SCaLE attendees), but hundreds more tweets and thousands of views, most of them from people who had likely never heard of Brendan or Joyent.

slide 16

The hail of tweets showed the reach of the (very large) Linux community. We were already aware of this but, as a SmartOS/Solaris shop, Joyent doesn’t often get a chance to tap into it.

Linux Performance Analysis and Tools tweets

I wanted to bring some of that attention to Joyent while the talk was still fresh in the minds of attendees and others – some of whom were already asking for video. I could have just posted it on my YouTube channel and told everybody it was there, but the company would benefit more from traffic to the Joyent site – hence the blog post.

We published that post as soon as the video was uploaded, on Friday morning, March 1st. We knew that that was not an ideal time: Friday morning in California is already the weekend in most of the rest of the world. Even so, the lack of response was frustrating. I started looking for more ways to draw attention to the post.

The Social Media Push

That same day, an article was published about Oracle’s Port of DTrace on Linux. Its author – and many others – tweeted about it. Since Brendan’s talk had included DTrace as a performance analysis tool for Linux, I tried to ride that wave using the same hashtags:

coattail tweet

I also directed a tweet at Joab Jackson, the journalist, who retweeted it:
tweet to Joab Jackson

In the meantime, I scrolled back to many of the people who had originally tweeted about Brendan’s slide deck, and tweeted to them directly, one by one: “re Linux Performance Analysis and Tools – Video available now, too! http://ow.ly/idrWY 

I approached this with caution: in every online marketing activity I undertake, I try hard to give information only where and to whom it is likely to be welcome. In this case, no one complained, and some even thanked me for the news: “moustafa_dba 12:25pm via Twitter for iPad @DeirdreS great ,thank you so much”

But, by Saturday morning, I still wasn’t satisfied with the traffic to the blog post and the video. I had shot my bolt on Twitter. My other usual forums are mostly populated with SmartOS/illumos/Solaris folks – not the primary audience for this talk. Where could I reach other technical people?

We’d had good results on HackerNews before, so I posted it there, and tweeted about it:

HN tweet

Blatantly asking people to vote it up worked: the post remained in the top 11 or higher on HN’s front page for at least seven hours, and garnered some nice comments. Someone else – who perhaps saw it on HN – posted it to reddit.

These two sites drove a spike of traffic to the post on Joyent.com over the weekend: 5,768 views from HN and 4,098 from reddit.

Altogether, from March 1st to today we’ve had:

  • blog post page: 32,000 page views (with an average time on page of 32 minutes, thanks to the video)
  • video: 6,332 views
  • slide deck: 67,000 views; 1,707 downloads

Of greater importance in the long term: by the time the post had only been up for 18 hours, it was high in Google search results for “Linux Performance”. It is now the number one result. Which is ironic and amusing, considering that Joyent’s cloud is famously built upon a different operating system, SmartOS (though we also support Linux). It also subtly demonstrates that, when Joyent claims to provide high-performance cloud infrastructure, we know what we’re talking about. Or at least Brendan Gregg does. 😉

Brendan Gregg, perf tool

 

Coda: As of March, 2014, Brendan works at Netflix, mostly on Linux performance.

Technical Videos

Note: Most of these videos have migrated to my YouTube channel. The links below are often broken.

This is an up-to-date listing of nearly 400 technical videos I have been involved in, one way or another, in the six years I’ve been working with Solaris, illumos, SmartOS, and related people, technologies, and companies. They are listed in reverse chron order by date of the event.

Most of the links go directly to the video hosted on YouTube, some still go to a generic link for my old blip.tv channel; I’m still moving stuff over from there.

A handful of these I had nothing to do with, but I list them because they’re useful to the community.

Event: Event Date Title Video Speaker
ad hoc 2013-04 Brendan Writing a Book on Bart Link Brendan Gregg
SCaLE 2013 2013-02 Linux Systems Performance Link Brendan Gregg
CACM 2013-02 Thinking Methodically about Performance,… Link Brendan Gregg
illumos / ZFS Days 2012-10 Building a Business on illumos Link Rod Boothby and panel
illumos / ZFS Days 2012-10 Darwin’s Storage Link
at Joyent 2012-10 DevOps Demystified – An introduction to th Link Ben Rockwood
illumos / ZFS Days 2012-10 DTracing the Cloud Link
illumos / ZFS Days 2012-10 Enhanced OS Virtualization for the Cloud Link Jerry Jelinek
illumos / ZFS Days 2012-10 Hybrid Storage Pools: Using Disk and Fla… Link Adam Leventhal
illumos / ZFS Days 2012-10 illumos Day: Chris Nelson, Bayard Bell, R… Link
illumos / ZFS Days 2012-10 illumos Day: illumos Innovations That Will… Link Adam Leventhal
illumos / ZFS Days 2012-10 Making the Impossible Possible: Disposab… Link Eric Sproul of OmniTI
illumos / ZFS Days 2012-10 Running Without a ZFS Root Pool Link
illumos / ZFS Days 2012-10 SmartOS Operations — Ben Rockwood at Link Ben Rockwood
illumos / ZFS Days 2012-10 The illumos Home Data Center Link Dan McDonald of Nexenta
illumos / ZFS Days 2012-10 Why 4K? Link George Wilson
illumos / ZFS Days 2012-10 ZFS Day Panel: The State of ZFS o Link Matt Ahrens and panel
illumos / ZFS Days 2012-10 ZFS Day: Architecting ZFS Solutions UStream Link
illumos / ZFS Days 2012-10 ZFS Day: George Wilson Link
illumos / ZFS Days 2012-10 ZFS Day: Justin Gibbs and Will Andrews,… Link
illumos / ZFS Days 2012-10 ZFS Performance Analysis and Tools Link Brendan Gregg
illumos / ZFS Days 2012-10 ZFS State of the Union Link Matt Ahrens of Delphix
BayLISA 2012-08 Adding Per-Thread Caching to libumem Link Robert Mustacchi
BayLISA 2012-08 Adding Per-Thread Caching to libumem (footnote) Link Bryan Cantrill
BayLisa at Joyent 2012 2012-08 DTrace in the Non-Global Zone Link Bryan Cantrill
BayLISA 2012-08 Introduction to SmartOS Link Bryan Cantrill
BayLISA 2012-08 SmartOS ZFS Architecture Link Bill Pijewski
BayLISA 2012-08 SmartOS: An SA Primer Link Ben Rockwood
FISL, July 2012 2012-07 Corporate Open Source Anti-Patterns: Doi… HD Link Bryan Cantrill
FISL, July 2012 2012-07 Introduction to Git Link Randal Schwartz
FISL, July 2012 2012-07 Performance Analysis: The USE Method HD Link Brendan Gregg
FISL, July 2012 2012-07 Using Video to Communicate Technology HD Link Deirdré Straughan
NOSIG 2012-06 Max Bruning at NOSIG HD Link Max Bruning
SVLUG May 2,012 2012-05 illumos Hardware Support Link Bryan Cantrill
SVLUG May 2,012 2012-05 illumos Key Technologies Link Bryan Cantrill
SVLUG May 2,012 2012-05 illumos Technologies for Embedded Systems Link Bryan Cantrill
SVLUG May 2,012 2012-05 Packaging in illumos Link Bryan Cantrill
SVLUG May 2,012 2012-05 SVLUG Comparative Operating Systems … 1st hour Link Bryan Cantrill
SVLUG May 2012 2012-05 SVLUG Comparative Operating Systems… 2nd hour Link Bryan Cantrill
SVLUG May 2,012 2012-05 Virtualization and the Future of illumo Link Bryan Cantrill
SVLUG May 2,012 2012-05 Why You Need ZFS Link Bryan Cantrill
dtrace.conf 2012 2012-04 A Carousel of DTrace Link various
dtrace.conf 2012 2012-04 dtrace.conf 12 – Barriers to DTrace Adoption Link
dtrace.conf 2012 2012-04 dtrace.conf 2012 – Clang Parser for DTrace Link
dtrace.conf 2012 2012-04 dtrace.conf 2012 – Control Flow & Langua… Link
dtrace.conf 2012 2012-04 dtrace.conf 2012 – DTrace and Erlang Link Scott Fritchie
dtrace.conf 2012 2012-04 dtrace.conf 2012 – DTrace in node.js Link
dtrace.conf 2012 2012-04 dtrace.conf 2012 – DTrace on FreeBSD Link
dtrace.conf 2012 2012-04 dtrace.conf 2012 – DTrace on Linux Link
dtrace.conf 2012 2012-04 dtrace.conf 2012 – DTrace State of the Union Link Bryan Cantrill
dtrace.conf 2012 2012-04 dtrace.conf 2012 – More Visualizations Link
dtrace.conf 2012 2012-04 dtrace.conf 2012 – Setting the Agenda Link Bryan Cantrill
dtrace.conf 2012 2012-04 dtrace.conf 2012 – Visualizations Link Brendan Gregg
dtrace.conf 2012 2012-04 dtrace.conf 2012 – Visualizations, Enabling… Link
dtrace.conf 2012 2012-04 dtrace.conf 2012 – ZFS Provider Link
dtrace.conf 2012 2012-04 dtrace.conf 2012- Dynamic Translators Link
dtrace.conf 2012 2012-04 dtrace.conf 2012- User-Level CTF Link
ad hoc 2012-03 Converting Virtual Appliance Packages for Link Orlando Vazquez
SCALE, Jan 2012 2012-01 Developing for illumos – 1 HD Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Developing for illumos – 2 HD Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Developing for illumos – 3 HD Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Developing for illumos – 4 HD Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Developing for illumos – 5 HD Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Developing for illumos – 5 HD Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Experiences Starting an Open Source Ope… 1 Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Experiences Starting an Open Source Ope… 2 Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Experiences Starting an Open Source Ope… 3 Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Experiences Starting an Open Source Ope… 4 Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Experiences Starting an Open Source Ope… 4 Link Garrett D’Amore
SCALE, Jan 2012 2012-01 Performance Analysis: new tools and co 1 Link Brendan Gregg
SCALE, Jan 2012 2012-01 Performance Analysis: new tools and co 2 Link Brendan Gregg
SCALE, Jan 2012 2012-01 Performance Analysis: new tools and co 3 Link Brendan Gregg
SCALE, Jan 2012 2012-01 Performance Analysis: new tools and co 4 Link Brendan Gregg
illumos user group Jan 2,012 2012-01 Testing ZFS in illumos Link Delphix
illumos user group Jan 2,012 2012-01 The Future of LibZFS – Part 3 HD Link Matt Ahrens
illumos user group Jan 2,012 2012-01 The Future of LibZFS Part 1 HD Link Matt Ahrens
illumos user group Jan 2,012 2012-01 The Future of LibZFS, Part 2 HD Link Matt Ahrens
SCALE, Jan 2012 2012-01 Using SmartOS as a Hypervisor – 1 Link Robert Mustacchi
SCALE, Jan 2012 2012-01 Using SmartOS as a Hypervisor – 2 Link Robert Mustacchi
SCALE, Jan 2012 2012-01 Using SmartOS as a Hypervisor – 3 Link Robert Mustacchi
SCALE, Jan 2012 2012-01 Using SmartOS as a Hypervisor – 4 Link Robert Mustacchi
SCALE, Jan 2012 2012-01 Using SmartOS as a Hypervisor – 5 Link Robert Mustacchi
illumos user group Jan 2,012 2012-01 ZFS Backwards Compatibility Testing with … HD Link Delphix
illumos user group Jan 2,012 2012-01 ZFS Code Comments HD Link Bryan Cantrill
illumos user group Jan 2012 2012-01 ZFS Feature Flags – Part 1 HD Link Delphix
illumos user group Jan 2,012 2012-01 ZFS Feature Flags – Part 2 HD Link Delphix
illumos user group Jan 2,012 2012-01 ZFS Feature Flags – Part 3 HD Link Delphix
USENIX LISA 2011 2011-12 Fork Yeah! The Rise and Development of illumos Link Bryan Cantrill
USENIX LISA 2011 2011-12 The DevOps Transformation Link Ben Rockwood
ad hoc 2011-11 The DTrace Book and Solaris 11 Link Brendan Gregg
Solaris Family Reunion at Joyent, Oct 2011 2011-10 Solaris Family Reunion Link Bryan Cantrill
Surge 2011 2011-09 Building a Real-Time Cloud Analytics Service with Node.js Link Bryan Cantrill
KVM Conf 2011 2011-08 Experiences Porting KVM to SmartOS Link Bryan Cantrill
at Joyent 2011-07 Computing History with Bryan Cantrill Link Bryan Cantrill
at Joyent 2011-07 Computing History with Bryan Cantrill Part 2 Link Bryan Cantrill
at Joyent 2011-07 Visualizing Latency with Heatmaps Link Dave Pacheco
at Joyent 2011-06 Cloud Analytics Advanced Visualization Link Brendan Gregg
at Joyent 2011-06 Cloud Analytics Basic Visualization Link Brendan Gregg
2011-06 Cloud Analytics Definitions and Context Link Brendan Gregg
at Joyent 2011-06 Cloud Analytics Ease of Use Link Brendan Gregg
at Joyent 2011-06 MySQL Query Latency with DTrace 1 Link Brendan Gregg
at Joyent 2011-06 MySQL Query Latency with DTrace 2 Link Brendan Gregg
at Joyent 2011-06 MySQL Query Latency with DTrace 3 Link Brendan Gregg
at Joyent 2011-06 MySQL Query Latency with DTrace 4 Link Brendan Gregg
at Joyent 2011-06 MySQL Query Latency with DTrace 5 Link Brendan Gregg
Velocity 2011-06 The Best of Velocity – Instrumenting the real-time web: Node.js, DTrace and the Robinson Projection Link Bryan Cantrill
illumos user group 2011-06 Illumos Meetup 1 Link various
illumos user group 2011-06 Illumos Meetup 2 Link various
illumos user group 2011-06 Illumos Meetup 3 Link various
illumos user group 2011-06 Illumos Meetup 4 Link various
illumos user group 2011-06 Illumos Meetup 5 Link various
illumos user group 2011-06 Illumos Meetup 6 Link various
at Joyent 2011-05 SmartDataCenter Performance Disk IO Throttling for Optimal Performance Link Bill Pijewski
at Joyent 2011-04 mpstat All the Fields Link Brendan Gregg
at Joyent 2011-04 mpstat Digging Deeper Link Brendan Gregg
at Joyent 2011-04 mpstat Key Fields Link Brendan Gregg
at Joyent 2011-04 uptime Load Averages Link Brendan Gregg
node.js Community Event March 1, 2011 2011-03 Cloud Analytics Screencast Link Bryan Cantrill, Brendan Gregg
Vancouver, Jan 2011 2011-01 SmartOS Diskless Boot Link Bryan Cantrill
USENIX LISA 2010 2010-12 Visualizations for Performance Analysis (and More) – USENIX copy Link Brendan Gregg
USENIX LISA 2010 2010-11 DTrace BoF at LISA10 Link Brendan Gregg, Jim Mauro
USENIX LISA 2010 2010-11 DTrace BoF at LISA10 Part 2 Link Brendan Gregg, Jim Mauro
Solaris Summit at USENIX LISA 2010 2010-11 IPS Part 2 Link Bart Smaalders
Solaris Summit at USENIX LISA 2010 2010-11 IPS Part 3 Link Bart Smaalders
USENIX LISA 2010 2010-11 lisa10-vijay2 Link
Solaris Summit at USENIX LISA 2010 2010-11 New Security Features in Oracle Solaris 11 Express Link
Solaris Summit at USENIX LISA 2010 2010-11 Solaris 11 Deployment, 1 of 3 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Deployment, 2 of 3 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Deployment, 3 of 3 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Engineering Panel Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Engineering Panel 2 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Express: Zones, part 1 of 2 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Express: Zones, part 2 of 2 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Image Packaging System – 1 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Networking 1 of 3 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Networking 2 of 3 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Networking 3 of 3 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Packaging & Installation 1 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris 11 Packaging & Installation 2 Link
Solaris Summit at USENIX LISA 2,010 2010-11 Solaris Cluster 3.2 1/09: RAC in Zones & Quorum Monitoring Link
USENIX LISA 2010 2010-11 Where’d BigAdmin and the Docs Go? 1 Link
USENIX LISA 2,010 2010-11 Where’d BigAdmin and the Docs Go? 2 Link
FROSUG 2010-10 Little Shop Of Performance Horrors Part 1 Link Brendan Gregg
FROSUG 2010-10 Little Shop Of Performance Horrors Part 2 Link Brendan Gregg
FROSUG 2010-10 Little Shop Of Performance Horrors Part 3 Link Brendan Gregg
Solaris Family Reunion 2010-10 Solaris Family Reunion Link Bryan Cantrill
San Francisco 2010-10 System Duty Cycle Scheduling Class Link George Wilson
San Francisco 2010-10 Triple Parity RAID-Z Link George Wilson
San Francisco 2010-10 ZFS Pool Split Link George Wilson
SURGE 2010-09 Bryan Cantrill & Brendan Gregg ~ The Real-Time Web in the Real Link Bryan Cantrill & Brendan Gregg
SURGE 2010-09 David Pacheco ~ When Node.js Goes Wrong. Link David Pacheco
OOW 2010 2010-09 How to Build Better Applications with DTra… Link Brendan Gregg
OOW 2010 2010-09 How to Build Better Applications with DTrace Link Brendan Gregg
MPK 2010-08 DTrace and ZBall HD Link Bryan Cantrill
illumos launch Aug 2010 2010-08 illumos: Forking is Healthy Link Bryan Cantrill
MPK 2010-08 Solaris History: Crystal Springs and Teleg Link Bryan Cantrill
MPK 2010-08 Solaris History: Muir Woods Conference R… Link Bryan Cantrill
MPK 2010-08 Solaris History: The Marker Game Link Bryan Cantrill
Sun Tech Days Hyderabad 2010-03 Dead ends in multithreads application development Link Peter Karlsson
Sun Tech Days Hyderabad 2010-03 Dead ends in multithreads application development – part 2 of 2 Link Peter Karlsson
Sun Tech Days Hyderabad 2010-03 Developing in a Multicore World – 1 Link Peter Karlsson
Sun Tech Days Hyderabad 2010-03 Developing in a Multicore World – 2 Link Peter Karlsson
Sun Tech Days Hyderabad 2010-03 Diagnosing Live Systems with DTrace Link Brian Leonard
San Francisco 2010-03 DTrace book intro Link Brendan Gregg, Jim Mauro
Sun Tech Days Hyderabad 2010-03 Getting Started with Solaris-1-About Solaris Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 Getting Started with Solaris-2-Where is Everything? Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 Getting Started with Solaris-3-Users Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 Getting Started with Solaris-4-Managing Software Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 Getting Started with Solaris-5-System Services Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 Getting Started with Solaris-6-Networking Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 Getting Started with Solaris-7-Device Names & File Systems Link Brian Leonard
Perf Talks at Sun 2010-03 LUN Alignment Link Roch Bourbonnais
Sun Tech Days Hyderabad 2010-03 Mastering Your Multicore System Link
Sun Tech Days Hyderabad 2010-03 Observing Your App and Everything Else it Runs on Using DTrace Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 Observing Your App and Everything Else it Runs on Using DTrace 2 Link Brian Leonard
Perf Talks at Sun 2010-03 Performance Instrumentation Counters Link Brendan Gregg, Jim Mauro, Roch Bourbonnais
Perf Talks at Sun 2010-03 Performance Instrumentation Counters-2 Link Brendan Gregg, Jim Mauro, Roch Bourbonnais
Perf Talks at Sun 2010-03 Performance: Experimentation Link Brendan Gregg
Perf Talks at Sun 2010-03 Performance: Interrupts Link Brendan Gregg, Jim Mauro, Roch Bourbonnais
Perf Talks at Sun 2010-03 Performance: The “Not a Problem” Problem Link Brendan Gregg, Jim Mauro, Roch Bourbonnais
Sun Tech Days Hyderabad 2010-03 Securing Networked Services Link Sanjeev Bagewadi
Sun Tech Days Hyderabad 2010-03 The Problems Solaris Solves – 1 Managing File Systems Effectively Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 The Problems Solaris Solves – 2 – Monitoring and Managing Networks Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 The Problems Solaris Solves – 3 – Zones Link Brian Leonard
Sun Tech Days Hyderabad 2010-03 The Problems Solaris Solves – 4 – Diagnosing Live Systems with DTrace Link Brian Leonard
USENIX LISA 2009 2009-11 Ben Rockwood & Deirdré Straughan: A Conversation at LISA ’09 Link Ben Rockwood & Deirdré Straughan
Solaris Security Summit at USENIX LISA Nov 2,009 2009-11 Hardware-Based Isolation and Security for Virtual Machine Network Link Sunay Tripathi
Solaris Security Summit at USENIX LISA Nov 2009 2009-11 Kerberos Authentication for Web Security Link
Solaris Security Summit at USENIX LISA Nov 2009 2009-11 Multilevel Cluster Link Ellard Roush
Solaris Security Summit at USENIX LISA Nov 2009 2009-11 OpenSolaris User Groups Link Harry Foxwell
Solaris Security Summit at USENIX LISA Nov 2009 2009-11 Protecting Services with Built-In Solaris Security Features Link Christoph Schuba
Solaris Security Summit at USENIX LISA Nov 2009 2009-11 Rethinking Passwords Link
Solaris Security Summit at USENIX LISA Nov 2,009 2009-11 Rethinking Passwords – Part 2 of 2 Link
Solaris Security Summit at USENIX LISA Nov 2,009 2009-11 Solaris Security Overview Link Darren Moffat
Solaris Security Summit at USENIX LISA Nov 2,009 2009-11 Solaris Security Overview Part 2 of 2 Link Darren Moffat
Solaris Security Summit at USENIX LISA Nov 2009 2009-11 Solaris Security Summit 09 ZFS Crypto 1 Link Darren Moffatt
Solaris Security Summit at USENIX LISA Nov 2,009 2009-11 Solaris Security Summit 09 ZFS Crypto 2 Link Darren Moffatt
Solaris Security Summit at USENIX LISA Nov 2009 2009-11 Solaris Security Summit Introduction Link Kathy Jenks
Solaris Security Summit at USENIX LISA Nov 2,009 2009-11 Thin Client Delivery for the Enterprise Link Dennis Maher
Solaris Security Summit at USENIX LISA Nov 2009 2009-11 Trusted Extensions & Demo Link Glenn Faden
Solaris Security Summit, 2009-11 ZFS Crypto: Data Encryption for Local, NAS and SAN Link
Solaris Security Summit, 2009-11 ZFS Crypto: Data Encryption for Local, NAS and SAN Part 2 of 2 Link
USENIX LISA 2009 2009-11 ZFS in the Trenches Part 1 Link Ben Rockwood
OSDEVCON, Dresden 2009-10 Alligator meets Terminator 2 Link
OSDEVCON, Dresden 2009-10 Alligator meets Terminator: Caiman and AI Link
OSDEVCON, Dresden 2009-10 Implementing a simple SMF Service: Lessons learned Link Constantin Gonzalez
OSDEVCON, Dresden 2009-10 Implementing a simple SMF Service: Lessons learned – part 2 Link Constantin Gonzalez
OSDEVCON, Dresden 2009-10 Network Virtualisation Using Crossbow Technology Link Uros Nedic
OSDEVCON, Dresden 2009-10 Network Virtualisation Using Crossbow Technology 2 Link Uros Nedic
OOW 2009 2009-10 Optimizing and Managing Simulation Runs with Intel Flash and Oracle and MSC Software Link
OSDEVCON, Dresden 2009-10 ZFS Internal Structures Link Ulrich Graf
LIBR, Tulsa 2009-09 Neuroimaging Storage Landscape Link Alex Barclay
OpenStorage Summit 2,008 2009-09 ZFS in the Trenches Part 1 Link Ben Rockwood
OpenStorage Summit 2008 2009-09 ZFS in the Trenches Part 2 Link Ben Rockwood
OpenStorage Summit 2008 2009-09 ZFS in the Trenches Part 3 Link Ben Rockwood
OpenStorage Summit 2008 2009-09 ZFS in the Trenches Part 4 Link Ben Rockwood
OpenStorage Summit 2,008 2009-09 ZFS in the Trenches Part 5 Link Ben Rockwood
OpenStorage Summit 2008 2009-09 ZFS in the Trenches Part 6 Link Ben Rockwood
Kernel Conference Australia 2009-07 Debugging and Diagnosing Interesting Kernel Problems Link Pramod Batni
OSCON 2009 2009-07 DTracing Your Website Link Sriram?
Kernel Conference Australia 2009-07 Finding Bugs in Open Source Kernels Using Parfait Link
Kernel Conference Australia 2009-07 Hardware & Software Fault Management Architecture Link Gavin Maltby
Kernel Conference Australia 2009-07 How to survive as an Aussie Kernel Engineer Link Brendan Gregg
Kernel Conference Australia 2009-07 KCA: Panel Discussion on ZFS 2 Link Jeff Bonwick, Bill Moore, Pavel
Kernel Conference Australia 2009-07 Kernel Conference Australia: Panel Discussion on ZFS Link Jeff Bonwick, Bill Moore, Pavel
OpenSolaris Security BoF, OSCON 2009 2009-07 OpenSolaris Security: Q&A Link
OpenSolaris Security BoF, OSCON 2009 2009-07 OpenSolaris Security: Security and Solaris Containers Link Glenn Faden
OpenSolaris Security BoF, OSCON 2009 2009-07 OpenSolaris Security: Solaris Privileges Link Scott Rotondo
OpenSolaris Security BoF, OSCON 2009 2009-07 OpenSolaris Security: The Cryptographic Framework Link Valerie Fenwick
Kernel Conference Australia 2009-07 Porting USB HID Device Drivers Between … Link Max Bruning
Kernel Conference Australia 2009-07 Secure Software Engineering / In-Kernel Security Link ” Cristina Cifuentes, James Morris, and Fernando
Gont “
Kernel Conference Australia 2009-07 x86 Fast Reboot and Panic Reboot Link
Kernel Conference Australia 2009-07 ZFS the Next Word Part 1 Link Jeff Bonwick & Bill Moore
Kernel Conference Australia 2009-07 ZFS the Next Word Part 2 Link Jeff Bonwick & Bill Moore
Kernel Conference Australia 2009-07 ZFS the Next Word Part 3 Link Jeff Bonwick & Bill Moore
Kernel Conference Australia 2009-07 ZFS the Next Word Part 4 Link Jeff Bonwick & Bill Moore
Kernel Conference Australia 2009-07 ZFS the Next Word Part 5 Link Jeff Bonwick & Bill Moore
Kernel Conference Australia 2009-07 ZFS the Next Word Part 6 Link Jeff Bonwick & Bill Moore
Community One 2009 2009-06 Becoming a ZFS Ninja Part 1 Link Ben Rockwood
Community One 2009 2009-06 Becoming a ZFS Ninja Part 2 Link Ben Rockwood
Community One 2009 2009-06 Probing Database Applications with DTrace 1 Link Robert Lor
Community One 2,009 2009-06 Probing Database Applications with DTrace 2 Link Robert Lor
Community One 2009 2009-06 Solaris Device Drivers Link Max Bruning
Community One 2009 2009-06 Solaris Device Drivers 2 Link Max Bruning
Community One 2009 2009-06 Solaris Device Drivers Part 2 Link Max Bruning
Community One 2009 2009-05 Built-in Virtualization for OpenSolaris: Containers, Sun Logical Domains (LDOMs), and xen Link Jerry Jelinek
Community One 2009 2009-05 Measuring Performance with Sun Studio Tools Link Marty Itztowitz
Community One 2009 2009-05 OpenSolaris Secure Deployment Link Christoph Schuba
Community One 2009 2009-05 ZFS and COMSTAR Link Scott Tracy, Dan Maslowski
CommunityOne East 2009-03 Becoming an OpenSolaris Power User Link Nick Solter
Open Storage Summit 2009 2009-02 Nexenta, Open Storage, and Commercial … Link Anil Gulecha
Open Storage Summit 2009 2009-02 Open Storage & ZFS in a Linux World 1 Link SmugMug’s Don MacAskill
Open Storage Summit 2,009 2009-02 Open Storage & ZFS in a Linux World 2 Link SmugMug’s Don MacAskill
OpenStorage Summit 2009 2009-02 SETI For The People: Addressing the Challenge of Massive Data Sharing Link Tucker Bradford
OpenStorage Summit 2009 2009-02 Storage FMA Link Eric Schrock
OpenStorage Summit 2009 2009-02 Storage Re-Provisioning with COMSTAR Link Mike LaSpina
Open Storage Summit 2009 2009-02 ZFS, Cache and Flash Link Adam Leventhal of Delphix
Grenoble 2009-01 Performance of the Hybrid Storage Pool Link Nick, Roch Bourbonnais
Sun London Office, Jan 2009 2009-01 ZFS Discovery Day Total Cost of Ownership Link Graham Scattergood
Sun London Office, Jan 2009 2009-01 ZFS Discovery Day: Demo Link Paul Needle
Sun London Office, Jan 2009 2009-01 ZFS Discovery Day: Demo pt 2 Link Paul Needle
Sun London Office, Jan 2009 2009-01 ZFS Discovery Day: Understanding the Technology Link Tim
Sun announcement 2008? OpenSolaris Link Ian Murdock
USENIX LISA 2008-11 ZFS Workshop at LISA 2008 Part 1 Link Richard Elling
USENIX LISA 2008-11 ZFS Workshop at LISA 2008 Part 2 Link Richard Elling
USENIX LISA 2008-11 ZFS Workshop at LISA 2008 Part 3 Link Richard Elling
USENIX LISA 2008-11 ZFS Workshop at LISA 2008 Part 4 Link Richard Elling
USENIX LISA 2008-11 ZFS Workshop at LISA 2008 Part 5 Link Richard Elling
USENIX LISA 2008-11 ZFS Workshop at LISA 2008 Part 6 Link Richard Elling
OpenStorage Summit 2008 2008-09 Flash Performance in Storage Systems Link Bill Moore
OpenStorage Summit 2008 2008-09 Interview with Paddy Srinivasan of Zmanda Link Mark Johnson, Paddy Srinivasan
OpenStorage Summit 2008 2008-09 Storage in the Cloud: Open Storage Summit Ben Rockwood Keynote Link Ben Rockwood
Fishworks launch, Sept 2008 2008-09 Talking Open Storage with OurStage Link Alex Plant
Fishworks launch, Sept 2008 2008-09 Talking Open Storage with OurStage – 2 Link Alex Plant
OpenStorage Summit 2008 2008-09 ZFS in the Trenches Part 7 Link Ben Rockwood
SNIA SDC 2008-09 ZFS: The Last Word in File Systems Part 1 Link Jeff Bonwick and Bill Moore
SNIA SDC 2008-09 ZFS: The Last Word in File Systems Part 2 Link Jeff Bonwick and Bill Moore
SNIA SDC 2008-09 ZFS: The Last Word in File Systems Part 3 Link Jeff Bonwick and Bill Moore
OSDEVCON Prague, 2008 2008-07 Dominic Kay Link
OSDevCon 2008, Prague 2008-07 Get Involved! Part 1 Link Jim Grisanzio
Community One 2008 2008-06 COMSTAR Link Peter Buckingham
Bangalore 2008-06 The Shopkeeper: A Scalability Story Link Sun Bangalore team
OpenSolaris Summit 2008 2008-05 GoGames at the Open Solaris Developers’ Summit 2008 Link
Community One 2008 2008-05 The Open Storage Revolution Link Jeff Bonwick
SNW 2008-04 Talking About COMSTAR at SNW Link Jeff Cheeney
FAST 2008 2008-02 Filebench Architecture Link Drew Wilson
SNIA Storage Security Summit 2008-01 eDiscovery Link Steven Teppler
SNIA Winter Symposium 2008-01 SNIA EPA Green Storage Workshop – 1 Link
SNIA Winter Symposium 2008-01 SNIA EPA Green Storage Workshop – 2 Link
SNIA Winter Symposium 2008-01 SNIA EPA Green Storage Workshop – 3 Link
SNIA Winter Symposium 2008-01 SNIA EPA Green Storage Workshop – 4 Link
Broomfield, 2007 2007-08 MPxIO Link Chris Horne
Broomfield, 2007 2007-08 MPxIO 2 Link Chris Horne
Broomfield, 2007 2007-08 MPxIO 3 Link Chris Horne
2010 Introducing Oracle Solaris Cluster 3.3 Link Roma Barron
Menlo Park 2010 ZFS Dynamic LUN Expansion Link George Wilson
Sun Broomfield campus, 2009? 2009 Interview with Dave Stewart Link Jeff Cheeney, Dave Stewart
OSDEVCON 2009 2009 Using DTrace for Gnome Performance Analysis Link Krishnan Parthasarathi
dtrace.conf 2008 2008 drace.conf 2008 2:12pm – War Stories Link
dtrace.conf 2008 2008 dtrace.conf 2008 – 11:29am, NFSv3 and iS… Link
dtrace.conf 2008 2008 dtrace.conf 2008 – 11:44am, DTrace for h… Link
dtrace.conf 2008 2008 dtrace.conf 2008 – 11:54am Link
dtrace.conf 2008 2008 dtrace.conf 2008 – 12:48pm Link
dtrace.conf 2008 2008 dtrace.conf 2008 – 2:07pm – DTracing a So… Link
dtrace.conf 2008 2008 dtrace.conf 2008 – 2:22pm, Benoit Chaffan… Link Benoit Chaffanjon
dtrace.conf 2008 2008 dtrace.conf 2008 – 3:01pm, Erlang (contin… Link
dtrace.conf 2008 2008 dtrace.conf 2008 – 3:13pm, Instrumenting … Link
dtrace.conf 2008 2008 dtrace.conf 2008 – 9:41am, Opening Link
dtrace.conf 2008 2008 dtrace.conf 2008 1:03pm – Zones & DTrace Link
dtrace.conf 2008 2008 dtrace.conf 2008 1:58 pm – Jarod Jenson Link
dtrace.conf 2008 2008 dtrace.conf 2008 10:42am – Setting the Ag… Link
dtrace.conf 2008 2008 dtrace.conf 2008 11:17am – Demos Link
dtrace.conf 2008 2008 dtrace.conf 2008 12:40pm – VMWare VPro… Link
dtrace.conf 2008 2008 dtrace.conf 2008 2:52pm – Erlang Link
dtrace.conf 2008 2008 dtrace.conf 2008 3:43pm – HotSpot Runt… Link
dtrace.conf 2008 2008 dtrace.conf 2008 4:24pm – PostgreSQL: L… Link
dtrace.conf 2008 2008 dtrace.conf 2008 4:44pm – PostgreSQL P… Link
dtrace.conf 2008 2008 dtrace.conf 2008 5:09pm – Distributed DTr… Link
dtrace.conf 2008 2008 dtrace.conf 2008 6:21pm Link
dtrace.conf 2008 2008 dtrace.conf 2008 7:25pm – Apple Port of D… Link
USENIX FAST 2008 2008 FAST WIP: Filebench Link Drew Wilson
HPC Conference 2008 Intelligent Storage Link Harriet Coverston
OpenStorage Summit, Sept 2008 2008 Interview with Evan Powell of Nexenta Link Mark Carlson, Evan Powell
MPK 2008 Invitation to OOW, 2008 Link
SNW 2008 Talking About COMSTAR at SNW Link
SNIA SDC 2008 The Solid-State Storage Revolution Link Andy Bechtolsheim
Broomfield 2008 ZFS as a Root File System Link Lori Alt
09-02-storsum-iomon-kaitschuck Link
09-10-osdevcon-nexenta Link
Automated Testing of OpenSolaris Link
at Joyent Brendan Gregg on the DTrace Book Link Brendan Gregg
(Sun) Brendan Gregg on the DTrace Book Link Brendan Gregg
at Joyent Brendan Gregg on the DTrace Book 2 Link Brendan Gregg
(Sun) Brendan Gregg on the DTrace Book 2 Link Brendan Gregg
Building High Quality C++ Applications 2 Link
Building High Quality C++ Applications1 Link
Building High-Quality C/C++ Applications Link
Fibre Channel Concepts part 1a Link
Fibre Channel Concepts part 1b Link
Fibre Channel Concepts Part 2a Link
Fibre Channel Concepts Part 2b Link
ad hoc Getting Optimum Sound from a Consumer Camcorder Link Deirdré Straughan
Hybrid Programming, and What’s Next? Link
Immutable Service Containers Link ?
Introducing Thorsten Freauf Link
Introduction to Oracle Solaris 11 Express Link
Introduction to Parallel Programming: Performance Tuning Link Ruud van der Pas
Introduction to the Chime Visualization Tool for DTrace Link
Introduction to the Chime Visualization Tool for DTrace part 2 of 2 Link
Jumping to the Next IPS level Link
Managing Grid Engine Clusters 1 Link
Managing Grid Engine Clusters 2 Link
Managing Grid Engine Clusters 3 Link
Managing Grid Engine Clusters 4 Link
Managing Grid Engine Clusters 5 Link
Managing Grid Engine Clusters 6 Link
Managing Grid Engine Clusters 7 Link
Maximizing Application Performance with Sun Studio Link
Multicore Processor Architectures: Link
Nehalem and OpenSolaris Link
Open Source Grid & Cluster Conference Open Source Grid & Cluster Conference: Voice of the Community BoF Link
OOW Oracle E-Business Suite on Sun Blades Link
Oracle Solaris Developer Tools Link
Menlo Park Oracle Solaris Studio 12.2 Release Link
Oracle Solaris Studio Express Link
Parallel Architectures Link Ruud van der Paas
Parallel Programming Basics Link Ruud van der Paas
Parallel Programming Models – Distributed Memory and MPI Link Ruud van der Paas
Parallel Programming Models – Shared Memory, Auto Parallel, OpenMP Link Ruud van der Paas
Porting USB HID Device Drivers Between Linux and OpenSolaris Link
HPC Consortium Prasad Pai at HPC Consortium Link Prasad Pai
Robin of StorageMojo Link
SAM-QPS Testing Link
Source Juicer – A New Way to Build Solaris Software Link
Source Juicer 2 Link
Sun’s Donation for the XAM SDK 1 Link
Sun’s Donation for the XAM SDK 2 Link
Testing Applications with VirtualBox Software Link
(Sun) The DTrace Book Link Brendan Gregg
(Sun) The DTrace Book and Solaris 11 Link Brendan Gregg
Virtualizing Your Applications 1 Link
Virtualizing Your Applications 2 Link
at Joyent vmstat All the Fields Link Brendan Gregg
at Joyent vmstat Key Fields Link Brendan Gregg
at Joyent vmstat Scope Link Brendan Gregg
ZFS Crypto Link
ZFS Dedup Link
ZFS Features in Oracle Solaris 11 Express Link
OpenStorage Summit 2008 ZFS in the Trenches Part 5 Link Ben Rockwood
ZFS Log Devices Link George Wilson
ZFS Pool Recovery Link George Wilson

Linux Performance Analysis and Tools: Brendan Gregg’s Talk at SCaLE 11x

Our friends at SCaLE invited Brendan Gregg to speak (again) this year, and he was happy to return. He developed and delivered a fantastic talk; I filmed, edited, published, wrote a blog post for Joyent, and ran a quick-n-dirty social media campaign (Twitter and HackerNews) to drive traffic to it – that, too, is part of my job.