ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » Software for statistics and accounting

Post new topic  Reply to topic
 Software for statistics and accounting « View previous topic :: View next topic » 
Author Message
jhidalgo
PostPosted: Mon Dec 15, 2008 3:54 pm    Post subject: Software for statistics and accounting Reply with quote

Disciple

Joined: 26 Mar 2008
Posts: 161

Is there any supportpac or free software for the statistics and accounting queues ?

I know tivoli does that and some others but I am looking for free solution
Back to top
View user's profile Send private message
Gaya3
PostPosted: Mon Dec 15, 2008 10:01 pm    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

IS02 is one tool where you can do in some extend

MB V6.1 where you can do Auditing and Monitoring
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
Sam Uppu
PostPosted: Tue Dec 16, 2008 8:41 am    Post subject: Re: Software for statistics and accounting Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

jhidalgo wrote:
Is there any supportpac or free software for the statistics and accounting queues ?

I know tivoli does that and some others but I am looking for free solution


The below script will help you for statistics on a queue.

Turn on the queue attribute STATQ(ON) on the required queue. Then execute the below script.

Assumed you are on SunOS/ Linux. If you are AIX, use the directory... /usr/mqm/samp/bin

#!/bin/sh
#
cd /opt/mqm/samp/bin
date=`date +%Y%m%d`
time=`date +%H%M%S%Z`
#
QMgr=QM1
#
queue=TESTQ
#
echo "RESET QMGR TYPE(STATISTICS)" | runmqsc ${QMgr} > /dev/null 2>&1
#
./amqsmon -m ${QMgr} -t statistics -q ${queue}



Let us know whether this is what you required or more.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » Software for statistics and accounting
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.