HP3000-L Archives

March 2000, Week 2

HP3000-L@RAVEN.UTC.EDU

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

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

Print Reply
Subject:
From:
Mike Hornsby <[log in to unmask]>
Reply To:
Mike Hornsby <[log in to unmask]>
Date:
Wed, 8 Mar 2000 10:45:07 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (59 lines)
I like to use the
:DISKUSE /
command as it includes all HFS nodes not just GROUPS.

The attached script summarizes the output at the 'ACCOUNT/ROOT node level.

Cordially,

Mike Hornsby
Co-founder/Chief Technical Officer
Beechglen Development Inc. (www.beechglen.com)
5576 Glenway Ave.
Cincinnati, Ohio 45238

Voice (513) 922-0509
Fax (513) 347-2834
Email [log in to unmask]



ECHO           SECTORS
ECHO       TREE       LEVEL   DIRECTORY
ECHO                  BELOW
IF FINFO("DUMSG",0)
   PURGE DUMSG,TEMP
ENDIF
BUILD DUMSG;REC=-79,,F,ASCII;TEMP;MSG
FILE DUMSG=DUMSG,OLDTEMP
DISKUSE / >*DUMSG
SETVAR PINLIST ""
WHILE FINFO("DUMSG",19) <> 0
     INPUT DULINE < DUMSG
     IF POS("+",DULINE) <> 0 THEN
       ECHO !DULINE
     ENDIF
ENDWHILE

----- Original Message -----
From: Porter, Allen H <[log in to unmask]>
To: <[log in to unmask]>
Sent: Wednesday, March 08, 2000 9:51 AM
Subject: Growing Groups


> We have an issue with disc space being used up very quickly.  I would like
> to see what groups have changed from day to day.  I wrote a program that
> would keep track of group sizes from one day to the next but it does not
> detect new groups.  Does anyone have a something to track changes in group
> sizes including newly created groups?  I'm sure I can write a program to
do
> this but I hate to recreate the wheel.
>
> As always, thanks in advance.
> Allen Porter
> Maritz Marketing Research INC
>
> 636.827.6833
> [log in to unmask]

ATOM RSS1 RSS2