Unix Technical Forum

Server session stats

This is a discussion on Server session stats within the Informix forums, part of the Database Server Software category; --> Does anyone have any good admin queries (SQL) that can be run to report on current server stats. Simiar ...


Go Back   Unix Technical Forum > Database Server Software > Informix

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-19-2008, 07:03 PM
me here
 
Posts: n/a
Default Server session stats

Does anyone have any good admin queries (SQL) that can be run to report
on current server stats. Simiar results to "onstat -u"

I can query the syssessions view on sysmaster and have trolled the
newsgroups and web for useful queries. A lot of the reporting scripts
where Unix shell scripts but I need to run the queries over JDBC using
an awesome JAVA sql client I have found. These reports may be included
in an JAVA web application if I can prove them to be useful.

I am specifically not mentioning any of the SQl statements I already
have as I would like to find out what other people are using.

Gavin

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-19-2008, 07:03 PM
Gorazd Hribar Rajteric
 
Posts: n/a
Default Re: Server session stats

Have you tried Informix ServerStudio (http://www.serverstudio.com)?

Gorazd

"me here" <donotspam@notspam.spam> wrote in message
news:2cohb.32$ws.2169@news02.tsnz.net...
> Does anyone have any good admin queries (SQL) that can be run to report
> on current server stats. Simiar results to "onstat -u"
>
> I can query the syssessions view on sysmaster and have trolled the
> newsgroups and web for useful queries. A lot of the reporting scripts
> where Unix shell scripts but I need to run the queries over JDBC using
> an awesome JAVA sql client I have found. These reports may be included
> in an JAVA web application if I can prove them to be useful.
>
> I am specifically not mentioning any of the SQl statements I already
> have as I would like to find out what other people are using.
>
> Gavin
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-19-2008, 07:03 PM
Neil Truby
 
Posts: n/a
Default Re: Server session stats

There's lots of this sort of stuff in the International Informix Users Group
software repository, at www.iiug.org. You have to join, but it's free.. and
you should be a member already! :-)

"me here" <donotspam@notspam.spam> wrote in message
news:2cohb.32$ws.2169@news02.tsnz.net...
> Does anyone have any good admin queries (SQL) that can be run to report
> on current server stats. Simiar results to "onstat -u"
>
> I can query the syssessions view on sysmaster and have trolled the
> newsgroups and web for useful queries. A lot of the reporting scripts
> where Unix shell scripts but I need to run the queries over JDBC using
> an awesome JAVA sql client I have found. These reports may be included
> in an JAVA web application if I can prove them to be useful.
>
> I am specifically not mentioning any of the SQl statements I already
> have as I would like to find out what other people are using.
>
> Gavin
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-19-2008, 07:03 PM
Malcolm Weallans
 
Posts: n/a
Default Re: Server session stats

I have a number of sql scripts that run against sysmaster. They include
finding the highly used tables, finding users who do most sequential scans
etc.
At the moment my main concern is that I can't post through informix-list for
some reason.

Any ideas

Malcolm

"Neil Truby" <neil.truby@ardenta.com> wrote in message
news:bm5l56$i46bc$1@ID-162943.news.uni-berlin.de...
> There's lots of this sort of stuff in the International Informix Users

Group
> software repository, at www.iiug.org. You have to join, but it's free..

and
> you should be a member already! :-)
>
> "me here" <donotspam@notspam.spam> wrote in message
> news:2cohb.32$ws.2169@news02.tsnz.net...
> > Does anyone have any good admin queries (SQL) that can be run to report
> > on current server stats. Simiar results to "onstat -u"
> >
> > I can query the syssessions view on sysmaster and have trolled the
> > newsgroups and web for useful queries. A lot of the reporting scripts
> > where Unix shell scripts but I need to run the queries over JDBC using
> > an awesome JAVA sql client I have found. These reports may be included
> > in an JAVA web application if I can prove them to be useful.
> >
> > I am specifically not mentioning any of the SQl statements I already
> > have as I would like to find out what other people are using.
> >
> > Gavin
> >

>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-19-2008, 07:04 PM
me here
 
Posts: n/a
Default Re: Server session stats

Malcolm Weallans wrote:
> I have a number of sql scripts that run against sysmaster. They include
> finding the highly used tables, finding users who do most sequential scans
> etc.
> At the moment my main concern is that I can't post through informix-list for
> some reason.
>
> Any ideas
>
> Malcolm
>
> "Neil Truby" <neil.truby@ardenta.com> wrote in message
> news:bm5l56$i46bc$1@ID-162943.news.uni-berlin.de...
>
>>There's lots of this sort of stuff in the International Informix Users

>
> Group
>
>>software repository, at www.iiug.org. You have to join, but it's free..

>
> and
>
>>you should be a member already! :-)
>>
>>"me here" <donotspam@notspam.spam> wrote in message
>>news:2cohb.32$ws.2169@news02.tsnz.net...
>>
>>>Does anyone have any good admin queries (SQL) that can be run to report
>>>on current server stats. Simiar results to "onstat -u"
>>>
>>>I can query the syssessions view on sysmaster and have trolled the
>>>newsgroups and web for useful queries. A lot of the reporting scripts
>>>where Unix shell scripts but I need to run the queries over JDBC using
>>>an awesome JAVA sql client I have found. These reports may be included
>>>in an JAVA web application if I can prove them to be useful.
>>>
>>>I am specifically not mentioning any of the SQl statements I already
>>>have as I would like to find out what other people are using.
>>>
>>>Gavin
>>>

>>
>>

>
>


Sounds useful. Try gavin -at- jolly -dot- net -dot- nz

The reason I wnat these queries is as I said, they may be added into the
admin tools of a Java application we are building. All we have is JDBC
to query the database.

Thanks. When I get to work I will find the queries I have been suing and
post those.


Gavin

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-19-2008, 07:04 PM
Obnoxio The Clown
 
Posts: n/a
Default Re: Server session stats

me here wrote:

> Thanks. When I get to work I will find the queries I have been suing and
> post those.


You've been suing queries? You're worse than an American!

--
Ciao,
The Obnoxious One

"Ogni uomo mi guarda come se fossi una testa di cazzo"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-19-2008, 07:04 PM
me here
 
Posts: n/a
Default Re: Server session stats

Obnoxio The Clown wrote:
> me here wrote:
>
>
>>Thanks. When I get to work I will find the queries I have been suing and
>>post those.

>
>
> You've been suing queries? You're worse than an American!
>


Didnt even notice. I am a bit dyslexic at the best of times. As an
aside, why is dyslexic so hard to spell?? I am sure some sadist created
that word.

Gavin

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-19-2008, 07:08 PM
Andrew Hamm
 
Posts: n/a
Default Re: Server session stats

me here wrote:
>
> Didnt even notice. I am a bit dyslexic at the best of times. As an
> aside, why is dyslexic so hard to spell?? I am sure some sadist
> created that word.


If a dyslexic was also cross-eyed, would they be able to read properly?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:54 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com