dbTalk Databases Forums  

sysseglst seg_class Values

comp.databases.informix comp.databases.informix


Discuss sysseglst seg_class Values in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dave
 
Posts: n/a

Default sysseglst seg_class Values - 01-02-2012 , 10:57 AM






Hello,

Does anyone have a list of the current possible values for the
sysmaster:sysseglst table for the seg_class column? I searched
through documentation and older posts and was not able to find it
documented. I know that 1 = Resident and 2 = Virtual. We have a home
grown monitoring script and I want to decode the values and display a
description. Any help would be greatly appreciated.

We are running 11.50.FC6.

Thank You,

Dave

Reply With Quote
  #2  
Old   
Stuart Brooks
 
Posts: n/a

Default Re: sysseglst seg_class Values - 01-03-2012 , 03:46 AM






Hi Dave,

Quote:
From this old chat with the labs presentation (
www.iiug.org/webcasts/replay/08apr08.pdf), the following select statement
decodes the values for you:

SELECT seg_osshmid, seg_osshmkey, seg_address,
decode(seg_class, 1, "Resident",2,"Virtual",3,"Message","Other") as CLASS,
format_units( seg_size,"b") AS SIZE,
format_units( seg_blkused,"4") AS USED,
format_units( seg_blkfree,"4") AS FREE
FROM sysseglst

Happy New Year and best regards,

Stuart




From: Dave <in4mixdba (AT) gmail (DOT) com>
To: informix-list (AT) iiug (DOT) org
Date: 02/01/2012 17:00
Subject: sysseglst seg_class Values
Sent by: informix-list-bounces (AT) iiug (DOT) org



Hello,

Does anyone have a list of the current possible values for the
sysmaster:sysseglst table for the seg_class column? I searched
through documentation and older posts and was not able to find it
documented. I know that 1 = Resident and 2 = Virtual. We have a home
grown monitoring script and I want to decode the values and display a
description. Any help would be greatly appreciated.

We are running 11.50.FC6.

Thank You,

Dave
_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.