Whamcloud - gitweb
LU-16850 socklnd: remove ksnr_myiface from ksock_conn_cb
[fs/lustre-release.git] / lnet / utils / lbstats
1 #!/bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3
4 #
5 # This file is part of Lustre, http://www.lustre.org/
6 #
7 # lnet/utils/lbstats
8 #
9 # Cleanly print out info about lnet router buffers,
10 # network interfaces, and peers
11 #
12
13 echo "=== Router Buffers ======="
14 lctl get_param -n buffers 2> /dev/null
15 echo
16
17 echo "=== NIs ============================================"
18 lctl get_param -n nis 2> /dev/null
19 echo
20
21 echo "=== Peers ============================================================="
22 lctl get_param -n peers 2> /dev/null
23 echo