myarminfo

Contents / C# Edition / User Guide / Tools / myarminfo

myarminfo -- displays information about MyARM

The myarminfo program displays current settings of the MyARM installation. By default it prints any used environment variable with its contents and shows the available and licensed components such as datasinks, language bindings and supported databases. If the following options are used, different aspects of the MyARM installation are shown.

Command line options

Usage:

myarminfo [options]
-c, --config
shows the current configuration properties.
-d, --database
displays an overview of the contents of the currently configured database.
-n, --db-names
displays database names within the SQL database (only supported by MySQL or MariaDB).
-pw password, --password password
generates a password hash of the passed password used by the myarmbrowser to enable password login for a pre-defined user.
-p property, --property property
tries to read the given property path and prints its configured value.

Example

ruppert@myarm /opt/myarm $ myarminfo 
MyARM Enterprise Edition Version 4.0.5644.0 for Linux.
Copyright 2005-2015 MyARM GmbH
Web:   http://myarm.com/
eMail: info@myarm.com

Environment variables:
MYARM_ROOT=/opt/myarm
MYARM_CONFIG_URL=file:////opt/myarm/conf/sqlite3.conf
MYARM_VARRUN_DIR=/opt/myarm/var
MYARM_VARLOG_DIR=/opt/myarm/var
MYARM_VARLIB_DIR=/opt/myarm/var
MYARM_LICENSE_KEY=82689db90de80bdcbd56f41eeec9ddca35b486d1

Used configuration file is : /opt/myarm/conf/sqlite3.conf

License expiry date: unlimited
Licensed datasinks: tcp, mysql, xml, sqlite3, file, myarm
Licensed datasources: mysql, xml, sqlite3, myarm
Licensed language bindings: ARM 4.0 C, ARM 4.0 Java, ARM 4.0 C#, ARM 2.0 C
Licensed language frameworks: ARM 4.0 C++, ARM 4.0 C++ QArm4
Licensed analysis tools: Command line tools, Manager (GUI), Browser (WUI)

Database contents overview

ruppert@myarm /opt/myarm $ myarminfo -d
Overview of SQLite database:
Configuration:
----------
File        : /opt/myarm/var/myarm_sqlite.db

Contents:
------
Applications: Definitions 3 (Properties 0), Instances 16 (Properties 0)
Transactions: Definitions 6 (Properties 20), Instances 65 (Properties 27)
Metrics     : Definitions 0, Instances 0
Systems     : 1
Users       : 0
Logs        : 9
See Also
myarmoptions, myarmconfig