Exploring Edge Data
Let's explore the data that Edge is generating.
- Near Edge's top left, click on the
Monitor
tab to give it focus again.
Look at the at-a-glance info at the top of the Monitor
tab:
You can explore the data that Edge is generating in either of two ways: Via the Explore
link on the submenu under Manage
, or by clicking on the Explore
buttons in the at-a-glance view. Let's explore a bit...
-
Click
Explore
on the submenu belowManage
. This will take you to the Explore page'sProcesses
tab. You should see a number of processes that are running on the Edge Node (which is a container callededge-baddev-<hash>
). (If you don't see them immediately, don't worry, it may take a few seconds for them to appear.) -
Click on any of the processes to open a drawer that shows some basic information on the process, including CPU, Memory, and IO graphs for that process (along separate tabs).
-
Click on the
All details
link near the lower right.Suddenly, it looks like someone just pulled all the info for that process out of
/proc
, and printed it out in tabular format. Whoa! That's info that's not readily available without ssh'ing to the machine. Troubleshooting across multiple systems just got easier... -
Click the
Process
drawer's upper-rightX
close box to dismiss the tab.
In the sandbox environment, which is somewhat open to the world at large, we're not enabling the container discovery, as it provides a bit too much information for us to expose about the internal workings of the system. However, if we did, the Explore
page's Containers
tab would show you info about all of the containers running on the host.
Now let's look at the Files
tab...
-
Click on the
Files
tab.You're seeing the log files that Edge has auto-discovered. We're running in a containerized environment, so you're seeing only the logs that are open within the container. At the moment, this means just the Edge logs.
-
Click on any of the files that show up there.
In the resulting
File
browser modal, you should now see a representation of all of the lines in the file you chose, looking very similar to the Stream's log viewer. Here, the upper search bar provides full-text search. As in Stream, the time picker to its right restricts how much data is shown (by time). Feel free to play around with thisFile
modal!
Finally, we'll exit out of the log file browser, and take a look at this page's final tab, System State
.
- Click the
File
browser modal's upper-rightX
close box to dismiss it. (You can also just pressEscape
.) - Click on the
System State
tab.
You should see a combined graph and table view of information about the Edge Node. Environment variables, network interfaces, OS info, and hardware info – all available by selecting among the left tabs.
We encourage you to take a little time to explore the tabs here, and the information contained in them. When you're done exploring, let's learn how to install a new Node...