Frequently Asked Questions
- How do services get scored?
- How can I provide my service list for testing in archive mode? What is the correct format?
- How do services get scored?
- How can I provide my service list for testing in archive mode? What is the correct format?
The Service Status Checker carries out a set of standard tests on each service type. One of these tests gets scored
for Speed performance and reliability. Speed performance(CurrentSpeed) is simply the time taken in seconds to do the test while
Reliability(currentScore) is calculated as a factor of the Speed performance and the correctness of the response.
The Service Status Checker returns these scores in the summary section of the returned XML response as shown below:
To test your services in archive mode, the Service Status Checker needs an atom feed in the following format:
- <feed xmlns="http://www.w3.org/2005/Atom">
- <entry>
- <id>{unique id}</id>
- <title>{title}</title>
- <serviceType>{service type}</serviceType>
- <serviceUrl>k
{service URL}</serviceUrl>
- [other service type specific information may be added.]
Duplicate the <entry> tag for each service that you want the Service Status Checker to test and score. Once you have created this feed, notify the service status checker team with the internet location of your ATOM feed.