Framework Data Relationships

“Understanding how SysOps Framework components interconnect and support each other.”

Framework Data Relationships Map

The SysOps Framework consists of interconnected components that work together to create a cohesive operational methodology. This document explains how the different pieces relate to and support each other.

Start by Symptom

Use this map backwards when the team is under pressure. Start with the symptom, then find the data relationships that explain it.

SymptomData to connectLikely chapter
Repeated incidentsIncident → problem → action item → owner → due dateChapters 6, 7, 11
Change failuresChange → service → risk → incident correlationChapters 6, 10
Audit panicControl → evidence → artifact → review cadenceChapters 10, 13
BurnoutOn-call event → alert quality → rotation health → improvement workChapters 7, 9

The Three Pillars: Cycles, Practices, and Metrics

The SysOps Framework rests on three pillars that continuously feed into one another: Cycles set the operating rhythm, Practices define the work done within that rhythm, and Metrics measure the outcomes. The metrics then feed back into the cycles, closing the loop.

Diagram: Three-pillar framework structure — Cycles define rhythm, Practices define work, Metrics measure outcomes — with feedback loops between all three

flowchart TD
    subgraph framework["SysOps Framework"]
        direction LR
        C[Cycles<br/>Daily / Weekly / Monthly] -->|drive| P[Practices<br/>12 management practices]
        P -->|produce| M[Metrics<br/>4 metric categories]
        M -.->|feed back| C
    end

How to read it: Cycles drive which Practices run and when; Practices produce the data captured as Metrics; Metrics feed back into the next round of Cycles, so the framework continuously improves.


Operational Cycles → Management Practices Mapping

Each management practice is applied across all three operational cycles with different emphases:

Daily Operations Cycle (24-48h)

PracticeDaily ActivitiesOutput/Measurement
Service Level ManagementMonitor SLO compliance, track error budget consumptionDaily SLI metrics, burn rate
Incident and Problem ManagementDetect incidents, respond, restore service, document timelineIncident logs, response times
Change and Configuration ManagementExecute approved standard changes, update CMDBChange records, CI updates
Capacity and Performance ManagementMonitor utilisation, performance, availabilityReal-time dashboards
Knowledge and Documentation ManagementUpdate runbooks during incidents, capture new knowledgeUpdated documentation
Team and Skill DevelopmentOn-the-job learning, peer support, skill applicationSkill progression notes
Vendor and Contract ManagementEscalate vendor issues, monitor vendor service healthSLA impact tracking
Release ManagementMonitor post-deployment health, trigger rollbacks on SLO breachDeployment health checks
Asset ManagementVerify CI accuracy after incidents, update CMDBAsset records
Service Request ManagementFulfil standard requests, monitor same-day SLA queueRequest fulfilment rate
Financial ManagementMonitor daily cloud spend, flag cost anomaliesDaily cost reports
Backup and Recovery OperationsVerify overnight backup jobs, respond to backup failuresBackup success rate

Weekly Improvement Cycle (7d)

PracticeWeekly ActivitiesOutput/Measurement
Service Level ManagementReview weekly SLO compliance, analyse trends, adjust budgetsSLO trend analysis
Incident and Problem ManagementRoot cause analysis, identify patterns, plan preventive actionsProblem statements
Change and Configuration ManagementPlan normal changes, schedule maintenance, risk assessmentChange calendar
Capacity and Performance ManagementAnalyse weekly trends, identify bottlenecksCapacity reports
Knowledge and Documentation ManagementKnowledge sharing sessions, documentation reviewsTraining records
Team and Skill DevelopmentCross-training, skill gap identification, mentoringSkills matrix updates
Vendor and Contract ManagementWeekly SLA compliance review, vendor performance metricsVendor scorecards
Release ManagementDORA metrics review, release retrospectives, pipeline healthDORA trend report
Asset ManagementCMDB reconciliation, EOL asset alerts, license utilisationReconciliation report
Service Request ManagementRequest queue review, SLA compliance, automation opportunitiesFulfilment metrics
Financial ManagementCloud spend vs budget review, rightsizing recommendationsWeekly cost report
Backup and Recovery OperationsReview backup success rates, partial restore test resultsRestore test log

Monthly Strategy Cycle (4wk)

