Request to suggest the recommended/supported Monitoring tool for DevTest
All supported DevTest releases.
There is no specific recommendation for monitoring tool as DevTest uses java process in the background, but can use any monitoring tool that supports monitoring of java process.
Devtest internally has monitoring functionality to monitor memory and cpu usage of running components in Portal console.
Monitoring the DevTest components can be done from the DevTest Portal.
Regarding monitoring VSE status check, below message format appears in Registry logs that show status of components (every 30 seconds). Write a simple script to check the vse count from the log and trigger an email if it is 0.
INFO com.itko.lisa.coordinator.
Similarly, memory usage details also show in the corresponding log file like below. Add logic in a batch script to check the memory usage percentage from the logs and if it is beyond 70% usage, trigger an email.
INFO com.itko.lisa.coordinator.
To automate running of this batch file, create a test case and add it as a CVS monitor to schedule the tests. Alternately can use any monitoring tools like Broadcom APM or any external tools to do health check and trigger emails.