Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

API to retrieve size of IFS objects?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • API to retrieve size of IFS objects?

    How about using some of the QSheel functions. This may not be a good solution since you are software house.

  • #2
    API to retrieve size of IFS objects?

    Take a look at readdir here: http://www.code400.com/viewsamples.php?lang_id=18 And you could combine that with the 'stat' API to get file stats. Chris

    Comment


    • #3
      API to retrieve size of IFS objects?

      I would like to better monitor the DASD consumption of our IFS directories. It would be very helpful to have the following: 1) A listing of the directories and the size of each directory 2) A comparison of the percentage of growth/shrink of each directory from the last time. I have no problem building some code that can make this information "look pretty", but I'm not quite sure how to gain access to the information I need to feed the reports! Are there any IFS API's that are focused on returning the name, location and size of IFS objects? Thanks! Joe.

      Comment


      • #4
        API to retrieve size of IFS objects?

        Have a look at this Knowledge Base doc: http://www-912.ibm.com/s_dir/slkbase...3?OpenDocument Nancy

        Comment

        Working...
        X