Veritas-bu

[Veritas-bu] Report Number of bytes backed up

2002-09-17 16:31:29
Subject: [Veritas-bu] Report Number of bytes backed up
From: EFernandes AT talisman-energy DOT com (Fernandes, Eustace)
Date: Tue, 17 Sep 2002 14:31:29 -0600
Trying to get amount backed up in the last 24 hours
The following 2 reports produce different results 

1. bpimagelist -U -hoursago 24 |awk 'NR >2 {sum=sum+$5} END {print sum}'  
2. bperror -all -hoursago 24 |grep Kbytes | awk 'sum=sum+$20} END {print
sum}'
There seems to be a significant difference between the 2 reports,  bperror
is always the larger of the 2 
what is the difference between the 2 reports? 
I have tried to grep for "successfully wrote backup id" in bperror, but
there is still a large difference
 Eustace Fernandes
Technical Support
 <mailto:efernandes AT talisman-energy DOT com>
voice (403) 237-1534




<Prev in Thread] Current Thread [Next in Thread>
  • [Veritas-bu] Report Number of bytes backed up, Fernandes, Eustace <=