<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Ankit Chauhan</title>
    <description>The latest articles on Debug School by Ankit Chauhan (@ankitchauhan7788).</description>
    <link>https://www.debug.school/ankitchauhan7788</link>
    <image>
      <url>https://www.debug.school/images/cB9GXhbRX8YRzyxscvpNnb0DtS4Y4I-7k1lIVc-MbBs/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzEyMC8zMzVl/ZTQzOS00MjBlLTQ1/MzgtYjMzYy1mNWUx/NGQwYzAzOTUucG5n</url>
      <title>Debug School: Ankit Chauhan</title>
      <link>https://www.debug.school/ankitchauhan7788</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/ankitchauhan7788"/>
    <language>en</language>
    <item>
      <title>Datadog - Agents &amp; Integrations - Day 1</title>
      <dc:creator>Ankit Chauhan</dc:creator>
      <pubDate>Mon, 26 Sep 2022 12:05:00 +0000</pubDate>
      <link>https://www.debug.school/ankitchauhan7788/datadog-agent-integrations-day-1-2pbk</link>
      <guid>https://www.debug.school/ankitchauhan7788/datadog-agent-integrations-day-1-2pbk</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Top 7 commands of Datadog agent and its use cases?&lt;/li&gt;
&lt;li&gt;datadog-agent configcheck - Print all configurations loaded &amp;amp; resolved of a running agent&lt;/li&gt;
&lt;li&gt;datadog-agent config - Print the runtime configuration of a running agent&lt;/li&gt;
&lt;li&gt;datadog-agent health - Print the current agent health&lt;/li&gt;
&lt;li&gt;datadog-agent hostname - Print the hostname used by the Agent&lt;/li&gt;
&lt;li&gt;datadog-agent version - Print the version info&lt;/li&gt;
&lt;li&gt;datadog-agent diagnose - Check availability of cloud provider and container metadata endpoints&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent help - Help about any command&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write down the steps to enable any integration in Datadog?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Install Datadog Agent on the respective OS (Linux/CentOS/Windows)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Install the middleware for which integration is needed Like - Apache/Sql/IIS.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Go to Datadog console -&amp;gt; Integrations -&amp;gt; Search for required Integrations.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Perform and Install the precheck required for that particular Integration to capture the required Metrix. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enable Datadog Integration configuration to start collecting your required Metrix.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on "Install Integration".&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Verify the Metrix for the required Integrations on Datadog console. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 10 Metrices of Linux Servers which you should care it?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.cpu.iowait&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.disk.free&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.disk.total&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.fs.file_handles.in_use&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.cpu.idle&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.io.util&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.load.1&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.mem.cached&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.mem.free&lt;br&gt;
10.system.net.bytes_rcvd&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 10 Metrices of Windows Servers which you should care it?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.cpu.guest&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.cpu.idle&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.disk.free&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.disk.used&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.io.avg_q_sz&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.mem.cached&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.mem.paged&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.mem.used&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.net.bytes_rcvd&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.net.bytes_sent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 5 Metrices of Apache which you should not miss it?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;apache.performance.cpu_load&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;apache.net.bytes_per_s&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;apache.net.hits&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;apache.net.request_per_s&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;apache.performance.uptime&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Observability - Superset of Monitoring.</title>
      <dc:creator>Ankit Chauhan</dc:creator>
      <pubDate>Mon, 26 Sep 2022 05:19:44 +0000</pubDate>
      <link>https://www.debug.school/ankitchauhan7788/observability-superset-of-monitoring-f4k</link>
      <guid>https://www.debug.school/ankitchauhan7788/observability-superset-of-monitoring-f4k</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What is observability?&lt;br&gt;
Ans - Observability is a superset of monitoring. It not only provide high-level monitoring but also the depth analysis and debugging, To predict future. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to practice observability?&lt;br&gt;
Ans - Its a proactive approach , So by collecting deeper data and system insight. we can explore system issues and avoid reoccurrences. It works perfect with Complex dynamic environments. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are the datatypes we need to collection to setup observability?&lt;br&gt;
Ans - MELT - Metrics , Event , Logs, Traces &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
