<?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: Rajni Chauhan</title>
    <description>The latest articles on Debug School by Rajni Chauhan (@chauhanrajni08_437).</description>
    <link>https://www.debug.school/chauhanrajni08_437</link>
    <image>
      <url>https://www.debug.school/images/4ZxZzLSjiIouAWR-rMF5qXYlsORziPfzd1pI0vdtoLQ/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzM0MC85Yjg5/Zjc2My0yNTk3LTQy/ZjQtOWJhMS03Yjg3/MzcxYmExZmMucG5n</url>
      <title>Debug School: Rajni Chauhan</title>
      <link>https://www.debug.school/chauhanrajni08_437</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/chauhanrajni08_437"/>
    <language>en</language>
    <item>
      <title>Datadog Assignment(17-Jan-23)</title>
      <dc:creator>Rajni Chauhan</dc:creator>
      <pubDate>Tue, 17 Jan 2023 14:29:37 +0000</pubDate>
      <link>https://www.debug.school/chauhanrajni08_437/datadog-assignment17-jan-23-28dh</link>
      <guid>https://www.debug.school/chauhanrajni08_437/datadog-assignment17-jan-23-28dh</guid>
      <description>&lt;h3&gt;
  
  
  Question 1. What is Datadog Agent?
&lt;/h3&gt;

&lt;p&gt;Ans :- 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;br&gt;
It basically collects events and metrics from hosts and sends them to Datadog, where you can analyze your monitoring and performance data.&lt;/p&gt;

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

&lt;p&gt;Ans :- We can Integrate AWS, GCP for the data and also using API&lt;/p&gt;

&lt;h2&gt;
  
  
  Question 3:- Top 10 commands of Datadog Agent
&lt;/h2&gt;

&lt;p&gt;Ans:- 1. systemctl start datadog-agent&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;systemctl stop datadog-agent&lt;/li&gt;
&lt;li&gt;systemctl restart datadog-agent&lt;/li&gt;
&lt;li&gt;systemctl status datadog-agent&lt;/li&gt;
&lt;li&gt;datadog-agent configcheck&lt;/li&gt;
&lt;li&gt;datadog-agent config&lt;/li&gt;
&lt;li&gt;datadog-agent health&lt;/li&gt;
&lt;li&gt;datadog-agent hostname&lt;/li&gt;
&lt;li&gt;datadog-agent version&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;Ans :- 1. Check Datadog Agent Process is running or not&lt;/p&gt;

&lt;ol&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;Check ENV variable set for Datadog Agent conflict with 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;/ol&gt;

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

&lt;p&gt;Ans :- &amp;gt;  CPU Usage &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;System Load&lt;br&gt;
Memory utilization and processes&lt;br&gt;
 Disk utilization&lt;br&gt;
 Inode usage&lt;br&gt;
Cron jobs &lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;Ans :- Step 1:- Install datadog-agent&lt;br&gt;
Step 2:- Integrate any service like apache by going to Integration- Integrations and search for the service and Install it.&lt;br&gt;
Step 3:-  Follow the steps to configure that connection in the config files. &lt;br&gt;
Step 4:- Validate.&lt;/p&gt;

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

&lt;p&gt;Ans :- CPU utilization &lt;br&gt;
Memory utilization&lt;br&gt;
Memory breakup&lt;br&gt;
Processor queue length&lt;br&gt;&lt;br&gt;
Disk usage with capacity plan&lt;br&gt;
Recent events &lt;br&gt;
Top process by CPU and memory&lt;br&gt;
Application details&lt;br&gt;
Down/trouble history&lt;/p&gt;

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

&lt;p&gt;Analyze Processing Time to Catch Poor Performance&lt;br&gt;
Monitor Bytes to See Server Limitations&lt;br&gt;
Track Uptime for Insight into Outages&lt;br&gt;
Measure Load for a Useful Overview&lt;br&gt;
Use Memory Metrics to Distribute Resources&lt;br&gt;
Measure Efficiency With Multi-Processing Modules&lt;br&gt;
Add Resources If CPU Utilization Is High&lt;br&gt;
Measure Bandwidth to Understand Latency&lt;/p&gt;

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