If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > onstat -u

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-10-07, 11:24
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
Post onstat -u

Hi gurus informix,

When i m monitoring IDS execute onstat -u, this display on screen much row, I need display only the rows where the column wait are not informix, how can to do this.

Thank you for you help.
Reply With Quote
  #2 (permalink)  
Old 07-11-07, 03:56
stanislav.ondac stanislav.ondac is offline
Registered User
 
Join Date: Aug 2005
Posts: 140
The column wait displays address of the resource for which this session thread is waiting, so i dont understand what you mean by "not informix".
But maybe something like this can help you:

onstat -u |awk '$4 !="informix" {print $0}'
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On