Whamcloud - gitweb
LU-9083: Add scripts to collect and analyze Lustre RPC traces 95/25395/7
authorCongXu <cong.xu@intel.com>
Fri, 10 Feb 2017 22:36:33 +0000 (14:36 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 23 Apr 2017 03:11:15 +0000 (03:11 +0000)
commiteac0b9c27f79d0b4d52a282e9613e9e7fd6cff21
treea87057ea91a7a182e642f271867f5a64708ca56b
parentd1535dc90b01770e56a0c79c7bb1e7c9cd8f1c6a
LU-9083: Add scripts to collect and analyze Lustre RPC traces

A set of scripts to collect and analyze RPC traces in a Lustre file system.
These scripts turn the Lustre debug-daemon on and off, before and after
launching a job respectively. They also allow users to parse and visualize
the logged RPC traces.

Test-Parameters: trivial
Change-Id: I6ee598ff6e49b2a7406354172b10bd295e801cb0
Signed-off-by: CongXu <cong.xu@intel.com>
Reviewed-on: https://review.whamcloud.com/25395
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Omkar Kulkarni <omkar.kulkarni@intel.com>
contrib/scripts/lioprof/README [new file with mode: 0644]
contrib/scripts/lioprof/launcher.sh [new file with mode: 0755]
contrib/scripts/lioprof/parser.sh [new file with mode: 0755]