Skip to content

CLI Monitoring

Johannes Heucher edited this page Oct 12, 2022 · 3 revisions

The CLI provides many tools to monitor properties of the Xyna Factory.

Table of Contents

Order Monitoring

Just like the Order Overview section in Xyna Process Monitor the CLI provides functionality to monitor Xyna Orders:

 ''# List the last updated Orders''
 ./xynafactory.sh '''listorders''' [-count <arg>] [-offset <arg>]
 
 ''# Show detailed information on the Order with a given Order ID''
 ./xynafactory.sh '''showorderdetails''' -id <arg> [-v]
 
 ''# Lists all available call and error statistics''
 ./xynafactory.sh '''listcallstats''' [-v]
 
 ''# Shows detailed information about the state of the Xyna [[Order Series]] Management''
 ./xynafactory.sh '''listorderseriesinfo''' [-v] [-vv]

Orders in Special States

 ''# List all suspended Orders''
 ./xynafactory.sh '''listsuspendedorders'''

Trigger Monitoring

 ''# Show [[Trigger]]-specific configurations set by command'' configuretriggermaxevents
 ./xynafactory.sh '''listconfigtriggermaxevents'''

Statistics

 ''# Returns information on the system''
 ./xynafactory.sh '''listsysteminfo''' [-r]

Scheduler

 ''# Lists all [[Veto|Vetoes]] currently occupied by any Orders''
 ./xynafactory.sh '''listvetos'''
 
 ''# Shows detailed information about the state of the [[Scheduler]]''
 ./xynafactory.sh '''listschedulerinfo''' [-h] [-v] [-vv]

Threads

 ''# List information on the current and previous thread pool exhaustion''
 ./xynafactory.sh '''listthreadpoolinfo'''

Connection Pool Usage

 ''# Shows statistics details about connection pools''
 ./xynafactory.sh '''listconnectionpoolstatistics''' [-name <arg>] [-s] [-t]

See Also

Clone this wiki locally