AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
Expand all | Collapse all

I/O statistics Information

  • 1.  I/O statistics Information

    Posted 08/19/09 02:24 PM

    Originally posted by: SystemAdmin


    Hello everyone.
    I wanted to see the I/O statistics of a particular HardDisk(Logical I/O disk) connected to SAN. what comand should i use to see the details. I am using AIX default PCM.
    #AIX-Forum


  • 2.  Re: I/O statistics Information

    Posted 08/19/09 04:30 PM

    Originally posted by: SystemAdmin


    #iostat | grep hdiskx
    #AIX-Forum


  • 3.  Re: I/O statistics Information

    Posted 08/20/09 10:20 AM

    Originally posted by: SystemAdmin


    Thanks for ur reply. I tried executing the command
    #iostat | grep hdiskx
    It gave me am empty output.What coulde be the possible reason?
    • Elwinn

    #AIX-Forum


  • 4.  Re: I/O statistics Information

    Posted 08/20/09 10:41 AM

    Originally posted by: tony.evans


    I think the suggestion was to use hdiskx where x is the number of the disk you're interested in, like hdisk1 or hdisk2.
    #AIX-Forum


  • 5.  Re: I/O statistics Information

    Posted 08/20/09 10:48 AM

    Originally posted by: SystemAdmin


    Yes i replaced the X with my HardDisk in my case "hdisk3". Still i got the same response. What could be the problem? I am using default AIX-PCM and Hitachi-Open-v subsytem.
    #AIX-Forum


  • 6.  Re: I/O statistics Information

    Posted 08/20/09 10:53 AM

    Originally posted by: tony.evans


    what do you get from iostat on it's own, can you paste the output.
    #AIX-Forum


  • 7.  Re: I/O statistics Information

    Posted 08/20/09 11:08 AM

    Originally posted by: SystemAdmin


    This is the output of command execution

    bash-2.05b# iostat | grep hdisk2
    bash-2.05b#

    bash-2.05b# iostat

    System configuration: lcpu=1 drives=8 paths=6 vdisks=0

    tty: tin tout avg-cpu: % user % sys % idle % iowait
    0.2 1.8 0.3 0.4 99.3 0.0
    " Disk history since boot not available. "
    #AIX-Forum


  • 8.  Re: I/O statistics Information

    Posted 08/20/09 11:16 AM

    Originally posted by: shargus


    You may need to turn on iostat disk i/o history.

    chdev -l sys0 -a iostat=true

    Don't know off the top of my head if this requires a reboot...
    #AIX-Forum


  • 9.  Re: I/O statistics Information

    Posted 08/20/09 11:32 AM

    Originally posted by: SystemAdmin


    Thnks shargus for your reply. I will try it out.
    #AIX-Forum


  • 10.  Re: I/O statistics Information

    Posted 08/21/09 04:40 AM

    Originally posted by: SystemAdmin


    I tried executing iostat command,after issuing the chdev command. It do not need a restart. Thank you.

    --Elwinn
    #AIX-Forum


  • 11.  Re: I/O statistics Information

    Posted 08/21/09 04:54 AM

    Originally posted by: SystemAdmin


    Is there a way to find out the iostat information of each path that is connected to HardDisk(I/O disk)?
    #AIX-Forum


  • 12.  Re: I/O statistics Information

    Posted 08/21/09 12:18 PM

    Originally posted by: jvk


    iostat -m 3

    # man iostat
    ...
    -m
    Specifies the statistics for paths

    man pages:
    http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds3/iostat.htm
    #AIX-Forum


  • 13.  Re: I/O statistics Information

    Posted 09/07/09 02:30 PM

    Originally posted by: SystemAdmin


    Thanks jkv. I will try executing the command.
    #AIX-Forum