Public Member Functions | |
CommandLineArgs () | |
void | parse_arguments (char **argv) |
Data Fields | |
char | log_file [1024] |
char | origin_file [1024] |
char | origin_list [MAX_ORIG_STRING] |
int | max_origins |
char | state_tag [1024] |
int64_t | min_hits |
int | max_age |
int | line_len |
int | incremental |
int | tail |
int | summary |
int | json |
int | cgi |
int | urls |
int | show_urls |
int | as_object |
int | version |
int | help |
Definition at line 622 of file logstats.cc.
CommandLineArgs::CommandLineArgs | ( | ) | [inline] |
Definition at line 643 of file logstats.cc.
void CommandLineArgs::parse_arguments | ( | char ** | argv | ) |
Definition at line 684 of file logstats.cc.
References appVersionInfo, argument_descriptions, cgi, countof, AppVersionInfo::FullVersionInfoStr, help, incremental, ink_strlcpy(), json, MAX_ORIG_STRING, max_origins, min_hits, origin_list, process_args(), show_urls, state_tag, unescapifyStr(), urls, usage(), USAGE_LINE, val, and version.
Referenced by main().
Definition at line 639 of file logstats.cc.
Referenced by main(), my_exit(), and parse_log_buff().
Definition at line 636 of file logstats.cc.
Referenced by main(), and parse_arguments().
Definition at line 641 of file logstats.cc.
Referenced by parse_arguments().
Definition at line 632 of file logstats.cc.
Referenced by main(), and parse_arguments().
Definition at line 635 of file logstats.cc.
Referenced by my_exit(), and parse_arguments().
Definition at line 631 of file logstats.cc.
Referenced by format_center(), format_detail_header(), format_elapsed_header(), my_exit(), and print_detail_stats().
char CommandLineArgs::log_file[1024] |
Definition at line 624 of file logstats.cc.
Referenced by main().
Definition at line 630 of file logstats.cc.
Referenced by main().
Definition at line 627 of file logstats.cc.
Referenced by my_exit(), and parse_arguments().
int64_t CommandLineArgs::min_hits |
Definition at line 629 of file logstats.cc.
Referenced by parse_arguments(), and use_origin().
char CommandLineArgs::origin_file[1024] |
Definition at line 625 of file logstats.cc.
Referenced by main().
Definition at line 626 of file logstats.cc.
Referenced by main(), and parse_arguments().
Definition at line 638 of file logstats.cc.
Referenced by main(), and parse_arguments().
char CommandLineArgs::state_tag[1024] |
Definition at line 628 of file logstats.cc.
Referenced by main(), and parse_arguments().
Definition at line 634 of file logstats.cc.
Referenced by process_file().
Definition at line 633 of file logstats.cc.
Referenced by main().
Definition at line 637 of file logstats.cc.
Referenced by main(), and parse_arguments().
Definition at line 640 of file logstats.cc.
Referenced by parse_arguments().