Author |
Message
|
wskibum |
Posted: Thu Jul 03, 2008 7:42 am Post subject: Getting Daily message count |
|
|
 Apprentice
Joined: 03 Jul 2008 Posts: 38 Location: Northern California
|
Please excuse me as I'm new to MQ. I need to get the number of messages that pass through a message queue every 24 hours. I am running Solaris 8 on Sparc, MQ version 6.
Thank you |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Jul 03, 2008 8:42 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
|
Back to top |
|
 |
wskibum |
Posted: Thu Jul 03, 2008 9:52 am Post subject: |
|
|
 Apprentice
Joined: 03 Jul 2008 Posts: 38 Location: Northern California
|
The free tools seem to provide everything but what I need. I need to find out how many messages are passing through the queue in a day. These tools (which are great by the way) don't seem to provide that information.
What about MQ trace? Could I use that somehow?
Thanks for all the help! |
|
Back to top |
|
 |
sami.stormrage |
Posted: Thu Jul 03, 2008 10:18 am Post subject: scripts |
|
|
 Disciple
Joined: 25 Jun 2008 Posts: 186 Location: Bangalore/Singapore
|
u could write your own scripts to collect the stats every 5 minutes .. gather them to get hourly and daily stats. _________________ *forgetting everything * |
|
Back to top |
|
 |
Toronto_MQ |
Posted: Thu Jul 03, 2008 10:47 am Post subject: |
|
|
 Master
Joined: 10 Jul 2002 Posts: 263 Location: read my name
|
Write some code to issue a reset qstats and add it to cron. |
|
Back to top |
|
 |
wskibum |
Posted: Thu Jul 03, 2008 12:05 pm Post subject: |
|
|
 Apprentice
Joined: 03 Jul 2008 Posts: 38 Location: Northern California
|
I thought qstats for for mainframe only. How do I use qstats on UNIX? |
|
Back to top |
|
 |
Toronto_MQ |
Posted: Mon Jul 07, 2008 6:24 am Post subject: |
|
|
 Master
Joined: 10 Jul 2002 Posts: 263 Location: read my name
|
|
Back to top |
|
 |
|