<?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: P Sandosh</title>
    <description>The latest articles on Debug School by P Sandosh (@psandosh).</description>
    <link>https://www.debug.school/psandosh</link>
    <image>
      <url>https://www.debug.school/images/oTO4vRBd_4mvxXEqR7gA0Wv6GK3Jbu1X5Zl7_EMDpM4/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzM0NC85ZmMw/ZjM5MC1hY2Y3LTRk/YTUtODQ0Ny1mZjU1/NTQxZjhiZGUucG5n</url>
      <title>Debug School: P Sandosh</title>
      <link>https://www.debug.school/psandosh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/psandosh"/>
    <language>en</language>
    <item>
      <title>Datadog (Day-1) Assignment Answers</title>
      <dc:creator>P Sandosh</dc:creator>
      <pubDate>Tue, 17 Jan 2023 17:32:46 +0000</pubDate>
      <link>https://www.debug.school/psandosh/datadog-day-1-assignment-answers-41dk</link>
      <guid>https://www.debug.school/psandosh/datadog-day-1-assignment-answers-41dk</guid>
      <description>&lt;p&gt;&lt;strong&gt;Q1: What is Datadog Agent?&lt;/strong&gt;&lt;br&gt;
Datadog Agent is open-source software that monitors the host on which it runs. Acting as a DogStatsD server, Datadog Agent also aggregates metrics from other processes or containers on the host.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q2: What are list of methods to send data to Datadog?&lt;/strong&gt;&lt;br&gt;
The list of methods to send data to datadog is&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collector = Configuring the Datadog Agent for Application&lt;/li&gt;
&lt;li&gt;DogStatsD = Adding the Datadog Tracing Library to the code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Q3: Top 10 commands of Datadog Agent&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;systemctl start datadog-agent&lt;/li&gt;
&lt;li&gt;systemctl stop datadog-agent&lt;/li&gt;
&lt;li&gt;systemctl restart datadog-agent&lt;/li&gt;
&lt;li&gt;systemctl status datadog-agent&lt;/li&gt;
&lt;li&gt;datadog-agent configcheck&lt;/li&gt;
&lt;li&gt;datadog-agent config&lt;/li&gt;
&lt;li&gt;datadog-agent health&lt;/li&gt;
&lt;li&gt;datadog-agent hostname&lt;/li&gt;
&lt;li&gt;datadog-agent version&lt;/li&gt;
&lt;li&gt;sudo service datadog-agent start&lt;/li&gt;
&lt;li&gt;sudo service datadog-agent stop&lt;/li&gt;
&lt;li&gt;sudo service datadog-agent restart&lt;/li&gt;
&lt;li&gt;sudo service datadog-agent status&lt;/li&gt;
&lt;li&gt;sudo datadog-agent status&lt;/li&gt;
&lt;li&gt;sudo datadog-agent flare&lt;/li&gt;
&lt;li&gt;sudo datadog-agent --help&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Q4: Top 10 Techniques for troubleshooting Datadog Agent&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Container Hostname Detection&lt;/li&gt;
&lt;li&gt;Debug Mode&lt;/li&gt;
&lt;li&gt;Agent Flare&lt;/li&gt;
&lt;li&gt;Agent Check Status&lt;/li&gt;
&lt;li&gt;Network Time Protocol (NTP) Issues&lt;/li&gt;
&lt;li&gt;Permission Issues&lt;/li&gt;
&lt;li&gt;Integrations Issues&lt;/li&gt;
&lt;li&gt;Site Issues&lt;/li&gt;
&lt;li&gt;Autodiscovery Issues&lt;/li&gt;
&lt;li&gt;Windows Container Issues&lt;/li&gt;
&lt;li&gt;Agent Runtime Configuration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Q5: Top 10 Metrices of Linux Servers which you should care it?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Load average&lt;/li&gt;
&lt;li&gt;CPU utilization &lt;/li&gt;
&lt;li&gt;Memory utilization&lt;/li&gt;
&lt;li&gt;Memory break up &lt;/li&gt;
&lt;li&gt;Disk usage with capacity plan&lt;/li&gt;
&lt;li&gt;Recent events&lt;/li&gt;
&lt;li&gt;Top process by CPU and memory&lt;/li&gt;
&lt;li&gt;Network&lt;/li&gt;
&lt;li&gt;Syslogs&lt;/li&gt;
&lt;li&gt;Trouble history&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Q6: Write down the steps to enable any integration in datadog?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Check the version of the integration installed in your Agent with the show command.&lt;/li&gt;
&lt;li&gt;Review the changelog of the specific integration on the integrations-core repository to identify the version you want.&lt;/li&gt;
&lt;li&gt;Install the integration with the install command.&lt;/li&gt;
&lt;li&gt;Restart your Agent.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Q7: Top 10 Metrices of Windows Servers which you should care it?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Server Physical Status&lt;/li&gt;
&lt;li&gt;Processor and Memory Utilization&lt;/li&gt;
&lt;li&gt;Server Uptime&lt;/li&gt;
&lt;li&gt;Disk Activity and Page File Usage&lt;/li&gt;
&lt;li&gt;Process Activity&lt;/li&gt;
&lt;li&gt;Network Traffic and Transmission Control Protocol TCP Activity&lt;/li&gt;
&lt;li&gt;Time Synchronization&lt;/li&gt;
&lt;li&gt;OS Logs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Q8: Top 5 Metrices of Apache which you should not miss it?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Requests per second&lt;/li&gt;
&lt;li&gt;Bytes per second&lt;/li&gt;
&lt;li&gt;Bytes per request&lt;/li&gt;
&lt;li&gt;Uptime&lt;/li&gt;
&lt;li&gt;CPU Usage&lt;/li&gt;
&lt;li&gt;Memory Usage&lt;/li&gt;
&lt;li&gt;Network Bandwidth&lt;/li&gt;
&lt;li&gt;Disk usage&lt;/li&gt;
&lt;li&gt;Load&lt;/li&gt;
&lt;/ul&gt;

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