Getting througuhput for savesets

bentman78

ADSM.ORG Member
Joined
Sep 12, 2005
Messages
30
Reaction score
0
Points
0
Website
Visit site
I'm trying to run the mminfo command to get the throughput information on a group os servers for about a one month period. I'm running the following command:
/opt/networker/bin/mminfo -r 'name,ssid,totalsize,ssinsert(30),savetime(30),sscreate(30),nsavetime,attrs' -q "savetime>i${BEGINDATE},savetime<${ENDATE},clie
nt=${SERVER_NAME}" > ${SERVER_NAME}.txt and it puts it out in a text file with the following format:
name ssid total ss inserted date time ss created save time attributes
/ 1357988099 176304 04/24/09 00:33:07 04/24/09 00:32:31 04/24/09 00:33:07 1240547551 *ss clone retention: 1240547576: 1240547594: 2676404; group:HP_Dev_Test

I know I can get the throughput by dividing the duration be the total bytes. But I see no where in the command where the duration is in play. Now I do see under the nsavetime/attrs flags extend the nsavetime with what appears to the the start and finish times for times in seconds since 00:00 Jan 1 1970 (epoch), but there is three numbers there. Does anyone perhaps know another way to get the duration time of the backups? Any help is appreciated.
 
Back
Top