Interact2Day, Inc.    Friday, March 29, 2024

>> DiskSpace (Web) <<

Interact2Day DiskSpace Utility

Synopsis

DiskSpace is a useful web-based application which calculates the total amount of disk space used by all files and directories in and below a defined directory. Typically it will be used to calculate the amount of disk space a website is utilizing, as well as tallying the total number of files and subdirectories.

Download

Windows Optimized Version (uses opendir logic)

DOWNLOAD, Select Windows Optimized Version

UNIX (uses file::find logic)

DOWNLOAD, Select UNIX Version

Installation

Windows

Open DiskSpace.pl with your favorite text editor.

Set $StartDir to the top-level directory you want DiskSpace to search in and below.

Example: $StartDir = 'f:/InetPub/wwwroot';

Set $ShowDirList to '1' (one) if you would like DiskSpace to also print a list of every subdirectory found. Set this value to '0' (zero) if you wish to skip the list.

Example: $ShowDirList = 1;

Now save the modified DiskSpace.pl.

Upload DiskSpace.pl to your Windows NT/2000 platform web server as an ASCII text file.  Make sure your web server is configured to execute Perl scripts from the directory you upload DiskSpace.pl to (e.g. as in a /cgi-bin directory).

Now, anytime you want to checkup on your disk space utilization, simply call DiskSpace.pl:

Example: http://www.yoursite.com/cgi-bin/DiskSpace.pl

UNIX

Open DiskSpace.pl with your favorite text editor.

Edit the first line in DiskSpace.pl (the line beginning "#!/usr/bin/perl") to reflect the actual location of your web server's Perl 5 executable.

Set $StartDir to the top-level directory you want DiskSpace to search in and below.

Example: $StartDir = 'f:/InetPub/wwwroot';

Set $ShowDirList to '1' (one) if you would like DiskSpace to also print a list of every subdirectory found. Set this value to '0' (zero) if you wish to skip the list.

Example: $ShowDirList = 1;

Now save the modified DiskSpace.pl.

Upload DiskSpace.pl to your Unix platform web server as an ASCII text file. Set file permissions to 755 via chmod (i.e. 'chmod 755 DiskSpace.pl') Make sure your web server is configured to execute Perl scripts from the directory you upload DiskSpace.pl to (e.g. as in a /cgi-bin directory).

Now, anytime you want to checkup on your disk space utilization, simply call DiskSpace.pl:

Example: http://www.yoursite.com/cgi-bin/DiskSpace.pl

Note: If your web server requires CGI scripts end with a *.cgi extension, simply rename this script to DiskSpace.cgi (and change the above example to reflect the .cgi extension)

 
Review Interact2Day's Privacy Policy.

© 1996-2006 Interact2Day, Inc., All Rights Reserved.
All material on this site is subject to change or correction without notice.
Additional copyright and trademark statements.
® Interact2Day and the Interact2Day Logo are registered trademarks of Interact2Day, Inc, Anderson, SC, USA.
Interact2Day, Inc., is a Florida registered Corporation headquartered in Anderson, South Carolina.
Interact2Day, Inc.