Contains (key, values) string pairs that contain runtime information about the mail-database exchanger (manitou-mdx). These information can be used to monitor the process activity (or lack thereof) from the outside.
Structure of runtime_info
rt_key
character varying(100)
NOT NULL
The name of the runtime variable.
rt_value
text
The value of the runtime variable.
Table V.1. List of runtime variables
Field name | Field value |
---|---|
last_alive
|
The last time the exchanger signalled that it was running. By default, this entry is updated every five minutes. The format is an UTC timestamp. |
last_import
|
The last time a mail has been imported from the spool. The format is an UTC timestamp. |
last_error
|
The last time an error has occurred in importing a mail from the spool. Errors in importing are likely to be due to an incorrect format for a mail file. The format is an UTC timestamp. |
nb_errors
|
The number of errors in importing mail files that occurred since that number was resetted to zero. Typically an administrator would look from time to time to mailfiles that caused errors and reset that counter once the cause of the error has been spotted and the incorrect file ignored or fixed and re-imported. |
schema_version
|
The version of the database schema, formatted as |
word_index_partsize
|
The size of a logical partition of inverted_word_index, as used for the |