<?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: Ashish Shukla</title>
    <description>The latest articles on Debug School by Ashish Shukla (@ashishshukla_952).</description>
    <link>https://www.debug.school/ashishshukla_952</link>
    <image>
      <url>https://www.debug.school/images/MAoC02gYKPys0xa_PXAW4fPiwZo5Kv_kpNW1olliI9s/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzEyNS8wZDcy/MGU1ZC04NDk2LTQy/NzgtYmI3OC02NDcw/ZDhjOWYzOWIucG5n</url>
      <title>Debug School: Ashish Shukla</title>
      <link>https://www.debug.school/ashishshukla_952</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/ashishshukla_952"/>
    <language>en</language>
    <item>
      <title>Datadog Training Assignment - Day 2 by Ashish</title>
      <dc:creator>Ashish Shukla</dc:creator>
      <pubDate>Wed, 28 Sep 2022 04:09:08 +0000</pubDate>
      <link>https://www.debug.school/ashishshukla_952/datadog-training-assignment-day-2-by-ashish-foc</link>
      <guid>https://www.debug.school/ashishshukla_952/datadog-training-assignment-day-2-by-ashish-foc</guid>
      <description>&lt;p&gt;&lt;strong&gt;Write a summary on Apache tomcat, MySQL &amp;amp; kubernetes application addition in Datadog&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Datadog provides integration with 500+ various technologies. Apache tomcat, MySQL &amp;amp; kubernetes are fully supported. I will summarize the Apache tomcat technology integration with Datadog. First we need to install Apache tomcat on server which is being monitored by Datadog. Assuming server is already setup with basic monitoring. After installation we have to configure Apache tomcat to expose its health stats. Configure datadog agent configuration file to include Apache tomcat parameters for monitoring. On datadog website install Apache tomcat extension and enjoy the flawless monitoring of Apache tomcat. &lt;br&gt;
Next lets summarize MySQL monitoring. First we need to install MySQL on that server. MySQL stores all health stats in a Database name performance. Now to monitor the database we need to create a user for Datadog agent and provide access performance database. Configure Datadog configuration file to use same username and password to access performance database. On datadog website install MySQL extension and enjoy the flawless monitoring of MySQL.&lt;br&gt;
Kubernetes monitoring is bit different kubernetes required pods to monitor health on kubernete cluster. For configuration download the required configuration file and edit it as per environment. Execute command to create pods to monitor the cluster. In test environment don't forget to disable SSL communication else pods will not be created. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Datadog Assignment Day-1 By Ashish</title>
      <dc:creator>Ashish Shukla</dc:creator>
      <pubDate>Tue, 27 Sep 2022 02:42:04 +0000</pubDate>
      <link>https://www.debug.school/ashishshukla_952/datadog-assignment-day-1-by-ashish-2mb0</link>
      <guid>https://www.debug.school/ashishshukla_952/datadog-assignment-day-1-by-ashish-2mb0</guid>
      <description>&lt;h2&gt;
  
  
  Datadog Assignment Day-1
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Top 7 commands of Datadog agent and its use cases&lt;br&gt;
Ans -  Top 7 commands of Datadog agent and its uses are as below:&lt;br&gt;
a) Datadog-agent config :- This command is used for runtime configuration management. It is used to validate the configuration as loaded by Datadog agent. &lt;br&gt;
b) Datadog-agent config-check :- This command prints all configuration currently used by Datadog agent. It is used to validate the desired and loaded configuration. &lt;br&gt;
c) Datadog-agent health :- This command is used to get agent health. It is used to verify health on agent.&lt;br&gt;
d) datadog-agent hostname :- This command is used to print hostname currently used by agent. It is used to validate the agent is using the correct hostname. &lt;br&gt;
e) Datadog-agent help :- This command is used to get help of any agent command. It is used to get help about agent commands.&lt;br&gt;
f) Datadog-agent import :- This command is used to import configuration of older version of agent. It is used in agent uprade on servers. &lt;br&gt;
g) Datadog-agent version :- This command used to get agent version information. It is used to check running agent version. &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;
Ans- High level steps of enabling any integration in datadog are as below:&lt;br&gt;
a) Enable application level health check parameter logging from Application end.&lt;br&gt;
b) Enable dogstats to forward application level logs to server. &lt;br&gt;
c) Install application metric integration on Datadog server console. &lt;br&gt;
d) Verify the application metric captured in Datadog console. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 10 Metrics of Linux Servers which you should care it?&lt;br&gt;
Ans- Top 10 metrics of Linux servers which need to care are as below:&lt;br&gt;
a) CPU utilization.&lt;br&gt;
b) Memory Utilization. &lt;br&gt;
c) Disk usage&lt;br&gt;
d) Virtual memory usage.&lt;br&gt;
e) Network utilization.&lt;br&gt;
f) Logged in users&lt;br&gt;
g) Server Up-time&lt;br&gt;
h) Ping response&lt;br&gt;
i) Running processes&lt;br&gt;
j) Process wise CPU &amp;amp; RAM usage&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;4) Top 10 Metrics of Windows Servers which you should care it?&lt;br&gt;
Ans- Top 10 Metrics of Windows Servers which need to care are as below:&lt;br&gt;
a) CPU utilization.&lt;br&gt;
b) Memory Utilization. &lt;br&gt;
c) Disk usage&lt;br&gt;
d) Page file usage.&lt;br&gt;
e) Network utilization.&lt;br&gt;
f) Logged in users&lt;br&gt;
g) Server Up-time&lt;br&gt;
h) Ping response&lt;br&gt;
i) Running processes&lt;br&gt;
j) Process wise CPU &amp;amp; RAM usage&lt;/p&gt;

&lt;p&gt;5) Top 5 Metrics of Apache which you should not miss it?&lt;br&gt;
Ans- Top 5 Metrics of Apache which need to take care are as below: &lt;br&gt;
a) Incoming requests count&lt;br&gt;
b) Network utilization&lt;br&gt;
c) CPU usage&lt;br&gt;
d) Server utilization&lt;br&gt;
e) Request receive/response ratio.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Observability - Its practices and datatypes - Ashish</title>
      <dc:creator>Ashish Shukla</dc:creator>
      <pubDate>Mon, 26 Sep 2022 05:25:17 +0000</pubDate>
      <link>https://www.debug.school/ashishshukla_952/observability-its-practices-and-datatypes-ashish-pah</link>
      <guid>https://www.debug.school/ashishshukla_952/observability-its-practices-and-datatypes-ashish-pah</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What is observability?&lt;br&gt;
Ans- In current complex application environment , bare monitoring is not sufficient for application reliability, availability and sturdiness. We require to include various parameters to add along with traditional monitoring. We can call this combined stuff as observability which ensure good application health and reliability. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to practice observability?&lt;br&gt;
Ans-  Observability performs the basic checks to validate the application. This will ensure all parameters are validated and problematic logs separated to perform further troubleshooting. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are the datatypes we need to collection to setup observability ?&lt;br&gt;
Ans - We need to follow MELT to setup observability. &lt;br&gt;
Monitoring, Events, Logs and Testing are all components to be consider in this. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

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