LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

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

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

Print Reply
Dennis Boone <[log in to unmask]>
Mon, 8 Aug 2005 15:27:01 -0400
text/plain (21 lines)
 > I am interested in generating a report that indicates postings to
 > mailing lists, number of recipients, etc. that I can have emailed to
 > management here on a monthly basis.

Wa basically connects to the TCPGUI port, issues commands like this:

	SHOW CTR 200508

(show counters for Feb. 2005) and gets responses like this:

	200508 1 0 1753 2008200 1176 50406 295 1915 11705 3704 2953 8000 42356 38642
	1488470 0 730533 53393 1986730 21608 9367 3151 0 75928 351 306737 0 0 0 0 0
	END XPOL 744 183 EOD

It's fairly trivial to write a perl script which does this and dices
up the response into a management-friendly format.  To figure out which
fields contain which data, use telnet to connect and issue the command,
then use wa to generate the report, and match the values in the fields.

De

ATOM RSS1 RSS2