-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Monitoring
Johannes Heucher edited this page Oct 12, 2022
·
3 revisions
The CLI provides many tools to monitor properties of the Xyna Factory.
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]
''# List all suspended Orders'' ./xynafactory.sh '''listsuspendedorders'''
''# Show [[Trigger]]-specific configurations set by command'' configuretriggermaxevents ./xynafactory.sh '''listconfigtriggermaxevents'''
''# Returns information on the system'' ./xynafactory.sh '''listsysteminfo''' [-r]
''# 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]
''# List information on the current and previous thread pool exhaustion'' ./xynafactory.sh '''listthreadpoolinfo'''
''# Shows statistics details about connection pools'' ./xynafactory.sh '''listconnectionpoolstatistics''' [-name <arg>] [-s] [-t]