<?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: Sonali Kalshetti</title>
    <description>The latest articles on Debug School by Sonali Kalshetti (@sonali_744).</description>
    <link>https://www.debug.school/sonali_744</link>
    <image>
      <url>https://www.debug.school/images/n1KJ89tiXijSIgbLhVpbxhUrKTbTRiu7kz2l59cU_jE/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzM1Ny8yMDJl/NGY1NS00N2Q5LTRk/ZTctOGZhYS0xMjJl/ZjllYzQxMTAucG5n</url>
      <title>Debug School: Sonali Kalshetti</title>
      <link>https://www.debug.school/sonali_744</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/sonali_744"/>
    <language>en</language>
    <item>
      <title>DataDog Assignment - 17 Jan</title>
      <dc:creator>Sonali Kalshetti</dc:creator>
      <pubDate>Tue, 17 Jan 2023 17:16:23 +0000</pubDate>
      <link>https://www.debug.school/sonali_744/datadog-assignment-17-jan-452</link>
      <guid>https://www.debug.school/sonali_744/datadog-assignment-17-jan-452</guid>
      <description>&lt;p&gt;&lt;strong&gt;1.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;2.What are list of methods to send data to Datadog?&lt;/strong&gt;&lt;br&gt;
•Collector and DatastatsD collets data from host infra and host application metrics and send to forwarder using TCP protocol&lt;br&gt;
•Forwarder send data to DataDog cloud using http protocol&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.Top 10 commands of Datadog Agent&lt;/strong&gt;&lt;br&gt;
datadog-agent version &lt;br&gt;
datadog-agent diagnose&lt;br&gt;
datadog-agent config &lt;br&gt;
datadog-agent health&lt;br&gt;
datadog-agent check&lt;br&gt;
datadog-agent status&lt;br&gt;
datadog-agent stop&lt;br&gt;
datadog-agent run&lt;br&gt;
datadog-agent hostname&lt;br&gt;
datadog-agent launch-gui&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.Top 10 Techniques for troubleshooting Datadog Agent&lt;/strong&gt;&lt;br&gt;
1.Check Datadog Agent Process is running or not&lt;br&gt;
2.Check Datadog Agent Logs for Error&lt;br&gt;
3.Check Datadog Agent Configuration file(datadog.yaml) syntax error&lt;br&gt;
4.Print the runtime configuration of a running agent&lt;br&gt;
5.Print all configurations loaded &amp;amp; resolved of a running agent&lt;br&gt;
6.Execute some connectivity diagnosis on your system&lt;br&gt;
7.Check Datadog Integration Configuration file(datadog.yaml) syntax Error&lt;br&gt;
8.Check Datadog Agent API Key in datadog.yaml&lt;br&gt;
9.Print the current agent health&lt;br&gt;
10.Print basic statistics on the metrics processed by dogstatsd&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.Top 10 Metrices of Linux Servers which you should care it?&lt;/strong&gt;&lt;br&gt;
system.cpu.user&lt;br&gt;
system.disk.in_use&lt;br&gt;
system.disk.total&lt;br&gt;
system.disk.used&lt;br&gt;
system.cpu.idle&lt;br&gt;
system.cpu.iowait&lt;br&gt;
system.cpu.system&lt;br&gt;
system.disk.write_time&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;6.Write down the steps to enable any integration in datadog?&lt;/strong&gt;&lt;br&gt;
•Install datadog-agent&lt;br&gt;
•Integrate any service like apache by going to Integration- Integrations and search for the service and Install it&lt;br&gt;
•Follow the steps to configure that connection in the config files&lt;br&gt;
•Validate&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7.Top 10 Metrices of Windows Servers which you should care it?&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.in_use&lt;br&gt;
system.disk.used&lt;br&gt;
system.mem.cached&lt;br&gt;
system.mem.committed&lt;br&gt;
system.mem.total&lt;br&gt;
system.mem.used&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8.Top 5 Metrices of Apache which you should not miss it?&lt;/strong&gt;&lt;br&gt;
apache.net.bytes_per_s&lt;br&gt;
apache.net.request_per_s&lt;br&gt;
apache.performance.busy_workers&lt;br&gt;
apache.performance.cpu_load&lt;br&gt;
apache.performance.max_workers&lt;/p&gt;

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