Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D623D66C for ; Thu, 13 Dec 2012 11:33:23 +0000 (UTC) Received: (qmail 3752 invoked by uid 500); 13 Dec 2012 11:33:22 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 3635 invoked by uid 500); 13 Dec 2012 11:33:22 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 3604 invoked by uid 99); 13 Dec 2012 11:33:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 11:33:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Ferdinand.Malzer@s-itsolutions.at designates 213.150.10.3 as permitted sender) Received: from [213.150.10.3] (HELO smxsat3.smxs.net) (213.150.10.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 11:33:14 +0000 Received: from m01x1.s-mxs.net ([10.3.55.201]) by smxsat3.smxs.net over TLS secured channel (TLSv1:AES256-SHA:256) with XWall v3.48d. ; Thu, 13 Dec 2012 12:32:51 +0100 Received: from m0102.s-mxs.net ([10.3.55.2]) by m01x1.s-mxs.net over TLS secured channel (TLSv1:AES128-SHA:128) with XWall v3.48d. ; Thu, 13 Dec 2012 12:32:51 +0100 Received: from M0182.s-mxs.net ([fe80::75f4:618d:f52c:d9af]) by m0102.s-mxs.net ([fe80::914:8299:7fdc:2eb0%12]) with mapi id 14.02.0318.001; Thu, 13 Dec 2012 12:32:50 +0100 From: Malzer Ferdinand OSP sIT To: "users@jackrabbit.apache.org" CC: Malzer Ferdinand OSP sIT Subject: how to use RepositoryStatistics Thread-Topic: how to use RepositoryStatistics Thread-Index: Ac3ZJUdkykanhxYhRvSc2K/CzJKULg== Date: Thu, 13 Dec 2012 11:32:49 +0000 Message-ID: Accept-Language: en-US, de-AT Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-XWALL-BCKS: auto X-Virus-Checked: Checked by ClamAV on apache.org Hello, I try to use RepositoryStatistics But I have no Idea how I could get an Rep= ositoryContext object. RepositoryContext context =3D ???? RepositoryStatistics repositoryStatistics =3D context.getRepositoryStatis= tics(); TimeSeries loginCounter =3D repositoryStatistics.getTimeSeries(Type.SESSI= ON_LOGIN_COUNTER); System.out.println(Arrays.toString(loginCounter.getValuePerSecond())); does anyone have an idea? best regards. ferry malzer