Remove Case Study Remove Network Remove Open Source Remove Programming
article thumbnail

Netflix at AWS re:Invent 2019

The Netflix TechBlog

To sustain this data growth at Netflix, it has deployed open-source software Ceph using AWS services to achieve the required SLOs of some of the post-production workflows. Technology advancements in content creation and consumption have also increased its data footprint.

AWS 100
article thumbnail

Netflix at AWS re:Invent 2019

The Netflix TechBlog

To sustain this data growth at Netflix, it has deployed open-source software Ceph using AWS services to achieve the required SLOs of some of the post-production workflows. Technology advancements in content creation and consumption have also increased its data footprint.

AWS 100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Fostering a Web Performance Culture

Jos

I remember when I learned about dynamic programming, greedy or divide and conquer algorithms. Simulate bad network conditions and slow CPUs and make your project resilient. There is a lot research on how performance optimization improves key metrics and sites like WPO Stats are a good source of case studies.

article thumbnail

Netflix at AWS re:Invent 2019

The Netflix TechBlog

To sustain this data growth at Netflix, it has deployed open-source software Ceph using AWS services to achieve the required SLOs of some of the post-production workflows. Technology advancements in content creation and consumption have also increased its data footprint.

AWS 37
article thumbnail

Fostering a Web Performance Culture

Jos

I remember when I learned about dynamic programming, greedy or divide and conquer algorithms. Simulate bad network conditions and slow CPUs and make your project resilient. There is a lot research on how performance optimization improves key metrics and sites like WPO Stats are a good source of case studies.

article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Created by Alastair Robertson , bpftrace is an open source high-level tracing front-end that lets you analyze systems in custom ways. Files opened by process bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %sn", comm, str(args->filename)); }'. bcc is powerful but laborious to program. eBPF does more.

C++ 110
article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Created by Alastair Robertson , bpftrace is an open source high-level tracing front-end that lets you analyze systems in custom ways. Files opened by process bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %sn", comm, str(args->filename)); }'. bcc is powerful but laborious to program. eBPF does more.

C++ 40