I’m not a tape expert at all, but is there a reason you cannot use ‘dd’
for this like you would for any other device/test? Assuming your tape
device is /dev/st0 (warning, will possibly wipe your tape):
The command above should write out 1 GiB of data to /dev/st0, and i added
on ‘conv=fsync’ in case there is a flush component to the tape device like
there is for other disk drives.
‘dd’ will give you stats information when it exits by default. Adjust the
1024 number (of MiBs) to do more or less at a time.
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
thanks, this would help me measure what I can get at maximum, but what I need is assess the actual throughput during the nightly backups, depending on many factors (as lots of physical and virtual hosts are backed up together).