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 105ed87 commit 0fbf9e5
Showing 1 changed file with 199 additions and 2 deletions.
201 changes: 199 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,208 @@
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Understanding host network stack overheads'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'The Mystery Machine'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</td>
</tr>
<tr>
<td>10/18/23</td>
<td>Tomislav Z-M</td>
<td>TBD</td>
<td>TBD</td>
</tr>
<tr>
<td>10/25/23</td>
<td>Darby Huye</td>
<td>TBD</td>
<td>TBD</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Detecting DoS Attacks'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Automatic Policy Generation'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Iron: Isolating'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'End-to-end'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'µTune'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</td>
</tr>
<tr>
<td>09/06/23</td>
<td>Tomislav Z-M</td>
<td>N/A</td>
<td>N/A</td>
</tr>
<tr>
<td>08/24/23</td>
<td>Sarah Abowitz</td>
<td>Summary of DEFCON '23</td>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'My first DEF CON'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Relational Debugging'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'SampleHST'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</td>
</tr>
<tr>
<td>07/13/23</td>
<td>Mona Ma</td>
<td>Summary of OSDI & ATC '23 papers</td>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'OSDI & ATC'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Rainmaker'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Unum summary'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Metastable'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</td>
</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>
<td>
{% assign post = site.posts | where_exp: "post", "post.title contains 'Foxhound'" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% else %}Unavailable
{% endif %}
</td>
</tr>
</table>
</div>
</body>

</html>


Expand Down

0 comments on commit 0fbf9e5

Please sign in to comment.