PDA

View Full Version : stats for directories


lummox
11-22-1999, 02:38 PM
is it possible to configure the stats package to compile stats for each directory under a domain?

Thanks,
Eric

Terra
11-22-1999, 05:36 PM
Not at this time...

It's on my ToDo list, but is very low in priority...

If/when it does become reality, the design goal is to cover IRM processing exclusively...

--
Terra
sysAdmin
FutureQuest

Charles Capps
11-23-1999, 12:15 AM
YES![nbsp][nbsp]YES, I NEED THAT.[nbsp][nbsp]:D
I'm tired of using grep to parse through the files manually...[nbsp][nbsp]:)
(Too lazy to rewrite Waccy Traccy to work with the logs...)

YFS200
11-23-1999, 02:46 AM
Have you tried good old "du"? Telnet in and type du in your www directory. It will give a list of directories and how much space they use.

Better yet. Type

du > du.txt

then download du.txt so you can closely look at it off line.

If someone can figure out how to shell out of a perl program to run du, we can put a cool web interface on this.

Eddie

Deb
11-23-1999, 03:04 AM
Two different things here.. ;)

STATS -- not available for specific directories on the server.. but for the entire main account they can be viewed by pointing your browser to http://www.yourdomain.tld/stats/ (replacing yourdomain.tld with your own domain name of course)

DiskUsage -- Showing how much space each directory is using -- the CNC of course will show the entire usage of the www directory but the 'du' command will in fact break it up:)[nbsp][nbsp]Now... the new CNC will also provide easy access to this info when it's released :)

Deb