Shell scripting

SoapUI install directory detection / mockservice execution script

For some 'homework' i needed a (bash) script to start the soapUI mockservicerunner on Oracle Linux which could start the mock service regardless of the soapUI installation directory. I could not find a single reference to the installation directory, and therefore wrote some code to find the installation location, To speed up the detection the script first searches the directories where you might expect to find soapUI, secondly in less logical locations. When found, the soapUI installation directory is stored in the script itself to speed up future executions of the script. Here it is, have fun !

Read More...
Comments

Monitoring the Siebel application IV

How to monitor Siebel user sessions based on TCP connections


Read More...
Comments

Monitoring the Siebel application II

A monitor for detecting runaway processes.

Read More...
Comments

Monitoring the Siebel application I

A monitor to detect the number of successful logins into the Siebel application over a specified interval.


Read More...
Comments