SlideShare a Scribd company logo
1 of 17
Download to read offline
NNNNNNeeeeeetBtBtBtBtBtBSDSDSDSDSDSD 555555......000000
Introducing NetBSD 5.0
Andrew Doran
ad@netbsd.org
WWWWWWhhhhhhaaaaaatttttt iiiiiissssss NeNeNeNeNeNettttttBSBSBSBSBSBSDDDDDD??????
A mature Unix-like operating system.
Focus areas:
Server, embedded, and hobby applications.
Scaling: from mobile phones to large servers.
Providing a platform for education and research.
Development coordinated by one of the first truly collaborative
Open Source projects to emerge on the net.
WWWWWWhhhhhhaaaaaatttttt iiiiiissssss NeNeNeNeNeNettttttBSBSBSBSBSBSDDDDDD 555555......000000??????
The first NetBSD release to see full-time development funded by
donations.
The largest set of changes to the kernel since the inception of
the project.
A seven million line patch against 4.0.
Over 2 years in development.
EmEmEmEmEmEmbbbbbbeeeeeeddddddddddddeeeeeedddddd rolrolrolrolrolroleeeeee
An important market segment that helps to drive the system's
development, so I'll mention it here.
Popular because the system scales well, the price and license are
right, and it's easy to build upon.
Build any NetBSD platform from anywhere with a POSIX
environment and C/C++ compiler: from Solaris, Linux, Windows
(Cygwin), ...
$ uname ­s ­m
Linux i686
$ cd netbsd­src
$ ./build.sh ­m sparc64 release
NeNeNeNeNeNewwwwww iiiiiinnnnnn 555555......000000
Massive performance improvements on multicore hardware.
Journaling file system.
Power management: reliable suspend and resume.
Robust 1:1 threading implementation.
POSIX real-time extensions.
Processor sets, affinity, and offline/online.
Full kernel preemption for real-time threads.
File systems (including FUSE) running in user space.
Multiprocessor optimized malloc() for applications.
NeNeNeNeNeNewwwwww iiiiiinnnnnn 555555......000000 ((((((ccccccononononononttttttiiiiiinnnnnnuuuuuueeeeeedddddd))))))
Integrated LDAP (OpenLDAP).
POSIX asynchronous I/O and message queues.
Modularized thread scheduler.
Writable file systems on DVDs (UDF).
Extensive bug audit of core kernel code.
Many new runtime tuneables.
And much more!
NeNeNeNeNeNewwwwww fffffforororororor workworkworkworkworkworkssssssttttttaaaaaattttttiiiiiionononononon uuuuuusssssseeeeeersrsrsrsrsrs
Fast boot: ~20 seconds from loader to GDM login prompt on
modern PCs.
Suspend and resume many laptops reliably, even multi-core.
Threaded applications can exploit the power of all CPUs. Notable
examples: video and audio transcoding.
Unified kernel image for native x86. There is now rarely any need
to compile a custom one.
Self-optimizing kernel: no penalty running on a single CPU
machine.
Xorg to replace XFree86.
............ forforforforforfor sssssseeeeeerrrrrrvvvvvversersersersersers aaaaaannnnnndddddd eeeeeemmmmmmbbbbbbeeeeeeddddddddddddeeeeeedddddd aaaaaappppppppppppssssss
Performance and reliability improvements almost everywhere.
Scale from 1 to 32 CPUs with no tweaks on qualified workloads.
Partition CPU resources as needed. Example: dedicate CPUs to
your realtime applications.
Realtime applications take advantage of kernel preemption (~5μs
typical response on modern x86).
Logging file system: no more waiting for file system checks after
an unscheduled system shutdown.
............ forforforforforfor ddddddeeeeeevvvvvveeeeeellllllopopopopopopeeeeeersrsrsrsrsrs aaaaaannnnnndddddd hhhhhhobobobobobobbbbbbbyyyyyyisisisisisisttttttssssss
Many new application facilities and APIs. Example: Solaris-
compatible atomic operations, with the same API in both kernel
and userspace.
Native Java on i386 and soon amd64.
cc -m32: develop and test 32 bit applications on 64-bit hosts.
Extensive updates to the kernel programming guide - “section 9”
of the system manual.
ATF: the Automated Testing Framework, for unit tests.
Better insight into how the system is performing and operating,
with new tools such as lockstat (kernel lock statistics), tprof
(performance-counter based kernel profiling), and mini crash
dumps on i386 (no more 4GB kernel crash dumps).
BeBeBeBeBeBennnnnncccccchhhhhhmmmmmmaaaaaarkrkrkrkrkrkssssss
To illustrate performance improvements in 5.0.
Release versions of each OS installed and are:
“out of the box”, with no tweaking.
using hand-compiled software where important for fairness.
using similar file system configurations: 4GB /local with
journaling or soft updates, tmpfs /tmp
using identical application configurations
Your results may differ, terms and conditions apply, etc.
BeBeBeBeBeBennnnnncccccchhhhhhmmmmmmaaaaaarkrkrkrkrkrk:::::: hhhhhhaaaaaacccccckkkkkkbbbbbbeeeeeennnnnncccccchhhhhh
Tests efficiency and scalability of the scheduler and IPC
mechanisms.
Created by and popular with Linux kernel developers.
Exposes problems with SMP scaling, and with high numbers of
active tasks.
BBBBBBenenenenenencccccchhhhhhmmmmmmaaaaaarrrrrrkkkkkk:::::: MySMySMySMySMySMySQQQQQQLLLLLL ssssssysysysysysysbbbbbbeeeeeennnnnncccccchhhhhh
Simulates an OLTP style workload.
Tests efficiency and scalability of pthread library, malloc(), the
scheduler and IPC mechanisms, among others.
Used extensively during development of 5.0.
Run here in read-only configuration: write performance of the
DBMS and disk subsystem is a limiting factor we are not
interested in for this particular test.
my.cnf available on request.
BeBeBeBeBeBennnnnncccccchhhhhhmmmmmmaaaaaarkrkrkrkrkrk:::::: bbbbbbuuuuuuiiiiiilllllldddddd......sssssshhhhhh
NetBSD's build system.
A “software development” workload.
All tools bootstrapped: compiler, binutils, make, etc. The only
host tool that sees extensive use is /bin/sh.
In this test, a hand built gcc is used to bootstrap (for fairness).
Measures time taken to build a release of NetBSD in seconds:
smaller is better.
Fedora excels due to massive investment in improving efficiency
and scalability of Linux over the last few years. Our hats are off
to the GNU/Linux/Fedora developers.
We want to reverse the position with 6.0.
“build.sh -j 16 -m i386 release”, 8 core Xeon E5320
Time in seconds
TTTTTThhhhhheeeeee fufufufufufuttttttuuuuuure:re:re:re:re:re: ppppppososososososssssssiiiiiibbbbbblllllleeeeee ffffffeaeaeaeaeaeattttttuuuuuurerererereressssss fffffforororororor 666666......000000
Concurrent network stack.
255 core support on x86.
ZFS, Sun's new file system.
15 minutes from install CD to desktop with web and productivity
apps.
Further performance and scalability improvements to file and
virtual memory subsystems.
Modularized kernel on PC and server systems.
NUMA awareness.
Binary patches and upgrades.
NFS client performance improvements.

