Skip to content

Commit f6b4d03

Browse files
author
Max Liu
committed
test
1 parent 3b69367 commit f6b4d03

File tree

1 file changed

+22
-337
lines changed

1 file changed

+22
-337
lines changed

index.html

+22-337
Original file line numberDiff line numberDiff line change
@@ -29,359 +29,44 @@
2929
<th>Summary</th>
3030
</tr>
3131
<tr>
32-
<td>06/08/23</td>
33-
<td>Darby Huye</td>
34-
<td><a href="https://dl.acm.org/doi/abs/10.1145/3552326.3567502">Foxhound: Server-Grade Observability for Network-Augmented Applications, EuroSys '23</a>
35-
</td>
36-
<td>
37-
{% assign post = site.posts | where_exp: "post", "post.title contains 'Foxhound'" | first %}
38-
{% if post %}
39-
<a href="{{ post.url | relative_url }}">Summary</a>
40-
{% else %}Unavailable
41-
{% endif %}
42-
</td>
43-
</tr>
44-
<tr>
45-
<td>06/15/23</td>
46-
<td>Zhaoqi Zhang</td>
47-
<td><a href="https://www.usenix.org/conference/osdi22/presentation/huang-lexiang">Metastable Failures in the Wild, OSDI '22</a></td>
48-
<td>
49-
Missing
50-
<!-- {% assign post = site.posts | where: "path", "/_posts/2023-06-15-Metastable.md" | first %}
51-
{% if post %}
52-
<a href="{{ post.url | relative_url }}">Summary</a>
53-
{% endif %} -->
54-
</td>
55-
</tr>
56-
<tr>
57-
<td>06/22/23</td>
58-
<td>Sarah Abowitz</td>
59-
<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>
60-
<td>
61-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
62-
{% if post %}
63-
<a href="{{ post.url | relative_url }}">Summary</a>
64-
{% endif %}
65-
</td>
66-
</tr>
67-
<tr>
68-
<td>06/29/23</td>
69-
<td>Tomislav Z-M</td>
70-
<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>
71-
<td>
72-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
73-
{% if post %}
74-
<a href="{{ post.url | relative_url }}">Summary</a>
75-
{% endif %}
76-
</td>
77-
</tr>
78-
<tr>
79-
<td>07/13/23</td>
80-
<td>Mona Ma</td>
81-
<td>Summary of OSDI & ATC '23 papers</td>
82-
<td>
83-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
84-
{% if post %}
85-
<a href="{{ post.url | relative_url }}">Summary</a>
86-
{% endif %}
32+
<td>8/21/24</td>
33+
<td>Max Liu</td>
34+
<td>Teamwork</td>
35+
<td>TBA
8736
</td>
8837
</tr>
8938
<tr>
90-
<td>07/20/23</td>
39+
<td>8/14/24</td>
9140
<td>Darby Huye</td>
92-
<td><a href="https://arxiv.org/pdf/2210.04595.pdf">SampleHST: Efficient On-the-Fly Selection of Distributed Traces, on arxiv '22</a></td>
93-
<td>
94-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
95-
{% if post %}
96-
<a href="{{ post.url | relative_url }}">Summary</a>
97-
{% endif %}
41+
<td>TBA</td>
42+
<td>TBA
9843
</td>
9944
</tr>
10045
<tr>
101-
<td>08/17/23</td>
102-
<td>Zhaoqi Zhang</td>
103-
<td><a href="https://www.usenix.org/conference/osdi23/presentation/ren">Relational Debugging --- Pinpointing Root Causes of Performance Problems, OSDI '23</a></td>
46+
<td>8/8/24</td>
47+
<td>Zhaoqi(Roy) Zhang</td>
48+
<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>
10449
<td>
105-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
50+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Buffer-based'" | first %}
10651
{% if post %}
10752
<a href="{{ post.url | relative_url }}">Summary</a>
108-
{% endif %}
109-
</td>
110-
</tr>
111-
<tr>
112-
<td>08/24/23</td>
113-
<td>Sarah Abowitz</td>
114-
<td>Summary of DEFCON '23</td>
115-
<td>
116-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
117-
{% if post %}
118-
<a href="{{ post.url | relative_url }}">Summary</a>
119-
{% endif %}
120-
</td>
121-
</tr>
122-
<tr>
123-
<td>09/06/23</td>
124-
<td>Tomislav Z-M</td>
125-
<td>N/A</td>
126-
<td>
127-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
128-
{% if post %}
129-
<a href="{{ post.url | relative_url }}">Summary</a>
130-
{% endif %}
131-
</td>
132-
</tr>
133-
<tr>
134-
<td>09/13/23</td>
135-
<td>Darby Huye</td>
136-
<td><a href="https://www.usenix.org/conference/osdi18/presentation/sriraman">µTune: Auto-Tuned Threading for OLDI Microservices, ODSI '18</a></td>
137-
</tr>
138-
<tr>
139-
<td>09/20/23</td>
140-
<td>Mona Ma</td>
141-
<td><a href="https://web.mit.edu/Saltzer/www/publications/endtoend/endtoend.pdf">END-TO-END ARGUMENTS IN SYSTEM DESIGN</a></td>
142-
<td>
143-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
144-
{% if post %}
145-
<a href="{{ post.url | relative_url }}">Summary</a>
146-
{% endif %}
147-
</td>
53+
{% else %}Unavailable
54+
{% endif %}
55+
</td>
14856
</tr>
14957
<tr>
150-
<td>09/27/23</td>
151-
<td>Zhaoqi Zhang</td>
152-
<td> <a href="https://www.usenix.org/conference/nsdi18/presentation/khalid">Iron: Isolating Network-based CPU in Container Environments, NSDI '18 </a>
153-
</td>
58+
<td>6/19/24</td>
59+
<td>Tony Astolfi</td>
60+
<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>
15461
<td>
155-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
62+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Autothrottle'" | first %}
15663
{% if post %}
15764
<a href="{{ post.url | relative_url }}">Summary</a>
158-
{% endif %}
159-
</td>
160-
</tr>
161-
<tr>
162-
<td>10/04/23</td>
163-
<td>Max Liu</td>
164-
<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>
165-
<td>
166-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
167-
{% if post %}
168-
<a href="{{ post.url | relative_url }}">Summary</a>
169-
{% endif %}
170-
</td>
65+
{% else %}Unavailable
66+
{% endif %}
67+
</td>
17168
</tr>
172-
<tr>
173-
<td>10/11/23</td>
174-
<td>Sarah Abowitz</td>
175-
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3569902.3569916">Detecting DoS Attacks in Microservice Applications:
176-
Approach and Case Study, LADC '22</a></td>
177-
<td>
178-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
179-
{% if post %}
180-
<a href="{{ post.url | relative_url }}">Summary</a>
181-
{% endif %}
182-
</td>
183-
</tr>
184-
<tr>
185-
<td>10/18/23</td>
186-
<td>Tomislav Z-M</td>
187-
<td>TBD</td>
188-
<td>
189-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
190-
{% if post %}
191-
<a href="{{ post.url | relative_url }}">Summary</a>
192-
{% endif %}
193-
</td>
194-
</tr>
195-
<tr>
196-
<td>10/25/23</td>
197-
<td>Darby Huye</td>
198-
<td>TBD</td>
199-
<td>
200-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
201-
{% if post %}
202-
<a href="{{ post.url | relative_url }}">Summary</a>
203-
{% endif %}
204-
</td>
205-
</tr>
206-
<tr>
207-
<td>11/01/23</td>
208-
<td>Mona Ma</td>
209-
<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>
210-
<td>
211-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
212-
{% if post %}
213-
<a href="{{ post.url | relative_url }}">Summary</a>
214-
{% endif %}
215-
</td>
216-
</tr>
217-
<tr>
218-
<td>11/13/23</td>
219-
<td>Zhaoqi Zhang</td>
220-
<td><a href="https://dl.acm.org/doi/abs/10.1145/3452296.3472888">Understanding host network stack overheads, SIGCOMM '21</a></td>
221-
<td>
222-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
223-
{% if post %}
224-
<a href="{{ post.url | relative_url }}">Summary</a>
225-
{% endif %}
226-
</td>
227-
</tr>
228-
<tr>
229-
<td>11/29/23</td>
230-
<td>Max Liu</td>
231-
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3600006.3613138">Blueprint: A Toolchain for Highly-Reconfigurable Microservices, SOSP '23</a></td>
232-
<td>
233-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
234-
{% if post %}
235-
<a href="{{ post.url | relative_url }}">Summary</a>
236-
{% endif %}
237-
</td>
238-
</tr>
239-
<tr>
240-
<td>12/06/23</td>
241-
<td>Sarah Abowitz</td>
242-
<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>
243-
<td>
244-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
245-
{% if post %}
246-
<a href="{{ post.url | relative_url }}">Summary</a>
247-
{% endif %}
248-
</td>
249-
</tr>
250-
<tr>
251-
<td>1/24/24</td>
252-
<td>Tomislav Zabcic-Matic</td>
253-
<td><a href="https://ieeexplore.ieee.org/document/9460542">QoS-Aware and Resource Efficient Microservice Deployment in Cloud-Edge Continuum, IPDPS '21</a></td>
254-
<td>
255-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
256-
{% if post %}
257-
<a href="{{ post.url | relative_url }}">Summary</a>
258-
{% endif %}
259-
</td>
260-
</tr>
261-
<tr>
262-
<td>1/31/24</td>
263-
<td>Darby Huye</td>
264-
<td><a href="https://dl.acm.org/doi/10.1145/3611643.3613881">STEAM: Observability-Preserving Trace Sampling, ESEC/FSE '23</a></td>
265-
<td>
266-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
267-
{% if post %}
268-
<a href="{{ post.url | relative_url }}">Summary</a>
269-
{% endif %}
270-
</td>
271-
</tr>
272-
<tr>
273-
<td>2/07/24</td>
274-
<td>Mona Ma</td>
275-
<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>
276-
<td>
277-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
278-
{% if post %}
279-
<a href="{{ post.url | relative_url }}">Summary</a>
280-
{% endif %}
281-
</td>
282-
</tr>
283-
<tr>
284-
<td>2/14/24</td>
285-
<td>Zhaoqi Zhang</td>
286-
<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>
287-
<td>
288-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
289-
{% if post %}
290-
<a href="{{ post.url | relative_url }}">Summary</a>
291-
{% endif %}
292-
</td>
293-
</tr>
294-
<tr>
295-
<td>2/21/24</td>
296-
<td>Max Liu</td>
297-
<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>
298-
<td>
299-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
300-
{% if post %}
301-
<a href="{{ post.url | relative_url }}">Summary</a>
302-
{% endif %}
303-
</td>
304-
</tr>
305-
<tr>
306-
<td>3/27/24</td>
307-
<td>Mona Ma</td>
308-
<td><a href="https://dl.acm.org/doi/10.1145/2815400.2815415">Pivot Tracing: Dynamic Causal Monitoring for Distributed Systems, SOSP '15</a></td>
309-
<td>
310-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
311-
{% if post %}
312-
<a href="{{ post.url | relative_url }}">Summary</a>
313-
{% endif %}
314-
</td>
315-
</tr>
316-
<tr>
317-
<td>4/3/24</td>
318-
<td>Max Liu</td>
319-
<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>
320-
<td>
321-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
322-
{% if post %}
323-
<a href="{{ post.url | relative_url }}">Summary</a>
324-
{% endif %}
325-
</td>
326-
</tr>
327-
<tr>
328-
<td>4/10/24</td>
329-
<td>Zhaoqi Zhang</td>
330-
<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>
331-
<td>
332-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
333-
{% if post %}
334-
<a href="{{ post.url | relative_url }}">Summary</a>
335-
{% endif %}
336-
</td>
337-
</tr>
338-
<tr>
339-
<td>6/6/24</td>
340-
<td>Max Liu</td>
341-
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3603269.3604815">Fathom: Understanding Datacenter Application Network Performance, SIGCOMM '23</a></td>
342-
<td>
343-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
344-
{% if post %}
345-
<a href="{{ post.url | relative_url }}">Summary</a>
346-
{% endif %}
347-
</td>
348-
</tr>
349-
<tr>
350-
<td>6/19/24</td>
351-
<td>Tony Astolfi</td>
352-
<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>
353-
<td>
354-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
355-
{% if post %}
356-
<a href="{{ post.url | relative_url }}">Summary</a>
357-
{% endif %}
358-
</td>
359-
</tr>
360-
<tr>
361-
<td>8/8/24</td>
362-
<td>Zhaoqi(Roy) Zhang</td>
363-
<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>
364-
<td>
365-
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
366-
{% if post %}
367-
<a href="{{ post.url | relative_url }}">Summary</a>
368-
{% endif %}
369-
</td>
370-
</tr>
371-
<tr>
372-
<td>8/14/24</td>
373-
<td>Darby Huye</td>
374-
<td>TBA</td>
375-
<td>TBA
376-
</td>
377-
</tr>
378-
<tr>
379-
<td>8/21/24</td>
380-
<td>Max Liu</td>
381-
<td>Teamwork</td>
382-
<td>TBA
383-
</td>
384-
</tr>
69+
38570
</table>
38671
</div>
38772
</body>

0 commit comments

Comments
 (0)