From user-return-7954-archive-asf-public=cust-asf.ponee.io@uima.apache.org Thu Jul 19 13:31:39 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 73BFC180630 for ; Thu, 19 Jul 2018 13:31:38 +0200 (CEST) Received: (qmail 66853 invoked by uid 500); 19 Jul 2018 11:31:37 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 66842 invoked by uid 99); 19 Jul 2018 11:31:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2018 11:31:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 66DD018067E for ; Thu, 19 Jul 2018 11:31:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.3 X-Spam-Level: X-Spam-Status: No, score=-1.3 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id z3l1Pzfwgit6 for ; Thu, 19 Jul 2018 11:31:34 +0000 (UTC) Received: from mailout.rz.uni-frankfurt.de (mailout.rz.uni-frankfurt.de [141.2.22.233]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 8A4BD5F23D for ; Thu, 19 Jul 2018 11:31:33 +0000 (UTC) Received: from smtpauth.cluster.uni-frankfurt.de ([10.1.1.214]) by mailout.rz.uni-frankfurt.de with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fg79a-0007Gi-V6 for user@uima.apache.org; Thu, 19 Jul 2018 13:31:26 +0200 Received: from [141.2.108.209] by smtpauth.cluster.uni-frankfurt.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fg79Z-0002Sb-El for user@uima.apache.org; Thu, 19 Jul 2018 13:31:26 +0200 From: Daniel Baumartz To: user@uima.apache.org Subject: DUCC services statistics Message-ID: <1ee8f4d7-5682-87f3-c744-35ee894bdad6@stud.uni-frankfurt.de> Date: Thu, 19 Jul 2018 13:31:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Hi, we have a DUCC installation with different services that are being used by jobs and external clients. We want to collect some statistics for a monitoring tool that are not included in the DUCC dashboard, e.g. how often and when a service/queue has been used, which services are used by which client at the moment... It looks like I could get these information by monitoring the ActiveMQ messages with an external program, or by using a custom Pinger? What would be the best way to handle this? Thanks, Daniel