Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Liu committed Aug 25, 2024
1 parent 65523df commit 8578194
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 15 deletions.
7 changes: 2 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ 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"}
- {file: "schedule.html", title: 'All Summaries'}


# # - {file: "index.html"}
# - {file: "schedule.html"}
# # - {file: "schedule.html", title: 'Schedule'}

external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:[email protected]"}
Expand Down
205 changes: 204 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,219 @@

---
layout: default
title: "Home"
---

<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</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</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</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</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</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</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</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 </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</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</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, </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</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</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</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</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</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</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>








<!--
---
layout: default
title: "Home"
---
<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 %}
-->
39 changes: 30 additions & 9 deletions schedule.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
---
layout: default
title: "Schedule"
title: "All Summaries"
---

<!--
<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 %}



<!--
---
layout: default
title: "Home"
---
<html>
Expand All @@ -15,12 +36,10 @@
</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: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.
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>
Expand Down Expand Up @@ -113,7 +132,7 @@
<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</a></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, </a></td>
</tr>
<tr>
<td>11/13/23</td>
Expand Down Expand Up @@ -148,17 +167,17 @@
<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</a></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</a></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://www.usenix.org/conference/atc16/technical-sessions/presentation/mace">Pivot Tracing: Dynamic Causal Monitoring for Distributed Systems</a></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>
Expand Down Expand Up @@ -192,3 +211,5 @@
</html>
-->

0 comments on commit 8578194

Please sign in to comment.