{"id":10794,"date":"2019-07-29T12:05:42","date_gmt":"2019-07-29T12:05:42","guid":{"rendered":"https:\/\/ittutorial.org\/?p=10794"},"modified":"2019-11-28T08:19:47","modified_gmt":"2019-11-28T08:19:47","slug":"performance-monitoring-on-gnu-linux","status":"publish","type":"post","link":"https:\/\/ittutorial.org\/performance-monitoring-on-gnu-linux\/","title":{"rendered":"Performance monitoring on GNU\/Linux"},"content":{"rendered":"<p>Hi everyone, i want to examine Performance monitoring on Linux. However this is a Sysadmin&#8217;s subject, but necessary for DBA&#8217;s.<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Each DBA is responsible for the operating system on which the database is running<\/span><\/span>. The slow operation of your database may be due to the operating system. So we have to know source problems.<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">In this article we will look at the commands and tools that we can monitor performance on our Linux operating system.<\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<h2>1. Top Command :<\/h2>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The top command updates the data on the screen at two-second intervals, is a tool that shows the amount of CPU load, the amount of memory and CPU used by the processes.<br \/>\n<\/span><\/span><\/p>\n<pre>top<\/pre>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The sample result is as follows<\/span><\/span> ,<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10795\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_6.png\" alt=\"\" width=\"780\" height=\"509\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_6.png 674w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_6-300x196.png 300w\" sizes=\"auto, (max-width: 780px) 100vw, 780px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The output of the top command has two important parts<\/span><\/span>. <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">In the first part, we can find information about processor(CPU) average load, processor status, memory usage status and swap space usage information.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The average load amount is the average number of queued operations in the processor within 1.5.15 minutes.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The processor status section shows the level of use of the processors in the system<\/span><\/span>. <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The workload of user &#8220;oracle&#8221; in the operating system is displayed as user time (Cpu(s): 0.8%us<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">If we want to elaborate the top command, we can give various parameters.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Only with the u parameter we specify which operating system user to monitor.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10796\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_7.png\" alt=\"\" width=\"722\" height=\"514\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_7.png 683w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_7-300x213.png 300w\" sizes=\"auto, (max-width: 722px) 100vw, 722px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">You can use ctrl + c to exit<\/span><\/span>.<\/p>\n<p>&nbsp;<\/p>\n<h3>Ps Command :<\/h3>\n<div class=\"swap-wrap\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">It&#8217;s a very common command to monitor running processes<\/span><\/span>. <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Shows the list of processes running in the current session when run without parameters<\/span><\/span>.<\/div>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10797\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_8.png\" alt=\"\" width=\"776\" height=\"376\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_8.png 489w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_8-300x145.png 300w\" sizes=\"auto, (max-width: 776px) 100vw, 776px\" \/><\/div>\n<div><\/div>\n<div><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The following usage lists all process,<br \/>\n<\/span><\/span><\/div>\n<div><\/div>\n<pre>ps -ef<\/pre>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10798\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9.png\" alt=\"\" width=\"780\" height=\"544\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9.png 698w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9-300x209.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9-392x272.png 392w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9-130x90.png 130w\" sizes=\"auto, (max-width: 780px) 100vw, 780px\" \/><\/div>\n<div><\/div>\n<div><span class=\"tlid-translation translation\" lang=\"en\"><span title=\"\">For a specific process, the output is &#8220;|&#8221;<\/span> <span class=\"\" title=\"\">Customize using pipe<\/span><\/span>.<\/div>\n<div><\/div>\n<div><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Let&#8217;s see the detail of SMON background process<\/span><\/span><\/div>\n<div><\/div>\n<pre>ps -ef | grep SMON<\/pre>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10799\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9-1.png\" alt=\"\" width=\"698\" height=\"487\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9-1.png 698w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9-1-300x209.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_9-1-130x90.png 130w\" sizes=\"auto, (max-width: 698px) 100vw, 698px\" \/><\/div>\n<div><\/div>\n<div><\/div>\n<h3>Sar and kSar Tool :<\/h3>\n<p>Sar (System Activity Reporter ) <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">is a tool that reports system activity. Works with system activity data collector (sadc). <\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The data collected with sar can be written to files and long-term reports can be created.<\/span><\/span> <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">With the installation of the sysstat rpm package, sadc periodically writes the sa1 script to the cron.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10802\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_11-1.png\" alt=\"\" width=\"676\" height=\"221\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_11-1.png 483w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_11-1-300x98.png 300w\" sizes=\"auto, (max-width: 676px) 100vw, 676px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">By default, this script runs at 10-minute intervals and collects all system statistics at 1-second intervals.<\/span><\/span>\u00a0 <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The collected data is added to the files in the \/ var \/ log \/ sa directory.<\/span> <span class=\"\" title=\"\">The Sa2 script runs once a day and reports the data collected by sadc the previous day.<\/span><\/span><\/p>\n<pre>sar 2 2<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10803\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_12.png\" alt=\"\" width=\"670\" height=\"188\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_12.png 670w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_12-300x84.png 300w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The first parameter shows the time interval, the second parameter shows the number of samples<\/span><\/span>.\u00a0 <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The most preferred method is to write the data collected with the -o parameter to a file.<\/span><\/span> <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Data written to the file cannot be read with the text editor(vi, gedit.). Created file in binary format.<\/span><\/span><\/p>\n<pre>sar -A -o dbexample.sa 2 200<\/pre>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The above file collects all statistical data 200 times at 2 second intervals and saves it to the file named dbexample.sa<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span title=\"\">Ksar is a tool that graphically presents the files created with sar or the output of the sar command.<\/span><\/span> <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">kSar tool is not available by default on linux<\/span><\/span><\/p>\n<p>Let&#8217;s try together,<\/p>\n<p>Dowload kSar <a href=\"https:\/\/sourceforge.net\/projects\/ksar\/files\/latest\/download\">https:\/\/sourceforge.net\/projects\/ksar\/files\/latest\/download\u00a0<\/a><\/p>\n<p>Extract zip on your location <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10804\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_13-1.png\" alt=\"\" width=\"1031\" height=\"312\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_13-1.png 1031w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_13-1-300x91.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_13-1-768x232.png 768w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_13-1-1024x310.png 1024w\" sizes=\"auto, (max-width: 1031px) 100vw, 1031px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span title=\"\">Double-click the kSar.jar file<\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10806\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_15.png\" alt=\"\" width=\"803\" height=\"653\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_15.png 803w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_15-300x244.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_15-768x625.png 768w\" sizes=\"auto, (max-width: 803px) 100vw, 803px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">To get our data from the operating system, we need to connect with ssh<br \/>\n<\/span><\/span><\/p>\n<p>Write username ad correct ip adress<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10808\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_16.png\" alt=\"\" width=\"537\" height=\"341\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_16.png 381w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_16-300x191.png 300w\" sizes=\"auto, (max-width: 537px) 100vw, 537px\" \/><\/p>\n<p>Run sar script to collect all data.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10809\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_17-2.png\" alt=\"\" width=\"503\" height=\"283\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_17-2.png 407w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_17-2-300x169.png 300w\" sizes=\"auto, (max-width: 503px) 100vw, 503px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Finally, you can select the area you want to display on the left. It is also possible to produce results in PDF format<br \/>\n<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10810\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_18-2.png\" alt=\"\" width=\"873\" height=\"590\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_18-2.png 873w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_18-2-300x203.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_18-2-768x519.png 768w\" sizes=\"auto, (max-width: 873px) 100vw, 873px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10813\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_19-2.png\" alt=\"\" width=\"754\" height=\"688\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_19-2.png 574w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Screenshot_19-2-300x274.png 300w\" sizes=\"auto, (max-width: 754px) 100vw, 754px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span title=\"\">In this article we reviewed two performance monitoring tools.<\/span> <span class=\"\" title=\"\">Many different samples are available.<\/span> <span class=\"\" title=\"\">See you next article<\/span><\/span>.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div class=\"tlid-language-bar ls-wrap\">\n<div class=\"tl-wrap\">\n<div class=\"tl-sugg\">\n<div class=\"ls-right-arrow\"><\/div>\n<\/div>\n<div class=\"sugg-fade\"><\/div>\n<div class=\"tl-more tlid-open-target-language-list\" role=\"button\"><\/div>\n<\/div>\n<\/div>\n<div class=\"source-wrap\">\n<div class=\"input-full-height-wrapper tlid-input-full-height-wrapper\">\n<div class=\"source-input\">\n<div id=\"input-wrap\" class=\"tlid-input-area input-area less-padding\">\n<div class=\"gt-hl-layer\" dir=\"\"><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h4><span style=\"color: #ff0000;\">Do you want to learn Linux System Administration for Beginners, then read the following articles.<\/span><\/h4>\n<p><a href=\"https:\/\/ittutorial.org\/linux-administration-tutorial-for-beginners\/\">https:\/\/ittutorial.org\/linux-administration-tutorial-for-beginners\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi everyone, i want to examine Performance monitoring on Linux. However this is a Sysadmin&#8217;s subject, but necessary for DBA&#8217;s. Each DBA is responsible for the operating system on which the database is running. The slow operation of your database may be due to the operating system. So we have to know source problems. In &hellip;<\/p>\n","protected":false},"author":67,"featured_media":10814,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[4820,4819,4844,4099,4109,4826,4839,4822,198,4865,4111,5658,5659,4104,5638,4861,4855,771,5644,5656,5657,4854,5637,4102,959,4818,4843,4098,4097,4049,4828,4823,4824,5660,4094,4866,4038,4846,4092,4091,4103,4040,4827,5634,4101,5649,4105,4107,4864,4837,4055,978,4856,4852,4110,4840,4845,5632,5639,5633,4821,4858,4851,4849,4108,4829,4848,5635,4096,4095,4831,2674,4093,4817,4830,4833,4832,4106,4841,5648,5650,4836,5645,4853,5643,5655,5654,5653,4859,4857,5641,5640,4850,4847,5651,5652,5636,4863,5647,5646,4860,4862,1795,4100,1797,4034,4825,4838,4834,4835,1899,5642,4842],"class_list":["post-10794","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-linux","tag-acces-control-list","tag-acl-on-linux","tag-apt-get-on-linux","tag-bash-script","tag-beginer-on-linux","tag-best-linux-command","tag-best-text-editors-on-linux","tag-chown","tag-cok-kullanilan-linux-komutlari","tag-disk-partitioning-volume-management","tag-en-cok-kullanilan-linux","tag-free-command","tag-free-command-on-linux","tag-help-kullanimi","tag-htop-command","tag-htop-usage-on-linux","tag-ifconfig-linux","tag-iostat","tag-iostat-on-linux","tag-ipcs-command-on-linux","tag-ipcs-linux","tag-iptables-on-linux","tag-ksar","tag-learn-linux","tag-linux","tag-linux-acl","tag-linux-apt-get","tag-linux-bash","tag-linux-basic-commands","tag-linux-basic-documentation","tag-linux-best-practice","tag-linux-chmod","tag-linux-chown","tag-linux-command-free","tag-linux-commands","tag-linux-disk-partition-and-volume","tag-linux-documentation","tag-linux-enviroment","tag-linux-file-system-structer","tag-linux-file-system","tag-linux-help","tag-linux-help-kullanimi","tag-linux-komut-kullanimi","tag-linux-ksar","tag-linux-learn","tag-linux-lsof","tag-linux-man","tag-linux-man-kullanimi","tag-linux-monitoring","tag-linux-nano-use","tag-linux-nasil-kullanilir","tag-linux-nedir","tag-linux-network-commands","tag-linux-network-settings","tag-linux-ogrenmek","tag-linux-package-management","tag-linux-packages","tag-linux-performance-management","tag-linux-performance-monitoring","tag-linux-performance-tools","tag-linux-permission","tag-linux-process-management","tag-linux-scheduled","tag-linux-scheduled-tasks","tag-linux-scripting","tag-linux-security","tag-linux-shell","tag-linux-sysstat","tag-linux-terminal","tag-linux-terminal-kullanimi","tag-linux-text-edstor","tag-linux-tutorial","tag-linux-tutorial-series","tag-linux-users-groups","tag-linux-users-and-groups","tag-linux-vi","tag-linux-vim","tag-linux-yardim-alma","tag-linux-yum","tag-lsof-command","tag-lsof-on-linux-command","tag-nano","tag-netstat-command","tag-network-settings-on-linux","tag-oswatcher-on-lnux","tag-performance-command-pmap","tag-pmap-comman-linux","tag-pmap-command","tag-process-management-command","tag-process-management-on-linux","tag-ps-ef-command-on-linux","tag-ps-command-on-linux","tag-schedule","tag-shell-enviroment","tag-strace-linux","tag-strace-performance-linux","tag-sysstat","tag-sysstat-on-linux","tag-tcpdump","tag-tcpdump-using-on-linux","tag-top-command","tag-top-usage-on-linux","tag-unix","tag-unix-bash-script","tag-unix-ders-notu","tag-unix-dersleri","tag-unix-scripting","tag-use-nano-on-linux","tag-vi-on-linux","tag-vim-on-linux","tag-vmstat","tag-vmstat-on-linux","tag-yum-on-linux"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/linux-hakkinda.png","jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/10794","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/users\/67"}],"replies":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/comments?post=10794"}],"version-history":[{"count":5,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/10794\/revisions"}],"predecessor-version":[{"id":13023,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/10794\/revisions\/13023"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/media\/10814"}],"wp:attachment":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/media?parent=10794"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/categories?post=10794"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/tags?post=10794"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}