Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
SketchLib - Enabling Efficient Sketch-based Monitoring on Programmable Switches
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Let's try to run sketches on programmable switches
- 3 Sketch is inefficient or infeasible on programmable switch
- 4 Our work: Sketchlib bridges the gap!
- 5 Outline
- 6 Two background questions for bottleneck analysis
- 7 Sketches have four common steps
- 8 Sketch imposes burden on hardware resources
- 9 Hash calls and SALUs are resource bottlenecks
- 10 Overview of optimizations and SketchLib API
- 11 01. Consolidate short hash calls
- 12 05. Remove unnecessary SALU allocation
- 13 End-to-end code example
- 14 Applicability of SketchLib
- 15 Sketchlib reduces resource bottlenecks
- 16 Sketch Lib preserves accuracy
- 17 Conclusion