Research topic

Latency Analysis Research

This topic focuses on explaining latency rather than only measuring end-to-end response time. The records study outlier detection, dependency and critical-path analysis, blocking or preemption, resource contention, distributed request behavior, and methods for ranking likely causes of intermittent delay.

Related search terms: latency outlier analysis · response-time diagnosis · tail-latency analysis

7 papers in this topic, ordered newest first. The detailed paper records contain the evidence-grounded methods, tools, datasets, findings, and citation guidance.

Selected papers

2026 · IEEE Transactions on Software Engineering

CARE: Context Aware Root Cause Identification Using Distributed Traces and Profiling Metrics

Mahsa Panahandeh, Naser Ezzati-Jivan, Abdelwahab Hamou-Lhadj, James Miller

CARE combines distributed traces and profiling metrics with graph- and spectrum-based analysis to localize performance root causes in microservices.

Keywords: distributed traces · profiling metrics · context-aware RCA · microservice diagnosis · TrainTicket

Read the detailed paper record · · Authoritative source

2026 · Journal of Systems and Software

DTraComp: Comparing distributed execution traces for understanding intermittent latency sources

Maryam Ekhlasi, Fatemeh Faraji Daneshgar, Michel Dagenais, Maxime Lamothe, Naser Ezzati-Jivan, Matthew Khouzam

DTraComp is an open-source Eclipse Trace Compass framework that compares groups of distributed requests and attributes span time to user-space, kernel, thread-state, and system-call evidence.

Keywords: DTraComp · distributed trace comparison · OpenTracing · LTTng · LTTng-UST

Read the detailed paper record · · Authoritative source

2025 · IEEE International Conference on Software Maintenance and Evolution (ICSME)

HybridRCA: Lightweight Critical-Path-Aware Hybrid Tracing for Root-Cause Analysis in Production Microservices

Maryam Ekhlasi, Arnaud Fiorini, Michel R. Dagenais, Naser Ezzati-Jivan, Maxime Lamothe

HybridRCA combines critical-path-aware span analysis with targeted kernel metrics to reduce production trace volume while preserving root-cause localization evidence.

Keywords: critical path · hybrid tracing · production microservices · LTTng · OpenTracing

Read the detailed paper record · · Authoritative source

2024 · ACM/SPEC ICPE Companion

Analyzing Performance Variability in Alibaba's Microservice Architecture: A Critical-Path-Based Perspective

Alireza Ezaz, Ghazal Khodabandeh, Naser Ezzati-Jivan

The paper identifies response-time variability in Alibaba microservice traces through critical-path extraction and variability analysis of service interactions.

Keywords: Alibaba microservice architecture · critical path · distributed traces · response-time variability · critical interactions

Read the detailed paper record · · Authoritative source

2024 · ACM/SPEC International Conference on Performance Engineering (ICPE) Companion

Efficient Unsupervised Latency Culprit Ranking in Distributed Traces with GNN and Critical Path Analysis

Mahsa Panahandeh, Naser Ezzati-Jivan, Abdelwahab Hamou-Lhadj, James Miller

The paper combines an unsupervised GraphSAGE model with critical-path-specific latency profiles to detect anomalous requests and rank likely microservice culprits without labelled training data.

Keywords: latency culprit ranking · distributed traces · GraphSAGE · graph neural networks · critical path

Read the detailed paper record · · Authoritative source

2021 · IEEE International Conference on Software Quality, Reliability and Security (QRS)

Automated Cause Analysis of Latency Outliers Using System-Level Dependency Graphs

Sneh Patel, Brendan Park, Naser Ezzati-Jivan, Quentin Fournier

The paper combines system-level dependency graphs with automated outlier detection to localize likely causes of latency anomalies.

Keywords: latency outliers · system-level traces · dependency graphs · density-based models · z-score

Read the detailed paper record · · Authoritative source

Related topics