More Related Content

What's hot

Term Project Presentation (4)
Term Project Presentation (4)Term Project Presentation (4)
Term Project Presentation (4)Louis Loizides PE
 
Wish list from PostgreSQL - Linux Kernel Summit 2009
Wish list from PostgreSQL - Linux Kernel Summit 2009Wish list from PostgreSQL - Linux Kernel Summit 2009
Wish list from PostgreSQL - Linux Kernel Summit 2009Takahiro Itagaki
 
epoll() - The I/O Hero
epoll() - The I/O Heroepoll() - The I/O Hero
epoll() - The I/O HeroMohsin Hijazee
 
Opportuni1012017 programming model_tied_to_hardware_processors
Opportuni1012017 programming model_tied_to_hardware_processorsOpportuni1012017 programming model_tied_to_hardware_processors
Opportuni1012017 programming model_tied_to_hardware_processorsVenkat Ravi Shanker K
 
Threading Successes 06 Allegorithmic
Threading Successes 06   AllegorithmicThreading Successes 06   Allegorithmic
Threading Successes 06 Allegorithmicguest40fc7cd
 
OSNoise Tracer: Who Is Stealing My CPU Time?
OSNoise Tracer: Who Is Stealing My CPU Time?OSNoise Tracer: Who Is Stealing My CPU Time?
OSNoise Tracer: Who Is Stealing My CPU Time?ScyllaDB
 
