HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IO stats in glance
Operating System - HP-UX
1827260
Members
2119
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
03-08-2004 08:32 AM
03-08-2004 08:32 AM
What is the difference between Physical IO and Logical IO reported in glance?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 08:35 AM
03-08-2004 08:35 AM
Re: IO stats in glance
Hi Jason,
Physical involves a read/writes all the way from/to the disk.
Logical reads/writes come out of the buffer cache.
Rgds,
Jeff
Physical involves a read/writes all the way from/to the disk.
Logical reads/writes come out of the buffer cache.
Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 08:37 AM
03-08-2004 08:37 AM
Re: IO stats in glance
Hi,
Physical IO -
To/From buffer cache from/to Disk if buffer cache is used
To/From application from/to Disk if buffer cache is not used
Logical IO
To/From Application from/to buffer cache.
-Sri
Physical IO -
To/From buffer cache from/to Disk if buffer cache is used
To/From application from/to Disk if buffer cache is not used
Logical IO
To/From Application from/to buffer cache.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 08:37 AM
03-08-2004 08:37 AM
Solution
Physical IO's are actual, honest-to-God go to the disk IO operations whereas Logical IO's access the buffer cache.
Consider the read of blocks 1-5 of myfile. The first time myfile is accessed a physical read must be done; the data is copied to the UNIX buffer cache; and the process is supplied with the data. Subsequent reads of those same blocks need only read (logical) from the buffer cache. Writes are handled in a similar manner (logical to cache) and then written to disk (physical) when system load permits or when the buffer cache must be flushed.
Consider the read of blocks 1-5 of myfile. The first time myfile is accessed a physical read must be done; the data is copied to the UNIX buffer cache; and the process is supplied with the data. Subsequent reads of those same blocks need only read (logical) from the buffer cache. Writes are handled in a similar manner (logical to cache) and then written to disk (physical) when system load permits or when the buffer cache must be flushed.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP