Re: [U2] Monitoring connections on Unidata

2012-07-07 Thread Symeon Breen
...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: 06 July 2012 19:53 To: U2 Users List Subject: Re: [U2] Monitoring connections on Unidata Symeon. Listuser shows rpc connections. The tty shows as udcs, if it is using a uniobjects.net pooled connection, the type is pooled, otherwise

[U2] Monitoring connections on Unidata

2012-07-06 Thread Charles_Shaffer
Is there a way to monitor the number of RPC connections being used at any given time on Unidata 7.1/Redhat 3? We are not using device licensing. Charles Shaffer Senior Analyst NTN-Bower Corporation ___ U2-Users mailing list

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Symeon Breen
listuser ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: 06 July 2012 14:54 To: U2 Users List Subject: [U2] Monitoring connections on Unidata Is there a way to monitor

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Charles_Shaffer
Subject:Re: [U2] Monitoring connections on Unidata Sent by:u2-users-boun...@listserver.u2ug.org listuser ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: 06 July 2012

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Charles_Shaffer
When I run # ps-A | grep 'udapi_slave' | wc -l Am I getting a count of client connections? Charles Shaffer Senior Analyst NTN-Bower Corporation ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread John Hester
...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: Friday, July 06, 2012 9:21 AM To: U2 Users List Subject: Re: [U2] Monitoring connections on Unidata When I run # ps-A | grep 'udapi_slave' | wc -l Am I getting a count of client connections? Charles Shaffer Senior Analyst NTN-Bower

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Charles_Shaffer
On UV, counting instances of uvapi_slave tells me how many unirpc connections are active via UOJ. It doesn't include JDBC connections, though. JDBC connections spawn a process called uvserver. If capturing every type of unirpc connection is important, you could determine the PID of

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread John Hester
-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: Friday, July 06, 2012 11:08 AM To: U2 Users List Subject: Re: [U2] Monitoring connections on Unidata On UV, counting instances of uvapi_slave tells me how many unirpc connections are active via UOJ. It doesn't

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Charles_Shaffer
John Hester That sounds like the correct way to determine total license count. In UV at least, there is also a more official way to do it via a built-in subroutine called !GET.USER.COUNTS. I don't know if it exists in UD. I have a simple program I can run at TCL that calls it and reports the

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Israel, John R.
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: Friday, July 06, 2012 11:08 AM To: U2 Users List Subject: Re: [U2] Monitoring connections on Unidata On UV, counting instances of uvapi_slave tells me how many unirpc connections are active via UOJ

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Symeon Breen
...@ntn-bower.com Sent: 06 July 2012 16:34 To: U2 Users List Cc: u2-users-boun...@listserver.u2ug.org Subject: Re: [U2] Monitoring connections on Unidata What about connections coming from client applications? UniCall, UniObjects, etc. Do they use up licenses also? Charles Shaffer Senior Analyst NTN

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Charles_Shaffer
I wrote a pgm that executes !listuser, captures the license counts from the output (maybe line 4?), rips that data apart and writes the data to a log file (LICENSES). This job runs every 15 minutes. I then wrote a program that runs every morning and exports all the data to a tab-delimited txt

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Charles_Shaffer
Symeon. Listuser shows rpc connections. The tty shows as udcs, if it is using a uniobjects.net pooled connection, the type is pooled, otherwise it is udt Is total license usage, the listuser plus the udcs connections? Charles Shaffer Senior Analyst NTN-Bower Corporation

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Israel, John R.
] Monitoring connections on Unidata I wrote a pgm that executes !listuser, captures the license counts from the output (maybe line 4?), rips that data apart and writes the data to a log file (LICENSES). This job runs every 15 minutes. I then wrote a program that runs every morning and exports all

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread John Hester
Users List Subject: Re: [U2] Monitoring connections on Unidata John Hester That sounds like the correct way to determine total license count. In UV at least, there is also a more official way to do it via a built-in subroutine called !GET.USER.COUNTS. I don't know if it exists in UD. I have

Re: [U2] Monitoring connections on Unidata

2012-07-06 Thread Wally Terhune
] Monitoring connections on Unidata I wrote a pgm that executes !listuser, captures the license counts from the output (maybe line 4?), rips that data apart and writes the data to a log file (LICENSES). This job runs every 15 minutes. I then wrote a program that runs every morning and exports all