Deployment Strategies
Deployment StrategiesDeployment Strategies
Deployment StrategiesMongoDB
 
import rdma: zero-copy networking with RDMA and Python
import rdma: zero-copy networking with RDMA and Pythonimport rdma: zero-copy networking with RDMA and Python
import rdma: zero-copy networking with RDMA and Pythongroveronline
 
Linux Locking Mechanisms
Linux Locking MechanismsLinux Locking Mechanisms
Linux Locking MechanismsKernel TLV
 
Kernel Recipes 2017 - What's new in the world of storage for Linux - Jens Axboe
Kernel Recipes 2017 - What's new in the world of storage for Linux - Jens AxboeKernel Recipes 2017 - What's new in the world of storage for Linux - Jens Axboe
Kernel Recipes 2017 - What's new in the world of storage for Linux - Jens AxboeAnne Nicolas
 
Kernel Recipes 2016 - Speeding up development by setting up a kernel build farm
Kernel Recipes 2016 - Speeding up development by setting up a kernel build farmKernel Recipes 2016 - Speeding up development by setting up a kernel build farm
Kernel Recipes 2016 - Speeding up development by setting up a kernel build farmAnne Nicolas
 
Deployment Strategy
Deployment StrategyDeployment Strategy
Deployment StrategyMongoDB
 
How to use many core CPUs
How to use many core CPUsHow to use many core CPUs
How to use many core CPUsOntico
 
Windows IOCP vs Linux EPOLL Performance Comparison
Windows IOCP vs Linux EPOLL Performance ComparisonWindows IOCP vs Linux EPOLL Performance Comparison
Windows IOCP vs Linux EPOLL Performance ComparisonSeungmo Koo
 
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce RichardsonThe 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardsonharryvanhaaren
 
Epoll - from the kernel side
Epoll -  from the kernel sideEpoll -  from the kernel side
Epoll - from the kernel sidellj098
 
Picobgp - A simple deamon for routing advertising
Picobgp - A simple deamon for routing advertisingPicobgp - A simple deamon for routing advertising
Picobgp - A simple deamon for routing advertisingClaudio Mignanti
 
Linux System Monitoring basic commands
Linux System Monitoring basic commandsLinux System Monitoring basic commands
Linux System Monitoring basic commandsMohammad Rafiee
 
HowTo Install openMPI on Ubuntu
HowTo Install openMPI on UbuntuHowTo Install openMPI on Ubuntu
HowTo Install openMPI on UbuntuA Jorge Garcia
 

What's hot (20)

Term Project Presentation (4)
Term Project Presentation (4)Term Project Presentation (4)
Term Project Presentation (4)
 
Wish list from PostgreSQL - Linux Kernel Summit 2009
Wish list from PostgreSQL - Linux Kernel Summit 2009Wish list from PostgreSQL - Linux Kernel Summit 2009
Wish list from PostgreSQL - Linux Kernel Summit 2009
 
WTF?
WTF?WTF?
WTF?
 
epoll() - The I/O Hero
epoll() - The I/O Heroepoll() - The I/O Hero
epoll() - The I/O Hero
 
Opportuni1012017 programming model_tied_to_hardware_processors
Opportuni1012017 programming model_tied_to_hardware_processorsOpportuni1012017 programming model_tied_to_hardware_processors
Opportuni1012017 programming model_tied_to_hardware_processors
 
