NetWorker Activity Reporter and NetWorker I/O Statistics(NAR and NSRIO)

by David Stes (email: stes@pandora.be)

The following packages are distributed under the terms of the GNU General Public License, so that if you would distribute a work based upon "nar" or "nsrio" scripts, the derived work would still be covered by the GNU General Public License.

NetWorker Activity Reporter

The NAR (NetWorker Activity Reporter) tool provides reports on Legato NetWorker activity. For example, the command:
nar -s mybackupserver -r group -c smeagol -o report.txt
provides a performance report (average backup speed) for the NetWorker client "smeagol", displaying the various groups that the client smeagol belongs to. If you add the following to your crontab file:
1 12 * * * /usr/bin/nar -o /var/nar/\%d -rgroup -n0 >/dev/null 2>&1
then NAR will build a directory with reports on your NetWorker server.

The NSRIO utility works a bit like IOSTAT, and reports samples of NetWorker device statistics. For example, the command :

nsrio -d /dev/nst0 -i 2
shows the rate (in megabyte per seconds) and the current number of sessions on the device /dev/nst0, and prints samples of these values every two seconds.

Download

The current version of NAR is : nar-1.0.0.tgz.

The current version of NSRIO is : nsrio-0.0.5.tgz.

The current version of MMSUM is : mmsum-0.0.4.tgz.

Here are some precompiled binaries of NAR and NSRIO :

On Windows, please set the time and date format in the "Control panel" to the following format: time HH:mm:ss and date MM/dd/yy. You can set these settings in the "Regional and Language Options".

More NetWorker stuff

See my home page,http://users.pandora.be/stes, for the lastest information. Here's a version of the rpcinfo executable from the glibc distribution, compiled with PMAPPORT 7938 : nwrpcinfo for Linux. See my paper on Linux firewalls for NetWorker for more info.

Contact Information

If you'd like to help or have any questions, feel free to contact stes@pandora.be.