- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to get tape drive performance stats
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2006 02:50 AM
10-14-2006 02:50 AM
How to get tape drive performance stats
OS: Linux 2.4.21-37.ELsmp
sar: sysstat version 5.0.5
Tape Drives: 4-LTO2s in MSL6060
I'm fairly new to Linux. I'm trying to get performance stats on the tape drives in the server (/dev/nst0 thru /dev/nst3). I've downloaded sar from RedHat's web-site and install it. I can't find any way in sar or some other utility to report on tape drive performance stats. Does anyone know how this can be done?
Thanks,
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2006 06:38 AM
10-14-2006 06:38 AM
Re: How to get tape drive performance stats
From the OS perspective he tape drive is really just another disk.
sar -d should be able to collect informaiton on it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2006 11:19 AM
10-14-2006 11:19 AM
Re: How to get tape drive performance stats
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2006 03:40 PM
10-14-2006 03:40 PM
Re: How to get tape drive performance stats
sar "Reports activity for each block device with the exception of tape drives."
To test performance, you should use the "time" command to identify the time that took to store a certain ammount of data. The time and dd command normally are used to test performance, for example:
time dd if=/dev/zero of=/dev/st0 bs=1024k
If you MSL6060 is fibre channel attached, you can check the sanswitch port statistics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2006 03:42 PM
10-14-2006 03:42 PM
Re: How to get tape drive performance stats
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?pnameOID=406731&locale=en_US&taskId=135&prodSeriesId=406729&prodTypeId=12169
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 01:13 AM
10-15-2006 01:13 AM
Re: How to get tape drive performance stats
Thanks for the info. The sar manpage that I have makes no mention of tapes not being supported so that's why I was trying.
We're using Legato Networker (7.2.2) and I want to monitor tape performace during backups to see if the tapes are running in streaming mode. The Legato nwadmin utility shows tape performance but I assume that it's using internal counters.
The MSL6060 is attached directly to the server via SCSI ports so I can't use SAN statistics.
It sounds like the LTT utility wouldn't meet my needs either.
I guess the thing to do is time how long the nightly backups take, figure out how much data was written to tape, and do the math to determine the approximate MBs/sec transfer rate.
Thanks again,
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 03:27 PM
11-07-2006 03:27 PM