- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: iostat, can I see mounted filesystem instead o...
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
Discussions
Discussions
Discussions
Forums
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
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-26-2010 08:32 AM
тАО10-26-2010 08:32 AM
I want to see io by filesystem, not disk device.
Iostat on other unix versions allow this. HP/UX iostat does not seem to. Is there a work around or a different command to do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 09:13 AM
тАО10-26-2010 09:13 AM
Re: iostat, can I see mounted filesystem instead of disk device
What I am looking for specifically is megabytes read and megabytes written per filesystem , as well as per disk.
I did see number of reads or writes in glance, but that was not translated into megabytes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 09:37 AM
тАО10-26-2010 09:37 AM
Re: iostat, can I see mounted filesystem instead of disk device
Can you post your results
Can you give background on what you are trying to achieve?
A file system is mounted on a disk device.
You can probably figure out which disk is hot by looking at the vgdisplay -v information for the volume group you are monitoring.
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-26-2010 09:56 AM
тАО10-26-2010 09:56 AM
Re: iostat, can I see mounted filesystem instead of disk device
I was hoping to achieve an output that on one line listed the filesystem, percent busy the disk drives are, number of megabytes ( or equivalent ) read, number of megabytes ( or equivalent ) written.
I see however that I can piece it together from a number of commands, so that is good.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 10:02 AM
тАО10-26-2010 10:02 AM
Re: iostat, can I see mounted filesystem instead of disk device
Use glance, check the other option in glance
by which u can get the lvol wise load.
Regards
Vishnu Khandare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 10:21 AM
тАО10-26-2010 10:21 AM
Re: iostat, can I see mounted filesystem instead of disk device
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 10:26 AM
тАО10-26-2010 10:26 AM
Re: iostat, can I see mounted filesystem instead of disk device
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 03:47 PM
тАО10-26-2010 03:47 PM
Re: iostat, can I see mounted filesystem instead of disk device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 08:18 PM
тАО10-26-2010 08:18 PM
Re: iostat, can I see mounted filesystem instead of disk device
You can run glance -i to get IO BY File System Report.
You can also run glance in adviser mode like below.
#cat myadviser
print GBL_STATTIME
fs loop
{
print "DEV Name:", FS_DEVNAME, " FS Dir:", FS_DIRNAME, " Physical Read Rate:", FS_PHYS_READ_BYTE_RATE, " Physical Write Rate:", FS_PHYS_WRITE_BYTE_RATE, " Physical IO Rate:", FS_PHYS_IO_RATE
}
print " "
#glance -aos ./myadviser
HTH
Muru