Threading Successes 06 Allegorithmic
Threading Successes 06   AllegorithmicThreading Successes 06   Allegorithmic
Threading Successes 06 Allegorithmic
 
OSNoise Tracer: Who Is Stealing My CPU Time?
OSNoise Tracer: Who Is Stealing My CPU Time?OSNoise Tracer: Who Is Stealing My CPU Time?
OSNoise Tracer: Who Is Stealing My CPU Time?
 
Deployment Strategies
Deployment StrategiesDeployment Strategies
Deployment Strategies
 
import rdma: zero-copy networking with RDMA and Python
import rdma: zero-copy networking with RDMA and Pythonimport rdma: zero-copy networking with RDMA and Python
import rdma: zero-copy networking with RDMA and Python
 
Linux Locking Mechanisms
Linux Locking MechanismsLinux Locking Mechanisms
Linux Locking Mechanisms
 
Kernel Recipes 2017 - What's new in the world of storage for Linux - Jens Axboe
Kernel Recipes 2017 - What's new in the world of storage for Linux - Jens AxboeKernel Recipes 2017 - What's new in the world of storage for Linux - Jens Axboe
Kernel Recipes 2017 - What's new in the world of storage for Linux - Jens Axboe
 
Kernel Recipes 2016 - Speeding up development by setting up a kernel build farm
Kernel Recipes 2016 - Speeding up development by setting up a kernel build farmKernel Recipes 2016 - Speeding up development by setting up a kernel build farm
Kernel Recipes 2016 - Speeding up development by setting up a kernel build farm
 
Deployment Strategy
Deployment StrategyDeployment Strategy
Deployment Strategy
 
How to use many core CPUs
How to use many core CPUsHow to use many core CPUs
How to use many core CPUs
 
Windows IOCP vs Linux EPOLL Performance Comparison
Windows IOCP vs Linux EPOLL Performance ComparisonWindows IOCP vs Linux EPOLL Performance Comparison
Windows IOCP vs Linux EPOLL Performance Comparison
 
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce RichardsonThe 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
 
Epoll - from the kernel side
Epoll -  from the kernel sideEpoll -  from the kernel side
Epoll - from the kernel side
 
Picobgp - A simple deamon for routing advertising
Picobgp - A simple deamon for routing advertisingPicobgp - A simple deamon for routing advertising
Picobgp - A simple deamon for routing advertising
 
Linux System Monitoring basic commands
Linux System Monitoring basic commandsLinux System Monitoring basic commands
Linux System Monitoring basic commands
 
HowTo Install openMPI on Ubuntu
HowTo Install openMPI on UbuntuHowTo Install openMPI on Ubuntu
HowTo Install openMPI on Ubuntu
 

Viewers also liked

Gender and Language in Thailand by Hugo Lee
Gender and Language in Thailand by Hugo LeeGender and Language in Thailand by Hugo Lee
Gender and Language in Thailand by Hugo LeeHugo Yu-Hsiu Lee
 
Second Life Powerpoint Final
Second Life Powerpoint FinalSecond Life Powerpoint Final
Second Life Powerpoint Finalsecondlifeproject
 
Forex cash back ( fxsuccess.co.uk)
Forex cash back ( fxsuccess.co.uk)Forex cash back ( fxsuccess.co.uk)
Forex cash back ( fxsuccess.co.uk)forexcashback
 
UBUNTU 15.10 Willy Werewolf
UBUNTU 15.10 Willy WerewolfUBUNTU 15.10 Willy Werewolf
UBUNTU 15.10 Willy WerewolfKijete
 
Universitas hominum final
Universitas hominum finalUniversitas hominum final
Universitas hominum finalAlégrate UANL
 
Натуральная лечебная косметика PsoEasy
Натуральная лечебная косметика PsoEasyНатуральная лечебная косметика PsoEasy
Натуральная лечебная косметика PsoEasyDSeaLine
 
Presentación ocs colmena vida y riesgos profesionales
Presentación ocs colmena vida y riesgos profesionalesPresentación ocs colmena vida y riesgos profesionales
Presentación ocs colmena vida y riesgos profesionalesAlfonso Qaz
 
