100+ datasets found
  1. Microservices Bottleneck Localization Dataset

    • kaggle.com
    zip
    Updated Feb 16, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Gagan Somashekar (2024). Microservices Bottleneck Localization Dataset [Dataset]. https://www.kaggle.com/datasets/gagansomashekar/microservices-bottleneck-detection-dataset
    Explore at:
    zip(10111803053 bytes)Available download formats
    Dataset updated
    Feb 16, 2024
    Authors
    Gagan Somashekar
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Prior works have noted that existing public traces on anomaly detection and bottleneck localization in microservices applications only contain single, severe bottlenecks that are not representative of real-world scenarios. When such a bottleneck is introduced, the resulting latency increases by an order of magnitude (100x), making it trivial to detect that single bottleneck using a simple grid search or threshold-based approaches.

    To create a more realistic dataset that includes traces with multiple bottlenecks at different intensities, we carefully benchmarked the social networking application under different interference intensities and duration of interference. We chose intensities and duration values that degrade the application performance but do not cause any faults or errors that can be trivially detected. We induced interference on different VMs at different times and also simultaneously. A single VM could be induced with different types of interference (e.g., CPU and memory), resulting in the hosted microservices experiencing a mixture of interference patterns. The resulting dataset consists of around 40 million request traces along with corresponding time series of CPU, memory, I/O, and network metrics. The dataset also includes application, VM, and Kubernetes logs.

    A detailed description of the files is provided in the Data Explorer section. Please reach out to gagan at cs dot stonybrook dot edu if you have any questions or concerns.

    If you find the dataset useful, please cite our WWW'24 paper "GAMMA: Graph Neural Network-Based Multi-Bottleneck Localization for Microservices Applications." Citation format (bibtex):

    author = {Somashekar, Gagan and Dutt, Anurag and Adak, Mainak and Lorido Botran, Tania and Gandhi, Anshul},
    title = {GAMMA: Graph Neural Network-Based Multi-Bottleneck Localization for Microservices Applications.},
    year = {2024},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    url = {https://doi.org/10.1145/3589334.3645665},
    doi = {10.1145/3589334.3645665},
    booktitle = {Proceedings of the ACM Web Conference 2024},
    location = {Singapore},
    series = {WWW '24}
    }```
    
  2. Microservices Dataset - Complete Version

    • figshare.com
    txt
    Updated Feb 9, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dario Amoroso d'Aragona (2024). Microservices Dataset - Complete Version [Dataset]. http://doi.org/10.6084/m9.figshare.24722163.v4
    Explore at:
    txtAvailable download formats
    Dataset updated
    Feb 9, 2024
    Dataset provided by
    Figsharehttp://figshare.com/
    Authors
    Dario Amoroso d'Aragona
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This is a microservices dataset. For an exclusive explanation, please take a look at the paper and at the online appendix: https://github.com/darioamorosodaragona-tuni/Microservices-DatasetIn particular, this file contains all the projects labeled as:- Is it a microservices?: Yes | Uknown- Archived: Yes | NoCopyright:Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. For all other uses, contact the owner/author(s). MSR ’24, April 15–16, 2024, Lisbon, Portugal © 2024 Copyright held by the owner/author(s). ACM ISBN 979-8-4007-0587-8/24/04 https://doi.org/10.1145/3643991.3644890

  3. Greedy Cloud Selection Deployment on Microservices

    • kaggle.com
    zip
    Updated Jul 14, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nick Kinyae (2024). Greedy Cloud Selection Deployment on Microservices [Dataset]. https://www.kaggle.com/datasets/nickkinyae/greedy-cloud-selection-deployment-on-microservices
    Explore at:
    zip(9507881 bytes)Available download formats
    Dataset updated
    Jul 14, 2024
    Authors
    Nick Kinyae
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    The dataset titled "Greedy Multi-Cloud Selection Approach to Deploy an Application Based on Microservices" consists of 400,000 rows and 11 columns, capturing various parameters essential for deploying microservices-based applications across multiple cloud environments. This dataset is designed to simulate and analyze the deployment decisions and outcomes when using a greedy algorithm approach for cloud provider selection.

    Columns Overview: Application ID: Unique identifier for each application instance. Microservice Name: Name of the microservice within the application. Cloud Provider: Chosen cloud provider for deploying the microservice (e.g., AWS, Azure, Google Cloud, IBM Cloud). Region: Geographic region where the cloud provider's data center is located (e.g., US-East, EU-West, Asia-Pacific). Resource Utilization (%): Percentage of allocated resources utilized by the microservice. Latency (ms): Average latency experienced by the microservice in milliseconds. Cost ($): Deployment cost in US dollars incurred by the microservice. Deployment Time (hrs): Time taken to deploy the microservice in hours. Success Rate (%): Percentage of successful deployments for the microservice. Data Transfer (GB): Amount of data transferred by the microservice in gigabytes. Environment: Deployment environment phase (e.g., Development, Testing, Production). Dataset Usage: This dataset facilitates research and analysis into the efficacy of a greedy algorithm for selecting optimal cloud providers based on various performance and cost metrics. Researchers and practitioners can use this dataset to:

    Evaluate the impact of cloud provider choice on resource utilization and deployment costs. Analyze latency variations across different geographic regions and cloud providers. Assess the success rate of deployments and its correlation with selected cloud providers and deployment environments. Model and optimize deployment strategies for microservices-based applications in diverse cloud environments. Data Characteristics: The data ranges were simulated to reflect realistic scenarios encountered in multi-cloud deployments, ensuring variability in cloud provider performance and deployment outcomes. Random generation methods such as uniform distributions for costs and deployment times, normal distributions for latency, and categorical choices for cloud providers and deployment environments provide a diverse yet controlled dataset suitable for comprehensive analysis.

    Potential Applications: This dataset is valuable for researchers, data scientists, and cloud architects involved in optimizing cloud resource utilization, minimizing deployment costs, and enhancing application performance through effective cloud provider selection strategies. It can also serve as a benchmark for comparing different algorithms and methodologies in the field of multi-cloud deployment and management.

  4. Anomalies in Microservice Architecture (train-ticket) based on version...

    • zenodo.org
    zip
    Updated Dec 19, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Monika Steidl; Monika Steidl (2022). Anomalies in Microservice Architecture (train-ticket) based on version configurations [Dataset]. http://doi.org/10.5281/zenodo.6979726
    Explore at:
    zipAvailable download formats
    Dataset updated
    Dec 19, 2022
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Monika Steidl; Monika Steidl
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The work contains ten datasets containing monitoring data (logs, Jaeger Traces and Prometheus KPI data). The datasets contain monitoring data from train-ticket, a benchmark system for microservices. The dataset includes a short description with explanations of identified anomalies.

    The structure of the folder is as follows:

    Each folder stores the respective data:

    1. Logs:
      • original log file: LOGS_
      • parsed log files required for Loglizer (anomaly detection technique):
        • LOGS_
        • LOGS_
    2. KPI Data: Monitoring_
    3. Traces: Traces_

  5. a

    Amigoscode - Microservices and Distributed Systems

    • academictorrents.com
    bittorrent
    Updated Mar 27, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    None (2025). Amigoscode - Microservices and Distributed Systems [Dataset]. https://academictorrents.com/details/823f6110c670bd970031d6c731db0f06628df784
    Explore at:
    bittorrent(3477871758)Available download formats
    Dataset updated
    Mar 27, 2025
    Authors
    None
    License

    https://academictorrents.com/nolicensespecifiedhttps://academictorrents.com/nolicensespecified

    Description

    Welcome to Microservices and Distributed Systems - one of the most in-demand courses on the platform and for a good reason, microservices are quickly becoming the dominant framework in the field and a critical skill for a professional Java developer. The course will be a lot of hands-on, building a distributed application and learning the exact technology stack that makes a microservice tick. Join me today and master microservices with:​ •20-chapter roadmap made up of over 10 hours of video content: From fundamentals of the architecture to application deployment. •156 lessons: A step-by-step practical guide through every technology. •Microservices Application building: A comprehensive guide to give you all the knowledge needed to deploy components yourself. •Dedicated Discord Channel: Where you will be able to find answers to all your questions and chat with me and the students.

  6. Z

    Microservice Security Detectors & Metrics & Detection Strategies: Dataset

    • data-staging.niaid.nih.gov
    Updated May 13, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Uwe Zdun (2023). Microservice Security Detectors & Metrics & Detection Strategies: Dataset [Dataset]. https://data-staging.niaid.nih.gov/resources?id=zenodo_7929312
    Explore at:
    Dataset updated
    May 13, 2023
    Dataset authored and provided by
    Uwe Zdun
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This is the dataset for replicability for the article "Detection Strategies for Microservice Security Tactics." It provides the code needed to replicate the study in the article and the model data set of 10 system models and 20 variants of those models.

    The abstract of the article is:

    Microservice architectures are widely used today to implement distributed systems. Securing microservice architectures is challenging because of their polyglot nature, continuous evolution, and various security concerns relevant to such architectures. This article proposes a novel, model-based approach providing detection strategies to address the automated detection of security tactics (or patterns and best practices) in a given microservice architecture decomposition model. Our novel detection strategies are metrics-based rules that decide conformance to a security recommendation based on a statistical predictor. The proposed approach models this recommendation using Architectural Design Decisions (ADDs). We apply our approach for four different security-related ADDs on access management, traffic control, and avoiding plaintext sensitive data in the context of microservice systems. We then apply our approach to a model data set of 10 open-source microservice systems and 20 variants of those systems. Our results are detection strategies showing a very low bias, a very high correlation, and a low prediction error in our model data set.

    The dataset is based on a dataset from a previous article: https://zenodo.org/record/6424722

  7. Processed Alibaba microservices-v2022 Dataset

    • kaggle.com
    zip
    Updated Apr 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    temp123$ (2025). Processed Alibaba microservices-v2022 Dataset [Dataset]. https://www.kaggle.com/datasets/gileswinchester/processed-alibaba-microservices-v2022-dataset
    Explore at:
    zip(73440568 bytes)Available download formats
    Dataset updated
    Apr 15, 2025
    Authors
    temp123$
    Description

    Dataset

    This dataset was created by temp123$

    Contents

  8. Anomaly Detection in Microservices-based Systems

    • figshare.com
    zip
    Updated Jul 3, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    João Nobre; Eduardo Solteiro Pires; Arsénio Reis (2023). Anomaly Detection in Microservices-based Systems [Dataset]. http://doi.org/10.6084/m9.figshare.22726298.v1
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jul 3, 2023
    Dataset provided by
    Figsharehttp://figshare.com/
    figshare
    Authors
    João Nobre; Eduardo Solteiro Pires; Arsénio Reis
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This repository contains two datasets used for anomaly detection in microservices-based systems. The datasets are summarized versions of several CSV files containing data from normal and anomalous instances. The two datasets provided here are representative of service and application anomalies. For more detailed information, please refer to the README file included in the repository.

  9. I

    Pre-processed Tracing Data for Popular Microservice Benchmarks

    • databank.illinois.edu
    Updated Apr 1, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Haoran Qiu; Subho S. Banerjee; Saurabh Jha; Zbigniew T. Kalbarczyk; Ravishankar K. Iyer (2024). Pre-processed Tracing Data for Popular Microservice Benchmarks [Dataset]. http://doi.org/10.13012/B2IDB-6738796_V1
    Explore at:
    Dataset updated
    Apr 1, 2024
    Authors
    Haoran Qiu; Subho S. Banerjee; Saurabh Jha; Zbigniew T. Kalbarczyk; Ravishankar K. Iyer
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    We are releasing the tracing dataset of four microservice benchmarks deployed on our dedicated Kubernetes cluster consisting of 15 heterogeneous nodes. The dataset is not sampled and is from selected types of requests in each benchmark, i.e., compose-posts in the social network application, compose-reviews in the media service application, book-rooms in the hotel reservation application, and reserve-tickets in the train ticket booking application. The four microservice applications come from DeathStarBench and Train-Ticket. The performance anomaly injector is from FIRM. The dataset was preprocessed from the raw data generated in FIRM's tracing system. The dataset is separated by on which microservice component is the performance anomaly located (as the file name suggests). Each dataset is in CSV format and fields are separated by commas. Each line consists of the tracing ID and the duration (in 10^(-3) ms) of each component. Execution paths are specified in execution_paths.txt in each directory.

  10. i

    Performance of Microservices Result Data

    • ieee-dataport.org
    Updated Nov 25, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Keith Cully (2021). Performance of Microservices Result Data [Dataset]. https://ieee-dataport.org/documents/performance-microservices-result-data
    Explore at:
    Dataset updated
    Nov 25, 2021
    Authors
    Keith Cully
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    A dataset containing system and service performance metrics

  11. Cloud Microservices Market - Share, Trends & Size

    • mordorintelligence.com
    pdf,excel,csv,ppt
    Updated Jan 24, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mordor Intelligence (2026). Cloud Microservices Market - Share, Trends & Size [Dataset]. https://www.mordorintelligence.com/industry-reports/cloud-microservices-market
    Explore at:
    pdf,excel,csv,pptAvailable download formats
    Dataset updated
    Jan 24, 2026
    Dataset authored and provided by
    Mordor Intelligence
    License

    https://www.mordorintelligence.com/privacy-policyhttps://www.mordorintelligence.com/privacy-policy

    Time period covered
    2020 - 2031
    Area covered
    Global
    Description

    The Cloud Microservices Market Report is Segmented by Component (Platform, and Services), Enterprise Size (Small and Medium Enterprises, and Large Enterprises), End-User Industry (BFSI, Retail and E-Commerce, Manufacturing, IT and Telecom, Healthcare and Life Sciences, and More), Cloud Type (Public Cloud, Private Cloud, and Hybrid and Multi-Cloud), and Geography. The Market Forecasts are Provided in Terms of Value (USD).

  12. Global microservices importance to organizations 2022

    • statista.com
    Updated Nov 28, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Global microservices importance to organizations 2022 [Dataset]. https://www.statista.com/statistics/1374570/microservices-importance-organizations/
    Explore at:
    Dataset updated
    Nov 28, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Feb 2022 - Mar 2022
    Area covered
    Worldwide
    Description

    In 2022, ** percent of respondents currently using microservices state that it is extremely important for organizational operations. This was followed by majority of the respondents at ** percent agreeing that it is very important in the same year.

  13. M

    Microservice Architecture Report

    • datainsightsmarket.com
    doc, pdf, ppt
    Updated Feb 22, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Data Insights Market (2026). Microservice Architecture Report [Dataset]. https://www.datainsightsmarket.com/reports/microservice-architecture-1396405
    Explore at:
    doc, ppt, pdfAvailable download formats
    Dataset updated
    Feb 22, 2026
    Dataset authored and provided by
    Data Insights Market
    License

    https://www.datainsightsmarket.com/privacy-policyhttps://www.datainsightsmarket.com/privacy-policy

    Time period covered
    2026 - 2034
    Area covered
    Global
    Variables measured
    Market Size
    Description

    Unlock the potential of microservices! Explore the booming microservice architecture market, its key drivers, challenges, and regional trends. Discover leading companies and investment opportunities in this rapidly expanding sector. Learn more about the projected market size and CAGR through 2033.

  14. Z

    Dataset used by the paper MADE: Learning to Detect and Explain Chaos in...

    • data.niaid.nih.gov
    Updated Jan 25, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Weerasingha Dewage, Indika Priyantha Kumara (2022). Dataset used by the paper MADE: Learning to Detect and Explain Chaos in Microservice Architectures [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_5901695
    Explore at:
    Dataset updated
    Jan 25, 2022
    Dataset provided by
    Tilburg University
    Authors
    Weerasingha Dewage, Indika Priyantha Kumara
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Dataset used by the paper MADE: Learning to Detect and Explain Chaos in Microservice Architectures

    Include the raw dataset of 10 chaos

  15. Data from: Microservice Security: A Systematic Literature Review, dataset

    • zenodo.org
    • data.niaid.nih.gov
    bin
    Updated Sep 18, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Davide Berardi; Saverio Giallorenzo; Jacopo Mauro; Andrea Melis; Fabrizio Montesi; Marco Prandini; Davide Berardi; Saverio Giallorenzo; Jacopo Mauro; Andrea Melis; Fabrizio Montesi; Marco Prandini (2021). Microservice Security: A Systematic Literature Review, dataset [Dataset]. http://doi.org/10.5281/zenodo.5513580
    Explore at:
    binAvailable download formats
    Dataset updated
    Sep 18, 2021
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Davide Berardi; Saverio Giallorenzo; Jacopo Mauro; Andrea Melis; Fabrizio Montesi; Marco Prandini; Davide Berardi; Saverio Giallorenzo; Jacopo Mauro; Andrea Melis; Fabrizio Montesi; Marco Prandini
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This is the Bibliographic Dataset on Microservices and Security of the paper: Microservice Security: A Systematic Literature Review

  16. Scraped Dataset of Issues, Commits, and Pull Requests from 11 Open Source...

    • figshare.com
    zip
    Updated Nov 19, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    JOAO CASTANHO; Sergio Silva Jr (2024). Scraped Dataset of Issues, Commits, and Pull Requests from 11 Open Source Microservices-Based Repositories [Dataset]. http://doi.org/10.6084/m9.figshare.27850440.v1
    Explore at:
    zipAvailable download formats
    Dataset updated
    Nov 19, 2024
    Dataset provided by
    Figsharehttp://figshare.com/
    Authors
    JOAO CASTANHO; Sergio Silva Jr
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset contains scraped data from 11 open-source repositories that implement microservices architecture. The data includes issues, commits, and pull requests, providing insights into the collaborative development processes, version control activities, and maintenance efforts in microservices-based projects. The dataset is intended for research purposes in software engineering, repository mining, and data analysis.

  17. r

    Replication package for a systematic review of AI-driven microservice...

    • resodate.org
    Updated Oct 31, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Anonymous (2025). Replication package for a systematic review of AI-driven microservice deployment (anonymized) [Dataset]. https://resodate.org/resources/aHR0cHM6Ly96ZW5vZG8ub3JnL3JlY29yZHMvMTc0MDEwMTU=
    Explore at:
    Dataset updated
    Oct 31, 2025
    Dataset provided by
    Zenodo
    Authors
    Anonymous
    Description

    This dataset accompanies an anonymized manuscript on AI-driven microservice deployment.It contains the screened study list, inclusion/exclusion flags, quality scores, and RQ mappings. Personal identifiers were removed from files and metadata.

  18. AI Techniques in the Microservices Life-Cycle: A Systematic Mapping Study -...

    • figshare.com
    xlsx
    Updated Jan 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sergio Moreschini (2025). AI Techniques in the Microservices Life-Cycle: A Systematic Mapping Study - Replication Package [Dataset]. http://doi.org/10.6084/m9.figshare.22663756.v6
    Explore at:
    xlsxAvailable download formats
    Dataset updated
    Jan 20, 2025
    Dataset provided by
    figshare
    Figsharehttp://figshare.com/
    Authors
    Sergio Moreschini
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Microservices is a popular architectural style for the development of distributed software, with an emphasis on modularity, scalability, and flexibility. Indeed, in microservice systems, functionalities are provided by loosely coupled, small services, each focusing on a specific business capability. Building a system according to the microservices architectural style brings a number of challenges, mainly related to how the different microservices are deployed and coordinated and how they interact. In this paper, we provide a survey about how techniques in the area of Artificial Intelligence have been used to tackle these challenges.

  19. Traces of Edge Device Utilization and Microservice Requirements/Replicas

    • zenodo.org
    • data-staging.niaid.nih.gov
    • +1more
    csv
    Updated Apr 19, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Narges Mehran; Narges Mehran; Nikolay Nikolov; Nikolay Nikolov; Radu Prodan; Radu Prodan; Dumitru Roman; Dumitru Roman; Dragi Kimovski; Dragi Kimovski; Frank Pallas; Frank Pallas; Peter Dorfinger; Peter Dorfinger (2025). Traces of Edge Device Utilization and Microservice Requirements/Replicas [Dataset]. http://doi.org/10.5281/zenodo.14961415
    Explore at:
    csvAvailable download formats
    Dataset updated
    Apr 19, 2025
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Narges Mehran; Narges Mehran; Nikolay Nikolov; Nikolay Nikolov; Radu Prodan; Radu Prodan; Dumitru Roman; Dumitru Roman; Dragi Kimovski; Dragi Kimovski; Frank Pallas; Frank Pallas; Peter Dorfinger; Peter Dorfinger
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This is part of the runtime traces of anomaly detection and replica prediction.

    • MicroserviceData.csv relates to containerized microservices CPU and memory requirements as well as a number of replicas.
    • DeviceData.csv provides CORE utilization trace data within 1440 hours.
  20. Z

    Data for: Drivers and Barriers for Microservice Adoption in the German...

    • data.niaid.nih.gov
    Updated Aug 3, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Knoche, Holger; Hasselbring, Wilhelm (2024). Data for: Drivers and Barriers for Microservice Adoption in the German Software Industry [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_820145
    Explore at:
    Dataset updated
    Aug 3, 2024
    Dataset provided by
    University of Kiel
    Authors
    Knoche, Holger; Hasselbring, Wilhelm
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Microservices are an architectural style for software which currently receives a lot of attention in both industry and academia. Several companies employ microservice architectures with great success, and there is a wealth of blog posts praising their advantages. Especially so-called Internet-scale systems use them to satisfy their enormous scalability requirements and to rapidly deliver new features to their users. However, microservices are not only popular with large, Internet-scale systems. Many traditional companies are also considering whether microservices are a viable option for their applications. However, these companies may have other motivations to employ microservices, and see other barriers which may prevent them from adopting microservices. Furthermore, these drivers and barriers may differ among industry sectors. This dataset contains the questions and results of a survey on drivers and barriers for microservice adoption among professionals in the German software industry. In addition to overall drivers and barriers, we particularly focused on the use of microservices to modernize existing software, with special emphasis on implications for runtime performance and transactionality.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Gagan Somashekar (2024). Microservices Bottleneck Localization Dataset [Dataset]. https://www.kaggle.com/datasets/gagansomashekar/microservices-bottleneck-detection-dataset
Organization logo

Microservices Bottleneck Localization Dataset

Multi-bottleneck traces of social networking app (DeathStarBench) on Kubernetes

Explore at:
zip(10111803053 bytes)Available download formats
Dataset updated
Feb 16, 2024
Authors
Gagan Somashekar
License

Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically

Description

Prior works have noted that existing public traces on anomaly detection and bottleneck localization in microservices applications only contain single, severe bottlenecks that are not representative of real-world scenarios. When such a bottleneck is introduced, the resulting latency increases by an order of magnitude (100x), making it trivial to detect that single bottleneck using a simple grid search or threshold-based approaches.

To create a more realistic dataset that includes traces with multiple bottlenecks at different intensities, we carefully benchmarked the social networking application under different interference intensities and duration of interference. We chose intensities and duration values that degrade the application performance but do not cause any faults or errors that can be trivially detected. We induced interference on different VMs at different times and also simultaneously. A single VM could be induced with different types of interference (e.g., CPU and memory), resulting in the hosted microservices experiencing a mixture of interference patterns. The resulting dataset consists of around 40 million request traces along with corresponding time series of CPU, memory, I/O, and network metrics. The dataset also includes application, VM, and Kubernetes logs.

A detailed description of the files is provided in the Data Explorer section. Please reach out to gagan at cs dot stonybrook dot edu if you have any questions or concerns.

If you find the dataset useful, please cite our WWW'24 paper "GAMMA: Graph Neural Network-Based Multi-Bottleneck Localization for Microservices Applications." Citation format (bibtex):

author = {Somashekar, Gagan and Dutt, Anurag and Adak, Mainak and Lorido Botran, Tania and Gandhi, Anshul},
title = {GAMMA: Graph Neural Network-Based Multi-Bottleneck Localization for Microservices Applications.},
year = {2024},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3589334.3645665},
doi = {10.1145/3589334.3645665},
booktitle = {Proceedings of the ACM Web Conference 2024},
location = {Singapore},
series = {WWW '24}
}```
Search
Clear search
Close search
Google apps
Main menu