Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Liu committed Aug 25, 2024
1 parent c8be2c7 commit 5dee04e
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 210 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}



Expand Down
204 changes: 192 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,196 @@
---
layout: default
title: "Home"
title: "All Summaries"
---
<html>

<head>
<style>
.table-container {
display: flex;
justify-content: center;
}
</style>
</head>

<body>
<!-- Insert the text here -->
<article>
Weekly reading group hosted by <a href="https://docclab.cs.tufts.edu/">DOCC Lab</a> 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.
</article>

<!-- The table content starts here -->
<div class="table-container">
<table class="center" style='margin: 5px;'>
<tr>
<th>Date</th>
<th>Presenter</th>
<th>Paper</th>
</tr>
<tr>
<td>06/08/23</td>
<td>Darby Huye</td>
<td><a href="https://dl.acm.org/doi/abs/10.1145/3552326.3567502">Foxhound: Server-Grade Observability for Network-Augmented Applications, EuroSys '23</a></td>
</tr>
<tr>
<td>06/15/23</td>
<td>Zhaoqi Zhang</td>
<td><a href="https://www.usenix.org/conference/osdi22/presentation/huang-lexiang">Metastable Failures in the Wild, OSDI '22</a></td>
</tr>
<tr>
<td>06/22/23</td>
<td>Sarah Abowitz</td>
<td><a href="https://www.usenix.org/system/files/nsdi23-liu-david.pdf">Doing More with Less: Orchestrating Serverless Applications without an Orchestrator, NSDI '23</a></td>
</tr>
<tr>
<td>06/29/23</td>
<td>Tomislav Z-M</td>
<td><a href="https://www.usenix.org/conference/nsdi23/presentation/chen-yinfang">Push-Button Reliability Testing for Cloud-Backed Applications with Rainmaker, NSDI '23</a></td>
</tr>
<tr>
<td>07/13/23</td>
<td>Mona Ma</td>
<td>Summary of OSDI & ATC '23 papers</td>
</tr>
<tr>
<td>07/20/23</td>
<td>Darby Huye</td>
<td><a href="https://arxiv.org/pdf/2210.04595.pdf">SampleHST: Efficient On-the-Fly Selection of Distributed Traces, on arxiv '22</a></td>
</tr>
<tr>
<td>08/17/23</td>
<td>Zhaoqi Zhang</td>
<td><a href="https://www.usenix.org/conference/osdi23/presentation/ren">Relational Debugging --- Pinpointing Root Causes of Performance Problems, OSDI '23</a></td>
</tr>
<tr>
<td>08/24/23</td>
<td>Sarah Abowitz</td>
<td>Summary of DEFCON '23</td>
</tr>
<tr>
<td>09/06/23</td>
<td>Tomislav Z-M</td>
<td>N/A</td>
</tr>
<tr>
<td>09/13/23</td>
<td>Darby Huye</td>
<td><a href="https://www.usenix.org/conference/osdi18/presentation/sriraman">µTune: Auto-Tuned Threading for OLDI Microservices, ODSI '18</a></td>
</tr>
<tr>
<td>09/20/23</td>
<td>Mona Ma</td>
<td><a href="https://web.mit.edu/Saltzer/www/publications/endtoend/endtoend.pdf">END-TO-END ARGUMENTS IN SYSTEM DESIGN</a></td>
</tr>
<tr>
<td>09/27/23</td>
<td>Zhaoqi Zhang</td>
<td> <a href="https://www.usenix.org/conference/nsdi18/presentation/khalid">Iron: Isolating Network-based CPU in Container Environments, NSDI '18 </a>
</td>
</tr>
<tr>
<td>10/04/23</td>
<td>Max Liu</td>
<td><a href="https://www.usenix.org/system/files/sec21-li-xing.pdf">Automatic Policy Generation for Inter-Service Access Control of Microservices, USENIX Security '21</a></td>
</tr>
<tr>
<td>10/11/23</td>
<td>Sarah Abowitz</td>
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3569902.3569916">Detecting DoS Attacks in Microservice Applications:
Approach and Case Study, LADC '22</a></td>
</tr>
<tr>
<td>10/18/23</td>
<td>Tomislav Z-M</td>
<td>TBD</td>
</tr>
<tr>
<td>10/25/23</td>
<td>Darby Huye</td>
<td>TBD</td>
</tr>
<tr>
<td>11/01/23</td>
<td>Mona Ma</td>
<td><a href="https://www.usenix.org/conference/osdi14/technical-sessions/presentation/chow">The Mystery Machine: End-to-end Performance Analysis of Large-scale Internet Services, OSDI '14</a></td>
</tr>
<tr>
<td>11/13/23</td>
<td>Zhaoqi Zhang</td>
<td><a href="https://dl.acm.org/doi/abs/10.1145/3452296.3472888">Understanding host network stack overheads, SIGCOMM '21</a></td>
</tr>
<tr>
<td>11/29/23</td>
<td>Max Liu</td>
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3600006.3613138">Blueprint: A Toolchain for Highly-Reconfigurable Microservices, SOSP '23</a></td>
</tr>
<tr>
<td>12/06/23</td>
<td>Sarah Abowitz</td>
<td><a href="https://dl.acm.org/doi/10.1145/3484266.3487380">Watching the watchmen: Least privilege for managed network services, HotNets '21</a></td>
</tr>
<tr>
<td>1/24/24</td>
<td>Tomislav Zabcic-Matic</td>
<td><a href="https://ieeexplore.ieee.org/document/9460542">QoS-Aware and Resource Efficient Microservice Deployment in Cloud-Edge Continuum, IPDPS '21</a></td>
</tr>
<tr>
<td>1/31/24</td>
<td>Darby Huye</td>
<td><a href="https://dl.acm.org/doi/10.1145/3611643.3613881">STEAM: Observability-Preserving Trace Sampling, ESEC/FSE '23</a></td>
</tr>
<tr>
<td>2/07/24</td>
<td>Mona Ma</td>
<td><a href="https://dl.acm.org/doi/abs/10.1145/3620678.3624787">LatenSeer: Causal Modeling of End-to-End Latency Distributions by Harnessing Distributed Tracing, SoCC '23</a></td>
</tr>
<tr>
<td>2/14/24</td>
<td>Zhaoqi Zhang</td>
<td><a href="https://ieeexplore.ieee.org/abstract/document/9590295?casa_token=2cO0LL7nwroAAAAA:EPnZP6QMt1cIQ0E-Mq7IPzEKuSavt2_HvpvV_PGXse_P28SOUxJQCn4eRdYNjWQ99yNKTete">Sieve: Attention-based Sampling of End-to-End Trace Data in Distributed Microservice Systems, ICWS '21</a></td>
</tr>
<tr>
<td>2/21/24</td>
<td>Max Liu</td>
<td><a href="https://dl.acm.org/doi/abs/10.1145/3492321.3519575">Unicorn: reasoning about configurable system performance through the lens of causality, EuroSys '22</a></td>
</tr>
<tr>
<td>3/27/24</td>
<td>Mona Ma</td>
<td><a href="https://dl.acm.org/doi/10.1145/2815400.2815415">Pivot Tracing: Dynamic Causal Monitoring for Distributed Systems, SOSP '15</a></td>
</tr>
<tr>
<td>4/3/24</td>
<td>Max Liu</td>
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3600006.3613156">A Cloud-Scale Characterization of Remote Procedure Calls, SOSP '23</a></td>
</tr>
<tr>
<td>4/10/24</td>
<td>Zhaoqi Zhang</td>
<td><a href="https://www.usenix.org/conference/atc23/presentation/huye">Lifting the veil on Meta's microservice architecture: Analyses of topology and request workflows, ATC '23</a></td>
</tr>
<tr>
<td>6/6/24</td>
<td>Max Liu</td>
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3603269.3604815">Fathom: Understanding Datacenter Application Network Performance, SIGCOMM '23</a></td>
</tr>
<tr>
<td>6/19/24</td>
<td>Tony Astolfi</td>
<td><a href="https://www.usenix.org/system/files/nsdi24-wang-zibo.pdf">Autothrottle: A Practical Bi-Level Approach to Resource Management for SLO-Targeted Microservices, NSDI '24</a></td>
</tr>
<tr>
<td>8/8/24</td>
<td>Zhaoqi(Roy) Zhang</td>
<td><a href="https://www.usenix.org/system/files/nsdi22-paper-gao_kaihui.pdf">Buffer-based End-to-end Request Event Monitoring in the Cloud, NSDI '22</a></td>
</tr>
</table>
</div>
</body>

</html>





<!--
<article>
Weekly reading group hosted by <a href="https://docclab.cs.tufts.edu/">DOCC Lab</a> at Tufts University. Held on Wednesdays 12:30-1:30pm. If you have any interest in attending (in-person or remote), reach out to me at lan [DOT] liu [AT] tufts [DOT] edu.
</article>
-->

{% if site.show_excerpts %}
{% include home.html %}
{% else %}
{% include archive.html title="Posts" %}
{% endif %}
Loading

0 comments on commit 5dee04e

Please sign in to comment.