- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2015 10:31 PM
Hi All,
Can anyone suggest me how to create MTBF Report for incidents?
Regards,
Kumar
Solved! Go to Solution.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2015 11:16 PM
You may want to try creating an Outage record for Incidents related to a service interruption (or CI outage). The Outage record tracks the start time, end time and duration of an outage for a CI.
Using Wikipedia's definition (Mean time between failures - Wikipedia, the free encyclopedia) MTBF is calculated by:
Sum of (start of downtime - start of uptime)
---------------------------------------------------------
number of failures
Using Outage records, you should be able to calculate the time difference between Outages (difference of end time of one Outage and start time of following Outage), and divide their sum by the number of Outages for a given service/CI. A business rule triggered by an end time being inserted into an Outage record could calculate the MTBF value.
You could add a custom field to the CI record to store the calculated MTBF value and use that for reporting.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2015 06:28 AM
Thanks Tony and Yedwab
Appreciate your help.
Regards,
Hemanth.