<?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: Pooja v</title>
    <description>The latest articles on Debug School by Pooja v (@poojav).</description>
    <link>https://www.debug.school/poojav</link>
    <image>
      <url>https://www.debug.school/images/1fzztj-yXTTNlYt-gEj7KQx2-FmAuqgVA0gZlXPaoJQ/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzMzOS9mOWRh/MjQyYi02NDU5LTQz/NTctYmU1NC00MmM1/YWYxMTNlYTQucG5n</url>
      <title>Debug School: Pooja v</title>
      <link>https://www.debug.school/poojav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/poojav"/>
    <language>en</language>
    <item>
      <title>Assignment - 17th jan</title>
      <dc:creator>Pooja v</dc:creator>
      <pubDate>Wed, 18 Jan 2023 04:42:06 +0000</pubDate>
      <link>https://www.debug.school/poojav/assignment-17th-jan-3oo7</link>
      <guid>https://www.debug.school/poojav/assignment-17th-jan-3oo7</guid>
      <description>&lt;p&gt;&lt;strong&gt;Datadog Agent&lt;/strong&gt;&lt;br&gt;
The Datadog Agent is a software that runs on your hosts that collects events and metrics from hosts and sends them to Datadog (SAAS), where we can analyze the collected monitoring and performance data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Methods to send data to Datadog&lt;/strong&gt;&lt;br&gt;
Collector collects host infra data.&lt;br&gt;
DogstatsD collects application metrics on code level.&lt;br&gt;
Both the above collected data will be transferred to forwarder using TCP protocol.&lt;br&gt;
Forwarder send data to DataDog SAAS using http protocol.&lt;br&gt;
For Apache, the metrices will be saved separately which in-turn was fetched by DataDog agent.&lt;br&gt;
From DataDog SAAS, the metrices will be published or fetched in DataDog UI&lt;br&gt;
&lt;strong&gt;Top 10 commands of Datadog Agent&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;datadog-agent health
datadog-agent status
datadog-agent stop
datadog-agent check 
datadog-agent hostname
datadog-agent launch-gui
datadog-agent run
datadog-agent version
datadog-agent config
datadog-agent diagnose

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Top 10 Techniques for troubleshooting Datadog Agent&lt;/strong&gt;&lt;br&gt;
Check Datadog Agent Process is running or not&lt;br&gt;
Check Datadog Agent Logs for Error&lt;br&gt;
Check Datadog Agent Configuration file(datadog.yaml) syntax Error&lt;br&gt;
Check Datadog Integration Configuration file(datadog.yaml) syntax Error&lt;br&gt;
Check Datadog Agent API Key in datadog.yaml&lt;br&gt;
Check ENV variable set for Datadog Agent conflict with datadog.yaml&lt;br&gt;
Print the runtime configuration of a running agent&lt;br&gt;
Print all configurations loaded &amp;amp; resolved of a running agent&lt;br&gt;
Execute some connectivity diagnosis on your system&lt;br&gt;
Print the current agent health&lt;br&gt;
Print basic statistics on the metrics processed by DogStatsD&lt;br&gt;
Top 10 Metrices of Linux Servers&lt;br&gt;
system.cpu.idle&lt;br&gt;
system.cpu.iowait&lt;br&gt;
system.cpu.num_cores&lt;br&gt;
system.cpu.system&lt;br&gt;
system.cpu.user&lt;br&gt;
system.disk.free&lt;br&gt;
system.disk.in_use&lt;br&gt;
system.disk.total&lt;br&gt;
system.disk.used&lt;br&gt;
system.mem.total&lt;br&gt;
system.mem.usable&lt;br&gt;
system.mem.used&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Steps to enable apache integration in DataDog&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Install datadog-agent in the host.&lt;br&gt;
Install Apache in the host and configure variables.&lt;br&gt;
Click on “Install Integration” in apache tile on integration tab&lt;br&gt;
Enable mod_status &amp;amp; ExtendedStatus in Apache&lt;br&gt;
Enable Datadog Apache Integration configuration to start collecting your Apache metrics.&lt;br&gt;
Verify the Apache Metrics on Datadog Console&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Top 10 Metrices of Windows Servers&lt;/strong&gt;&lt;br&gt;
system.cpu.idle&lt;br&gt;
system.cpu.system&lt;br&gt;
system.cpu.user&lt;br&gt;
system.disk.free&lt;br&gt;
system.disk.total&lt;br&gt;
system.disk.used&lt;br&gt;
system.disk.write_time&lt;br&gt;
system.mem.free&lt;br&gt;
system.mem.total&lt;br&gt;
system.mem.usable&lt;br&gt;
system.mem.used&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Top 5 Metrices of Apache&lt;/strong&gt;&lt;br&gt;
apache.net.bytes_per_s&lt;br&gt;
apache.net.request_per_s&lt;br&gt;
apache.performance.cpu_load&lt;br&gt;
apache.performance.idle_workers&lt;br&gt;
apache.performance.max_workers&lt;/p&gt;

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