PracticeMonthly ActivitiesOutput/Measurement
Service Level ManagementStrategic SLO planning, business alignmentUpdated SLOs, business case
Change and Configuration ManagementMajor change planning, risk assessment, architecture reviewChange roadmap
Capacity and Performance ManagementLong-term capacity planning, architecture decisionsCapacity forecast
Knowledge and Documentation ManagementKnowledge strategy review, tool evaluationKnowledge plan
Team and Skill DevelopmentCareer development planning, org-wide skill strategyDevelopment plans
Vendor and Contract ManagementVendor business reviews, contract negotiations, strategic assessmentContract updates
Release ManagementRelease strategy review, pipeline investment decisionsRelease strategy doc
Asset ManagementFull CMDB audit, EOL planning, software license reconciliationAudit report
Service Request ManagementService catalog review, SLA target review, automation roadmapCatalog update
Financial ManagementMonthly cost report to stakeholders, budget variance analysisFinancial report
Backup and Recovery OperationsFull restore test review, DR simulation planningDR readiness report

Practice-to-Cycle Dependency Map

Diagram: All 12 practices mapped to Daily, Weekly, and Monthly cycles showing which practice lives in which cycle

flowchart LR
    subgraph daily["Daily Cycle"]
        D1[SLM: monitor SLOs]
        D2[Incident: respond]
        D3[Change: standard changes]
        D4[Capacity: monitor]
        D5[Knowledge: document]
        D6[Team: learn on job]
        D7[Vendor: escalate issues]
        D8[Release: post-deploy health]
        D9[Asset: verify CIs]
        D10[Requests: fulfil]
        D11[Finance: monitor costs]
        D12[Backup: verify jobs]
    end

    subgraph weekly["Weekly Cycle"]
        W1[SLM: trend analysis]
        W2[Problem: RCA]
        W3[Change: plan changes]
        W4[Capacity: trend analysis]
        W5[Knowledge: share]
        W6[Team: cross-train]
        W7[Vendor: SLA review]
        W8[Release: DORA review]
        W9[Asset: reconcile]
        W10[Requests: review queue]
        W11[Finance: budget check]
        W12[Backup: restore tests]
    end

    subgraph monthly["Monthly Cycle"]
        M1[SLM: strategy]
        M3[Change: major changes]
        M4[Capacity: forecast]
        M5[Knowledge: strategy]
        M6[Team: career planning]
        M7[Vendor: business reviews]
        M8[Release: strategy]
        M9[Asset: audit]
        M10[Requests: catalog review]
        M11[Finance: reporting]
        M12[Backup: DR planning]
    end

    daily -->|recurring pain| weekly
    weekly -->|successful patterns| monthly
    monthly -->|new operational needs| daily

Metrics Framework → Practices Mapping

Each metric category is supported by specific management practices:

Service Reliability Metrics

Primary Supporting Practices:

  1. Service Level Management - Defines what SLIs and SLOs to measure
  2. Incident and Problem Management - Responds to reliability issues, prevents recurrence
  3. Backup and Recovery Operations - Ensures data can be restored within RTO/RPO

Key Metrics:

  • Availability/Uptime
  • Mean Time to Recovery (MTTR)
  • Mean Time Between Failures (MTBF)
  • SLO Compliance %
  • Error Budget Burn Rate
  • RTO/RPO Achievement Rate

Operational Efficiency Metrics

Primary Supporting Practices:

  1. Change and Configuration Management - Change success rate, CMDB accuracy
  2. Capacity and Performance Management - Resource utilisation
  3. Release Management - Deployment frequency, lead time, change failure rate
  4. Service Request Management - Fulfilment time, automation rate

Key Metrics:

  • Automation Coverage %
  • Incident Response Time
  • Change Success Rate
  • Capacity Utilisation %
  • Deployment Frequency (DORA)
  • Mean Lead Time for Changes (DORA)
  • Request Fulfilment Rate
  • First-Fix Resolution %

Team Performance Metrics

Primary Supporting Practices:

  1. Team and Skill Development - Cross-training, skills growth
  2. Knowledge and Documentation Management - Documentation coverage, knowledge transfer

Key Metrics:

  • Knowledge Transfer Rate
  • Cross-Training Completion %
  • On-Call Rotation Health (after-hours incidents per rotation)
  • Problem Resolution Time
  • Documentation Coverage %
  • Team Satisfaction Score

