IBM Maximo: System Properties: Difference between revisions
Line 27: | Line 27: | ||
* Total memory allocated and memory available | * Total memory allocated and memory available | ||
|| | || | ||
[[IBM Maximo: System Properties para Monitor e diagnosticar problemas de Performance]] | |||
|- | |- | ||
| mxe.db.FetchResultLogLimit || Example | | mxe.db.FetchResultLogLimit || Example | ||
|| | || | ||
[[IBM Maximo: System Properties para Monitor e diagnosticar problemas de Performance]] | |||
|- | |- | ||
| mxe.db.logSQLPlan || (Oracle only) Registrar plano de execução para varreduras de tabelas completas | | mxe.db.logSQLPlan || (Oracle only) Registrar plano de execução para varreduras de tabelas completas || - [[IBM Maximo: Identificar SQLs de longa duração]]<br> - [[IBM Maximo: System Properties para Monitor e diagnosticar problemas de Performance]] | ||
|| | |||
|- | |- | ||
| mxe.db.logSQLTimeLimit || Registrar as operações SQL que excedem o limite de tempo (milissegundos) | | mxe.db.logSQLTimeLimit || Registrar as operações SQL que excedem o limite de tempo (milissegundos) ||[[IBM Maximo: Identificar SQLs de longa duração]] | ||
|| | |||
|- | |- | ||
| mxe.db.sqlTableScanExclude || (Oracle only) | | mxe.db.sqlTableScanExclude || (Oracle only) || [[IBM Maximo: System Properties para Monitor e diagnosticar problemas de Performance]] | ||
|| | |||
|- | |- | ||
| mxe.crontask.donotrun<br>mxe.crontask.dorun || define a execução de Crontasks || | | mxe.crontask.donotrun<br>mxe.crontask.dorun || define a execução de Crontasks ||[[IBM Maximo: Isolar a Funcionalidade do Servidor]] | ||
|- | |- | ||
| Example || Example || Example | | Example || Example || Example |
Revision as of 14:09, 12 February 2022
Query to list all System Properties
select MP.PROPNAME, MP.DESCRIPTION, MPV.PROPVALUE from MAXPROP MP, MAXPROPVALUE MPV where MP.PROPNAME = MPV.PROPNAME and MPV.PROPVALUE IS NOT NULL order by MP.PROPNAME
Tip from: Maximo Listing all System Properties for easy viewing
System Properties
Variable | Description | Articles |
---|---|---|
mxe.mbocount |
Provê os seguintes valores (por minuto):
|
IBM Maximo: System Properties para Monitor e diagnosticar problemas de Performance |
mxe.db.FetchResultLogLimit | Example |
IBM Maximo: System Properties para Monitor e diagnosticar problemas de Performance |
mxe.db.logSQLPlan | (Oracle only) Registrar plano de execução para varreduras de tabelas completas | - IBM Maximo: Identificar SQLs de longa duração - IBM Maximo: System Properties para Monitor e diagnosticar problemas de Performance |
mxe.db.logSQLTimeLimit | Registrar as operações SQL que excedem o limite de tempo (milissegundos) | IBM Maximo: Identificar SQLs de longa duração |
mxe.db.sqlTableScanExclude | (Oracle only) | IBM Maximo: System Properties para Monitor e diagnosticar problemas de Performance |
mxe.crontask.donotrun mxe.crontask.dorun |
define a execução de Crontasks | IBM Maximo: Isolar a Funcionalidade do Servidor |
Example | Example | Example |