diff --git a/_config.yml b/_config.yml index 0f535b7..d866d41 100644 --- a/_config.yml +++ b/_config.yml @@ -16,8 +16,8 @@ minimal: false # use a dark header # Menu navigation: # accepts {file, title, url, icon, sidebaricon} - - {file: "schedule.html", title: 'Home'} - - {file: "index.html", title: 'All Summaries'} + - {file: "index.html", title: 'Home'} + - {file: "summaries.html", title: 'All Summaries'} diff --git a/index.html b/index.html index 5416c85..37aebb7 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,196 @@ --- layout: default -title: "Home" +title: "All Summaries" --- + + + + + + + + +
+ Weekly reading group hosted by DOCC Lab at Tufts University. Held on Wednesdays 12-1pm. If you have any interest in attending (in-person or remote), reach out to me at lan [DOT] liu [AT] tufts [DOT] edu. +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DatePresenterPaper
06/08/23Darby HuyeFoxhound: Server-Grade Observability for Network-Augmented Applications, EuroSys '23
06/15/23Zhaoqi ZhangMetastable Failures in the Wild, OSDI '22
06/22/23Sarah AbowitzDoing More with Less: Orchestrating Serverless Applications without an Orchestrator, NSDI '23
06/29/23Tomislav Z-MPush-Button Reliability Testing for Cloud-Backed Applications with Rainmaker, NSDI '23
07/13/23Mona MaSummary of OSDI & ATC '23 papers
07/20/23Darby HuyeSampleHST: Efficient On-the-Fly Selection of Distributed Traces, on arxiv '22
08/17/23Zhaoqi ZhangRelational Debugging --- Pinpointing Root Causes of Performance Problems, OSDI '23
08/24/23Sarah AbowitzSummary of DEFCON '23
09/06/23Tomislav Z-MN/A
09/13/23Darby HuyeµTune: Auto-Tuned Threading for OLDI Microservices, ODSI '18
09/20/23Mona MaEND-TO-END ARGUMENTS IN SYSTEM DESIGN
09/27/23Zhaoqi Zhang Iron: Isolating Network-based CPU in Container Environments, NSDI '18 +
10/04/23Max LiuAutomatic Policy Generation for Inter-Service Access Control of Microservices, USENIX Security '21
10/11/23Sarah AbowitzDetecting DoS Attacks in Microservice Applications: + Approach and Case Study, LADC '22
10/18/23Tomislav Z-MTBD
10/25/23Darby HuyeTBD
11/01/23Mona MaThe Mystery Machine: End-to-end Performance Analysis of Large-scale Internet Services, OSDI '14
11/13/23Zhaoqi ZhangUnderstanding host network stack overheads, SIGCOMM '21
11/29/23Max LiuBlueprint: A Toolchain for Highly-Reconfigurable Microservices, SOSP '23
12/06/23Sarah AbowitzWatching the watchmen: Least privilege for managed network services, HotNets '21
1/24/24Tomislav Zabcic-MaticQoS-Aware and Resource Efficient Microservice Deployment in Cloud-Edge Continuum, IPDPS '21
1/31/24Darby HuyeSTEAM: Observability-Preserving Trace Sampling, ESEC/FSE '23
2/07/24Mona MaLatenSeer: Causal Modeling of End-to-End Latency Distributions by Harnessing Distributed Tracing, SoCC '23
2/14/24Zhaoqi ZhangSieve: Attention-based Sampling of End-to-End Trace Data in Distributed Microservice Systems, ICWS '21
2/21/24Max LiuUnicorn: reasoning about configurable system performance through the lens of causality, EuroSys '22
3/27/24Mona MaPivot Tracing: Dynamic Causal Monitoring for Distributed Systems, SOSP '15
4/3/24Max LiuA Cloud-Scale Characterization of Remote Procedure Calls, SOSP '23
4/10/24Zhaoqi ZhangLifting the veil on Meta's microservice architecture: Analyses of topology and request workflows, ATC '23
6/6/24Max LiuFathom: Understanding Datacenter Application Network Performance, SIGCOMM '23
6/19/24Tony AstolfiAutothrottle: A Practical Bi-Level Approach to Resource Management for SLO-Targeted Microservices, NSDI '24
8/8/24Zhaoqi(Roy) ZhangBuffer-based End-to-end Request Event Monitoring in the Cloud, NSDI '22
+
+ + + + + + + - - -{% if site.show_excerpts %} - {% include home.html %} -{% else %} - {% include archive.html title="Posts" %} -{% endif %} diff --git a/schedule.html b/schedule.html deleted file mode 100644 index 37aebb7..0000000 --- a/schedule.html +++ /dev/null @@ -1,196 +0,0 @@ ---- -layout: default -title: "All Summaries" ---- - - - - - - - - -
- Weekly reading group hosted by DOCC Lab at Tufts University. Held on Wednesdays 12-1pm. If you have any interest in attending (in-person or remote), reach out to me at lan [DOT] liu [AT] tufts [DOT] edu. -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DatePresenterPaper
06/08/23Darby HuyeFoxhound: Server-Grade Observability for Network-Augmented Applications, EuroSys '23
06/15/23Zhaoqi ZhangMetastable Failures in the Wild, OSDI '22
06/22/23Sarah AbowitzDoing More with Less: Orchestrating Serverless Applications without an Orchestrator, NSDI '23
06/29/23Tomislav Z-MPush-Button Reliability Testing for Cloud-Backed Applications with Rainmaker, NSDI '23
07/13/23Mona MaSummary of OSDI & ATC '23 papers
07/20/23Darby HuyeSampleHST: Efficient On-the-Fly Selection of Distributed Traces, on arxiv '22
08/17/23Zhaoqi ZhangRelational Debugging --- Pinpointing Root Causes of Performance Problems, OSDI '23
08/24/23Sarah AbowitzSummary of DEFCON '23
09/06/23Tomislav Z-MN/A
09/13/23Darby HuyeµTune: Auto-Tuned Threading for OLDI Microservices, ODSI '18
09/20/23Mona MaEND-TO-END ARGUMENTS IN SYSTEM DESIGN
09/27/23Zhaoqi Zhang Iron: Isolating Network-based CPU in Container Environments, NSDI '18 -
10/04/23Max LiuAutomatic Policy Generation for Inter-Service Access Control of Microservices, USENIX Security '21
10/11/23Sarah AbowitzDetecting DoS Attacks in Microservice Applications: - Approach and Case Study, LADC '22
10/18/23Tomislav Z-MTBD
10/25/23Darby HuyeTBD
11/01/23Mona MaThe Mystery Machine: End-to-end Performance Analysis of Large-scale Internet Services, OSDI '14
11/13/23Zhaoqi ZhangUnderstanding host network stack overheads, SIGCOMM '21
11/29/23Max LiuBlueprint: A Toolchain for Highly-Reconfigurable Microservices, SOSP '23
12/06/23Sarah AbowitzWatching the watchmen: Least privilege for managed network services, HotNets '21
1/24/24Tomislav Zabcic-MaticQoS-Aware and Resource Efficient Microservice Deployment in Cloud-Edge Continuum, IPDPS '21
1/31/24Darby HuyeSTEAM: Observability-Preserving Trace Sampling, ESEC/FSE '23
2/07/24Mona MaLatenSeer: Causal Modeling of End-to-End Latency Distributions by Harnessing Distributed Tracing, SoCC '23
2/14/24Zhaoqi ZhangSieve: Attention-based Sampling of End-to-End Trace Data in Distributed Microservice Systems, ICWS '21
2/21/24Max LiuUnicorn: reasoning about configurable system performance through the lens of causality, EuroSys '22
3/27/24Mona MaPivot Tracing: Dynamic Causal Monitoring for Distributed Systems, SOSP '15
4/3/24Max LiuA Cloud-Scale Characterization of Remote Procedure Calls, SOSP '23
4/10/24Zhaoqi ZhangLifting the veil on Meta's microservice architecture: Analyses of topology and request workflows, ATC '23
6/6/24Max LiuFathom: Understanding Datacenter Application Network Performance, SIGCOMM '23
6/19/24Tony AstolfiAutothrottle: A Practical Bi-Level Approach to Resource Management for SLO-Targeted Microservices, NSDI '24
8/8/24Zhaoqi(Roy) ZhangBuffer-based End-to-end Request Event Monitoring in the Cloud, NSDI '22
-
- - - - - - - - diff --git a/summaries.html b/summaries.html new file mode 100644 index 0000000..5416c85 --- /dev/null +++ b/summaries.html @@ -0,0 +1,16 @@ +--- +layout: default +title: "Home" +--- + + + +{% if site.show_excerpts %} + {% include home.html %} +{% else %} + {% include archive.html title="Posts" %} +{% endif %}