@article{oai:ipsj.ixsq.nii.ac.jp:00214573,
 author = {Tatsushi, Inagaki and Yohei, Ueda and Moriyoshi, Ohara and Tatsuhiro, Chiba and Qi, Zhang and Tatsushi, Inagaki and Yohei, Ueda and Moriyoshi, Ohara and Tatsuhiro, Chiba and Qi, Zhang},
 issue = {1},
 journal = {情報処理学会論文誌プログラミング(PRO)},
 month = {Jan},
 note = {This presentation proposes a method to detect layered bottlenecks in microservices. A bottleneck in a service is a resource which limits the maximum performance of the service. Bottlenecks in software resources such as threads, locks, and channels, and hardware resources such as processors and disks, form a layered structure since a single request to the service can use multiple software resources simultaneously. Detection of such layered bottlenecks should be agile since development and operation of an application are integrated and agile. We detect layered bottlenecks in microservices by constructing a weighted dependency graph of microservices. A node represents a microservice and is weighted by the number of requests calculated from custom performance metrics. A link represents dependency between microservices which is extracted from connectivity between microservices. We detect layered bottlenecks in standard microservice benchmarks deployed on a container orchestration platform by applying the proposed method. We demonstrate that mitigating the bottlenecks improves the performance of the benchmarks., This presentation proposes a method to detect layered bottlenecks in microservices. A bottleneck in a service is a resource which limits the maximum performance of the service. Bottlenecks in software resources such as threads, locks, and channels, and hardware resources such as processors and disks, form a layered structure since a single request to the service can use multiple software resources simultaneously. Detection of such layered bottlenecks should be agile since development and operation of an application are integrated and agile. We detect layered bottlenecks in microservices by constructing a weighted dependency graph of microservices. A node represents a microservice and is weighted by the number of requests calculated from custom performance metrics. A link represents dependency between microservices which is extracted from connectivity between microservices. We detect layered bottlenecks in standard microservice benchmarks deployed on a container orchestration platform by applying the proposed method. We demonstrate that mitigating the bottlenecks improves the performance of the benchmarks.},
 pages = {14--14},
 title = {Detection of Layered Bottlenecks in Microservices},
 volume = {15},
 year = {2022}
}