Mirko barrueto cv avansys 2014
Mirko barrueto cv  avansys 2014Mirko barrueto cv  avansys 2014
Mirko barrueto cv avansys 2014mijobain
 
Visión Corporativa de EarthLink
Visión Corporativa de EarthLinkVisión Corporativa de EarthLink
Visión Corporativa de EarthLinkEarthLink Business
 
VO Step1 Globalisierung
VO Step1 GlobalisierungVO Step1 Globalisierung
VO Step1 Globalisierungthomasabauer
 
FIDELIZACIÓN DE CLIENTES MEDIANTE WHATSAPP
FIDELIZACIÓN DE CLIENTES MEDIANTE WHATSAPPFIDELIZACIÓN DE CLIENTES MEDIANTE WHATSAPP
FIDELIZACIÓN DE CLIENTES MEDIANTE WHATSAPPurretxuamanu
 
Tecnologia y comunicacion
Tecnologia y comunicacionTecnologia y comunicacion
Tecnologia y comunicaciontripilla
 
Manual de la calculadora fx 570 991-es_plus_s
Manual de la calculadora fx 570 991-es_plus_sManual de la calculadora fx 570 991-es_plus_s
Manual de la calculadora fx 570 991-es_plus_sMonserrat Neri
 
Augmented Reality Marketing; a Revolutionary Sales Technology
Augmented Reality Marketing; a Revolutionary Sales TechnologyAugmented Reality Marketing; a Revolutionary Sales Technology
Augmented Reality Marketing; a Revolutionary Sales TechnologyHidden Creative
 

Viewers also liked (20)

Presentación Mas 30 v2
Presentación Mas 30 v2Presentación Mas 30 v2
Presentación Mas 30 v2
 
Gender and Language in Thailand by Hugo Lee
Gender and Language in Thailand by Hugo LeeGender and Language in Thailand by Hugo Lee
Gender and Language in Thailand by Hugo Lee
 
Presentacion blog
Presentacion blogPresentacion blog
Presentacion blog
 
Second Life Powerpoint Final
Second Life Powerpoint FinalSecond Life Powerpoint Final
Second Life Powerpoint Final
 
Forex cash back ( fxsuccess.co.uk)
Forex cash back ( fxsuccess.co.uk)Forex cash back ( fxsuccess.co.uk)
Forex cash back ( fxsuccess.co.uk)
 
Emaar farm-technik
Emaar farm-technikEmaar farm-technik
Emaar farm-technik
 
UBUNTU 15.10 Willy Werewolf
UBUNTU 15.10 Willy WerewolfUBUNTU 15.10 Willy Werewolf
UBUNTU 15.10 Willy Werewolf
 
Universitas hominum final
Universitas hominum finalUniversitas hominum final
Universitas hominum final
 
Натуральная лечебная косметика PsoEasy
Натуральная лечебная косметика PsoEasyНатуральная лечебная косметика PsoEasy
Натуральная лечебная косметика PsoEasy
 
Presentación ocs colmena vida y riesgos profesionales
Presentación ocs colmena vida y riesgos profesionalesPresentación ocs colmena vida y riesgos profesionales
Presentación ocs colmena vida y riesgos profesionales
 
Mirko barrueto cv avansys 2014
Mirko barrueto cv  avansys 2014Mirko barrueto cv  avansys 2014
Mirko barrueto cv avansys 2014
 
Petição Incra Processo 2004.34.00.047090-0 - 17/4/2015
Petição Incra Processo 2004.34.00.047090-0 - 17/4/2015Petição Incra Processo 2004.34.00.047090-0 - 17/4/2015
Petição Incra Processo 2004.34.00.047090-0 - 17/4/2015
 
Visión Corporativa de EarthLink
Visión Corporativa de EarthLinkVisión Corporativa de EarthLink
Visión Corporativa de EarthLink
 
Manual Stingl Sodramar
Manual Stingl SodramarManual Stingl Sodramar
Manual Stingl Sodramar
 
Uruguay 7 05
Uruguay 7 05Uruguay 7 05
Uruguay 7 05
 
