<?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: Mahender Rasamalla</title>
    <description>The latest articles on Debug School by Mahender Rasamalla (@mahendermaie27_841).</description>
    <link>https://www.debug.school/mahendermaie27_841</link>
    <image>
      <url>https://www.debug.school/images/lSNdW8LSt4QDSWeCLuMRSg6VlWctZALY3U6Ux10hZA4/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzM0MS80MDZi/OWYyMy0yMzJkLTQw/YmItYWM0Ni1mMjdm/Y2IyNGIzYTcucG5n</url>
      <title>Debug School: Mahender Rasamalla</title>
      <link>https://www.debug.school/mahendermaie27_841</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/mahendermaie27_841"/>
    <language>en</language>
    <item>
      <title>Datadog-agent Assignmet day1</title>
      <dc:creator>Mahender Rasamalla</dc:creator>
      <pubDate>Wed, 18 Jan 2023 07:02:41 +0000</pubDate>
      <link>https://www.debug.school/mahendermaie27_841/datadog-agent-assignmet-day1-1hgd</link>
      <guid>https://www.debug.school/mahendermaie27_841/datadog-agent-assignmet-day1-1hgd</guid>
      <description>&lt;p&gt;Q1. What is Datadog Agent?&lt;br&gt;
Answer: Datadog agent is software as service which is an obsarbility platform used to monitor, trace create alerts &amp;amp; dashboards.&lt;/p&gt;

&lt;p&gt;Q2. What are list of methods to send data to Datadog?&lt;br&gt;
Answer: Following are the methods to send data to Datadog:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Collector (Datadog agent)&lt;/li&gt;
&lt;li&gt;&lt;p&gt;DogstasD (Custom Metrics) - Extension of LogstasD lib&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 10 commands of Datadog Agent&lt;br&gt;
Answer: Following are the top 10 commands of Datadog agent:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent run&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent configcheck&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent health&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent hostname&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent status&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent check&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent stop&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent version&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent stream-logs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent dogstasd-sta&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 10 Techniques for troubleshooting Datadog Agent&lt;br&gt;
Answer: Following are the top 10 techniques for troubleshooting Datadog Agent:&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;verify status of Datadog agent using datadog-agent status.&lt;br&gt;
verify status of site URL configured in datadog.yaml.&lt;br&gt;
verify for permission issues for running that agent.&lt;br&gt;
verify the integration installation in Datadog portal.&lt;br&gt;
verify for the API Key correctness in datadog.yaml used from Datadog portal.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Top 10 Metrices of Linux Servers which you should care it?
Answer: Following are the metric of Linux Servers:&lt;/li&gt;
&lt;li&gt;system.io.avg_rq_sz - The average size of request
issued to device.&lt;/li&gt;
&lt;li&gt;system.io.avg_q_sz - The average queue size of request
issued to device.&lt;/li&gt;
&lt;li&gt;system.disk.free - The amount of disk space that is
free.&lt;/li&gt;
&lt;li&gt;system.mem.free - The amount of memory that is free.&lt;/li&gt;
&lt;li&gt;system.load.1 - The average system load over 1 minute.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;system.cpu.system The percent of time the CPU spent&lt;br&gt;
running the kernel.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write down the steps to enable any integration in datadog?&lt;br&gt;
Answer: Following are the steps to enable any integration in datadog(except legacy products):&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Install the required software or product whose metrics needs to be collected and also supported by Datadog agent.&lt;br&gt;
Before we proceed, make sure you have Datadog agent running on your server or machine.&lt;br&gt;
Add datadog agent user to the user group of that software or product. usermod -a -G  dd-agent&lt;br&gt;
Once user is added, proceed to update the config of that software/product inside below path and open yaml file.&lt;br&gt;
Update that file shown below with (if you are trying for docker) given configs.&lt;br&gt;
Once above step down. Restart the docker and datadog agent.&lt;br&gt;
After few seconds, once agent is restarted you will be able to watch metrics in Metrics &amp;gt; Explorer in Datadog portal.&lt;br&gt;
 /etc/datadog-agent/conf.d/.d/&lt;br&gt;
 vi .yaml&lt;br&gt;
init_config:&lt;/p&gt;

&lt;p&gt;instances:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;url: "unix://var/run/docker.sock"
new_tag_names: true

&lt;ol&gt;
&lt;li&gt;Top 10 Metrices of Windows Servers which you should care it?
Answer: Following are the metrices of windows servers:&lt;/li&gt;
&lt;li&gt;Server Uptime&lt;/li&gt;
&lt;li&gt;Disk Utilization&lt;/li&gt;
&lt;li&gt;Memory Utilization&lt;/li&gt;
&lt;li&gt;Request Queue Size&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Top 5 Metrices of Apache which you should not miss it?
Answer: Following are top 5 metrices of Apache:&lt;/li&gt;
&lt;li&gt;apache.performance.cpu_load - The percent of CPU used.&lt;/li&gt;
&lt;li&gt;apache.net.request_per_s - The number of requests
performed per second.&lt;/li&gt;
&lt;li&gt;apache.conns_total - The total number of connections
performed.&lt;/li&gt;
&lt;li&gt;apache.net.hits - The total number of requests
performed.&lt;/li&gt;
&lt;li&gt;apache.performance.busy_workers - The number of
workers serving requests.&lt;/li&gt;
&lt;/ol&gt;

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