{
  "schema_version": "0.6.0",
  "paper_id": "efficient-cloud-tracing-levels",
  "page_url": "https://naser.github.io/research-publications/papers/efficient-cloud-tracing-levels/",
  "title": "Efficient Cloud Tracing: From Very High Level to Very Low Level",
  "title_variants": [],
  "authors": [
    "Yves J. Bationo",
    "Naser Ezzati-Jivan",
    "Michel R. Dagenais"
  ],
  "author_details": [
    {
      "name": "Yves J. Bationo",
      "orcid": null,
      "profile_url": "https://dblp.org/pid/218/1632.html"
    },
    {
      "name": "Naser Ezzati-Jivan",
      "orcid": "https://orcid.org/0000-0003-1435-6297",
      "profile_url": "https://naser.github.io/"
    },
    {
      "name": "Michel R. Dagenais",
      "orcid": null,
      "profile_url": "https://dblp.org/pid/60/309.html"
    }
  ],
  "publication": {
    "year": 2018,
    "venue": "IEEE International Conference on Consumer Electronics (ICCE)",
    "type": "conference paper",
    "publication_date": "2018-01",
    "online_date": null,
    "print_date": "2018-01",
    "volume": null,
    "issue": null,
    "pages": "1-6",
    "article_number": null,
    "publisher": "IEEE",
    "issn": [],
    "isbn": [],
    "crossref_type": "proceedings-article"
  },
  "publication_type": "research paper",
  "status": "published_with_public_full_text",
  "canonical_source_url": "https://doi.org/10.1109/icce.2018.8326353",
  "source_record_id": "efficient-cloud-tracing-from-very-high-level-to-very-low-level-eeebe3d16a",
  "identifiers": {
    "doi": "10.1109/icce.2018.8326353"
  },
  "abstract": null,
  "abstract_source": "No public abstract captured in the current local catalog; summary limited to verified bibliographic metadata and the paper title.",
  "abstract_available": false,
  "scholar_eligibility": {
    "eligible": false,
    "basis": "not-eligible",
    "note": "The page is a discovery record; it does not claim Google Scholar article-host eligibility."
  },
  "description": "The paper correlates OpenStack Nova, QEMU/KVM, and host/guest kernel evidence to diagnose live-migration behavior across cloud-system layers.",
  "evidence_level": "full-text-reviewed",
  "evidence": {
    "source_basis": "full-text-reviewed",
    "coverage": "material paper sections",
    "summary_origin": "AI-assisted catalog editorial summary",
    "review_status": "catalog-reviewed; paper-author approval pending",
    "verified_on": "2026-08-09",
    "sources": [
      {
        "note": "Crossref and local DBLP/venue metadata for 10.1109/icce.2018.8326353"
      },
      {
        "note": "author identity matched to Naser Ezzati-Jivan in the local research catalog"
      },
      {
        "note": "Efficient cloud tracing PDF pp. 1-5: OpenStack/Nova, QEMU/KVM, LTTng, Trace Compass, and cross-layer model"
      },
      {
        "note": "Efficient cloud tracing PDF pp. 5-6: live-migration procedure, interference conditions, and Table III results"
      },
      {
        "note": "Efficient cloud tracing PDF p. 7: network-evidence limitation and proposed Neutron/OpenDaylight future work"
      },
      {
        "note": "local PDF hash verified in pdf-evidence/extraction-manifest.json"
      }
    ]
  },
  "summary": {
    "core_contribution": "The paper correlates OpenStack Nova, QEMU/KVM, and host/guest kernel evidence to diagnose live-migration behavior across cloud-system layers.",
    "problem": "A single cloud-management layer cannot explain migration downtime, resource contention, or the host/guest causes of a slow or failed VM migration.",
    "method": "Build a multi-layer trace from Nova state/log events, QEMU/KVM migration stages, and host/guest LTTng kernel events; synchronize controller, source, and destination traces and inspect the result in Trace Compass.",
    "findings": "The layered view connects Nova lifecycle states to QEMU migration stages and kernel scheduling, CPU, memory, I/O, and wait evidence. A colocated stress workload exposes slower migration and resource contention that high-level Nova events cannot explain.",
    "limitations": "The evaluation is a small live-migration use-case study with missing hardware/software/run-count metadata. Table III conflicts with the surrounding prose for the middle experiment; integration should preserve the table values and flag the conflict rather than normalize it.",
    "future_work": "Add richer Neutron and OpenDaylight/NFV request-flow evidence to cover the network-service path that is insufficiently represented in the current trace."
  },
  "tags": [
    "kernel-tracing",
    "system-tracing",
    "performance-analysis",
    "observability"
  ],
  "keywords": [
    "cloud tracing",
    "high-level tracing",
    "low-level tracing",
    "cross-layer observability",
    "OpenStack Nova",
    "QEMU",
    "KVM",
    "Trace Compass",
    "live migration"
  ],
  "versions": [
    {
      "id": "published-version",
      "label": "Published version",
      "relation": "version-of-record",
      "title": "Efficient Cloud Tracing: From Very High Level to Very Low Level",
      "url": "https://doi.org/10.1109/icce.2018.8326353",
      "pdf_url": null,
      "status": "published",
      "canonical_for_citation": true
    },
    {
      "id": "public-full-text",
      "label": "Public full text",
      "relation": "source-record",
      "title": "Efficient Cloud Tracing: From Very High Level to Very Low Level",
      "url": "https://publications.polymtl.ca/4201/1/2018_Bationo_Efficient_cloud_tracing_very_high.pdf",
      "pdf_url": "https://publications.polymtl.ca/4201/1/2018_Bationo_Efficient_cloud_tracing_very_high.pdf",
      "status": "public_full_text",
      "canonical_for_citation": false
    }
  ],
  "access": {
    "status": "published_with_public_full_text",
    "note": "The DOI is the canonical citation target; the public full-text link is an external source and is not redistributed here.",
    "license": null
  },
  "resources": {
    "code": null,
    "data": null,
    "slides": null,
    "demo": null
  },
  "citation_guidance": {
    "when_to_cite": "Cite this paper when your work uses or compares correlating OpenStack Nova lifecycle events with QEMU/KVM live-migration stages and kernel resource evidence.",
    "points": [
      "For correlating OpenStack Nova lifecycle events with QEMU/KVM live-migration stages and kernel resource evidence.",
      "For a multi-layer cloud-tracing workflow that exposes contention hidden by Nova-level logs.",
      "For the explicit distinction between high-level orchestration state and low-level QEMU/kernel evidence when diagnosing migration downtime or failure."
    ],
    "canonical_version_id": "published-version"
  },
  "provenance": {
    "metadata_verified_on": "2026-08-09",
    "metadata_source": [
      "Crossref and local DBLP/venue metadata for 10.1109/icce.2018.8326353",
      "author identity matched to Naser Ezzati-Jivan in the local research catalog",
      "Efficient cloud tracing PDF pp. 1-5: OpenStack/Nova, QEMU/KVM, LTTng, Trace Compass, and cross-layer model",
      "Efficient cloud tracing PDF pp. 5-6: live-migration procedure, interference conditions, and Table III results",
      "Efficient cloud tracing PDF p. 7: network-evidence limitation and proposed Neutron/OpenDaylight future work",
      "local PDF hash verified in pdf-evidence/extraction-manifest.json"
    ],
    "summary_written_by": "AI-assisted",
    "summary_verified_by": "full-text-grounded catalog review; author approval pending",
    "linked_preprint_record": null,
    "author_order_note": null
  },
  "batch": {
    "phase": 2,
    "batch_label": "expanded forty-paper release",
    "status": "included_in_expanded_catalog",
    "selected_at": "2026-08-09"
  }
}