VO Step1 Globalisierung
VO Step1 GlobalisierungVO Step1 Globalisierung
VO Step1 Globalisierung
 
FIDELIZACIÓN DE CLIENTES MEDIANTE WHATSAPP
FIDELIZACIÓN DE CLIENTES MEDIANTE WHATSAPPFIDELIZACIÓN DE CLIENTES MEDIANTE WHATSAPP
FIDELIZACIÓN DE CLIENTES MEDIANTE WHATSAPP
 
Tecnologia y comunicacion
Tecnologia y comunicacionTecnologia y comunicacion
Tecnologia y comunicacion
 
Manual de la calculadora fx 570 991-es_plus_s
Manual de la calculadora fx 570 991-es_plus_sManual de la calculadora fx 570 991-es_plus_s
Manual de la calculadora fx 570 991-es_plus_s
 
Augmented Reality Marketing; a Revolutionary Sales Technology
Augmented Reality Marketing; a Revolutionary Sales TechnologyAugmented Reality Marketing; a Revolutionary Sales Technology
Augmented Reality Marketing; a Revolutionary Sales Technology
 

Similar to Introducing NetBSD 5.0

Deep Dive on Amazon EC2 instances
Deep Dive on Amazon EC2 instancesDeep Dive on Amazon EC2 instances
Deep Dive on Amazon EC2 instancesAmazon Web Services
 
Testing Persistent Storage Performance in Kubernetes with Sherlock
Testing Persistent Storage Performance in Kubernetes with SherlockTesting Persistent Storage Performance in Kubernetes with Sherlock
Testing Persistent Storage Performance in Kubernetes with SherlockScyllaDB
 
IMCSummit 2015 - Day 1 Developer Track - Evolution of non-volatile memory exp...
IMCSummit 2015 - Day 1 Developer Track - Evolution of non-volatile memory exp...IMCSummit 2015 - Day 1 Developer Track - Evolution of non-volatile memory exp...
IMCSummit 2015 - Day 1 Developer Track - Evolution of non-volatile memory exp...In-Memory Computing Summit
 
Introduction to Docker (and a bit more) at LSPE meetup Sunnyvale
Introduction to Docker (and a bit more) at LSPE meetup SunnyvaleIntroduction to Docker (and a bit more) at LSPE meetup Sunnyvale
Introduction to Docker (and a bit more) at LSPE meetup SunnyvaleJérôme Petazzoni
 
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...Amazon Web Services
 
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...Amazon Web Services
 
OpenEBS hangout #4
OpenEBS hangout #4OpenEBS hangout #4
OpenEBS hangout #4OpenEBS
 
Docker and-containers-for-development-and-deployment-scale12x
Docker and-containers-for-development-and-deployment-scale12xDocker and-containers-for-development-and-deployment-scale12x
Docker and-containers-for-development-and-deployment-scale12xrkr10
 
LMG Lightning Talks - SFO17-205
LMG Lightning Talks - SFO17-205LMG Lightning Talks - SFO17-205
LMG Lightning Talks - SFO17-205Linaro
 
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Odinot Stanislas
 
Docker Introduction, and what's new in 0.9 — Docker Palo Alto at RelateIQ
Docker Introduction, and what's new in 0.9 — Docker Palo Alto at RelateIQDocker Introduction, and what's new in 0.9 — Docker Palo Alto at RelateIQ
Docker Introduction, and what's new in 0.9 — Docker Palo Alto at RelateIQJérôme Petazzoni
 
Docker Introduction + what is new in 0.9
Docker Introduction + what is new in 0.9 Docker Introduction + what is new in 0.9
Docker Introduction + what is new in 0.9 Jérôme Petazzoni
 
It's always sunny with OpenJ9
It's always sunny with OpenJ9It's always sunny with OpenJ9
It's always sunny with OpenJ9DanHeidinga
 
Optimizing Servers for High-Throughput and Low-Latency at Dropbox
Optimizing Servers for High-Throughput and Low-Latency at DropboxOptimizing Servers for High-Throughput and Low-Latency at Dropbox
Optimizing Servers for High-Throughput and Low-Latency at DropboxScyllaDB
 
