Skip to content

mishankov/pega-7-requestors-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pega 7 Requestors Monitoring

CodeFactor

Simple Pega 7 requestors amount monitoring tool

Usage

This tool has two ways to be used

Import

Import requestors_monitoring function to your module

from requestors_monitoring import requestors_monitoring

Firs argument of function is a list of your nodes URLs in format like http://pega:1111

Second argument is time between monitoring requests in secconds

Command line

Fill NODES list variable with a list of your nodes URLs in format like http://pega:1111

Change PERIOD variable to change time between monitoring requests in secconds

Then just run from command line

python requestors_monitoring.py

Pega Infinity

In Pega infinity service /monitor/pingService/ping have changed its contract. This tool is only usable for Pega 7.*

You can also try to test it with earlier versions

Releases

No releases published

Languages