The Administration - System screen provides an overview of current:
The Application Caches window displays current memory use and statistics for select caches in OpenVPMS.
This is launched by clicking Caches in Administration - System.
The table displays:
|
The cache name. |
|
The number of elements currently in the cache. |
|
The maxium number of elements the cache can hold, before old elements are discarded. |
|
The cache use, expressed as a percentage. |
|
The number of times an element was in the cache when it was requested. |
|
The number of times an element was not in the cache when it was requested. |
|
An approximate calculation of the cache size. |
The buttons are:
|
Change the selected cache. |
|
Refreshes the statistics. |
|
Resets the Cache Hits and Cache Misses to zero. This can be used to help evaluate the effectiveness of a change to the Max Elements of a cache. |
|
Releases memory allocated to a cache. |
|
Close the window. |
The Edit button displayed a Change Cache window for the selected cache.
This displays the current maximum elements for the cache, and provides options to select a suggested value for the cache size, or enter a new one.
The cache size should be changed if:
Note that the suggested size does not take into account memory consumption.
The Diagnostics window supports viewing:
This can aid quick diagnosis of problems where access to the server or database is limited.
The buttons are:
|
Refresh the current view. |
|
Emails a snapshot of the system information. |
|
Available on the Logs tab. Re-reads the log4j2.xml file in <TOMCAT-HOME>\webapps\openvpms\WEB-INF\classes and then apply the changes without having to restart Tomcat. See also Troubleshooting. |
This tab displays:
|
The maximum amount of memory that the Java virtual machine will attempt to use. |
|
The amount of unused memory. |
|
The memory use, expressed as a percentage. |
|
The amount of memory currently available to the Java Virtual Machine. |
|
The amount of memory currently available to the Java Virtual Machine that is unused. |
This tab displays the result of the SQL statement:
SHOW ENGINE INNODB STATUS
If the message:
Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
is displayed, it means that the MySQL user doesn't have permissions to execute the command.
This can be granted using the following SQL statement:
GRANT SELECT, PROCESS ON *.* TO 'openvpms'@'localhost';
Replace 'openvpms' and 'localhost' the actual database user name and host if they have been changed from their default values.
NOTE: this may not take effect until Tomcat has been restarted.
The Document Locks tab displays the users that have locks on documents to prevent other users from overwriting their changes. These locks are created by OpenOffice when External Edit is used to edit a document.
Each row in the table displays:
Locks can be filtered by login name, user name or host.
The Delete button can be used to delete a lock that needs to be cleared. Normally the lock will be removed when the document has finished being edited.
The Plugins screen displays the status of the plugin support in OpenVPMS.
Each row in the table displays the plugin:
The buttons are as follows:
|
Start the selected plugin. |
|
Stop the selected plugin. |
|
Install a plugin. |
|
Uninstall the selected plugin. Only available for user installed plugins. |
|
Refresh the display. Any plugins that have been installed from the command line since OpenVPMS started will be deployed. |
|
Configure plugin support. This may be used to enable or disable all plugins. |
The Sessions tab displays current user sessions.
Each row in the table displays:
NOTE: this may be the address of a firewall or proxy, rather than the user's actual address.
Sessions can be filtered by login name, user name or host.
The buttons are:
|
Displays the Smart Flow Sheet status and enables the interface to be restarted. |
|
Displays the Application Caches window. |
|
Displays the Diagnostics window. |
|