Closing Keynote
Closing KeynoteClosing Keynote
Closing KeynoteNeo4j
 
Oracle R12 EBS Performance Tuning
Oracle R12 EBS Performance TuningOracle R12 EBS Performance Tuning
Oracle R12 EBS Performance TuningScott Jenner
 

Similar to Introducing NetBSD 5.0 (20)

Deep Dive on Amazon EC2 instances
Deep Dive on Amazon EC2 instancesDeep Dive on Amazon EC2 instances
Deep Dive on Amazon EC2 instances
 
Testing Persistent Storage Performance in Kubernetes with Sherlock
Testing Persistent Storage Performance in Kubernetes with SherlockTesting Persistent Storage Performance in Kubernetes with Sherlock
Testing Persistent Storage Performance in Kubernetes with Sherlock
 
IMCSummit 2015 - Day 1 Developer Track - Evolution of non-volatile memory exp...
IMCSummit 2015 - Day 1 Developer Track - Evolution of non-volatile memory exp...IMCSummit 2015 - Day 1 Developer Track - Evolution of non-volatile memory exp...
IMCSummit 2015 - Day 1 Developer Track - Evolution of non-volatile memory exp...
 
Introduction to Docker (and a bit more) at LSPE meetup Sunnyvale
Introduction to Docker (and a bit more) at LSPE meetup SunnyvaleIntroduction to Docker (and a bit more) at LSPE meetup Sunnyvale
Introduction to Docker (and a bit more) at LSPE meetup Sunnyvale
 
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
 
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
SRV402 Deep Dive on Amazon EC2 Instances, Featuring Performance Optimization ...
 
OpenEBS hangout #4
OpenEBS hangout #4OpenEBS hangout #4
OpenEBS hangout #4
 
Docker and-containers-for-development-and-deployment-scale12x
Docker and-containers-for-development-and-deployment-scale12xDocker and-containers-for-development-and-deployment-scale12x
Docker and-containers-for-development-and-deployment-scale12x
 
LMG Lightning Talks - SFO17-205
LMG Lightning Talks - SFO17-205LMG Lightning Talks - SFO17-205
LMG Lightning Talks - SFO17-205
 
Ceph
CephCeph
Ceph
 
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
 
Docker Introduction, and what's new in 0.9 — Docker Palo Alto at RelateIQ
Docker Introduction, and what's new in 0.9 — Docker Palo Alto at RelateIQDocker Introduction, and what's new in 0.9 — Docker Palo Alto at RelateIQ
Docker Introduction, and what's new in 0.9 — Docker Palo Alto at RelateIQ
 
Docker Introduction + what is new in 0.9
Docker Introduction + what is new in 0.9 Docker Introduction + what is new in 0.9
Docker Introduction + what is new in 0.9
 
It's always sunny with OpenJ9
It's always sunny with OpenJ9It's always sunny with OpenJ9
It's always sunny with OpenJ9
 
Optimizing Servers for High-Throughput and Low-Latency at Dropbox
Optimizing Servers for High-Throughput and Low-Latency at DropboxOptimizing Servers for High-Throughput and Low-Latency at Dropbox
Optimizing Servers for High-Throughput and Low-Latency at Dropbox
 
Deep Dive on Amazon EC2
Deep Dive on Amazon EC2Deep Dive on Amazon EC2
Deep Dive on Amazon EC2
 
module01.ppt
module01.pptmodule01.ppt
module01.ppt
 
Closing Keynote
Closing KeynoteClosing Keynote
Closing Keynote
 
Oracle R12 EBS Performance Tuning
Oracle R12 EBS Performance TuningOracle R12 EBS Performance Tuning
Oracle R12 EBS Performance Tuning
 
Java Memory Model
Java Memory ModelJava Memory Model
Java Memory Model
 

Recently uploaded

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is insideshinachiaurasa2
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...masabamasaba
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfayushiqss
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationShrmpro
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...Nitya salvi
 

Recently uploaded (20)

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 

Introducing NetBSD 5.0