To find out who is/are hogging disk resource

Ask a Question related to AIX, Design and Development.

  1. #1

    Default To find out who is/are hogging disk resource

    Hello All,

    Is there a way to see who is/are using/hogging all the disk resource in AIX?

    Thanks a million.
    Bob Bale
    Bob Bale Guest

  2. Similar Questions and Discussions

    1. Could not find font in the Resource dictionary - using Helvetica instead
      We are seeing this error on a PDF file that has been generated through ADS. If the fonts are all embedded, why would this error show up? Happens...
    2. How to find size (in bytes) of an image using the GD image resource?
      I would like to be able to determine the size (in bytes) of a file and re-adjust before output. Is this possible? Norm -- Avatar hosting at...
    3. unable to find adobe pdf resource files
      What program are you printing from? I would install the Adobe PostScript Drivers 1.6...
    4. find the free hard disk space
      EXEC master..xp_fixeddrives "Abraham" <binu_ca@yahoo.com> wrote in message news:eT1ZmpYRDHA.304@tk2msftngp13.phx.gbl...
    5. Format can't find disk
      I am trying to install a 147GB disk on an Ultra Enterprise 2 running Solaris 8. i can see the disk when I boot from the installation Cd but I...
  3. #2

    Default Re: To find out who is/are hogging disk resource


    If you mean "who is doing the most reads / writes to disk"

    then:



    there are a couple of ways you can do this, i would generally use nmon
    as a starting point to see what the i/o characteristics are for a
    process....



    start nmon, then use "t" to get top processes, then use "5" to sort the
    ouput by I/O Channel throughput...



    if you wanted to work out which disks are being hit, then iostat will
    tell you high level and filemon will give you low level information.



    If you mean, who is using all my disk space, then you can use many
    LVM commands like lsvg, lslv, lsfs, df, ls -l, du -sk etc.... to work
    it all out.



    There is a script kicking around this newsgroup that adds up all your
    disk space etc, but i can remember what its called..



    someone will no doubt be able to post the name of it or the thread that
    contains it..



    hope this helps

    Mark


    --
    Posted via [url]http://dbforums.com[/url]
    Mark Taylor Guest

  4. #3

    Default Re: To find out who is/are hogging disk resource


    "Bob Bale" <balebob@hotmail.com> wrote in message
    news:6385ed14.0309090621.688346cc@posting.google.c om...
    > Hello All,
    >
    > Is there a way to see who is/are using/hogging all the disk resource
    in AIX?
    >
    > Thanks a million.
    > Bob Bale
    If you mean disk space then enable filesystem quotas, run the repquota
    command and you'll get a nice list of how much disk space each user has.


    --
    RobH
    The future's dim, the future's mono.




    RobH Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139