アクセスログスクリプト
アクセスログ スクリプトは このページに添付 されています。スクリプトを使用するには、
- 7z ファイルを解凍します。
- 日単位のアクセス ログを
logs
という名前のフォルダにコピーします。 Atlassian-processDailyLog.rb
を実行します。この操作によって、summary.csv
という名前のcsv
ファイルと、定義された各ユーザー アクションのアクセス ログを含む複数のディレクトリが生成されます。- 適切なスクリプト
Atlassian-processDailyLog-hourly.rb <admin/comment/create/edit/search/rss>
を実行します。各スクリプトが個別のcsv
ファイルを生成します。たとえば、Atlassian-processDailyLog-hourly.rb admin
はステップ 3 で抽出された管理ログを処理します。 csv
ファイルをwww-log-Analysis.xls
に (summary.csv
を "raw stats - daily" シートに、admin.csv
を "admin -hours" シートに) インポートし、ロード プロファイルとグラフを生成します。ログの数によって、シートごとに行数の変更が必要となる場合があります。
注意
All scripts are written in Ruby and assume the log file name contains the string 'confluence.atlassian.com-access.log'. Scripts need to be changed if another name is used. Modify the line: filenameRegexp = Regexp.new('confluence.atlassian.com-access.log')
最終更新日: 2018 年 10 月 2 日
関連コンテンツ
- 関連コンテンツがありません
Powered by Confluence and Scroll Viewport.