|
The webcount command shows page hits for sites existing on copland.
The syntax of the command is:
/www/bin/webcount [startdate] [enddate] /mysitedirectory/page.html
To use the webcount command, log on to copland and type the command at the prompt.
Examples of use
This statement gives you the page hits for September 2005 for the UD home page:
/www/bin/webcount 09-01-05 09-30-05 /index.html
The results will look like this:
page counts from 09-01-2005 to 09-30-2005
/index.html 2304066
2304066 total
This statement gives you the page hits for September 2005 for the Registrar's home page:
/www/bin/webcount 09-01-05 09-30-05 /registrar/index.html
page counts from 09-01-2005 to 09-30-2005
/registrar/index.html 2333
2333 total
Removing the date range will give you the page hits from the first of the month thru today's date.
/www/bin/webcount /sporstinfo/index.html
page counts from 10-01-2005 to 10-12-2005
/sportsinfo/index.html 42821
42821 total
|