| Title: | LinkWorks V3.0 Notes Conference |
| Notice: | LNX_APO = APO issues, LINKWORKS_V3 = V3.0 issues |
| Moderator: | tacklr.apd.dec.com::TACK_L m::TACK_L |
| Created: | Tue Jun 28 1994 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 2269 |
| Total number of notes: | 8338 |
When I ask for connected users option from Desk pull down menu I've
got a long list. If I count them I got a different number from the total
that comes from the following command issued on every serveron
my LNX domain:
# netstat -a | grep opcltdf | wc -l
Someone is wrong between them ... but witch one?
_Giuseppe
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 2114.1 | IJSAPL::MONNINK_H | Mon Feb 10 1997 12:54 | 8 | ||
This is not a good way to count the number of users, since opcltdf will
be active for celldaemons aswell.
What you are counting are all connections made including the
connections to remote cells .
Han
| |||||
| 2114.2 | Skipping some files... | ROM01::RUSSO | Save a tree ... use Bookreader ! | Mon Feb 10 1997 16:28 | 10 |
According to your words, it means that I should just count only lines
like this:
tcp 0 0 oarr01.opcltdf 113.12.12.10.1026 ESTABLISHED
... and I should skip lines like this:
tcp 0 0 oarr01.2151 office.opcltdf ESTABLISHED
I know how much they are because they comes from cltdf.ctl file.
Am I right ? Thanks again for your hint.
_Giuseppe
| |||||
| 2114.3 | IJSAPL::MONNINK_H | Tue Feb 11 1997 07:57 | 3 | ||
Yes I guess that that will be the right approch.
Han
| |||||