<?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: Gobinath Sengottuvel</title>
    <description>The latest articles on Debug School by Gobinath Sengottuvel (@gobinath94).</description>
    <link>https://www.debug.school/gobinath94</link>
    <image>
      <url>https://www.debug.school/images/yWyw7ox0_al5uvhoGtXvJ86q9f6AvKDG_wLdpSSTqko/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzM1Ni81ZTA0/ZTEyNS1jMDE5LTQ0/ZDMtYTRhYS1hOTAz/NzUwOTZhNmMucG5n</url>
      <title>Debug School: Gobinath Sengottuvel</title>
      <link>https://www.debug.school/gobinath94</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/gobinath94"/>
    <language>en</language>
    <item>
      <title>DataDog Assignment - 17 Jan</title>
      <dc:creator>Gobinath Sengottuvel</dc:creator>
      <pubDate>Tue, 17 Jan 2023 16:01:09 +0000</pubDate>
      <link>https://www.debug.school/gobinath94/datadog-assignment-17-jan-1a0n</link>
      <guid>https://www.debug.school/gobinath94/datadog-assignment-17-jan-1a0n</guid>
      <description>&lt;h2&gt;
  
  
  What is Datadog Agent?
&lt;/h2&gt;

&lt;p&gt;The Datadog Agent is software that runs on hosts and collects events and metrics from hosts and sends them to Datadog, where one can analyze and monitor performance metrics.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are list of methods to send data to Datadog?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Collector and DogStatsD collets data from host infra and host application metrics and send to forwarder using TCP protocol&lt;/li&gt;
&lt;li&gt;Forwarder send data to DataDog cloud using http protocol&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Top 10 commands of Datadog Agent
&lt;/h2&gt;



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

&lt;/div&gt;



&lt;h2&gt;
  
  
  Top 10 Techniques for troubleshooting Datadog Agent
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Check Datadog Agent Process is running or not&lt;/li&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;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;li&gt;Print basic statistics on the metrics processed by dogstatsd&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Top 10 Metrices of Linux Servers which you should care it?
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&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;/blockquote&gt;

&lt;h2&gt;
  
  
  Write down the steps to enable any integration in datadog?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Install datadog-agent&lt;/li&gt;
&lt;li&gt;Integrate any service like apache by going to Integration- Integrations and search for the service and Install it&lt;/li&gt;
&lt;li&gt;Follow the steps to configure that connection in the config files&lt;/li&gt;
&lt;li&gt;Validate&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Top 10 Metrices of Windows Servers which you should care it?
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&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;/blockquote&gt;

&lt;h2&gt;
  
  
  Top 5 Metrices of Apache which you should not miss it?
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&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;/blockquote&gt;

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