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 log4j.properties 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 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.
Plugin support is initially disabled. To enable it, click Configure and enter the path to the plugins directory. For a standard OpenVPMS installation, this is the plugins directory located in the OpenVPMS installation directory.
Each row in the table displays the plugin:
The buttons are as follows:
Start | Start the selected plugin. |
Stop | Stop the selected plugin. |
Install Plugin |
Install a plugin. |
Refresh | Refresh the display. |
Configure | Configure plugin support. |
There is currently no user interface support to directly update plugins.
To update a plugin:
Failure to correctly remove the existing version of the plugin may result in multiple versions being installed, with unpredictable results.
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. |
|