Tags: apache*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. 2021-06-08 Tags: , , , , , , by klotz
  2. Apache logfile parser with Spark

    2021-04-01 Tags: , , , , by klotz
  3. 2021-04-01 Tags: , , , , , , by klotz
  4. Extract the 11 elements from each log

    def map_log(line): match = re.search('^(S+) (S+) (S+) (S+) [- » (d{4})] "(S+)s*(S+)s*(S+)s*(+)?s*"* (d{3}) (S+)',line) if match is None: match = re.search('^(S+) (S+) (S+) (S+) [- » (d{4})] "(S+)s*(+)>( w/s. » +)s(S+)s*(d{3})s*(S+)',line) return(match.groups()) parsed_rdd = rdd.map(lambda line: parse_log2(line)).filter(lambda line: line 1 » == 1).map(lambda line : line 0 » ) parsed_rdd2 = parsed_rdd.map(lambda line: map_log(line))

    2021-04-01 Tags: , , , , , by klotz
  5. 2021-04-01 Tags: , , , , by klotz
  6. View Apache requests per minute Run the following command to see requests per minute: grep "23/Jan/2013:06" example.com | cut -d -f2 | cut -d » -f1 | awk -F: '{print $2":"$3}' | sort -nk1 -nk2 | uniq -c | awk '{ if ($1 > 10) print $0}' Code breakdown:

    2021-03-26 Tags: , , , , , , by klotz
  7. 2020-12-16 Tags: , , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: tagged with "apache"

About - Propulsed by SemanticScuttle