{"id":362,"date":"2019-03-25T17:30:29","date_gmt":"2019-03-25T20:30:29","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/"},"modified":"2019-07-05T16:42:26","modified_gmt":"2019-07-05T19:42:26","slug":"how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/","title":{"rendered":"How to monitor a network structure using the Elipse SysInfo driver"},"content":{"rendered":"<p align=\"justify\"><span style=\"font-family: Tahoma;\"><strong>1) Introduction<\/strong><\/span><\/p>\n<p>The task of monitoring the current state of computers on a network using Elipse E3 so far was not as simple as it appears to be. Being aware of this need, Elipse Software has developed SysInfo driver, which can check several operational system information in real time and processes running in each computer. Besides the driver, Elipse has created a library to handle important data checking about a computer performance, with alarms and configurable warnings.<\/p>\n<p><strong>2) The Elipse SysInfo driver<\/strong><\/p>\n<p>The <em>Elipse SysInfo<\/em> driver fetches its data from Performance Monitor, which is a <em>snap-in<\/em> of Microsoft Management Console (MMC). Information reading is done by way of counters provided by the operational system and also by programs being executed on each computer. This way, the available counters may vary according to the installed system and softwares.<\/p>\n<p>There are several counters that are common among Windows versions, for example information about processor resources, memory and hard drive. Based on this data, a library was created to monitor and analyze computers on a network. For more information, check Elipse <em>SysInfo<\/em> driver manual [3].<\/p>\n<p><strong>3) The perfmon.lib library<\/strong><\/p>\n<p>The <em>perfmon.lib<\/em> library [1] is responsible for showing basic computer information to the user in order to keep it working: processor, memory and hard drive. As a standard, it was adopted that the monitored components have four states: <strong>Failure<\/strong> (communication has failed), <strong>Normal<\/strong>, <strong>Attention<\/strong> and <strong>Critical<\/strong>.<\/p>\n<p>The value range for each state is configurable using an <em>XControl<\/em> (<em>CMDMonitorData<\/em>), which will be detailed further. Standard defined values may be seen on table 1. These values definition was based on an article published by Microsoft [2].<\/p>\n<p>&nbsp;<\/p>\n<table border=\"1\" width=\"100%\" cellspacing=\"2\" cellpadding=\"2\">\n<tbody>\n<tr>\n<td>\n<p align=\"center\"><strong>COUNTER\u00a0<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"center\"><strong>NORMAL\u00a0<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"center\"><strong>ATTENTION\u00a0<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"center\"><strong>CRITICAL<\/strong><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Memory\\Available Mbytes (MB)<\/p>\n<\/td>\n<td>\n<p align=\"center\">100 ~ 8 MB<\/p>\n<\/td>\n<td>\n<p align=\"center\">50 ~ 100 MB<\/p>\n<\/td>\n<td>\n<p align=\"center\">0 ~ 50 MB<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Memory\\Pages\/sec<\/p>\n<\/td>\n<td>\n<p align=\"center\">0 ~ 900<\/p>\n<\/td>\n<td>\n<p align=\"center\">900 ~1000<\/p>\n<\/td>\n<td>\n<p align=\"center\">1000 ~ 8<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Memory\\Pool Paged Bytes<\/p>\n<\/td>\n<td>\n<p align=\"center\">0 ~ 200 MB<\/p>\n<\/td>\n<td>\n<p align=\"center\">200 ~ 220 MB<\/p>\n<\/td>\n<td>\n<p align=\"center\">220 ~ 8<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Memory\\Pool Nonpaged Bytes<\/p>\n<\/td>\n<td>\n<p align=\"center\">0 ~ 100 MB<\/p>\n<\/td>\n<td>\n<p align=\"center\">100 ~ 110 MB<\/p>\n<\/td>\n<td>\n<p align=\"center\">110 ~ 8<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Memory\\Free System Page Table Entries<\/p>\n<\/td>\n<td>\n<p align=\"center\">8000 ~ 8<\/p>\n<\/td>\n<td>\n<p align=\"center\">5000 ~ 8000<\/p>\n<\/td>\n<td>\n<p align=\"center\">0 ~ 5000<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">LogicalDisk(_Total)\\%Free Space<\/p>\n<\/td>\n<td>\n<p align=\"center\">15 ~\u00a0100%<\/p>\n<\/td>\n<td>\n<p align=\"center\">10 ~ 15 %<\/p>\n<\/td>\n<td>\n<p align=\"center\">0 ~ 10%<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Table 1: Counters analyzed and default value range<\/p>\n<p>By using alarms, which are launched as soon as some monitored data hits the alert or critical state, an email is automatically sent with a report on the computer that presented the resources under expectation, one report by computer with problems. For sending email the <em>SendMail<\/em> driver was used [4].<\/p>\n<p>The perfmon.lib library is made of one <em>XObject<\/em> (<em>MonitorData<\/em>) and three <em>XControls<\/em> (<em>CMDMonitor, FullMonitor e CondMonitor<\/em>), which will be described next:<\/p>\n<p><strong>MonitorData<\/strong><\/p>\n<p>Inside this <em>XObject<\/em>, the first step is to configure both drivers: <em>SendMail<\/em> with an email server that will be used to send messages and <em>ESysInfo<\/em> with a user account that is an administrator of the computers being monitored (figure 1). Besides, you must confirm that the <em>DriverLocation<\/em> property of both drivers is correct.<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/images\/ID98\/Figura1.PNG\" alt=\"\" width=\"550\" height=\"269\" align=\"baseline\" border=\"0\" \/><br \/>\nFigure 1: Elipse SysInfo and SendMail driver&#8217;s settings<\/p>\n<p>When creating an instance of the object, the properties that should be manually inserted are: <em>ComputerName<\/em>, with the name of the machine that will be monitored (e.g.: \\\\MACHINE), and <em>Owner<\/em>, with the email of the machine owner &#8211; address to which the alert email will be sent. The other properties are filled in automatically by the drivers.<\/p>\n<p><strong>CMDMonitorData<\/strong><\/p>\n<p>This <em>XControl<\/em> is used to change standard properties of a <em>MonitorData<\/em> at runtime, with a settings window (figure 2). Its only property &#8211; <em>Source<\/em> &#8211; should receive an object of type <em>MonitorData<\/em>.<\/p>\n<p>The <strong>Destination Address<\/strong> field gets all email addresses configured to receive alerts from this object, and more than one address can be inserted, each one separated by semicolons. The <strong>Attention<\/strong> and <strong>Critical<\/strong> columns have the standard values cited previously (table 1) but they might be changed using this control. The checkbox on the left disables that alarm.<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/images\/ID98\/Figura2.PNG\" alt=\"\" width=\"471\" height=\"429\" align=\"baseline\" border=\"0\" \/><br \/>\nFigure 2: XControl CMDMonitorData<\/p>\n<p><strong>FullMonitor<\/strong><\/p>\n<p>This<em> XControl<\/em> has information about the performance of the machine specified on the MonitorData object. In case some of the values are outside the <strong>Attention<\/strong> range, the display background color will become yellow; when in <strong>Critical<\/strong>, it will be changed to red.<\/p>\n<p>These control properties are: <em>Source<\/em>, which must receive an object of type <em>MonitorData<\/em>; <em>SettingScreen<\/em>, which must receive a screen object that has a control of type <em>CMDMonitor<\/em>; <em>ShowInfo<\/em>, of boolean type, that indicates if the control will be fully displayed (figure 3) or in a short form, only with a left column visible.<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/images\/ID98\/Figura3.PNG\" alt=\"\" width=\"550\" height=\"370\" align=\"baseline\" border=\"0\" \/><br \/>\nFigure 3: XControl FullMonitor<\/p>\n<p><strong>CondMonitor<\/strong><\/p>\n<p>This <em>XControl<\/em> is really simple; it only indicates the general state of the monitored machine (figure 4). The <strong>Condition<\/strong> display has four possible values with their respective background color:<\/p>\n<table border=\"1\" width=\"100%\" cellspacing=\"2\" cellpadding=\"2\">\n<tbody>\n<tr>\n<td>\n<p align=\"center\"><strong>TEXT\u00a0<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"center\"><strong>COLOR\u00a0<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"center\"><strong>DESCRIPTION<\/strong><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Failure<\/p>\n<\/td>\n<td>\n<p align=\"center\">Gray<\/p>\n<\/td>\n<td>\n<p align=\"center\">There is no communication between the driver and the monitored computer.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Normal<\/p>\n<\/td>\n<td>\n<p align=\"center\">Green<\/p>\n<\/td>\n<td>\n<p align=\"center\">No alarm type was launched, ideal conditions.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Attention<\/p>\n<\/td>\n<td>\n<p align=\"center\">Yellow<\/p>\n<\/td>\n<td>\n<p align=\"center\">Some LO alarm type was launched.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"center\">Critical<\/p>\n<\/td>\n<td>\n<p align=\"center\">Red<\/p>\n<\/td>\n<td>\n<p align=\"center\">Some LOLO alarm was launched.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>There are two properties: <em>Source<\/em>, of type <em>MonitorData<\/em>, and <em>DetailScreen<\/em>, which is the name of the modal type screen which will be opened when clicking on the control. It is used to display a window with more information, and a control of type <em>FullMonitor<\/em> may be placed on it, for example.<\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/images\/ID98\/Figura4.PNG\" alt=\"\" width=\"183\" height=\"87\" align=\"baseline\" border=\"0\" \/><br \/>\nFigure 4: XObject CondMonitor<\/p>\n<p><strong>4) Conclusion<\/strong><\/p>\n<p>Monitoring computers using <em>perfmon.lib<\/em> library and <em>Elipse<\/em> <em>SysInfo<\/em> driver is a very simple task, being needed, basically, to define the computers to be monitored and the range of values considered ideal in each computer.<\/p>\n<h3>Attachments:<\/h3>\n<p><a href=\"\/wp-content\/uploads\/2019\/03\/ESysInfo-2.zip\">ESysInfo.zip<\/a><br \/>\n<a href=\"\/wp-content\/uploads\/2019\/03\/Sendmail-1.zip\">Sendmail.zip<\/a><br \/>\n<a href=\"\/wp-content\/uploads\/2019\/03\/E3Project-4.zip\">E3Project.zip<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1) Introduction The task of monitoring the current state of computers on a network using Elipse E3 so far was not as simple as it appears to be. Being aware&hellip;<\/p>\n","protected":false},"author":29,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[753],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to monitor a network structure using the Elipse SysInfo driver - Elipse Knowledgebase<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to monitor a network structure using the Elipse SysInfo driver\" \/>\n<meta property=\"og:description\" content=\"1) Introduction The task of monitoring the current state of computers on a network using Elipse E3 so far was not as simple as it appears to be. Being aware&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-25T20:30:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-05T19:42:26+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/images\/ID98\/Figura1.PNG\" \/>\n<meta name=\"author\" content=\"M\u00e1rcio Zani Beatrici\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"M\u00e1rcio Zani Beatrici\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/\"},\"author\":{\"name\":\"M\u00e1rcio Zani Beatrici\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/af5f797015baba4ffad56036ffe12159\"},\"headline\":\"How to monitor a network structure using the Elipse SysInfo driver\",\"datePublished\":\"2019-03-25T20:30:29+00:00\",\"dateModified\":\"2019-07-05T19:42:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/\"},\"wordCount\":867,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"IODriver \/ IOServer\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/\",\"name\":\"[:pt]How to monitor a network structure using the Elipse SysInfo driver[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:30:29+00:00\",\"dateModified\":\"2019-07-05T19:42:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to monitor a network structure using the Elipse SysInfo driver\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/af5f797015baba4ffad56036ffe12159\",\"name\":\"M\u00e1rcio Zani Beatrici\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/461296b6cd466a0c3d5f83c975c2be68?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/461296b6cd466a0c3d5f83c975c2be68?s=96&d=mm&r=g\",\"caption\":\"M\u00e1rcio Zani Beatrici\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/zani\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to monitor a network structure using the Elipse SysInfo driver - Elipse Knowledgebase","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]How to monitor a network structure using the Elipse SysInfo driver[:] - Elipse Knowledgebase","og_description":"1) Introduction The task of monitoring the current state of computers on a network using Elipse E3 so far was not as simple as it appears to be. Being aware&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:30:29+00:00","article_modified_time":"2019-07-05T19:42:26+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/images\/ID98\/Figura1.PNG"}],"author":"M\u00e1rcio Zani Beatrici","twitter_card":"summary_large_image","twitter_misc":{"Written by":"M\u00e1rcio Zani Beatrici","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/"},"author":{"name":"M\u00e1rcio Zani Beatrici","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/af5f797015baba4ffad56036ffe12159"},"headline":"How to monitor a network structure using the Elipse SysInfo driver","datePublished":"2019-03-25T20:30:29+00:00","dateModified":"2019-07-05T19:42:26+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/"},"wordCount":867,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["IODriver \/ IOServer"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/","url":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/","name":"[:pt]How to monitor a network structure using the Elipse SysInfo driver[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:30:29+00:00","dateModified":"2019-07-05T19:42:26+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/how-to-monitor-a-network-structure-using-the-elipse-sysinfo-driver\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"How to monitor a network structure using the Elipse SysInfo driver"}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/af5f797015baba4ffad56036ffe12159","name":"M\u00e1rcio Zani Beatrici","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/461296b6cd466a0c3d5f83c975c2be68?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/461296b6cd466a0c3d5f83c975c2be68?s=96&d=mm&r=g","caption":"M\u00e1rcio Zani Beatrici"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/zani\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/362"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=362"}],"version-history":[{"count":4,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/362\/revisions"}],"predecessor-version":[{"id":7632,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/362\/revisions\/7632"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=362"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=362"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}