Veritas-bu

[Veritas-bu] Advanced reporting?

2000-11-21 13:11:46
Subject: [Veritas-bu] Advanced reporting?
From: fx [François-Xavier Peretmere] fx AT Veritas DOT com
Date: Tue, 21 Nov 2000 19:11:46 +0100
> From: RYAN C. ANDERSON [mailto:RYAN_ANDERSON AT udlp DOT com]
> Sent: Sunday 12 November, 2000 19:46

> Has anyone found or made an automated way of reporting backup times &
> MB/second in a report via a shell/perl script or otherwise?  Without
> knowing much about Veritas Advanced Reporter, I would *assume* it
> provides this, but buying it isn't an option.

 quick & dirty for the backup troughput:

 bperror -all -hoursago $hsago | \
  grep "successfully wrote backup id" | \
  awk '{ print "["$1"] "$9"\t-> "$5" \t"$20" "$21"\t "$23" "$24 }'

 fx

#include <std_disclaimer.h>

--
     fx AT veritas DOT com       | The ten thousand things.
François-Xavier Peretmere | How long do any persist?
  http://www.veritas.com/ | Netscape, too, has gone.




<Prev in Thread] Current Thread [Next in Thread>