<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Performanceengineering on Akshay Deshpande</title>
    <link>https://akshayd-dev.pages.dev/tags/performanceengineering/</link>
    <description>Recent content in Performanceengineering on Akshay Deshpande</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 26 Apr 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://akshayd-dev.pages.dev/tags/performanceengineering/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>[Performance] : Flame Graphs</title>
      <link>https://akshayd-dev.pages.dev/posts/performance-flame-graphs/</link>
      <pubDate>Sun, 26 Apr 2020 00:00:00 +0000</pubDate>
      <guid>https://akshayd-dev.pages.dev/posts/performance-flame-graphs/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;https://performanceengineeringin.wordpress.com/2020/03/15/performance-profiling-with-linux-perf-command-line-tool/&#34;&gt;previous article&lt;/a&gt; we explored the basic capabilities of linux Perf_tool.&lt;br&gt;
In this write-up I am trying to extend these capabilities and show how to generate and read &lt;strong&gt;&lt;em&gt;Flame Graphs&lt;/em&gt;&lt;/strong&gt; for analyzing the profiles generated with Perf_tool.&lt;/p&gt;
&lt;h2 id=&#34;how-to-generate-flame-graphs-&#34;&gt;How to generate Flame Graphs ?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;To start with, we will need perf_tools linux profiler to capture the profile first. Follow the steps under &amp;ldquo;&lt;em&gt;How to setup perf tool?&lt;/em&gt;&amp;rdquo; in the &lt;a href=&#34;https://performanceengineeringin.wordpress.com/2020/03/15/performance-profiling-with-linux-perf-command-line-tool/&#34;&gt;previous article&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Now if you collect a profile of the CPU using &lt;em&gt;perf_tool&lt;/em&gt; setup in the above step, there is a possibility that you might see a lot of &lt;em&gt;symbol link values&lt;/em&gt; in the place of Function names.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://akshayd-dev.pages.dev/posts/performance-flame-graphs/images/image.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Performance Debugging] : Root causing &#34;Too many open files&#34; issue</title>
      <link>https://akshayd-dev.pages.dev/posts/performance-debugging-root-causing-too-many-open-files-issue/</link>
      <pubDate>Fri, 28 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://akshayd-dev.pages.dev/posts/performance-debugging-root-causing-too-many-open-files-issue/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Operating system&lt;/strong&gt; : Linux&lt;/p&gt;
&lt;p&gt;This is a very straight forward write-up on how to root cause &amp;ldquo;Too many open files&amp;rdquo; error seen during high load Performance Testing.&lt;/p&gt;
&lt;p&gt;This article talks about:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The ulimit parameter &amp;ldquo;open files&amp;rdquo;,&lt;/li&gt;
&lt;li&gt;Soft and Hard ulimits&lt;/li&gt;
&lt;li&gt;What happens when the process overflows the upper limit&lt;/li&gt;
&lt;li&gt;How to root cause the source of file reference leak.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h4 id=&#34;scenario-&#34;&gt;Scenario :&lt;/h4&gt;
&lt;p&gt;During a load test, as the load increased, I was seeing failures in transaction with error &amp;ldquo;Too many open files&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Weekly Bullet #2 - Summary for the week</title>
      <link>https://akshayd-dev.pages.dev/posts/weekly-bullet-2-summary-for-the-week/</link>
      <pubDate>Thu, 28 Mar 2019 00:00:00 +0000</pubDate>
      <guid>https://akshayd-dev.pages.dev/posts/weekly-bullet-2-summary-for-the-week/</guid>
      <description>&lt;p&gt;Hi All !&lt;/p&gt;
&lt;p&gt;Here is the weekly summary of Technical / Non-Technical topics that I found very resourceful.&lt;/p&gt;
&lt;h2 id=&#34;technical-&#34;&gt;Technical :&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Programming notes on &lt;em&gt;almost every language&lt;/em&gt;. I have learnt half of the Python I know from here. &amp;ldquo;&lt;a href=&#34;https://goalkicker.com/&#34;&gt;Programming Notes for Professionals books&lt;/a&gt;&amp;rdquo;&lt;/li&gt;
&lt;li&gt;The reason I love Linux is, there are tools available for peeking in to the &lt;em&gt;&lt;strong&gt;performance&lt;/strong&gt;&lt;/em&gt; of every component. Below cheat sheet lists the set of commands to look in to different components.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://akshayd-dev.pages.dev/posts/weekly-bullet-2-summary-for-the-week/images/linuxtools.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Weekly Bullet #1 - Summary for the week</title>
      <link>https://akshayd-dev.pages.dev/posts/weekly-bullet-1-summary-for-the-week/</link>
      <pubDate>Mon, 25 Mar 2019 00:00:00 +0000</pubDate>
      <guid>https://akshayd-dev.pages.dev/posts/weekly-bullet-1-summary-for-the-week/</guid>
      <description>&lt;p&gt;Hi All !&lt;/p&gt;
&lt;p&gt;This is an idea that I have been planning to try for quite sometime now. A summary of what happened over the week. A weekly bullet would come out every Saturday and it would cover:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What interesting stuff happened in Tech or Non-Tech world over the week &amp;ndash;(Not NEWS)&lt;/li&gt;
&lt;li&gt;Extracts from the books that I am reading (somethings which have hit me hard)&lt;/li&gt;
&lt;li&gt;Resources Tech/Non-Tech that I might have come across.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So here is the First of something New.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
