Ask a Question related to AIX, Design and Development.

  1. #1

    Default KDB and filemon.

    Hi,
    We have a system with a high utilization of one of the disks.
    We ran filemon and was able to generate some information about
    files that have been used on the disk. It has been
    run after an application has been started, so not all of the files
    have filesystem:inodes associated with them.

    I know in kdb, you can look at a process and see what file descriptors
    are open, but in the filemon output, there is a reference to
    file descriptors for process 0. I looked, there are no file descriptors
    associated with that process slot. anyone have an idea where those
    descriptors are stored? Or is filemon broken?


    Thanks,

    Casey.

    From filemon output:

    Most Active Files
    ------------------------------------------------------------------------
    #MBs #opns #rds #wrs file volume:inode
    ------------------------------------------------------------------------
    143.3 0 5089 5 pid=0_fd=16484
    45.4 0 3737 1803 pid=0_fd=29930


    from kdb at bottom of output for (0)>> proc 0

    File descriptor table at..2FF3CEE0:
    Rest of File Descriptor Table empty or paged out.

    64-bit process context [2FF7D000]: unused
    (0)>
    Casey J Brotherton Guest

  2. #2

    Default Re: KDB and filemon.

    [email]MerlinAPD@excite.com[/email] (Casey J Brotherton) wrote in message news:<33690f9f.0309101400.6b903cbf@posting.google. com>...
    > Hi,
    > We have a system with a high utilization of one of the disks.
    > We ran filemon and was able to generate some information about
    > files that have been used on the disk. It has been
    > run after an application has been started, so not all of the files
    > have filesystem:inodes associated with them.
    >
    > I know in kdb, you can look at a process and see what file descriptors
    > are open, but in the filemon output, there is a reference to
    > file descriptors for process 0. I looked, there are no file descriptors
    > associated with that process slot. anyone have an idea where those
    > descriptors are stored? Or is filemon broken?
    >
    >
    > Thanks,
    >
    > Casey.
    >
    > From filemon output:
    >
    > Most Active Files
    > ------------------------------------------------------------------------
    > #MBs #opns #rds #wrs file volume:inode
    > ------------------------------------------------------------------------
    > 143.3 0 5089 5 pid=0_fd=16484
    > 45.4 0 3737 1803 pid=0_fd=29930
    >
    >
    > from kdb at bottom of output for (0)>> proc 0
    >
    > File descriptor table at..2FF3CEE0:
    > Rest of File Descriptor Table empty or paged out.
    >
    > 64-bit process context [2FF7D000]: unused
    > (0)>

    Important missing information....>lslpp -l bos.perf.tools
    Fileset Level State Description
    ----------------------------------------------------------------------------
    Path: /usr/lib/objrepos
    bos.perf.tools 5.1.0.35 COMMITTED Base Performance Tools


    and oslevel -r
    5100-03

    Thanks,
    Casey.
    Casey J Brotherton 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