NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Software Development Kit (SDK) and API Discussions

Determine vserver information from qtree performance data

mitchellcipriano
5,912 Views

We are getting the qtree instance data using the perf API (ONTAP 8.2). The qtree perf instance data returns back volume name, qtree name, node name and uuid but does not return back vserver information.

From below qtree I am unable to determine which vserver this qtree belongs to. I have individual qtree and volume information but as far as i know there can be same volume names with two vservers.

 

e.g

<results status='passed'>

        <instances>

            <instance-data>

                <counters>

                    <counter-data>

                        <name>cifs_ops</name>

                        <value>0</value>

                    </counter-data>

                    <counter-data>

                        <name>instance_name</name>

                        <value>vs01_vol1/qtree1</value>

                    </counter-data>

                    <counter-data>

                        <name>instance_uuid</name>

                        <value>cluster1-01:kernel:vs01_vol1/qtree1</value>

                    </counter-data>

                    <counter-data>

                        <name>internal_ops</name>

                        <value>0</value>

                    </counter-data>

                    <counter-data>

                        <name>nfs_ops</name>

                        <value>0</value>

                    </counter-data>

                    <counter-data>

                        <name>node_name</name>

                        <value>cluster1-01</value>

                    </counter-data>

                    <counter-data>

                        <name>node_uuid</name>

                        <value>f1eb8003-6f36-11e3-9a5d-dbc667b356d2</value>

                    </counter-data>

                    <counter-data>

                        <name>parent_vol</name>

                        <value>vs01_vol1</value>

                    </counter-data>

                    <counter-data>

                        <name>process_name</name>

                        <value/>

                    </counter-data>

                </counters>

                <name>vs01_vol1/qtree1</name>

                <uuid>cluster1-01:kernel:vs01_vol1/qtree1</uuid>

            </instance-data>

        </instances>

        <timestamp>1405965019</timestamp>

0 REPLIES 0
Public