# version 0.4 2021.03.19 07:45 # debug only value loadPeriod=100000 # URL address of ULP ADCC Server is 127.0.0.1:ulpPort ulpPort=8889 # debug only value # possible values is jni, ujni, file source=ujni # addresses of ADCC servers registry serviceRegistryUrls={{ adcc_server_address }}\:6567 # Grpc connection timeout in ms grpcTimeout=100 # Grpc connection attempts grpcRetryCount=3 # Delay between updating the list of adcc servers in ms updateServersDelay={{ adcc_agent_updateServersDelay }} # Size of outgoing queue innerQueueCapacity=8192 # URL address of Gpperfmon protocol ADCC Server is 127.0.0.1:gpperfmonPort gpperfmonPort=8888 # debug only value # possible values is master.pcap.b64l, seg.pcap.b64l, ULP_UDP.out fileName=master.pcap.b64l # ULP ADCC Server Unix Domain Socket directory socketFolder={{ adcc_tmp_dir }} # ULP ADCC Server Unix Domain Socket file socketName=.adb-cc-agent.sock # enable recording of incoming packets into file dumpData=false # packets limit for dumping dumpSize=100000 # comma-separated list of file format with dump data. # each format produce separate output file. # possible values: # - bin - raw string representation of protobuf messages in base64 encoding # - txt - human-readable text representation of protobuf message dumpFormat=bin,txt # dump messages before filtering on agent side or not dumpAll=false # ADB cluster name to which this segment is related to clusterName={{ cluster.name }} # name of the segment host in ADCM configuration of current ADB hostName={{ inventory_hostname }} #Metrics queryIntervalInSeconds=5 serverZoneId=UTC maxMessageKbSize=50000 # % of all jvm heap innerQueueSizeRatio=0.6 # Delay between execute failed queue in ms executeFailedQueueDelay=5000 # Executor core pool size for ServerRole.QUERY queryExecutorCorePoolSize=20 # Executor max pool size for ServerRole.QUERY queryExecutorMaxPoolSize=20 # Executor core pool size for ServerRole.SYSTEM systemExecutorCorePoolSize=1 # Executor max pool size for ServerRole.SYSTEM systemExecutorMaxPoolSize=1 # Eureka configuration parameters # The name of the application to be registered with eureka. eureka.name=ADCC Agent # The list of eureka server service urls for eureka clients to talk, separated by comma (,) eureka.serviceUrl.default=http://{{ adcc_server_address }}:8761/eureka # Indicates how often (in seconds) the eureka client needs to send heartbeats to eureka server to indicate that it is still alive. eureka.lease.renewalInterval=10 # Indicates the time (in seconds) that the eureka server waits since it received the last heartbeat # before it can remove this instance from its view. eureka.lease.duration=30 # The frequency of Eureka Client initialization loop (in seconds). # With this frequency Eureka Client will try to initialize and register yourself in Eureka Server if the previous try was non success. eureka.client.initInterval=15 # Indicates how often(in seconds) to fetch the registry information from the eureka server. eureka.client.registry-fetch-interval-seconds=15 # Indicates how often(in seconds) to update counter metadata. eureka.update.counter.interval=10