- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Analyzing Monitor Results in Postman
Once a scheduled Collection Monitor gets triggered, we have to analyze the results. Click on the Monitor name available under the Monitors tab.
A new window opens in the browser that shall redirect to the Postman account that we are signed in.
If we analyze the performance graph of the API in the above image, we see the red bars which depict tests have failed for the request. A green bar points to the fact that tests have passed. On hovering on a particular bar, we shall get date, time, Response time and the percentage of test result for a particular run.
Also, the corresponding data for that execution (Response code, status, time and size) shall display at the bottom of the page.
For debugging errors, we can click on the Console Log tab to get to specific errors.
An e-mail also gets triggered for the failed test.
- Related Articles
- How to Monitor Collections in Postman?
- Analyzing Census Data in Python
- Analyzing Data Activity with Pandas
- Node.js – Monitor mode in Redis
- GUID in Postman
- Analyzing the Marketing Activities and Their Impact
- Collection Runner in Postman?
- Difference Between Semaphore and Monitor in OS
- Difference Between Monitor and Television
- How Do Root Cause Analysis Techniques Help in Analyzing Security Incidents?
- What is Newman in Postman?
- Disadvantages of Monitors in Postman
- What are Scripts In Postman?
- What are Sessions in Postman?
- Manually Generating GUID in Postman