Business Value Metrics

Primary Supporting Practices:

  1. Vendor and Contract Management - Vendor SLA compliance, cost optimisation
  2. Asset Management - Asset lifecycle cost, license compliance
  3. Financial Management - Budget accuracy, chargeback/showback adoption

Key Metrics:

  • Customer Satisfaction Score
  • Business Service Availability
  • Cost Per Service Unit
  • Cloud Cost Allocation Accuracy
  • Vendor SLA Achievement %
  • Budget Variance %

Practice Data Flows

Service Level Management Data Flow

Diagram: Data flow from customer requirements through SLI/SLO definition, monitoring, error budget tracking, to business value reporting

flowchart LR
    A[Customer Requirements] --> B[Define SLIs/SLOs]
    B --> C[Implement Monitoring]
    C --> D[Daily SLO Tracking]
    D --> E[Weekly Trend Analysis]
    E --> F[Monthly Strategy Adjustment]
    F --> G[Reliability Metrics]
    G --> H[Executive Reporting]

Incident and Problem Management Data Flow

Diagram: Incident flow from alert/detection through triage, resolution, post-incident review, to problem management and knowledge base updates

flowchart LR
    A[Alert / Detection] --> B[Response & Triage]
    B --> C[Resolution]
    C --> D[Timeline Capture]
    D --> E[Post-Incident Review]
    E --> F[Root Cause Analysis]
    F --> G[Action Items → Problem Management]
    G --> H[Incident Metrics: MTTR, MTBF]
    H --> I[Trend Analysis → Monthly Cycle]

Change and Configuration Management Data Flow

Diagram: Change flow from work identification through categorisation, risk assessment, approval, implementation, to CMDB update

flowchart LR
    A[Work Identification] --> B[Category: Standard/Normal/Emergency]
    B --> C[Risk Assessment]
    C --> D[Approval Process]
    D --> E[Implementation]
    E --> F[Success Tracking]
    F --> G[Change Success Rate Metric]
    G --> H[Process Improvement Feedback]

Cross-Practice Dependencies

Service Level Management depends on:

  • Knowledge and Documentation Management: Documentation of SLO targets and procedures
  • Incident and Problem Management: Fast incident response preserves SLOs
  • Change and Configuration Management: Controlled changes that impact SLOs

Incident and Problem Management depends on:

  • Knowledge and Documentation Management: Runbooks guide incident response
  • Service Level Management: SLOs inform incident severity classification
  • Team and Skill Development: Team skills impact resolution speed

Change and Configuration Management depends on:

  • Service Level Management: SLOs inform change risk assessment
  • Capacity and Performance Management: Capacity data impacts change risk
  • Knowledge and Documentation Management: Runbooks guide change execution

Release Management depends on:

  • Change and Configuration Management: Release gates integrate with change control
  • Service Level Management: Error budgets determine release go/no-go
  • Incident and Problem Management: Post-release incidents trigger rollback

Vendor and Contract Management depends on:

  • Service Level Management: Vendor SLAs align with internal SLOs
  • Knowledge and Documentation Management: Vendor documentation and escalation procedures
  • Financial Management: Contract costs impact budget planning

Financial Management depends on:

  • Asset Management: Asset inventory informs depreciation and licensing costs
  • Vendor and Contract Management: Vendor costs are the largest operational expense
  • Capacity and Performance Management: Capacity decisions drive infrastructure spending

Backup and Recovery Operations depends on:

  • Service Level Management: RTO/RPO targets are derived from SLOs
  • Knowledge and Documentation Management: Recovery runbooks must be current and tested
  • Change and Configuration Management: CMDB data identifies what needs backup

Maturity Model Integration

The practice maturity model (Chapter 6) shows how practices evolve through five levels:

LevelCharacteristicsData/Metrics Implication
1 - InitialAd hoc, reactiveNo formal metrics, anecdotal reporting
2 - RepeatableDefined procedures, basic trackingBasic metrics collected, inconsistent
3 - DefinedStandardised practices, integratedConsistent metrics, trend visibility
4 - ManagedMeasured, continuously improvedDetailed metrics, cause-effect analysis
5 - OptimisingContinuously evolving, innovativePredictive metrics, proactive optimisation

