Web Analytics Screen
You'll create a screen that monitors:
- Week over week traffic
- Most popular pages
Week Over Week Traffic
Create a Time Shifted Graph Widget.
Under Data:
- Set Field to All Lines.
- Set Advanced Search to:
response:>=200 response:<300 request:*
. - Leave Operation as Counts.
Set Duration to This Week vs Last Week(Mon-Sun).
Under Appearance set the label to Week Over Week Traffic Trends.
Most Popular Pages
Create a Table Widget.
Under Data:
- Group by Request
- Field to All Lines
- Advanced Filter to
response:>=200 response:<300 request:*
Leave the Operation as Counts.
Set the Duration to Past 1 Week.
Under Data Format:
- Set the number of rows to 10.
- Sort Descending.
Under Appearance:
- Label the table: Most Popular Web Pages
- Left Colulmn Label: URL Path
- Right Column Label: Count
Uncheck Display as Bar Chart.
Save your Screen. Give it the name Web Analytics and add the category, Web App Monitoring.
Was this page helpful?