Skip to content

Commit

Permalink
Update milvus-webui.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Dec 29, 2024
1 parent 1626be4 commit 4821548
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions site/en/userGuide/tools/milvus-webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following table compares the features of Milvus Web UI and Birdwatcher/Attu:
You can access Milvus Web UI using the following URL:

```
http://localhost:9091/webui
http://${MILVUS_PROXY_IP}:9091/webui
```

## Features
Expand Down Expand Up @@ -100,28 +100,8 @@ On the Collections page, you can view the list of databases and collections curr

- **Segments**: View the list of segments and their details, including the segment ID, corresponding collection, state, size, etc.

In the **From** column, you can find the source of the segment. Possible sources indicators are as follows:

- **QN**: Query node

- **CT**: Current target in QueryCoord

- **NT**: Next target in QueryCoord

- **DIST**: Distribution in QueryCoord

- **Channels**: View the list of channels and their details, including the channel name, corresponding collections, etc.

In the **From** column, you can find the source of the segment. Possible sources indicators are as follows:

- **QN**: Query node

- **CT**: Current target in QueryCoord

- **NT**: Next target in QueryCoord

- **DIST**: Distribution in QueryCoord

- **Replicas**: View the list of replicas and their details, including the replica ID, corresponding collection, etc.

- **Resource groups**: View the list of resource groups and their details, including the resource group name, number of query nodes in the group, and its configurations, etc.
Expand Down Expand Up @@ -166,4 +146,4 @@ On the Collections page, you can view the list of databases and collections curr

- **pprof**: Access the pprof tool for profiling and debugging Milvus.

- **Milvus data visualization tool**: Access the Milvus data visualization tool for visualizing the data in Milvus.
- **Milvus data visualization tool**: Access the Milvus data visualization tool for visualizing the data in Milvus.

0 comments on commit 4821548

Please sign in to comment.