<?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: Kapil Chugh</title>
    <description>The latest articles on Debug School by Kapil Chugh (@kapilchugh).</description>
    <link>https://www.debug.school/kapilchugh</link>
    <image>
      <url>https://www.debug.school/images/jVH2e4nYmAuPwqL5YbmL5EYX9MRjJRlQnW7jsxah4oM/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzM0Ni9lNDIz/Yjc2ZS1mOTE0LTQ3/NDQtOWZlNi1hODU5/OGY5ZGJjNjUucG5n</url>
      <title>Debug School: Kapil Chugh</title>
      <link>https://www.debug.school/kapilchugh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/kapilchugh"/>
    <language>en</language>
    <item>
      <title>Datadog Assignment - Day -1</title>
      <dc:creator>Kapil Chugh</dc:creator>
      <pubDate>Wed, 18 Jan 2023 04:35:18 +0000</pubDate>
      <link>https://www.debug.school/kapilchugh/datadog-assignment-day-1-2aio</link>
      <guid>https://www.debug.school/kapilchugh/datadog-assignment-day-1-2aio</guid>
      <description>&lt;p&gt;Ans 1 :- 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;br&gt;
It basically collects events and metrics from hosts and sends them to Datadog, where you can analyze your monitoring and performance data.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;We can Integrate AWS, GCP for the data and also using API&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;systemctl start datadog-agent&lt;br&gt;
systemctl stop datadog-agent&lt;br&gt;
systemctl restart datadog-agent&lt;br&gt;
systemctl status datadog-agent&lt;br&gt;
datadog-agent configcheck&lt;br&gt;
datadog-agent config&lt;br&gt;
datadog-agent health&lt;br&gt;
datadog-agent hostname&lt;br&gt;
datadog-agent version&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;4&lt;br&gt;
`1. Check Datadog Agent Process is running or not&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Check Datadog Agent Logs for Error&lt;/li&gt;
&lt;li&gt;Check Datadog Agent Configuration file(datadog.yaml) syntax Error&lt;/li&gt;
&lt;li&gt;Check Datadog Integration Configuration file(datadog.yaml) syntax Error&lt;/li&gt;
&lt;li&gt;Check Datadog Agent API Key in datadog.yaml&lt;/li&gt;
&lt;li&gt;Check ENV variable set for Datadog Agent conflict with datadog.yaml&lt;/li&gt;
&lt;li&gt;Print the runtime configuration of a running agent&lt;/li&gt;
&lt;li&gt;Print all configurations loaded &amp;amp; resolved of a running agent&lt;/li&gt;
&lt;li&gt;Execute some connectivity diagnosis on your system&lt;/li&gt;
&lt;li&gt;Print the current agent health`&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;5.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;`CPU Usage&lt;/li&gt;
&lt;li&gt;System Load&lt;/li&gt;
&lt;li&gt;Memory utilization and processes&lt;/li&gt;
&lt;li&gt; Disk utilization&lt;/li&gt;
&lt;li&gt; Inode usage&lt;/li&gt;
&lt;li&gt;Cron jobs&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;6.&lt;br&gt;
Step 1:- Install datadog-agent&lt;br&gt;
Step 2:- Integrate any service like apache by going to Integration- Integrations and search for the service and Install it.&lt;br&gt;
Step 3:-  Follow the steps to configure that connection in the config files.&lt;br&gt;
Step 4:- Validate.`&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;CPU utilization&lt;br&gt;
Memory utilization&lt;br&gt;
Memory breakup&lt;br&gt;
Processor queue length &lt;br&gt;
Disk usage with capacity plan&lt;br&gt;
Recent events&lt;br&gt;
Top process by CPU and memory&lt;br&gt;
Application details&lt;br&gt;
Down/trouble history&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Analyze Processing Time to Catch Poor Performance&lt;br&gt;
Monitor Bytes to See Server Limitations&lt;br&gt;
Track Uptime for Insight into Outages&lt;br&gt;
Measure Load for a Useful Overview&lt;br&gt;
Use Memory Metrics to Distribute Resources&lt;br&gt;
Measure Efficiency With Multi-Processing Modules&lt;br&gt;
Add Resources If CPU Utilization Is High&lt;br&gt;
Measure Bandwidth to Understand Latency&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

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