We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

AlisonQuattrocc
ServiceNow Employee

Authored by Chris Pope


IT organizations have a need to measure and understand the level of performance and value they are providing to the business. There are hundreds of examples of metrics, what to measure, methodologies and process models. ITIL prescribes the Continual Service Improvement (CSI) model, and even provides the 5th book in the ITIL Lifecycle Publication Suite for it (oft forgotten though).

The CSI 7 step/stage improvement process is a great way of defining a process and approach, but organizations often decide where they want to be before fully understanding where they actually are, which can lead to scope change with the end result being far removed from the desired outcomes.

If You Can't Measure It You Can't Improve It

Knowing how to measure something is almost more important than the actual result. Percentages are next to useless without knowing the original measures used to calculate the result. Organizations have and continue to amass huge volumes of data, but without understanding the source and the process or activities that can impact it, the data might as well not be used.

Just Because You Can Measure It Doesn't Mean You Should

More doesn't always mean better! IT metrics programs have a tendency to want to measure and track everything, when in reality focus can only be given to 3-5 at any one time. Service owners will have a set of key metrics they track that are more operational in nature such as volumes of requests, response times, resolution activities and a breakdown of the types of requests that they are fulfilling. The influence they can bring at any one time is limited and if process improvement and/or changes are required, it can take a period of time or a complete reporting cycle before any improvement is seen in the metrics.

Metrics Overflow

Most IT metrics are just that - for IT. When presenting to the business or service consumers, these metrics represent a view of operational activities which the business is consuming and often paying for. Being transparent as to why metrics are positive or negative and the trend changes is key to building trust and relationships. To IT's detriment, the focus always lingers on bad results or service issues versus applauding the good service that was delivered or accomplished in a given measurement period. IT needs to do a better job of providing metrics that matter as well as highlighting the value and results they have delivered across the organization when a job is well done.

Excel — The Enterprise Tool of Choice

"If you can't do it in Excel, you can't do it anywhere!" How often have you heard this and how much reliance is there in your organization on Excel spreadsheets? Excel has blown open the doors to end users consuming large volumes of data, creating charts and fancy formulas to display information. These look great in presentations and reports, but the overhead of creation, maintenance and changes is significant. Often the brain trust, which created the assets leaves or moves into a new role and the knowledge and expertise is lost. Thus, the document is stale and outdated, leading to another initiative or program starting for metrics v2.0!

Enter ServiceNow Performance Analytics!

ServiceNow solves this problem. By focusing on what to measure rather than the tools required, ServiceNow Performance Analytics provides a consumer-like experience to manage and measure metrics and prove analytical insight into performance. To find out more, take ServiceNow Performance Analytics for a test drive.

4 Comments
rajeshgk1
Giga Contributor

Good Post.



From a Business Insight and Intelligence angle we would like to see some canned reports on core capabilities like



Information delivery related { Dashboards, Visualizations and Score cards }


Query/Reporting - Ad-Hoc Analysis, Production Reporting and OLAP Analysis



Do we have top 100 Metrics from a production reporting stand point?


Do we have standard cause codes that ae available for analysis from the continual improvement stand point?



While we understand there is lot of good stuf in the module we feel it is a long way to adopt full fledged.



We are using Qlikview / Tableu tools for improving organization by proviing business insights to all employees leading to better, faster, more relevant decisions.


pdavidson
Giga Contributor

What is the Performance Analytics data store design?



I reviewed the Performance Analytics Architecture wiki page:   I see that this separate data store (running on Amazon Web Services) pulls data from source ServiceNow tables via "data agents" and that the source system data set can also be queried with ODBC SQL.



Is it an OLAP,   "No SQL" or "Not only SQL" - Big Data type of design? performance_analytics


rajeshgk1
Giga Contributor

Generally a Datastore is a schemaless NoSQL datastore providing robust, scalable storage for your application, with the following features: No planned downtime Atomic transactions High availability of reads and writes Strong consistency for reads and ancestor queries Eventual consistency for all other queries The Data store replicates data across multiple data centers using a system based on the Paxos algorithm. This provides a high level of availability for reads and writes. Most queries are eventually consistent. The Data store holds data objects known as entities. An entity has one or more properties, named values of one of several supported data types: for instance, a property can be a string, an integer, or a reference to another entity. Each entity is identified by its kind, which categorizes the entity for the purpose of queries, and a key that uniquely identifies it within its kind. The Data store can execute multiple operations in a single transaction. By definition, a transaction cannot succeed unless every one of its operations succeeds; if any of the operations fails, the transaction is automatically rolled back.


Heath Ramsey
ServiceNow Employee

The architecture you describe is the pre-Eureka version of Performance Analytics.   For Eureka, Fuji, and all future versions of ServiceNow, Performance Analytics is fully-integrated into the ServiceNow Platform.   Data are collected and populated into separate tables in the ServiceNow instance, so Performance Analytics leverages the same database management infrastructure all of the other ServiceNow apps use.