Class FindThresholdBreaches

java.lang.Object
com.cyara.apisamples.FindThresholdBreaches

public class FindThresholdBreaches
extends java.lang.Object
This basic program will grab up to 1000 calls from the designated start time and print out a URL to any call that had a latency problem (exceeded threshold).

Used as a great introduction to pulse processing and link generation.

This is not an official Cyara product and is not officially supported. It is used for demonstration and training purposes. For assistance, contact chris.ryan@cyara.com

Version:
1.0
Author:
Chris Ryan
  • Constructor Summary

    Constructors 
    Constructor Description
    FindThresholdBreaches()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] argv)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] argv)