- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Why is the server bottleneck?
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
05-08-2002 01:50 AM
05-08-2002 01:50 AM
Why is the server bottleneck?
vmstat -t 1 -> c7t0d0 xfer/sec 277
iostat -t 1 -> c7t0d0 bps 18678
sar -du 1 99 -> c7t0d0 %busy 90-100%
top -> CPU load around 1-2
Why is the bottleneck?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 02:01 AM
05-08-2002 02:01 AM
Re: Why is the server bottleneck?
Just check the file system on c7t0d0.
Do you have any application related files on that specific disk/filesystem.ie.like oracle datafiles.
When your sar -d ouput is 90-100% over a longer period of time,examine the application that filesystem.Distribute your application files so that the I/O on that disk is reduced.
For example assume that there are datafiles and logfiles of Oracle in particular disk.When there is a large transaction going in the database the I/O load is higher.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 02:01 AM
05-08-2002 02:01 AM
Re: Why is the server bottleneck?
you can check what processes are being run on the disk
fuser -u /dev/dsk/c7t0d0
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 02:04 AM
05-08-2002 02:04 AM
Re: Why is the server bottleneck?
# glance -h
===> In the main glance window you'll see a selection of command menu.
===> Take a look at ..
g- process list
B- global waits
Y- global system call
===> To get back to the main glance window which display these command menu enter "?".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 02:06 AM
05-08-2002 02:06 AM
Re: Why is the server bottleneck?
You can use the glance "IO by disk" and then select your specific disk to see which filesystems are causing your bottleneck ...
Hope this helps,
Tom