- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Monitoring tools for throughput
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
06-07-2003 05:19 PM
06-07-2003 05:19 PM
Are there any tools that can be utilized to check that the throughput through scsi-mux and fibre channel are running at there optimum on a backup server?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2003 05:28 PM
06-07-2003 05:28 PM
Re: Monitoring tools for throughput
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2003 06:35 PM
06-07-2003 06:35 PM
Re: Monitoring tools for throughput
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2003 09:07 PM
06-07-2003 09:07 PM
Solution1) Glance. You can use it 60 days without paying for it, it lets you drill down into processes.
2) sar. Most of the real performance nuts use sar to measure system performance.
I'm not home now, but if you run a search if itrc forums for my name and performance you'll see a great attachment that includes a series of sar performance measurement scripts.
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
06-07-2003 11:08 PM
06-07-2003 11:08 PM
Re: Monitoring tools for throughput
100mb of data and see how much time it takes.Can use "timex tar cf /remote_file_name /local_file_name".
As to scsi-mux,well it's connected to a fibre channel which is 1gbit/s (or 2gbit/s) but the
scsi is Fast Wide Differential most probably (or LVD) and wont' give you more than 40Mb/s-80Mb/s.And to remember that fastest backup drive is Ultrium LTO that gives you...~15 Mb/s?
So when it's related to tape drive performances I wouldnt count on scsi bus potential.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 10:17 AM
06-08-2003 10:17 AM
Re: Monitoring tools for throughput
will utilize the script this evening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 11:16 AM
06-08-2003 11:16 AM
Re: Monitoring tools for throughput
Very first thing to do is see what speed/duplex the NIC is running as well as the switch - run:
lanadmin -x X
where X=PPA# - if it's lan 0 then X=0
If you see 100 HD (half duplex) AND the switch is at FD (full deplex) that alone can kill you in high volume traffic - read backups. Lock the card in with the proper file in /etc/rc.config.d/xxxxxconf - the name of the file will be determined by the actual card type. Post the card type & we'll tell you the proper filename.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 05:00 PM
06-08-2003 05:00 PM
Re: Monitoring tools for throughput
card is set @ 1gb (fd) and so is the switch - the problem has rectified some how where the backups this evening are running 5 times faster than last night and may be due to too much network traffic on the NIC.
Thanks.