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 the major new features and performance improvements of 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 the major new features and performance improvements of 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

(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 

Recently uploaded (20)

(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 

Introducing the major new features and performance improvements of NetBSD 5.0