LSTOWN-L Archives

LISTSERV List Owners' Forum

LSTOWN-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Melvin Klassen <[log in to unmask]>
Thu, 19 Mar 1992 10:10:10 PST
text/plain (38 lines)
On Wed, 18 Mar 1992, Madge McBurney <ISPMOM@ASUACAD> wrote:
>On Thu, 12 Mar 1992 09:09:09 PST Melvin Klassen said:
>
>> - a few RSCS queries show that:
>>     UICVM   has  518 files queued to PURCCVM,
>>     PURCCVM has   25 files queued to INDYCMS,
>>     INDYCMS has    1 file  queued to INDST,
>>     INDST   has    1 file  queued to INDYCMS,
>>     INDYCMS has 2343 files queued to PURCCVM,
>>     PURCCVM has  158 files queued to UICVM,
>
>would someone tell me what CMS I would type in order to retrieve this
>information, (or is it a privileged command given only to system people)?
>
Use the following REXX EXEC, after entering the command:
   TELL LISTSERV AT ASUACAD SHOW PATH UICVM INDST ( NOSPEED
in order to determine the BITNET topology from UICVM to INDST:
 
/* REXX, of course */ address command
'IDENTIFY (LIFO'; pull k1 k2 k3 k4 rscs k6
 N.1 = 'UICVM'; N.2 = 'PURCCVM'; N.3 = 'INDYCMS'; N.4 = 'INDST'
 do K=1 to 3; KK=1+K
   'CP SMSG' rscs 'CMD' N.K  'QUERY' N.KK 'F'
   'CP SMSG' rscs 'CMD' N.KK 'QUERY' N.K  'F'
 end
'CP SET MSG ON'  /* Or, use 'IUCV' instead of 'ON',
                    if you have IUCVTRAP activitated! */
'CP SLEEP 1 MIN' /* Wait for asynchronous replies */
 exit
 
The results (reformatted, of course) are:
  UICVM   has 20 files queued for PURCCVM  (11 files queued the other way),
  PURCCVM has  7 files queued for INDYCMS (667 files queued the other way).
 
So, either users at INDYCMS are prolific E-mail users,
or LISTSERV@INDYCMS is generating huge volumes of E-mail
(could it be that "Mail-Via= DIST" isn't being used for the "heavy" lists?)

ATOM RSS1 RSS2