<?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: Akanksha Srivastava</title>
    <description>The latest articles on Debug School by Akanksha Srivastava (@akanksha370).</description>
    <link>https://www.debug.school/akanksha370</link>
    <image>
      <url>https://www.debug.school/images/72ghRqJpVe21nSAXnkVicDD_V9bQtfu8pmqVzbv2TOs/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzM1MC9kMDYy/NjM2ZS1jMWYwLTQy/ZTItOTkxYi02YTU1/YWYyZGUzYzgucG5n</url>
      <title>Debug School: Akanksha Srivastava</title>
      <link>https://www.debug.school/akanksha370</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/akanksha370"/>
    <language>en</language>
    <item>
      <title>Datadog Assignment - 17Jan</title>
      <dc:creator>Akanksha Srivastava</dc:creator>
      <pubDate>Wed, 18 Jan 2023 04:08:41 +0000</pubDate>
      <link>https://www.debug.school/akanksha370/datadog-assignment-17jan-32c0</link>
      <guid>https://www.debug.school/akanksha370/datadog-assignment-17jan-32c0</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;What is Datadog Agent?&lt;/strong&gt;&lt;br&gt;
The Datadog Agent is leightweight software that runs on hosts. Its function is to collect events and metrics from hosts and sends them to Datadog, where one can analyze and monitor performance metrics.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;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;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Top 10 commands of Datadog Agent&lt;/strong&gt;&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;br&gt;
datadog-agent version &lt;br&gt;
datadog-agent diagnose&lt;br&gt;
datadog-agent config &lt;br&gt;
datadog-agent healthh&lt;/p&gt;&lt;/li&gt;
&lt;li&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;
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;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Top 10 Metrices of Linux Servers which you should care it?&lt;/strong&gt;&lt;br&gt;
system.cpu.idle&lt;br&gt;
system.cpu.iowait&lt;br&gt;
system.cpu.system&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.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;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;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;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;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;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;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;&lt;/li&gt;
&lt;/ol&gt;

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