From 0fbf9e517b39da9daa0b4630332f216367d6ab62 Mon Sep 17 00:00:00 2001 From: Max Liu Date: Sun, 25 Aug 2024 16:14:36 -0400 Subject: [PATCH] test --- index.html | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 199 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b658565..4efb1f5 100644 --- a/index.html +++ b/index.html @@ -198,11 +198,208 @@ {% endif %} - + + 11/13/23 + Zhaoqi Zhang + Understanding host network stack overheads, SIGCOMM '21 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Understanding host network stack overheads'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 11/01/23 + Mona Ma + The Mystery Machine: End-to-end Performance Analysis of Large-scale Internet Services, OSDI '14 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'The Mystery Machine'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 10/18/23 + Tomislav Z-M + TBD + TBD + + + 10/25/23 + Darby Huye + TBD + TBD + + + 10/11/23 + Sarah Abowitz + Detecting DoS Attacks in Microservice Applications: Approach and Case Study, LADC '22 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Detecting DoS Attacks'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 10/04/23 + Max Liu + Automatic Policy Generation for Inter-Service Access Control of Microservices, USENIX Security '21 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Automatic Policy Generation'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 09/27/23 + Zhaoqi Zhang + Iron: Isolating Network-based CPU in Container Environments, NSDI '18 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Iron: Isolating'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 09/20/23 + Mona Ma + END-TO-END ARGUMENTS IN SYSTEM DESIGN + + {% assign post = site.posts | where_exp: "post", "post.title contains 'End-to-end'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 09/13/23 + Darby Huye + µTune: Auto-Tuned Threading for OLDI Microservices, ODSI '18 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'µTune'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 09/06/23 + Tomislav Z-M + N/A + N/A + + + 08/24/23 + Sarah Abowitz + Summary of DEFCON '23 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'My first DEF CON'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 08/17/23 + Zhaoqi Zhang + Relational Debugging --- Pinpointing Root Causes of Performance Problems, OSDI '23 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Relational Debugging'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 07/20/23 + Darby Huye + SampleHST: Efficient On-the-Fly Selection of Distributed Traces, on arxiv '22 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'SampleHST'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 07/13/23 + Mona Ma + Summary of OSDI & ATC '23 papers + + {% assign post = site.posts | where_exp: "post", "post.title contains 'OSDI & ATC'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 06/29/23 + Tomislav Z-M + Push-Button Reliability Testing for Cloud-Backed Applications with Rainmaker, NSDI '23 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Rainmaker'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 06/22/23 + Sarah Abowitz + Doing More with Less: Orchestrating Serverless Applications without an Orchestrator, NSDI '23 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Unum summary'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 06/15/23 + Zhaoqi Zhang + Metastable Failures in the Wild, OSDI '22 + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Metastable'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + + + 06/08/23 + Darby Huye + Foxhound: Server-Grade Observability for Network-Augmented Applications, EuroSys '23 + + + {% assign post = site.posts | where_exp: "post", "post.title contains 'Foxhound'" | first %} + {% if post %} + Summary + {% else %}Unavailable + {% endif %} + + -