<?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: How best to measure the time-spent-waiting-for-an-instance? in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112868#M9217</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System Logs or Event Timings&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2025 02:07:24 GMT</pubDate>
    <dc:creator>julieAnderson</dc:creator>
    <dc:date>2025-03-18T02:07:24Z</dc:date>
    <item>
      <title>How best to measure the time-spent-waiting-for-an-instance?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112401#M9214</link>
      <description>&lt;P&gt;I'm exploring using an instance pool. Can someone clarify for me which job event log tells me the time-spent-waiting-for-an-instance? I've found 2 candidates:&lt;/P&gt;&lt;P data-unlink="true"&gt;1. The delta between "waitingForCluster" and "started" on the "run events" log, accessible via "View Run Events" button on the Runs page (e.g.: `https://tecton-dev-shared-databricks.cloud.databricks.com/jobs/12345/runs/12345`):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mrstevegross_0-1741800626468.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15365i2659F9FC7E0A8C6B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mrstevegross_0-1741800626468.png" alt="mrstevegross_0-1741800626468.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;2. The delta between "CREATING" and "INIT_SCRIPTS_STARTED" on the "run events" tab on the Compute page (e.g.: `https://tecton-dev-shared-databricks.cloud.databricks.com/compute/clusters/12345/events?o=12345`:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mrstevegross_1-1741800790749.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15366iDDA4F003BF77F58E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mrstevegross_1-1741800790749.png" alt="mrstevegross_1-1741800790749.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Which delta should I use to assess time-spent-waiting-for-an-instance?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 17:33:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112401#M9214</guid>
      <dc:creator>mrstevegross</dc:creator>
      <dc:date>2025-03-12T17:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: How best to measure the time-spent-waiting-for-an-instance?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112859#M9215</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/142679"&gt;@mrstevegross&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I think you are reading the “View Run Events” log in reverse order.&lt;BR /&gt;I’m attaching an example where I compare the View Run&amp;nbsp;Events (Right) with the Run Events from the Compute Page (Left).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de pantalla 2025-03-17 a las 22.54.01.png" style="width: 801px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15468i1BE5148CAEA592C0/image-dimensions/801x111?v=v2" width="801" height="111" role="button" title="Captura de pantalla 2025-03-17 a las 22.54.01.png" alt="Captura de pantalla 2025-03-17 a las 22.54.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;As you can see, both logs contain the &lt;SPAN class=""&gt;&lt;STRONG&gt;same information&lt;/STRONG&gt;&lt;/SPAN&gt;, but in the correct order:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;CREATING → INIT_SCRIPTS_STARTED (20:44:54 → 20:46:58) ≈ 2 min&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;If your setup doesn’t include init scripts, the time should be slightly lower, as the cluster wouldn’t need to execute those steps.&lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Isi&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 22:00:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112859#M9215</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-03-17T22:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How best to measure the time-spent-waiting-for-an-instance?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112866#M9216</link>
      <description>&lt;P&gt;Awesome, we're always using init scripts. So we should measure the delta between "creating" and "init_scripts_started". Cool, I'll do that!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 00:55:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112866#M9216</guid>
      <dc:creator>mrstevegross</dc:creator>
      <dc:date>2025-03-18T00:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: How best to measure the time-spent-waiting-for-an-instance?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112868#M9217</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System Logs or Event Timings&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 02:07:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112868#M9217</guid>
      <dc:creator>julieAnderson</dc:creator>
      <dc:date>2025-03-18T02:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: How best to measure the time-spent-waiting-for-an-instance?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112902#M9218</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/142679"&gt;@mrstevegross&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great! Consider mark my answer as Solution to help future users.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Isi&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 07:50:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-best-to-measure-the-time-spent-waiting-for-an-instance/m-p/112902#M9218</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-03-18T07:50:22Z</dc:date>
    </item>
  </channel>
</rss>

