此内容没有您所选择的语言版本。
11.2. Viewing JBoss Data Virtualization Settings Using Management CLI
To view all of the current settings for JBoss Data Virtualization, run the following command within the Management CLI:
/subsystem=teiid:read-resource
/subsystem=teiid:read-resource
To view a particular JBoss Data Virtualization setting, run the following command within the Management CLI:
/subsystem=teiid:read-attribute(name=SETTING_NAME)
/subsystem=teiid:read-attribute(name=SETTING_NAME)
For example:
/subsystem=teiid:read-attribute(name=max-active-plans)
/subsystem=teiid:read-attribute(name=max-active-plans)
Note
To view current translator and transport (including SSL) settings refer to Section 11.4, “Managing Transport and SSL Settings Using Management CLI” and Section 11.5, “Managing Translator Settings Using Management CLI”.