Skip to content

Commit 63f2167

Browse files
Refactor to directories
1 parent ddfc033 commit 63f2167

File tree

22 files changed

+266
-256
lines changed

22 files changed

+266
-256
lines changed

README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@ Contents:
2424

2525
<subcontents>
2626

27-
KPI examples:
28-
29-
* [Finance](examples/finance.md)
30-
* [Business process](examples/business_process.md)
31-
* [Ecommerce](examples/ecommerce.md)
32-
* [Efficiency](examples/efficiency.md)
33-
* [Compliance](examples/compliance.md)
34-
* [Service level agreements (SLAs)](examples/service_level_agreements.md)
35-
* [Service quality](examples/service_quality.md)
36-
* [Programmers](examples/programmers.md)
37-
* [DevOps](examples/devops.md)
38-
* [Kanban](examples/kanban.md)
27+
Examples:
28+
29+
* [KPI examples for business](examples/business/index.md)
30+
* [KPI examples for compliance](examples/compliance/index.md)
31+
* [KPI examples for devops](examples/devops/index.md)
32+
* [KPI examples for ecommerce](examples/ecommerce/index.md)
33+
* [KPI examples for efficiency](examples/efficiency/index.md)
34+
* [KPI examples for finance](examples/finance/index.md)
35+
* [Examples](examples/index.md)
36+
* [KPI examples for kanban](examples/kanban/index.md)
37+
* [KPI examples for programmers](examples/programmers/index.md)
38+
* [KPI examples for service level agreements (SLAs)](examples/service-level-agreements/index.md)
39+
* [KPI examples for service quality](examples/service-quality/index.md)
40+
* [KPI examples for value stream map (VSM) areas](examples/value-stream-map/index.md)
3941

4042
</subcontents>
4143

examples/business.md

-12
This file was deleted.

examples/business/index.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# KPI examples for business
2+
3+
KPI examples for gauging business performance:
4+
5+
* Percentage of processes where completion falls within +/- 5% of the estimated completion
6+
7+
* Average process overdue time
8+
9+
* Percentage of overdue processes
10+
11+
* Average process age
12+
13+
* Percentage of processes where the actual number assigned resources is less than planned number of assigned resources
14+
15+
* Sum of costs of “killed” / stopped active processes
16+
17+
* Average time to complete task
18+
19+
* Sum of deviation of time (e.g. in days) against planned schedule of all active projects
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# KPI examples for compliance
22

3-
KPI examples for compliance, auditing, regulation, and so forth:
3+
KPI examples for compliance, such as auditing, regulating, reporting, etc.:
44

55
* Average time lag between identification of external compliance issues and resolution
6+
67
* Frequency (in days) of compliance reviews
8+
79
* Budget

examples/devops.md examples/devops/index.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
KPI examples for DevOps, software deployements and operations, and so forth:
44

55
* Deployment success rate
6+
67
* Deployment frequency
7-
*Deployment speed
8+
9+
* Deployment speed
10+
811
* Failure rate
12+
913
* Time to recovery
10-
* Happier lives for sysadmins and developers
14+
15+
* Happier lives for developers and operators

examples/ecommerce.md

-16
This file was deleted.

examples/ecommerce/index.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# KPI examples for ecommerce
2+
3+
KPI examples for ecommerce, online shopping, internet sales, and so forth:
4+
5+
* Shopping Cart Abandonment Rate
6+
7+
* Average Order Value (AOV)
8+
9+
* Gross Profit Margin
10+
11+
* Percent of Returning Customers
12+
13+
* Customer Acquisition Cost (CAC)
14+
15+
* Customer Lifetime Value (CLV)
16+
17+
* Customer Retention Rate (CRR)
18+
19+
* Revenue by Traffic Source
20+
21+
* Revenue from Returning Customers
22+
23+
* Refund and Return rates
24+
25+
* Website Traffic
26+
27+
* Conversion Rate

examples/efficiency.md

-16
This file was deleted.

examples/efficiency/index.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# KPI examples for efficiency
2+
3+
KPI examples for efficiency, such as performance, outputs, etc.:
4+
5+
* Cycle time from request to delivery
6+
7+
* Average cycle time from request to delivery
8+
9+
* Call length
10+
11+
* Volume of tasks per staff
12+
13+
* Number of staff involved
14+
15+
* Number of reminders
16+
17+
* Number of alerts
18+
19+
* Customer ratings of service
20+
21+
* Number of customer complaints
22+
23+
* Number of process errors
24+
25+
* Number of human errors
26+
27+
* Time allocated for administration, management, training

examples/finance.md

-20
This file was deleted.

examples/finance/index.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# KPI examples for finance
2+
3+
Money:
4+
5+
* Sales growth
6+
7+
* Improved cash flow
8+
9+
* ROI or ROE
10+
11+
Customer value:
12+
13+
* Customer on-time delivery %
14+
15+
* Customer lead time reductions
16+
17+
* Customer satisfaction ratings
18+
19+
Operations improvements:
20+
21+
* Inventory turns
22+
23+
* Overall trhoughput
24+
25+
* Lead time reductions
26+
27+
Productivity improvements:
28+
29+
* Overall efficiency % gains
30+
31+
* Sales per employee

