<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:31:32 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[OPNFLWPLUG-90] Plugin internal stats - add more, make stats accessible through the config subsystem</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-90</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;From the backlog list: &lt;a href=&quot;https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Backlog&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Backlog&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27358">OPNFLWPLUG-90</key>
            <summary>Plugin internal stats - add more, make stats accessible through the config subsystem</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="vdemcak@cisco.com">Vaclav Demcak</assignee>
                                    <reporter username="abhijit2511">Abhijit Kumbhare</reporter>
                        <labels>
                    </labels>
                <created>Thu, 20 Mar 2014 00:43:13 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:06 +0000</updated>
                            <resolved>Tue, 8 Jul 2014 08:20:33 +0000</resolved>
                                                                    <component>General</component>
                        <due>Fri, 4 Jul 2014 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="55462" author="mirehak@cisco.com" created="Fri, 16 May 2014 17:28:58 +0000"  >&lt;p&gt;First proposal (without configSubsystem and JMX):&lt;/p&gt;

&lt;p&gt;Statistics on way switch -&amp;gt; controller:&lt;br/&gt;
= from switch queue stats: by pushing message to queueKeeper (ConnectionConductor)&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;after translating in queue:&lt;br/&gt;
  = IN+OUT counts for success (done)&lt;br/&gt;
  = IN counts for failure&lt;br/&gt;
= before publishing to MD-SAL stats&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Statistics in way controller -&amp;gt; switch:&lt;br/&gt;
= rpc invoked -&amp;gt; submit task to pool (enqueue): from MD-SAL queue stats&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;convert + submit to OFJava (ConnectionAdapter via MesssageDispatchService):&lt;/li&gt;
	&lt;li&gt;notification hook..&lt;br/&gt;
    = onSuccess stats&lt;br/&gt;
    = onFailure stats&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;There are 7 places to cover by stats (1 of them is already done).&lt;/p&gt;</comment>
                            <comment id="55463" author="mirehak@cisco.com" created="Fri, 16 May 2014 21:53:33 +0000"  >&lt;p&gt;Supported stats:&lt;/p&gt;

&lt;p&gt;/** message from switch, enqueued for processing */&lt;br/&gt;
FROM_SWITCH_ENQUEUED,&lt;br/&gt;
/** message from switch translated successfully - source */&lt;br/&gt;
FROM_SWITCH_TRANSLATE_IN_SUCCESS,&lt;br/&gt;
/** message from switch translated successfully - target */&lt;br/&gt;
FROM_SWITCH_TRANSLATE_OUT_SUCCESS,&lt;br/&gt;
/** message from switch where translation failed - source */&lt;br/&gt;
FROM_SWITCH_TRANSLATE_SRC_FAILURE,&lt;br/&gt;
/** message from switch finally published into MD-SAL */&lt;br/&gt;
FROM_SWITCH_PUBLISHED_SUCCESS,&lt;br/&gt;
/** message from switch - publishing into MD-SAL failed */&lt;br/&gt;
FROM_SWITCH_PUBLISHED_FAILURE,&lt;/p&gt;

&lt;p&gt;/** message from MD-SAL to switch via RPC enqueued */&lt;br/&gt;
TO_SWITCH_ENQUEUED_SUCCESS,&lt;br/&gt;
/** message from MD-SAL to switch via RPC NOT enqueued */&lt;br/&gt;
TO_SWITCH_ENQUEUED_FAILED,&lt;br/&gt;
/** message from MD-SAL to switch - sent to OFJava successfully */&lt;br/&gt;
TO_SWITCH_SUBMITTED_SUCCESS,&lt;br/&gt;
/** message from MD-SAL to switch - sent to OFJava but failed*/&lt;br/&gt;
TO_SWITCH_SUBMITTED_FAILURE&lt;/p&gt;</comment>
                            <comment id="55464" author="vdemcak@cisco.com" created="Fri, 4 Jul 2014 13:12:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/8666/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/8666/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="55465" author="mirehak@cisco.com" created="Fri, 4 Jul 2014 14:17:51 +0000"  >&lt;p&gt;merged&lt;/p&gt;

&lt;p&gt;please do not forget to solve TODOs (init method in OpenflowPluginProvider + create interface for this provider).&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="27357">OPNFLWPLUG-89</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>542</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=542]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02z07:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>