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 > How to Check the Number of user connected to current database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-07, 02:04
saikatermail saikatermail is offline
Registered User
 
Join Date: Jan 2007
Posts: 30
How to Check the Number of user connected to current database

Hi,

What command will check the Number of users connected to Informix Database.

Saikat
Reply With Quote
  #2 (permalink)  
Old 02-06-07, 08:43
Tyveleyn Tyveleyn is offline
Registered User
 
Join Date: Aug 2006
Location: The Netherlands
Posts: 248
Code:
onstat -u
for an overview of the current users or
Code:
onstat -g ses
for an overview of the current usersessions.

Regards
Reply With Quote
  #3 (permalink)  
Old 02-06-07, 20:21
saikatermail saikatermail is offline
Registered User
 
Join Date: Jan 2007
Posts: 30
Hi. Thanks a lot
Reply With Quote
  #4 (permalink)  
Old 02-06-07, 20:23
saikatermail saikatermail is offline
Registered User
 
Join Date: Jan 2007
Posts: 30
Thanks a lot
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