<?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: Akshata </title>
    <description>The latest articles on Debug School by Akshata  (@dalviakshata1994_465).</description>
    <link>https://www.debug.school/dalviakshata1994_465</link>
    <image>
      <url>https://www.debug.school/images/HSLOP6xqhYpmLAao7u-qCZy90aM4HkH258r4rLAvYdI/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzM0OC8wOGVj/NWJmMS1kMDU1LTRj/NjUtOTJmNC02ZTNi/NGNjYzE3ZGQucG5n</url>
      <title>Debug School: Akshata </title>
      <link>https://www.debug.school/dalviakshata1994_465</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/dalviakshata1994_465"/>
    <language>en</language>
    <item>
      <title>Datadog Assignment: Infra (17th Jan' 23)</title>
      <dc:creator>Akshata </dc:creator>
      <pubDate>Tue, 17 Jan 2023 17:42:36 +0000</pubDate>
      <link>https://www.debug.school/dalviakshata1994_465/datadog-assignment-infra-17th-jan-23-53d6</link>
      <guid>https://www.debug.school/dalviakshata1994_465/datadog-assignment-infra-17th-jan-23-53d6</guid>
      <description>&lt;p&gt;&lt;strong&gt;Q1. What is Datadog Agent?&lt;/strong&gt;&lt;br&gt;
Ans - Datadog Agent collects events and metrics from hosts and forwards them to Datadog. &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;
Ans - Data can be sent to Datadog via container, cloud environment, application and forwarders. Example: Docker, AWs, Azure, GCP.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q3. Top 10 commands of Datadog Agent&lt;/strong&gt;&lt;br&gt;
Ans - Following are the commands:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;systemctl start datadog-agent
systemctl stop datadog-agent
systemctl restart datadog-agent
systemctl status datadog-agent
more /etc/datadog-agent/datadog.yaml
datadog-agent configcheck
datadog-agent config
datadog-agent health
datadog-agent hostname
datadog-agent version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Q4. Top 10 Techniques for troubleshooting Datadog Agent&lt;/strong&gt;&lt;br&gt;
Ans - Following can be used for troubleshooting Datadog Agent:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Check status of agent&lt;/li&gt;
&lt;li&gt;Restart the agent&lt;/li&gt;
&lt;li&gt;Check health of the agent&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Q5. Top 10 Metrices of Linux Servers which you should care it?&lt;/strong&gt;&lt;br&gt;
Ans - Metrices are as follows:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;CPU usage&lt;/li&gt;
&lt;li&gt;Processes Memory usage&lt;/li&gt;
&lt;li&gt;Load Average&lt;/li&gt;
&lt;li&gt;Memory breakdown&lt;/li&gt;
&lt;li&gt;Disk usage by device (%)&lt;/li&gt;
&lt;li&gt;Disk Latency (by device)&lt;/li&gt;
&lt;li&gt;Network traffic (bytes per sec)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Q6. Write down the steps to enable any integration in datadog?&lt;/strong&gt;&lt;br&gt;
Ans - Following are the steps to integrate Apache in Datadog:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install datadog-agent&lt;/li&gt;
&lt;li&gt;Install Apache HTTPD server&lt;/li&gt;
&lt;li&gt;Click on Apache in the Integrations&lt;/li&gt;
&lt;li&gt;Enable mod_status &amp;amp; ExtendedStatus in Apache&lt;/li&gt;
&lt;li&gt;Enable Datadog Apache Integration&lt;/li&gt;
&lt;li&gt;Click on “Install Integration”&lt;/li&gt;
&lt;li&gt;Verify the Apache Metrix on Datadog Console&lt;/li&gt;
&lt;/ol&gt;

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

&lt;ul&gt;
&lt;li&gt;CPU&lt;/li&gt;
&lt;li&gt;Memory&lt;/li&gt;
&lt;li&gt;Disk&lt;/li&gt;
&lt;li&gt;Network&lt;/li&gt;
&lt;li&gt;Event 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;br&gt;
Ans - Metrices of Apache:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;apache.performance.cpu_load&lt;/li&gt;
&lt;li&gt;apache.performance.idle_workers&lt;/li&gt;
&lt;li&gt;apache.performance.max_workers&lt;/li&gt;
&lt;li&gt;apache.performance.busy_workers&lt;/li&gt;
&lt;li&gt;apache.scoreboard.reading_request&lt;/li&gt;
&lt;/ul&gt;

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