tele3.tcl
Does not contain a contract.
- Location:
- /packages/acs-subsite/www/admin/system/tele3.tcl
Related Files
[ hide source ] | [ make this the default ]
File Contents
# Expires: now ns_set update [ns_conn outputheaders] "Expires" "now" set output " <html> <head> <title>AOLserver Telemetry</title> <STYLE> BODY { background: #ffffff; font-family: helvetica; font-size: 10pt; } H1 { font-family: helvetica; font-size: 18pt; } H2 { font-family: helvetica; font-size: 16pt; } H3 { font-family: helvetica; font-size: 14pt; } TD { background: cyan; font-family: helvetica; font-size: 8pt; } PRE { font-family: helvetica; font-size: 10pt; } FORM { font-family: helvetica; font-size: 8pt; } </STYLE> </head> <body> <h3>Throttle Stats</h3> <blockquote>[throttle statistics]</blockquote> <h3>Throttle UrlStats</h3> <blockquote>[throttle url_statistics]</blockquote> </body></html> " ns_return 200 "text/html" $output