Each practice progresses independently: You might have Incident Management at Level 3, Change Management at Level 2, and Service Level Management at Level 4.

The Getting Started guide maps these maturity levels to implementation timeframes: expect practices at Level 1-2 after the 30-day pilot, Level 3 by Month 4, and Level 4+ by Month 6 of full rollout.


Key Implementation Dependencies

Diagram: Practice dependency graph showing which practices depend on others — e.g., SLO Management depends on Knowledge Management, Incident Management depends on SLO Management

flowchart TD
    SLM[1. Service Level Management] --> KDM[2. Knowledge & Documentation Management]
    SLM --> IM[3. Incident & Problem Management]
    KDM --> IM
    IM --> CM[4. Change & Configuration Management]
    SLM --> CPM[5. Capacity & Performance Management]
    KDM --> TSD[6. Team & Skill Development]
    IM --> VCM[7. Vendor & Contract Management]
    CM --> RM[8. Release Management]
    CM --> AM[9. Asset Management]
    KDM --> SRM[10. Service Request Management]
    VCM --> FM[11. Financial Management]
    AM --> FM
    SLM --> BnR[12. Backup & Recovery Operations]

Critical path for implementation:

  1. Service Level Management — defines what success looks like, informs all other practice targets
  2. Knowledge and Documentation Management — enables repeatable execution, foundation for incident response
  3. Incident and Problem Management — enables daily operations, provides feedback to improve other practices
  4. Change and Configuration Management — enables controlled improvement, uses incident feedback
  5. Capacity and Performance Management — strategic foundation for growth planning
  6. Team and Skill Development — sustainable growth through skilled team
  7. Vendor and Contract Management — manages external dependencies at scale
  8. Release Management — governed delivery pipeline, integrates with change control
  9. Asset Management — tracking what you own, license compliance
  10. Service Request Management — separating requests from incidents
  11. Financial Management — cost visibility and accountability
  12. Backup and Recovery Operations — last line of defence

Feedback Loops

The Continuous Improvement Cycle

Diagram: Continuous improvement loop — daily incidents captured → weekly improvement → monthly strategy → prioritised improvements feed back into daily operations

flowchart TD
    A[Daily Incident / Task] --> B[Incident Data Captured]
    B --> C[Weekly: Analyse Patterns]
    C --> D[Identify Root Cause]
    D --> E[Problem Management: Plan Fix]
    E --> F[Change Management: Implement]
    F --> G[Verification: Incidents Reduced]
    G --> H[Monthly: Strategic Learning]
    H --> I[Practice Maturity Improvement]
    I -.->|back to daily, improved| A

The Metric-Driven Cycle

Diagram: Metric-driven cycle — define metrics → implement measurement → collect data → analyse trends → adjust targets → repeat

flowchart TD
    A[Define Metrics] --> B[Implement Measurement]
    B --> C[Daily Collection]
    C --> D[Weekly Analysis]
    D --> E[Identify Improvement Opportunities]
    E --> F[Monthly Planning]
    F --> G[Practice Changes to Improve Metrics]
    G -.->|process improved| C

Common Questions About Relationships

Q: How does changing a practice affect metrics?

A: Changes to a practice typically require 1-3 months to show measurable improvement in metrics. For example, improving change management procedures may show reduced MTBF after 4-6 weeks of accumulated data.

Q: Which practice should we improve first?

A: Start with Service Level Management (defines success) and Knowledge and Documentation Management (enables execution). Then address bottlenecks identified by metrics — typically Incident and Problem Management or Change and Configuration Management. Build maturity in parallel rather than sequentially.

Q: How do we measure if we are making progress?

A: Three ways:

  1. Practice Maturity — complete maturity assessment questions (Chapter 6) for each of the 12 practices
  2. Metric Trends — track leading indicators (automation coverage, documentation %) and lagging indicators (MTTR, SLO compliance)
  3. Cycle Alignment — verify practices are integrated into all three cycles with regular execution

Q: What happens if we implement cycles without practices?

A: Cycles without practices lead to “process theatre” — meetings and activities without clear purpose. Practices define what happens in each cycle. Both are essential.


Last modified June 15, 2026: fix index pages (feaa311)