Reporting
From AlertFox Website Monitoring
AlertFox offers various online and email reporting options. In addition, you can download all sensor data to create our own customized reports.
Contents |
Performance Overview
Dashboard with uptime & performance overview chart
Sensor Performance
Detailed performance graphs and error logs for each sensor
Root Cause Analysis
AlertFox error reports include detailed information to diagnose and fix website uptime and performance problems.
Browser Screenshots
Each error message includes a screenshot of the test browser at the time of the issue - you see the website exactly like a real human tester would have seen it.
Waterfall Diagrams
Get a grip on the load time of each and every element of your site. Perhaps there’s a certain external image slowing it down? AlertFox returns waterfall diagrams on each error.
Web Traffic Protocols (HAR)
Extending the idea of Waterfall Diagrams to a whole browser session is what HAR files (HTTP Archives) are about: the complete HTTP traffic in one protocol file including requests, responses and detailed timing information. So if you need to check how much load time your payment provider adds to your streamlined web shop, HAR files are the way to go!
We support them for all browsers: iMacros Browser, Internet Explorer and Firefox.
HAR reports need to be enabled in the Expert Settings of for each sensor:
Performance Profiler
Interested in how fast each step of your transaction (macro) sensors is performed by the browser instance you selected? Then have a look at the performance logs, marked as [[PERF] in your log. For now, these are supported by the iMacros Browser and Internet Explorer. Firefox will follow soon.
Here is an example. You see the status and duration for each step of the transaction. The data is provided as XML file, thus it can easily parsed and processed further. The data is also available via our API.
Email Reports
You can opt to receive daily, weekly, monthly and yearly reports by email. On the same panel you can also opt-in/out of the AlertFox Newsletter.
How to read the reports?
The report in split into two parts: the "classic" sensors that cover HTTP/DNS tests and the "iMacros" sensors where your macros are run on some site. The columns of these two parts, however, have the same meaning.
- Uptime:
- Ratio between successful tests and failures
- Given in percent of total number of tests performed
- E.g. "100%" uptime means that all tests were perfomed successfully (i.e. the site was "up" all the time)
- Average (time):
- How long did the test take?
- Given in milliseconds
- E.g. "98.27" means that on average, the site responded in ~98ms
- OK:
- Total number of successful tests
- E.g. "1800" means that 1800 tests had a positive result
- NOK (not OK):
- Total number of failed tests
- E.g. "200" means that 200 tests failed (which, together with the 1800 "OK" from above would result in an "Uptime" of 90%)
- Finally, you will find a row called "Total Average" in both parts of the report, which gives the "average of averages", i.e. the average of the column above.
Enable/Disable Reporting
To enable or disable the email reports, go to Reports > Email:
Data Export
All measurement data can be exported in CSV format. See the "Export to CSV" button below each diagram.
AlertFox API
Our Web API (Application Programming Interface) is the ideal solution to interface our service directly with your monitoring infrastructure. The API gives you access to all of your data The AlertFox API is a REST-type API. All calls are structures as a full URL, and the result is send as a XML document, though other output formats are available.
If you want to access AlertFox data via the API please email support with your requirements.
Read-Only User Accounts
You can choose to create a read-only account for your team members. This allows them to view the reports and logs, but prevents them from editing the monitoring sensors.
The login for our demo-readonly@alertfox.com account is "demo". You can use this account to see what kind of access a read-only user has.
Public Reports
You can make certain sensors graphical reports public. To do this, check the "public" checkbox on the sensor settings. The sensor list will then contain a link to the public report website.
Example: http://status-dashboard.com/32226/44295
See also: Status Dashboard and this blog post.
