Whamcloud - gitweb
LU-6142 lnet: SPDX for lnet/utils/
[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 # Cleanly print out info about lnet router buffers,
8 # network interfaces, and peers
9 #
10
11 echo "=== Router Buffers ======="
12 lctl get_param -n buffers 2> /dev/null
13 echo
14
15 echo "=== NIs ============================================"
16 lctl get_param -n nis 2> /dev/null
17 echo
18
19 echo "=== Peers ============================================================="
20 lctl get_param -n peers 2> /dev/null
21 echo