<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Time format for identifying processing rate in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Time-format-for-identifying-processing-rate/m-p/278758#M53350</link>
    <description>&lt;P&gt;See if this is similar to your problem.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/128981/converting-duration-field-value-to-seconds.html"&gt;https://answers.splunk.com/answers/128981/converting-duration-field-value-to-seconds.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2015 16:38:44 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-10-13T16:38:44Z</dc:date>
    <item>
      <title>Time format for identifying processing rate</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-format-for-identifying-processing-rate/m-p/278757#M53349</link>
      <description>&lt;P&gt;I am trying to get some details from my event text which has the record count and also the processing time. I want to find the processing rate.I.e records/processing time. I could find that the processing time&lt;BR /&gt;
Is like 1.2s where s is seconds. Sometimes its like 567ms where ms is milliseconds or 1h2m.0030s where h m and s are hours minutes and second respectively.&lt;/P&gt;

&lt;P&gt;Is there any function which can help me to convert it all into either ms&lt;BR /&gt;
or seconds. Or could could you please suggest how I could change it into a unified format like seconds ?&lt;/P&gt;

&lt;P&gt;As I am stuck with critical deliverable need your inputs as soon as possible &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 01:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-format-for-identifying-processing-rate/m-p/278757#M53349</guid>
      <dc:creator>msbhatmam</dc:creator>
      <dc:date>2015-10-13T01:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Time format for identifying processing rate</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-format-for-identifying-processing-rate/m-p/278758#M53350</link>
      <description>&lt;P&gt;See if this is similar to your problem.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/128981/converting-duration-field-value-to-seconds.html"&gt;https://answers.splunk.com/answers/128981/converting-duration-field-value-to-seconds.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 16:38:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-format-for-identifying-processing-rate/m-p/278758#M53350</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-10-13T16:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Time format for identifying processing rate</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-format-for-identifying-processing-rate/m-p/278759#M53351</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ... | eval durationSeconds =coalesce(strptime(fieldname, "%Hh%Mm%S.%Ns"), strptime(fieldname, "%Nms"))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You may need to add more pieces to the &lt;CODE&gt;coalesce&lt;/CODE&gt; to accommodate other alternate formats.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 17:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-format-for-identifying-processing-rate/m-p/278759#M53351</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-10-13T17:55:42Z</dc:date>
    </item>
  </channel>
</rss>

