Generating Netbackup throughput data reports


If you support Netbackup at your site, I’m sure you’ve had to look into issues with slow clients and failed backups. The nbstatus script I mentioned in a previous post is useful for identifying connection problems, but it doesn’t help you understand how well your clients are performing. To help me understand how much data my clients are pushing, I wrote the nbthroughput shell script:

$ nbthroughput


Top 5 hosts by data written

Policy Schedule Storage Unit Bytes Bytes/s
-------------------- -------------------- --------------- ---------- -------
ZeusFileSystem Full-Quarterly med01-hcart3- 9199683296 39376
VMWareMBackups Full-Weekly med01-hcart3- 1756762304 84219
VMWareBackups Cumulative-Increment med01-hcart3- 1035153514 34155
VMWareBackups Cumulative-Increment med01-hcart3- 879121280 68009
ApolloFileSystem Full-Weekly med01-disk 771900576 19919

Fastest 5 clients (processed 10MB+)

Policy Schedule Storage Unit Bytes Bytes/s
-------------------- -------------------- --------------- ---------- -------
Oracle01FileSystem Differential-Increme med01-hcart3- 3609248 128365
App01FileSystem Differential-Increme med01-hcart3- 3569984 128250
Web01FileSystem Differential-Increme med01-hcart3- 3550592 126423
VMWareBackups Cumulative-Increment med01-disk 335576832 100559
ZeusFileSystem Default-Application- med01-disk 104857632 93847

Slowest 5 clients (processed 10MB+)

Policy Schedule Storage Unit Bytes Bytes/s
-------------------- -------------------- --------------- ---------- -------
W2k3-1FileSystem Differential-Increme med01-disk 1298912 333
W2k3-2FileSystem Differential-Increme med01-disk 1482752 2000
W2k3-3FileSystem Differential-Increme med01-disk 1095936 2083
W2k3-4FileSystem Differential-Increme med01-disk 4114880 2425
W2k3-5FileSystem Differential-Increme med01-disk 3496576 2483

The script will display the fastest clients, the slowest clients, and how much data your clients are pushing to your media servers. I find it useful, so I thought I would post it here for others to use.

This article was posted by Matty on 2009-12-12 10:04:00 -0400 -0400