Server Analytics Screen
You'll create a Screen that monitors bytes sent to the server and top response codes.
Bytes Sent
Create a new Screen.
Add a Time Shifted Graph widget.
Set the Data field to bytes.
Under Field Value:
- Set it to Any
- Set Advanced Filtering to
request:*
Change Operation to Cumulative.
Change Duration to Today vs Yesterday.
Change Appearance label to
Bytes Sent Daily
.
Top Response Codes
Create a Table widget.
Under Data:
- Group by Response
- Set Field to All Lines and add
response:* request:*
under Advanced Filtering. - Leave Operation as Counts.
Set Duration to Last 1 Day.
Under Data Formatting:
- Set the Number of Rows to 10.
- Set Sorting Descending.
Under Appearance:
- Change the label to Top 10 Response Codes
- Change Left Column to Response
- Change Right Column to Count
Uncheck Display as Bar Chart.
Save your Screen. Give it the name Server Health and add the category, Web App Monitoring.
Was this page helpful?