- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Monitor disk/item=que
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
11-28-2004 08:57 PM
11-28-2004 08:57 PM
Is this indicitave of any problem?
The users are complaining about performance slowdown during prime time, and we are wondering if this is any indication.
The main application is DSM.
Thanks,
Chaim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:09 PM
11-28-2004 09:09 PM
Solutionmost probably: YES.
It means that an IO request is placed in a queue before it is its turn to be satisfied.
And especially if this is "only" an IO to get relation info about where to find the record with the data requested (or even where to find info about where to find the data!), then the response times tend to detoriate exponentially.
fwiw,
Cheers.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:09 PM
11-28-2004 09:09 PM
Re: Monitor disk/item=que
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:11 PM
11-28-2004 09:11 PM
Re: Monitor disk/item=que
What can I do to try and diagnose this a little more sharply?
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:30 PM
11-28-2004 09:30 PM
Re: Monitor disk/item=que
Do you have PSDC or other tool to look at which files are particularly busy?
If not the information from
show mem/cach=(topq ,vol=diskname) may be
helpful.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:31 PM
11-28-2004 09:31 PM
Re: Monitor disk/item=que
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:39 PM
11-28-2004 09:39 PM
Re: Monitor disk/item=que
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:43 PM
11-28-2004 09:43 PM
Re: Monitor disk/item=que
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 01:51 AM
11-29-2004 01:51 AM
Re: Monitor disk/item=que
Like Ian replied, be sure to look at the full picture. For example, if the system is near 100% CPU during the prime time, then the IO queue is no significant problem (assuming no application components 'spins' waiting for IO :-).
What you call disks, are they simple disks (there's your problem :-), or virtual units on multi-disk stripe/raid/mirror. Very simplistically stated it would be ok to have a queue length of up to 1 per physical disk per unit. For a 5 member raid-5, it should be reasonable to have an average queue of 3 or so.
As always, Much depends on specific application usage.
For example the performance of single application which does read, little-processing, read, a little more process in a tight loop will be 99% defined by the disk, but will never have more than 1 io in the queue for just that task. Add an other activity on that disk and it will seem really slow.
On the other end of the spectrum, take a task like VMS backup, or perhaps this DSM flush. What if it spends some processing to determine several IOs to be done, issues all of those IOs and then waits for all of them to be done. There you would always see a queue, no matter how fast the disk, but it would not at all be a real problem. (Note: I am making up the DSM part, I have no understanding about its IO engine).
hope this helps some,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 07:52 PM
11-29-2004 07:52 PM
Re: Monitor disk/item=que
In case the disks are in a HSG80 take in mind that the controler can be overloaded if you send it to many IOs. That way you can hang one of the four ports. The only way to get that port back is to reboot that controler (top or bottom). Possible cause can be to high DIOlm of an account, for example the backup account. You can check if the HSG gets to many IOs with ana /sys :
$ ana /sys
sda> fc stdt /all
then check the QFseen. Any higher than 0 means that the HSG had to many IOs once...
Good luck with the performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 08:00 PM
11-29-2004 08:00 PM
Re: Monitor disk/item=que
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 09:17 PM
11-29-2004 09:17 PM
Re: Monitor disk/item=que
Chaim