examples/index.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Examples
2+
3+
* [KPI examples for business](business/index.md)
4+
* [KPI examples for compliance](compliance/index.md)
5+
* [KPI examples for DevOps](devops/index.md)
6+
* [KPI examples for ecommerce](ecommerce/index.md)
7+
* [KPI examples for efficiency](efficiency/index.md)
8+
* [KPI examples for finance](finance/index.md)
9+
* [KPI examples for kanban](kanban/index.md)
10+
* [KPI examples for programmers](programmers/index.md)
11+
* [KPI examples for service level agreements (SLAs)](service-level-agreements/index.md)
12+
* [KPI examples for service quality](service-quality/index.md)
13+
* [KPI examples for value stream map (VSM) areas](value-stream-map/index.md)
14+
15+
## Credits
16+
17+
* [PNMsoft KPI Examples](http://www.pnmsoft.com/resources/bpm-tutorial/key-performance-indicators/)
18+
* [Metrics and Performance Measurement System for the Lean Enterprise](https://ocw.mit.edu/courses/aeronautics-and-astronautics/16-852j-integrating-the-lean-enterprise-fall-2005/lecture-notes/12_metrics.pdf)

examples/kanban.md

-10
This file was deleted.

examples/kanban/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# KPI examples for kanban
2+
3+
KPI examples for kanban workflow, agile storyboards, and so forth:
4+
5+
* Throughput: the number of cards completed this week
6+
7+
* Lead time for each card (completed date and start date)
8+
9+
* Average lead time for this week
10+
11+
* Cards completed with > 0 blocked days
12+
13+
* Total blocked days
14+
15+
* A list of places where cards were blocked

examples/programmers.md examples/programmers/index.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,29 @@
33
KPI examples for programmers, software developers, coders, and so forth:
44

55
* Reliability = points completed/points committed
6+
67
* Predictability = 1-standard deviation of Velocity last 4 sprints/average velocity 4 sprints
8+
79
* DRE: Defect Removal Efficiency: Bugs Found/Bugs Found + Escaped Bugs
10+
811
* Defect Removal: Critical Bugs/ Total Bugs (critical + non-critical)
12+
913
* Accuracy Story Churn - % of how many stories need to be restarted
14+
1015
* Bug Cycle Time and /or Bug Response Time
16+
1117
* WIP Work In Progress - how many stories are being started and not done at any given time.
12-
* (Estimation hours / Estimated # Tasks) completed per period
18+
19+
* Estimated tasks completed per estimated hours
20+
1321
* Estimated task hours completed per period
22+
1423
* Task extension hours requested (justified) per period
24+
1525
* Task extension hours requested (unjustified) per period
26+
1627
* Management overhead hours required per period
28+
1729
* Team contribution per period
30+
1831
* Avg code review score per period
+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# KPI examples for service level agreements (SLAs)
2+
3+
KPI examples for service level agreements, such as contracts, guarantees, ways of working, etc.:
4+
5+
* Percentage of service requests resolved within an agreed-upon/acceptable period of time
6+
7+
* Cost of service delivery as defined in Service Level Agreement (SLA) based on a set period such as month or quarter
8+
9+
* Percentage of outage (unavailability) due to implementation of planned changes, relative to the service hours
10+
11+
* Average time (e.g. in hours) between the occurrence of an incident and its resolution
12+
13+
* Downtime – the percentage of the time service is available
14+
15+
* Availability – the total service time = the mean time between failure (MTBF) and the mean time to repair (MTTR)
16+
17+
* Number of outstanding actions against last SLA review
18+
19+
* The deviation of the planned budget (cost) is the difference in costs between the planned baseline against the actual budget of the Service Level Agreement (SLA)
20+
21+
* Percentage of correspondence replied to on time
22+
23+
* Percentage of incoming service requests of customers have to be completely answered within x amount of time
24+
25+
* Number of complaints received within the measurement period
26+
27+
* Percentage of customer issues that were solved by the first phone call
28+
29+
* Number of operator activities per call – maximum possible, minimum possible, and average. (E.g. take call, log call, attempt dispatch, retry dispatch, escalate dispatch, reassign dispatch, etc.)
30+
31+
* The number of answered phone call per hour
32+
33+
* Total Calling Time per Day or week.
34+
35+
* Average queue time of incoming phone calls
36+
37+
* Cost per minute of handle time
38+
39+
* Number of un-responded emails
40+
41+
* Average after call work time (work done after call has been concluded)
42+
43+
* Costs of operating a call centre / service desk, usually for a specific period such as month or quarter
44+
45+
* Average number of calls / service requests per employee of call center / service desk within measurement period
46+
47+
* Number of complaints received within the measurement period

examples/service-quality/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# KPI examples for service quality
2+
3+
KPI examples for service quality, customer relations, call centers, and so forth:
4+
5+
* Cycle time from request to delivery
6+
7+
* Call length – the time to answer a call
8+
9+
* Volume of calls handled – per call centre staff
10+
11+
* Number of escalations how many bad
12+
13+
* Number of reminders – how many at risk
14+
15+
* Number of alerts – overall summary
16+
17+
* Customer ratings of service – customer satisfaction
18+
19+
* Number of customer complaints – problems
20+
21+
* Number of late tasks – late
22+
23+
* Efficiency – Key Performance Indicators

0 commit comments

Comments
 (0)