/usr/share/rmagic/lang/zh/rdata.ini is in rmagic 2.21-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 | # -------------------------------------------------------------------
# rdata.ini
#
# Descriptions and titles for reports
# Last Updated: 2000 August 25 By: JW
# For use with Report Magic for Analog 2.0
# Compatible with Analog 4.11
# -------------------------------------------------------------------
#
# HOW TO USE AND MODIFY
#
# In each section, you can change descriptive text for another
# language. You can change the types of graphs used in each report (if any).
# And you can set some display and formatting options. Below is a list of
# the parameters (keys) and what they mean.
#
# ShortName
# This corresponds to the Analog config file report name. It should be
# unique within the scope of all reports.
#
# LongName
# This field specifies the descriptive name (title) given to the reports.
#
# DataName
# This is the name of the data type in tables and graphs (e.g. Monthly
# Report shows Data for each "Month")
#
# ReportType
# This tell what type of report to generate. The following options are
# available:
# General - The General Summary
# TimeReport - Any time report (e.g. Monthly Report, Weekly Report)
# TimeSummary - Any time summary (e.g. Daily Summary, Hourly Summary)
# Range - Reports that provide data in ranges (e.g. File Size, Processing Time)
# Simple - A simple report, usable for most data
# HierarchicalReport - A report with items in hierarchies
# Quick - The Quick Summary
#
# Truncate
# This option is available for Simple and Hierarchical reports. It tells the number of
# characters to truncate the displayed text at.
#
# IncludeLinks
# This option is available for Simple and Hierarchical reports. If set then the
# data points will be hyperlinked according to the wildcard matching. This can be a
# comma-separated list of wildcards matches. So, for example, "*" will link every entry
# and "*.html,*.htm,*/" will match page requests.
#
# SmallFont
# This option is available for Simple and Hierarchical reports. If set to 1, then the
# data will be displayed in a smaller typeface
#
# TimeFormat
# This gives a format specifier for displaying time data. You can use 'm' for
# months, d for days, y for years, h for hours or 'n' for minutes. In general one or
# two repeated codes give a number of at least that many digits. "mmm" for
# months gives a three letter abbreviation and "mmmm" gives a full month
# name (see ShortMonths and LongMonths in lang.ini). "www" and "wwww"
# correspond the the weekday abbreviations and names (see shortDays and
# longDays in lang.ini). A more complete description of the date
# formatting is in the docs in docs/datefmts.html.
#
# GraphType
# This tells what type of graph(s) (if any) to use. If nothing is given, then
# the report has no graphs. Otherwise you can choose 'Bar', 'Line', or
# 'Pie'. More than one type can be used by separating them with commas. The
# Bar and Line graphs only work on count data (number of requests, pages or
# bytes). The Pie graph only works on percent data (percent of requests,
# pages or bytes).
#
# MostActive
# This is the phrase used in the quick summary reports. Usually something
# like 'Most active week' or 'Most active browser'.
#
# Average
# The phrase used in summaries to describe average results over the report.
# For example, "Monthly average." This is currently only applicable to
# TimeReport type reports.
#
# SummaryN
# This describes one or more Summary rows appended to a TimeSummary type report.
# The format of the option is a range specifier in brackets followed by the text
# to be used for the summary row label. The range specifier can be a comma-separated
# list of values (e.g. [1,7]) or a range indicated with a hyphen (e.g. [7-16]). Ranges
# are inclusive.
#
# Description
# This is the long text description provided at the top of each report.
# -------------------------------------------------------------------
[x]
ShortName = GENERAL
LongName = ³ø§iºKn
DataName = ³ø§iºKn
ReportType = GeneralSummary
#IncludeLinks = *.htm,*.html,*/
Description = <<EOT
³ø§iºKn¹ï¦¹³ø§i²Îp®É¶¡¤ºªº¾ãÓºô¯¸¡A´£¨Ñ§Ö³tªº´n¬A³ø§i¡C
EOT
[1_]
ShortName = YEARLY
LongName = ¦~³øªí
DataName = ¦~
GraphType = Line
TimeFormat = yyyy
ReportType = TimeReport
MostActive = ³Ì¬¡ÅDªº¦~¥÷
Average = ¦~¥§¡
Description = <<EOT
¦~³øªíÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¤@¾ã¦~ªº¬¡°Ê¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
<BR><B>ª`·N:</B> ¦]¬°¸ê®Æ¥i¯à¤£§¹¾ã¡A²Ä¤@©M³Ì«á¤@¦~ªº³øªí¥i¯à¤£·|§¹¾ãªºÅã¥Ü¡C
EOT
[Q_]
ShortName = QUARTERLY
LongName = ©u³øªí
DataName = ©u
GraphType = Line
TimeFormat = q yyyy
ReportType = TimeReport
MostActive = ³Ì¬¡ÅDªº©u¦¸
Average = ©u¥§¡
Description = <<EOT
©u³øªíÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¤@¦~¤¤¦U©uªº¬¡°Ê¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
<BR><B>ª`·N:</B> ¦]¬°¸ê®Æ¥i¯à¤£§¹¾ã¡A²Ä¤@©M³Ì«á¤@©uªº³øªí¥i¯à¤£·|§¹¾ãªºÅã¥Ü¡C
EOT
[m]
ShortName = MONTHLY
LongName = ¤ë³øªí
DataName = ¤ë
ReportType = TimeReport
TimeFormat = mmmm yyyy
GraphType = Line
MostActive = ³Ì¬¡ÅDªº¤ë¥÷
Average = ¤ë¥§¡
Description = <<EOT
¤ë³øªíÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¦U¤ëªº¬¡°Ê¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
<BR><B>ª`·N:</B> ¦]¬°¸ê®Æ¥i¯à¤£§¹¾ã¡A²Ä¤@©M³Ì«á¤@¤ëªº³øªí¥i¯à¤£·|§¹¾ãªºÅã¥Ü¡C
EOT
[W_]
ShortName = WEEKLY
LongName = ¶g³øªí
DataName = ¤@¶g¶}©l¤é´Á
ReportType = TimeReport
TimeFormat = mmmm d, yyyy
GraphType = Line
MostActive = ³Ì¬¡ÅDªº¬P´Á¶}©l¤é
Average = ¶g¥§¡
Description = <<EOT
¶g³øªíÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¦U¶gªº¬¡°Ê¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
<BR><B>ª`·N:</B> ¦]¬°¸ê®Æ¥i¯à¤£§¹¾ã¡A²Ä¤@©M³Ì«á¤@¶gªº³øªí¥i¯à¤£·|§¹¾ãªºÅã¥Ü¡C
EOT
[D_]
ShortName = DAILYREP
ShortName = FULLDAILY
LongName = ¤é³øªí
DataName = ¤é
ReportType = TimeReport
TimeFormat = mmmm d, yyyy
GraphType = Line
MostActive = ³Ì¬¡ÅDªº¤é´Á
Average = ¤é¥§¡
Description = <<EOT
¤é³øªíÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¦U¤éªº¬¡°Ê¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
EOT
[d]
ShortName = DAILYSUM
ShortName = DAILY
LongName = ¤éÁ`µ²³øªí
DataName = ¬P´Á¦WºÙ
ReportType = TimeSummary
TimeFormat = wwww
GraphType = Bar,Pie
MostActive = ¤@¶g¤º³Ì¬¡ÅDªº¤é´Á
# Summaries for this report must match Analog's abbreviations for the langauge.
Summary1 = [mon,tue,wed,thu,fri],¤u§@¤éÁ`µ²(¬P´Á¤@¦Ü¬P´Á¤)
Summary2 = [sun,sat],°²¤éÁ`µ²(¬P´Á¤»¤é)
Description = <<EOT
¤éÁ`µ²³øªíÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¤@¶g¦U¤Ñªº¥[Á`¡C³o¥÷³øªí¤]¦P®É¤ñ¸û¤F¤u§@¤é©M°²¤éªº¥[Á`¤ñ¸û¡C
EOT
[H_]
ShortName = HOURLYREP
ShortName = FULLHOURLY
LongName = ®É³øªí
DataName = ®É
ReportType = TimeReport
TimeFormat = mmm d, yyyy h:00 - h:59
GraphType = Line
MostActive = ³Ì¬¡ÅDªº®É¬q
Average = ®É¥§¡
Description = <<EOT
®É³øªíÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¨C¤p®Éªº¬¡°Ê¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
EOT
[h]
ShortName = HOURLYSUM
ShortName = HOURLY
LongName = ®ÉÁ`µ²³øªí
DataName = ®É
ReportType = TimeSummary
TimeFormat = h:00 - h:59
GraphType = Bar,Pie
MostActive = ¤@¤Ñ¤¤³Ì¬¡ÅDªº®É¬q
# Summaries for this report can just list the hour (in 24-hour format)
Summary1 = [8-16],¤W¯Z®É¬q (8:00am-4:59pm)
Summary2 = [0-7,17-23],«D¤W¯Z®É¬q (5:00pm-7:59am)
Description = <<EOT
®ÉÁ`µ²³øªíÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¨C¤Ñ¤¤¦UӮɬqªº¥[Á`¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
³o¥÷³øªí¤]¦P®É¤ñ¸û¤F¤W¯Z®É¬q©M«D¤W¯Z®É¬qªº¥[Á`¤ñ¸û¡C
EOT
[w]
ShortName = WEEKHOUR
LongName = ¶g®É¬qÁ`µ²
DataName = ®É
ReportType = TimeSummary
TimeFormat = wwww, h:00 - h:59
GraphType = Line
PushDates = 2
MostActive = ¤@¶g¤º³Ì¬¡ÅDªº®É¬q
# ** Need to see the data format, but probably want to do weekday hours and
# weekend hours
#Summary1 = [8-16],¤W¯Z®É¬q (8:00am-4:59pm)
#Summary2 = [0-7,17-23],«D¤W¯Z®É¬q (5:00pm-7:59am)
Description = <<EOT
¶g®É¬qÁ`µ²±N¤@¶g¤À¸Ñ¦¨¥H¤p®É°Ï¤Àªº®É¬q¡C³o¹ï¨M©w¦w±Æ¦b«D¤W¯Z®É¬q°µp¹ºªº¤u§@©Î¨M©w¥NºÞªA°È¦p¦ó
³]©w¦y®p¤Î«D¦y®p®É¬qp¶O¼Ð·Ç¦³«Ü¤jªº¥Î³B¡C
EOT
[4_]
ShortName = QUARTERREP
ShortName = QUARTER
LongName = ¨è³øªí
DataName = ¨è
ReportType = TimeReport
TimeFormat = mmm d, yyyy h:nn
GraphType = Line
MostActive = ³Ì¬¡ÅDªº®É¨è
Average = ¨è¥§¡
Description = <<EOT
¨è³øªíÅã¥ÜÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¨C15¤ÀÄÁªº¬¡°Ê¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
EOT
[6_]
ShortName = QUARTERSUM
LongName = ¨èÁ`µ²³øªí
DataName = ¨è
ReportType = TimeSummary
TimeFormat = h:nn
GraphType = Line
PushDates = 3
Description = <<EOT
¨èÁ`µ²³øªí±N¤@¤Ñ¤À¦¨¼ÆÓ15¤ÀÄÁªº®É¬q¡AÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¨C¤Ñ¤¤¦UӮɬqªº¥[Á`¡C¦pªG§Aªººô¯¸¦³¨¬°÷ªº¬y¶q¡A
³oÓ³øªí·|Åã¥Ü§Aºô¯¸¤@¤Ñ¤¤¸Ô²Óªºt²ü¤À¥¬¡C
EOT
[5_]
ShortName = FIVEREP
ShortName = FIVE
LongName = ¤¤ÀÄÁ³øªí
DataName = ¤¤ÀÄÁ¶¡¹j
ReportType = TimeReport
TimeFormat = mmm d, yyyy h:nn
GraphType = Line
MostActive = ³Ì¬¡ÅDªº¤¤ÀÄÁ¶¡¹j
Average = ¤¤ÀÄÁ¥§¡
Description = <<EOT
¤¤ÀÄÁ³øªíÅã¥ÜÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¨C5¤ÀÄÁªº¬¡°Ê¡A°O¦í¡A¤@Óºô¶n¨D¥i¯à·|³s±a³\¦h¹ÏÀÉ©Mª«¥óªºn¨D¡C
EOT
[7_]
ShortName = FIVESUM
LongName = ¤¤ÀÄÁÁ`µ²³øªí
DataName = ¤@¤Ñ¤¤¤¤ÀÄÁ¶¡¹j
ReportType = TimeSummary
TimeFormat = h:nn
PushDates = 3
GraphType = Line
Description = <<EOT
¤¤ÀÄÁÁ`µ²³øªí±N¤@¤Ñ¤À¦¨¼ÆÓ5¤ÀÄÁªº®É¬q¡AÅã¥Üºô¯¸¦b²Îp®É¶¡¤º¨C¤Ñ¤¤¦UӮɬqªº¥[Á`¡C¦pªG§Aªººô¯¸¦³¨¬°÷ªº¬y¶q¡A
³oÓ³øªí·|Åã¥Ü§Aºô¯¸¤@¤Ñ¤¤¸Ô²Óªºt²ü¤À¥¬¡C
EOT
[S_]
ShortName = HOST
LongName = ³X«È¥D¾÷³øªí
DataName = ¥D¾÷¦WºÙ
ReportType = Simple
MostActive = ³Ì¬¡ÅDªº³X«È
Description = <<EOT
¥Î¤á¥D¾÷³øªíÅã¥Ü¦¹ºô¯¸ªº³X«È¨Ó·½¡C
EOT
[l]
ShortName = REDIRHOST
LongName = ³X«È«·s¾É¦V³øªí
DataName = ¥D¾÷¦WºÙ
ReportType = Simple
MostActive = ¤Þ°_«·s¾É¦Vn¨D³Ì¬¡ÅDªº¥D¾÷
Description = <<EOT
³X«È«·s¾É¦V³øªíÅã¥Ü¤Þ°_·s¾É¦Vn¨Dªº¥D¾÷±Æ¦W¡C«·s¾É¦Vn¨D¬OHTTPªºª¬ºA½X¡A°_¦]¬°³X«Èn¨Dªººô¶¦b§O³B¡C
³Ì±`µo¥Íªºì¦]¬O¦bŪ¨úªº¥Ø¿ý¨S¦³¿é¤Jµ²§À"/"¡A¦ý¤]¥i¯à¬O¥ÑCGI¤Þ°_ªº¡A³o³øªí¥i¥Î¨Ó°lÂܺô¶ÂI¿ï©M¬¡°Êªº±¡§Î¡C
EOT
[L_]
ShortName = FAILHOST
LongName = Host Failure Report
DataName = Host Name
ReportType = Simple
MostActive = Host causing the most failures
Description = <<EOT
¥D¾÷n¨D¿ù»~³øªíÅã¥Üºô¶n¨D¥¢±Ñªº¥D¾÷¡C³q±`¬O¦]¬°Àɮק䤣¨ì ("404 Not Found")
ªº¿ù»~¡A¦ý¤]¦³¥i¯à¬O¥ÑCGI¤Þ°_ªº¡A°_¦]¬°¤£¥¿½Tªº¼¶¼gCGIµ{¦¡¡C
EOT
[Z_]
ShortName = ORGANISATION
LongName = ²Õ´³øªí
DataName = ²Õ´¦WºÙ
ReportType = HierarchicalReport
MostActive = ³Ì¬¡ÅDªº²Õ´
GraphType = Pie
Description = <<EOT
²Õ´³øªí¹Á¸Õ¦C¥X³sµ²§A̺ô¯¸ªº²Õ´(¤½¥q¡A¾÷ºc¡AISPµ¥µ¥)¡A³o©Mºô°ì³øªí¬Û¦ü¦ýÅã¥Üºô°ì¾ð¤U±ªº¤@¼h¡C
³o³øªí¤]¯àÅã¥Ü¦b²Õ´¤U±¥D¾÷ªº¶¥¼h¬[ºc¡C
EOT
[o]
ShortName = DOMAIN
LongName = ºô°ì³øªí
DataName = ºô°ì¦WºÙ
ReportType = HierarchicalReport
MostActive = ³Ì¬¡ÅDªººô°ì
GraphType = Pie
Description = <<EOT
ºô°ì³øªíÅã¥Ü³sµ²¦¹ºô¯¸³Ì¤W¤@¼hªº¨Ó·½¡C³o¥Ñ¥L̪ººô°ì¦WºÙ¨Ó¨M©w¡C¨Ï¥Î³o¥÷³øªín¤p¤ßºô°ì¨Ã¤£¯à¨M©w¥L̪º¦a²z°Ï¤À¡C¨Ò¦p
.com ¤j³¡¤À¨Ó¦Û¬ü°ê¡A¦ý²{¦b¦³³\¦h¨ä¥L°ê®aªº¤½¥q¤]¥Î.comªººô°ì¡C
EOT
[r]
ShortName = REQUEST
LongName = n¨D³øªí
DataName = ÀɦW
ReportType = HierarchicalReport
IncludeLinks = *.htm,*.html,*/
MostActive = ³Ì¬¡ÅDªºn¨D
Description = <<EOT
n¨D³øªíÅã¥Üºô¯¸¤¤³Ì¨üÅwªïªººô¶©M¥L̳Qn¨DªºÀW²v¡C
EOT
[i]
ShortName = DIRECTORY
LongName = ¥Ø¿ý³øªí
DataName = ¥Ø¿ý¦WºÙ
ReportType = HierarchicalReport
GraphType = Bar,Pie
MostActive = ³Ì¦hn¨Dªº¥Ø¿ý
Description = <<EOT
¥Ø¿ý³øªí¤ÀªR¦¹ºô¯¸³Q³sµ²ªº¥Ø¿ý¡A³o¸ê°T¦b§P§O³Ì¼öªùªººô¶°Ï°ì«Ü¦³¥Î¡C
EOT
[t]
ShortName = FILETYPE
LongName = Àɮ׮榡³øªí
DataName = Àɮ׮榡
ReportType = HierarchicalReport
GraphType = Bar
MostActive = ³Ì¦hn¨DªºÀɮ׮榡
Description = <<EOT
Àɮ׮榡³øªíÅã¥Ü¦¹ºô¯¸³Q³sµ²ªºÀɮ׮榡¸ê°T¡CGIF©MJPG¬O³Ì±`¨£ªº¹ÏÀɮ榡¡C
HTML (¦³®É²¼g¬°HTM)¡BASP¡B©M¥Ø¿ýÅã¥Ü¹ê»Úªººô¶¡C¹ÏÀɳQ³sµ²ªº¦¸¼Æ´X¥G¬Oºô¶³Q³sµ²¦¸¼Æªº¦n´X¿¡A¦]¬°¤@Óºô¶©¹©¹¥]§t¼ÆÓ¹ÏÀÉ¡C
EOT
[z]
ShortName = SIZE
LongName = Àɮפj¤p³øªí
DataName = Àɮפj¤p
ReportType = RangeReport
GraphType = Bar
MostActive = ³Ì¦hn¨Dªº¤j¤p½d³ò
Description = <<EOT
Àɮפj¤p³øªí±N³Q³sµ²ªºÀɮפÀÃþ¡A³o¹ï¼W¶iºô¯¸®Ä¯à«Ü¦³¥Î³B¡C
(°O¦í¡A¦b28.8KpsªºmodemÀô¹Ò¡Anªá40¬í¤~¯à±N100KbªºÀɮפU¸ü)
EOT
[P_]
ShortName = PROCTIME
LongName = ³B²z®É¶¡³øªí
DataName = ³B²z®É¶¡
ReportType = RangeReport
MostActive = Most common processing time range
Description = <<EOT
³B²z®É¶¡³øªíÅã¥Üºô¯¸»Ýn¦h¤Ö®É¶¡³B²z¨CÓn¨D¡A³B²z®É¶¡¥H¬íÅã¥Ü(²z½×¤W¥u»Ý´X·L¬í)
<BR><B>ª`·N:</B>¦pªG§Aªº³B²z®É¶¡Åã¥Ü¬ù100¿¤j¡A
¨º¥i¯à§A¬O¥NºÞ©ó¨C100¬í²Îp¤@¦¸ªºIIS¨t²Î¡C
EOT
[E_]
ShortName = REDIR
LongName = «·s¾É¦V³øªí
DataName = ÀɦW
ReportType = HierarchicalReport
MostActive = ³Ì¦h³Q«·s¾É¦Vªºn¨D
Description = <<EOT
«·s¾É¦V³øªí¥ÎHTTPª¬ºA½X¿ë§On«·s¾É¦Vªºn¨D¡C³Ì±`¨£ªºì¦]¬O·í³X«È¿ù»~ªºn¨D¤@ӥؿý¦ý¨S¦³µ²§Àªº"/"¡A
¦øªA¾¹·|¦^À³¤@Ó«·s¾É¦Vªº°T®§¡AµM«á³X«Èn¦A«Ø¥ß²Ä¤G¦¸³sµ²¥hŪ¨ú¥¿½Tªººô¶¡C
EOT
[I_]
ShortName = FAILURE
LongName = ¿ù»~³øªí
DataName = ÀɦW
ReportType = HierarchicalReport
MostActive = ³Ì¬¡ÅDªº¿ù»~n¨D
Description = <<EOT
¿ù»~³øªí¥Î¨º¨Ç³y¦¨¿ù»~¹³¬O' 404 Document Not Found'¨ÓÃѧO¡C³o¨Ç¿ù»~¥i¯à¦]¬°ºô§}»~¥´©Î³sµ²³Q¥´Â_¤F(Braoken link on referring page)¡C
EOT
[f]
ShortName = REFERRER
LongName = ¤ÞÂ˺ô§}³øªí
DataName = ºô§}
ReportType = HierarchicalReport
Truncate = 60
IncludeLinks = http://*,https://*,ftp://*
MostActive = ³Ì¬¡ÅDªº¤ÞÂ˺ô§}
Description = <<EOT
¤ÞÂ˺ô§}³øªíÅã¥Ü¦bºô¸ô¤W³sµ²¨ì³oÓºô¯¸ªººô¶¡C³o¹ïª¾¹D¬y¶q±qþ¸Ì¨Ó«Ü¦³À°§U¡C
EOT
[s]
ShortName = REFSITE
LongName = ¤ÞÂ˺ô¯¸³øªí
DataName = ºô¯¸¦WºÙ
ReportType = HierarchicalReport
Truncate = 60
IncludeLinks = http://*,https://*,ftp://*
MostActive = ³Ì¬¡ÅDªº¤ÞÂ˺ô¯¸
Description = <<EOT
¤ÞÂ˺ô¯¸³øªíÅã¥Ü¦bºô¸ô¤W³sµ²¨ì³oÓºô¯¸ªººô¯¸¦WºÙ¡C³o¹ïª¾¹D¬y¶q±qþ¸Ì¨Ó«Ü¦³À°§U¡C
EOT
[N_]
ShortName = SEARCHQUERY
LongName = ·j´M¬d¸ß³øªí
DataName = ¬d¸ß
ReportType = Simple
MostActive = ³Ì¬¡ÅDªº¬d¸ß
Description = <<EOT
·j´M¬d¸ß³øªíÅã¥Ü§Aºô¯¸ªº³X«È¬°¤F§ä¨ì§Aªººô¯¸¦Ó¹ï·j´M¤ÞÀº¤Uªº·j´M¦C¡C
³o³øªí¥uÅã¥Ü©w¸q¤¤¹ï·j´M¤ÞÀºªº¬d¸ß¦r¦ê¡C§A¥i¥H¥Ñ¦¹ª¾¹D³X«È¬Oþ¨Ç·j´M¤ÞÀº³sµ²¨ì§Aªººô¯¸¡C
EOT
[n]
ShortName = SEARCHWORD
LongName = ·j´M¦r³øªí
DataName = ·j´M¦r
ReportType = Simple
MostActive = ³Ì¬¡ÅDªº·j´M¦r
Description = <<EOT
·j´M¦r³øªíÅã¥Ü§Aºô¯¸ªº³X«È¬°¤F§ä¨ì§Aªººô¯¸¦Ó¹ï·j´M¤ÞÀº¤U¤Uªº·j´M¦r¥[Á`¡C
§A¥i¥H§Q¥Î³oÓ¸ê°T¥h¤F¸Ñ§Aªº³X«È¨Ó§Aºô¯¸ªº®ÉÔ¦b§ä´M¨Ç¤°»ò¡C
EOT
[Y_]
ShortName = INTSEARCHQUERY
LongName = ¤º³¡·j´M¬d¸ß³øªí
DataName = ¬d¸ß
ReportType = Simple
MostActive = ³Ì±`¥Îªº¬d¸ß
Description = <<EOT
¤º³¡·j´M¬d¸ß³øªíÅã¥Ü³X«È¦b§Aºô¯¸´£¨Ñªº·j´Mºô¶§¹¾ãªº¬d¸ß¦C¡C³o¥i¥HÀ°§U§A¤F¸Ñ³X«È³Ì±`¥Îªº§¹¾ã·j´M¦C¡C
³o³øªí¬Æ¦Ü¥i¥Hµ¹§A¬}¹î³sµ²ªº¥Î»y¨Ó¼W¶i³X«ÈÂsÄý§Aºô¯¸ªº®Ä²v¡C
EOT
[y]
ShortName = INSEARCHWORD
LongName = ¤º³¡·j´M¦r³øªí
DataName = ·j´M¦r
ReportType = Simple
MostActive = ³Ì±`¥Îªº·j´M¦r
Description = <<EOT
¤º³¡·j´M¦r³øªíÅã¥Ü§Aºô¯¸ªº³X«È¦b§Aºô¯¸´£¨Ñªº·j´Mºô¶¤Uªº·j´M¦r¥[Á`¡C§A¥i¥H¨Ï¥Î³o³øªí
¹ï³X«È¦b§Aºô¯¸¹J¨ìªº°ÝÃD´£¨Ñ¤@Ó¦nªº·N¨£¡C
EOT
[k]
ShortName = REDIRREF
LongName = «·s³sµ²¤ÞÂ˳øªí
DataName = ºô§}
ReportType = HierarchicalReport
MostActive = ³Ì¬¡ÅDªº«·s³sµ²¤ÞÂË
Description = <<EOT
«·s³sµ²¤ÞÂ˳øªíÅã¥Ü¾ÉP«·s³sµ²ªº·½ÀY¬Oþ¤@Óºô§}¡C³o¹ï¨M©wþ¤@Ó³sµ²¾ÉP¨t²Î«·s³sµ²n¨D«Ü¦³¥Î¡C
EOT
[K_]
ShortName = FAILREF
LongName = ¿ù»~¤ÞÂ˳øªí
DataName = ¯¸¥xºô§}
ReportType = HierarchicalReport
Truncate = 60
MostActive = ³Ì¬¡ÅDªº¿ù»~¤ÞÂË
Description = <<EOT
¿ù»~¤ÞÂ˳øªíÅã¥Ü¾ÉP¿ù»~ªººô¶n¨Dªº·½ÀY¬Oþ¤@Óºô§}¡C³o³q±`«ü¥X¤ÞÂ˺ô§}Â_±¼ªº³sµ²(broken link)¡C
EOT
[B_]
ShortName = BROWSERREP
LongName = ÂsÄý¾¹³øªí
DataName = ÂsÄý¾¹¦WºÙ
SmallFont = 1
ReportType = Simple
MostActive = ³Ì¬¡ÅDªºÂsÄý¾¹
Description = <<EOT
ÂsÄý¾¹³øªí´£¨Ñºô¯¸³X«ÈÂsÄý¾¹¤@Ó¸Ô²Óªº¸ê®Æ¡C³oÓ³øªí¤]¥i¥H«ü¥X³X«È¨Ï¥Îþ¤@Ó§@·~¨t²Î©MÂsÄý¾¹ª©¥»¡C
EOT
[b]
ShortName = BROWSERSUM
LongName = ÂsÄý¾¹Á`µ²³øªí
DataName = ÂsÄý¾¹Ãþ§O
ReportType = HierarchicalReport
GraphType = Bar,Pie
MostActive = ³Ì¬¡ÅDªºÂsÄý¾¹Ãþ§O
Description = <<EOT
ÂsÄý¾¹Á`µ²³øªíºô¯¸³X«È©Ò¨Ï¥Î³Ì¨üÅwªïªºÂsÄý¾¹²Îp¡C
ÂsÄý¾¹¥Î¦petscape Navigator/Communicator, Microsoft Internet Explorer, WebTV, Opera
¨Ó¤ÀÃþ¡A¦b¨CÓ¤ÀÃþ¤¤¦A²Ó¤Àª©¥»¡C
EOT
[p]
ShortName = OSREP
LongName = §@·~¨t²Î³øªí
DataName = §@·~¨t²Î
ReportType = HierarchicalReport
MostActive = ³Ì¬¡ÅDªº§@·~¨t²Î
GraphType = Pie
Description = <<EOT
§@·~¨t²Î³øªí§Q¥ÎÂsÄý¾¹¸ê°T¦C¥Xºô¯¸³X«È©Ò¨Ï¥Îªº§@·~¨t²Î¡C¤£¬O©Ò¦³ªºÂsÄý¾¹³£·|
´£¨Ñ³o¶µ¸ê°T¡A¤]¤£¬O©Ò¦³ªº³X«È³£´£¨ÑÂsÄý¾¹¸ê°T¡A¦ý¥un¦³´£¨Ñ¡A³oÓ³øªí´N·|²Îp¡C
EOT
[v]
ShortName = VHOST
LongName = µêÀÀ¥D¾÷³øªí
DataName = µêÀÀ¥D¾÷¦WºÙ
ReportType = Simple
GraphType = Bar
MostActive = ³Ì¬¡ÅDªºµêÀÀ¥D¾÷
Description = <<EOT
µêÀÀ¥D¾÷³øªíÅã¥Üºô¯¸¤¤µêÀÀ¥D¾÷ªº¸ê°T¡C³o¹ïISP¦bºÊ±±¥NºÞºô¯¸ªº¨Ï¥Î¶q©M¶Ç¿é¶q«Ü¦³¥Î¡C
EOT
[R_]
ShortName = REDIRVHOST
LongName = µêÀÀ¥D¾÷«·s¾É¦V³øªí
DataName = µêÀÀ¥D¾÷
ReportType = Simple
MostActive = ¤Þ°_«·s¾É¦V³Ì¬¡ÅDªºµêÀÀ¥D¾÷
Description = <<EOT
µêÀÀ¥D¾÷«·s¾É¦V³øªí¥Î«·s¾É¦Vªº¦¸¼Æ¨Ó¦C¥XµêÀÀ¥D¾÷ªº±Æ¦W¡C«·s¾É¦V¬OHTTPªºª¬ºA½X¡A
±N³X«È¾É¦V¤£¦P©óì¨ÓªºÀɮסC³o³q±`¬O¦]¬°³X«È§Ñ¤F¥Ø¿ýªºµ²§À"/"©Î¥Î¨Ó°lÂÜÂI¿ï©Î¼s§i¬¡°ÊªºCGI¡C
EOT
[M_]
ShortName = FAILVHOST
LongName = ¿ù»~ªºµêÀÀ¥D¾÷³øªí
DataName = µêÀÀ¥D¾÷
ReportType = Simple
MostActive = ¤Þ°_¿ù»~³Ì¦hªºµêÀÀ¥D¾÷
Description = <<EOT
¿ù»~ªºµêÀÀ¥D¾÷³øªí¦C¥Xºô¯¸¤Þ°_¿ù»~³Ì¦hªºµêÀÀ¥D¾÷¡A¿ù»~³q±`¬O
"404 Not Found"¿ù»~(¥Ñºô§}»~¥´©Î¤¤Â_ªº³sµ²¤Þ°_)¡A¦ý¤]¥i¯à¥]§t¦øªA¾¹¿ù»~(¥Ñ©óCGI¼¶¼g¿ù»~¤Þ°_)¡C
EOT
[u]
ShortName = USER
LongName = ¨Ï¥ÎªÌ³øªí
DataName = ¨Ï¥ÎªÌ¦WºÙ
ReportType = Simple
MostActive = ³Ì¬¡ÅDªº¨Ï¥ÎªÌ
Description = <<EOT
¨Ï¥ÎªÌ³øªíÅã¥Ü¦¨¥\µn¤Jºô¯¸¦w¥þ°Ï°ìªº¥ô¦ó¨Ï¥ÎªÌ¡A¤j³¡¤Àªººô¶¦s¨ú¬O°Î¦Wªº¡A
©Ò¥H¥L̤£·|Åã¥Ü¦b³øªí¤¤¡C
EOT
[j]
ShortName = REDIRUSER
LongName = ¨Ï¥ÎªÌ«·s¾É¦V³øªí
DataName = ¨Ï¥ÎªÌ¦WºÙe
ReportType = Simple
MostActive = ¤Þ°_«·s¾É¦V³Ì¬¡ÅDªº¨Ï¥ÎªÌ
Description = <<EOT
¨Ï¥ÎªÌ«·s¾É¦V³øªíÅã¥Ü³Q«·s¾É¦Vªº¨Ï¥ÎªÌ±Æ¦W¡A³o¥u²[»\¨º¨Ç¦³µn¤J©Î»{ÃÒ¹Lªº¨Ï¥ÎªÌ¡C
¤j³¡¤Àªº¨Ï¥ÎªÌ¬O°Î¦Wªº¡A¥L̤£·|³Q°lÂܨì¡C
EOT
[J_]
ShortName = FAILUSER
LongName = ¿ù»~ªº¨Ï¥ÎªÌ³øªí
DataName = ¨Ï¥ÎªÌ¦WºÙ
ReportType = Simple
MostActive = ¤Þ°_¿ù»~³Ì¦hªº¨Ï¥ÎªÌ
Description = <<EOT
¿ù»~ªº¨Ï¥ÎªÌ³øªí¦C¥X¹Á¸Õ¦s¨úºô¯¸¦w¥þ°Ï°ì¦ý³Q©Úµ´ªº¨Ï¥ÎªÌ¡C¦s¨ú³Q©Úµ´¥i¯à¦]¬°¨âÓ¦]¯À¡G
±K½X¿ù»~©Î¬O¨Ï¥ÎªÌ¤£¦s¦b¡C
EOT
[c]
ShortName = STATUS
LongName = ª¬ºA½X³øªí
DataName = ª¬ºA½X
ReportType = Simple
GraphType = Pie
MostActive = ³Ì±`¨£ªºª¬ºA½X
Description = <<EOT
ª¬ºA½X³øªí¦C¥X¦øªA¾¹¦^À³µ¹³X«ÈªºHTMLªíÀY¡C¨Ò¦pª¬ºA'200 OK'ªí¥Üºô¶©Î¹Ï¹³ªºn¨D¦b¦øªA¾¹¦³§ä¨ì¨Ã
·|°¨¤W¦^À³µ¹³X«È¡Cª¬ºA'404 Document Not Found'ªí¥Üºô¶©Î¹Ï¹³ªºn¨D¦b¦øªA¾¹¨S¦³³Q§ä¨ì¡C
§¹¾ãªºª¬ºA½X¥i¥H¦b<a href = 'http://www.w3.org/Protocols/HTTP/1.0/spec.html#Status-Codes' target = '_blank'>³o¸Ì</a>¬d¸ß¨ì¡C
EOT
[q]
ShortName = QUICK
LongName = §Ö³tºKn
DataName = §Ö³tºKn
ReportType = QuickSummary
Description = <<EOT
§Ö³tºKnÅã¥Ü¾ãÓºô¯¸²Îpȳ̤jªºª«¥ó¡A¥¦Åã¥Ü¥¦ªºn¨D¦¸¼Æ©M¦Ê¤À¤ñ¡C
EOT
|