ARM Appender Syntax |
specifies ARM as the appender name. The ARMAppender name must be ARM.
Default: | None |
Required: | Yes. ARM must be the name of the ARMAppender. |
Restriction: | Only a single instance of an ARMAppender per process. |
specifies the name of the library that contains the external ARM 4.0 agent library that receives the events. See your vendor documentation for the correct library name. Two values that can be used:
if no agent is specified, output is sent to any referenced appenders. In the syntax example, the output is sent to the file appender, "ARM-log-name".
specifies the name of the library that contains the external ARM 4.0 agent library that receives the events.
Default: | Output is sent to any referenced appenders. |
Required: | No |
specifies the name of the application. The maximum length of the value is 128 characters, which includes the termination character ( / ). This value is sent to the ARM_REGISTER_APPLICATION() function call. To override this value, specify the SAS start-up option LOGAPPLNAME=application-name.
Default: | SAS |
Required: | No |
specifies how the log event is written to the ARM log.
Required: | No |
Default: | None. If a conversion pattern is not specified, then the log event produces an empty string. |
specifies the type of character set encoding that is used for strings that are sent to and calls that are received by the ARM 4.0 agent library.
Default: | Native Unicode character set for the host, or UTF-8 as required by the ARM 4.0 standards. |
Required: | No |
specifies the path and filename of the file to which ARM messages are written.
Default: | None |
Required: | Yes |
enables the ARM appender to compute transaction response time metrics.
enables the appender to compute transaction response times.
disables the appender to compute transaction response times.
Default: | FALSE |
Required: | No |
specifies whether ARMAppender manages transaction correlation.
enables automatic transaction correlation. The true value might affect existing benchmarks for ARM 2.0 records.
enables the application to manage transaction correlation.
Default: | true |
Required: | No |
specifies the name of a group of application instances, if any. Application instances that are started with a common run-time purpose are candidates for using the same group name. The maximum length of the value is 256 characters. This value is passed to the ARM_START_APPLICATION() function call.
Default: | current user ID if available, otherwise NULL |
Required: | No |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.