Generate a system status report
The format of the <method>
element
for generating a system status report is:
<method methodName="webtopprobe.generateReport">
Use this method to generate a status report for the Web GUI. The generated report contains the same information as the function of the Web GUI generates and contains the following sections:
- Version numbers of the Web GUI, the Dashboard Common Infrastructure (DCI), and Java Runtime Environment
- Memory usage statistics
- Runtime platform information
- Protocols in use
- ObjectServer properties and configuration data, including information about the cache
- All system properties, including those internal to the Web GUI
Example
<methodCall>
<method methodName="webtopprobe.generateReport" />
</methodCall>