diff --git a/site/features.md b/site/features.md index 21f61a51f..4b541aea4 100644 --- a/site/features.md +++ b/site/features.md @@ -7,7 +7,7 @@ Browse the current feature set for Scope with links to relevant indepth topics: * [Topology Mapping](#topology-mapping) * [Flexible Filtering](#flexible-filtering) - * [Powerful Search](#powerful-search) + * [Powerful Search](#powerful-search) * [Real-time App and Container Metrics](#real-time-app-and-container-metrics) * [Interact With and Manage Containers](#interact-with-and-manage-containers) * [Troubleshoot Apps](#troubleshoot-apps) @@ -17,9 +17,9 @@ Browse the current feature set for Scope with links to relevant indepth topics: Scope builds logical topologies of your application and infrastructure. A topology is a collection of nodes and edges, where nodes can represent objects like processes, container or hosts. In Scope, edges represent TCP connections between nodes. Scope displays an intelligent map of your app, so that different node types can be easily viewed and specific microservices can be drilled down on and inspected. -!['Automatic Topology Mapping'](images/topology.png) +!['Automatic Topology Mapping'](images/topology-map.png) -##Flexible Filtering +##Flexible Filtering Nodes can be filtered by various properties, for example in the Container view, you can filter by System Containers vs Application Containers or by Stopped vs. Running Containers. Scope can also display various metrics such as CPU and Memory usage in the nodes, for example allowing you to easily find the container using the most CPU or memory. Mouse-over any of the nodes to view its filtered metric at a glance. @@ -27,7 +27,7 @@ Nodes can be filtered by various properties, for example in the Container view, Powerful search capability enables you to find node types, containers and processes by name, label or even path. The search functionality supports simple operands so that you can for example, find processes consuming a certain Memory limit or nodes using too much CPU. You can also stack filters to create custom, complex search criterion. -!['Stack Filters'](images/search-python.png) +!['Powerful Search'](images/search.png) ##Real-time App and Container Metrics diff --git a/site/images/search.png b/site/images/search.png new file mode 100644 index 000000000..d4c62e905 Binary files /dev/null and b/site/images/search.png differ diff --git a/site/images/topology-map.png b/site/images/topology-map.png new file mode 100644 index 000000000..dab260a91 Binary files /dev/null and b/site/images/topology-map.png differ