Skip to content

Commit 0fbf9e5

Browse files
author
Max Liu
committed
test
1 parent 105ed87 commit 0fbf9e5

File tree

1 file changed

+199
-2
lines changed

1 file changed

+199
-2
lines changed

index.html

+199-2
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,208 @@
198198
{% endif %}
199199
</td>
200200
</tr>
201-
201+
<tr>
202+
<td>11/13/23</td>
203+
<td>Zhaoqi Zhang</td>
204+
<td><a href="https://dl.acm.org/doi/abs/10.1145/3452296.3472888">Understanding host network stack overheads, SIGCOMM '21</a></td>
205+
<td>
206+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Understanding host network stack overheads'" | first %}
207+
{% if post %}
208+
<a href="{{ post.url | relative_url }}">Summary</a>
209+
{% else %}Unavailable
210+
{% endif %}
211+
</td>
212+
</tr>
213+
<tr>
214+
<td>11/01/23</td>
215+
<td>Mona Ma</td>
216+
<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>
217+
<td>
218+
{% assign post = site.posts | where_exp: "post", "post.title contains 'The Mystery Machine'" | first %}
219+
{% if post %}
220+
<a href="{{ post.url | relative_url }}">Summary</a>
221+
{% else %}Unavailable
222+
{% endif %}
223+
</td>
224+
</tr>
225+
<tr>
226+
<td>10/18/23</td>
227+
<td>Tomislav Z-M</td>
228+
<td>TBD</td>
229+
<td>TBD</td>
230+
</tr>
231+
<tr>
232+
<td>10/25/23</td>
233+
<td>Darby Huye</td>
234+
<td>TBD</td>
235+
<td>TBD</td>
236+
</tr>
237+
<tr>
238+
<td>10/11/23</td>
239+
<td>Sarah Abowitz</td>
240+
<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>
241+
<td>
242+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Detecting DoS Attacks'" | first %}
243+
{% if post %}
244+
<a href="{{ post.url | relative_url }}">Summary</a>
245+
{% else %}Unavailable
246+
{% endif %}
247+
</td>
248+
</tr>
249+
<tr>
250+
<td>10/04/23</td>
251+
<td>Max Liu</td>
252+
<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>
253+
<td>
254+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Automatic Policy Generation'" | first %}
255+
{% if post %}
256+
<a href="{{ post.url | relative_url }}">Summary</a>
257+
{% else %}Unavailable
258+
{% endif %}
259+
</td>
260+
</tr>
261+
<tr>
262+
<td>09/27/23</td>
263+
<td>Zhaoqi Zhang</td>
264+
<td> <a href="https://www.usenix.org/conference/nsdi18/presentation/khalid">Iron: Isolating Network-based CPU in Container Environments, NSDI '18 </a></td>
265+
<td>
266+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Iron: Isolating'" | first %}
267+
{% if post %}
268+
<a href="{{ post.url | relative_url }}">Summary</a>
269+
{% else %}Unavailable
270+
{% endif %}
271+
</td>
272+
</tr>
273+
<tr>
274+
<td>09/20/23</td>
275+
<td>Mona Ma</td>
276+
<td><a href="https://web.mit.edu/Saltzer/www/publications/endtoend/endtoend.pdf">END-TO-END ARGUMENTS IN SYSTEM DESIGN</a></td>
277+
<td>
278+
{% assign post = site.posts | where_exp: "post", "post.title contains 'End-to-end'" | first %}
279+
{% if post %}
280+
<a href="{{ post.url | relative_url }}">Summary</a>
281+
{% else %}Unavailable
282+
{% endif %}
283+
</td>
284+
</tr>
285+
<tr>
286+
<td>09/13/23</td>
287+
<td>Darby Huye</td>
288+
<td><a href="https://www.usenix.org/conference/osdi18/presentation/sriraman">µTune: Auto-Tuned Threading for OLDI Microservices, ODSI '18</a></td>
289+
<td>
290+
{% assign post = site.posts | where_exp: "post", "post.title contains 'µTune'" | first %}
291+
{% if post %}
292+
<a href="{{ post.url | relative_url }}">Summary</a>
293+
{% else %}Unavailable
294+
{% endif %}
295+
</td>
296+
</tr>
297+
<tr>
298+
<td>09/06/23</td>
299+
<td>Tomislav Z-M</td>
300+
<td>N/A</td>
301+
<td>N/A</td>
302+
</tr>
303+
<tr>
304+
<td>08/24/23</td>
305+
<td>Sarah Abowitz</td>
306+
<td>Summary of DEFCON '23</td>
307+
<td>
308+
{% assign post = site.posts | where_exp: "post", "post.title contains 'My first DEF CON'" | first %}
309+
{% if post %}
310+
<a href="{{ post.url | relative_url }}">Summary</a>
311+
{% else %}Unavailable
312+
{% endif %}
313+
</td>
314+
</tr>
315+
<tr>
316+
<td>08/17/23</td>
317+
<td>Zhaoqi Zhang</td>
318+
<td><a href="https://www.usenix.org/conference/osdi23/presentation/ren">Relational Debugging --- Pinpointing Root Causes of Performance Problems, OSDI '23</a></td>
319+
<td>
320+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Relational Debugging'" | first %}
321+
{% if post %}
322+
<a href="{{ post.url | relative_url }}">Summary</a>
323+
{% else %}Unavailable
324+
{% endif %}
325+
</td>
326+
</tr>
327+
<tr>
328+
<td>07/20/23</td>
329+
<td>Darby Huye</td>
330+
<td><a href="https://arxiv.org/pdf/2210.04595.pdf">SampleHST: Efficient On-the-Fly Selection of Distributed Traces, on arxiv '22</a></td>
331+
<td>
332+
{% assign post = site.posts | where_exp: "post", "post.title contains 'SampleHST'" | first %}
333+
{% if post %}
334+
<a href="{{ post.url | relative_url }}">Summary</a>
335+
{% else %}Unavailable
336+
{% endif %}
337+
</td>
338+
</tr>
339+
<tr>
340+
<td>07/13/23</td>
341+
<td>Mona Ma</td>
342+
<td>Summary of OSDI & ATC '23 papers</td>
343+
<td>
344+
{% assign post = site.posts | where_exp: "post", "post.title contains 'OSDI & ATC'" | first %}
345+
{% if post %}
346+
<a href="{{ post.url | relative_url }}">Summary</a>
347+
{% else %}Unavailable
348+
{% endif %}
349+
</td>
350+
</tr>
351+
<tr>
352+
<td>06/29/23</td>
353+
<td>Tomislav Z-M</td>
354+
<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>
355+
<td>
356+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Rainmaker'" | first %}
357+
{% if post %}
358+
<a href="{{ post.url | relative_url }}">Summary</a>
359+
{% else %}Unavailable
360+
{% endif %}
361+
</td>
362+
</tr>
363+
<tr>
364+
<td>06/22/23</td>
365+
<td>Sarah Abowitz</td>
366+
<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>
367+
<td>
368+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Unum summary'" | first %}
369+
{% if post %}
370+
<a href="{{ post.url | relative_url }}">Summary</a>
371+
{% else %}Unavailable
372+
{% endif %}
373+
</td>
374+
</tr>
375+
<tr>
376+
<td>06/15/23</td>
377+
<td>Zhaoqi Zhang</td>
378+
<td><a href="https://www.usenix.org/conference/osdi22/presentation/huang-lexiang">Metastable Failures in the Wild, OSDI '22</a></td>
379+
<td>
380+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Metastable'" | first %}
381+
{% if post %}
382+
<a href="{{ post.url | relative_url }}">Summary</a>
383+
{% else %}Unavailable
384+
{% endif %}
385+
</td>
386+
</tr>
387+
<tr>
388+
<td>06/08/23</td>
389+
<td>Darby Huye</td>
390+
<td><a href="https://dl.acm.org/doi/abs/10.1145/3552326.3567502">Foxhound: Server-Grade Observability for Network-Augmented Applications, EuroSys '23</a>
391+
</td>
392+
<td>
393+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Foxhound'" | first %}
394+
{% if post %}
395+
<a href="{{ post.url | relative_url }}">Summary</a>
396+
{% else %}Unavailable
397+
{% endif %}
398+
</td>
399+
</tr>
202400
</table>
203401
</div>
204402
</body>
205-
206403
</html>
207404

208405

0 commit comments

Comments
 (0)