<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>benelux</author_name>
  <author_url>https://blog.hatena.ne.jp/benelux/</author_url>
  <blog_title>rain －しとしと降る雨の夜に－</blog_title>
  <blog_url>https://benelux01.hatenablog.com/</blog_url>
  <categories>
    <anon>覚書</anon>
    <anon>Linux</anon>
    <anon>Apache</anon>
    <anon>小ネタ</anon>
  </categories>
  <description>apache ログ解析に便利なコマンドを教えてもらったのでメモしておく。 １時間ごとにアクセス数を見る ( cut -f2 -d: | sort | uniq -c ) access_log 500エラーが出ている時間を調べる ( awk '$9==500{print}' | cut -f2,3 -d: | sort | uniq -c ) access_log IPアドレスのアクセス回数上位５個を見る ( awk '{print $1}' | sort | uniq -c | sort --numeric-sort | tail -5 ) access_log IPアドレスをすべてアクセス順…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbenelux01.hatenablog.com%2Fentry%2F20120713%2F1342164619&quot; title=&quot;便利コマンドメモ - rain －しとしと降る雨の夜に－&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-07-13 16:30:19</published>
  <title>便利コマンドメモ</title>
  <type>rich</type>
  <url>https://benelux01.hatenablog.com/entry/20120713/1342164619</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
