หน้านี้ยังไม่พร้อมใช้งานในภาษาท้องถิ่นของคุณ เรากำลังพยายามอย่างหนักเพื่อเพิ่มเวอร์ชันภาษาอื่น ๆ เพิ่มเติม ขอบคุณสำหรับการสนับสนุนเสมอมา

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

GES Metrics

Updated on 2022-08-08 GMT+08:00

Function

This chapter describes metrics reported by GES as well as their namespaces, lists, and dimensions. You can use APIs to query the metric information generated for GES.

Namespace

SYS.GES

Metrics

Table 1 GES metrics

Metric ID

Name

Description

Value Range

Monitored Object

ges001_vertex_util

Vertex Capacity Usage

Capacity usage of vertices in a graph instance. The value is the ratio of the number of used vertices to the total vertex capacity.

Unit: %

0 to 100

Value type: Float

GES instance

ges002_edge_util

Edge Capacity Usage

Capacity usage of edges in a graph instance. The value is the ratio of the number of used edges to the total edge capacity.

Unit: %

0 to 100

Value type: Float

GES instance

ges003_average_import_rate

Average Import Rate

Average rate of importing vertices or edges to a graph instance

Unit: count/s

0 to 400000

Value type: Float

GES instance

ges004_request_count

Request Quantity

Number of requests received by a graph instance

Unit: count

≥ 0

Value type: Integer

GES instance

ges005_average_response_time

Average Response Time

Average response time of requests received by a graph instance

Unit: ms

≥ 0

Value type: Integer

GES instance

ges006_min_response_time

Minimum Response Time

Minimum response time of requests received by a graph instance

Unit: ms

≥ 0

Value type: Integer

GES instance

ges007_max_response_time

Maximum Response Time

Maximum response time of requests received by a graph instance

Unit: ms

≥ 0

Value type: Integer

GES instance

ges008_read_task_pending_queue_size

Length of the Waiting Queue for Read Tasks

Length of the waiting queue for read requests received by a graph instance. This metric is used to view the number of read requests waiting in the queue.

Unit: count

≥ 0

Value type: Integer

GES instance

ges009_read_task_pending_max_time

Maximum Waiting Duration of Read Tasks

Maximum waiting duration of read requests received by a graph instance

Unit: ms

≥ 0

Value type: Integer

GES instance

ges010_pending_max_time_ read_task_type

Type of the Read Task That Waits the Longest

Type of the read request that waits the longest in a graph instance. You can find the corresponding task name in GES documents.

≥ 1

Value type: Integer

GES instance

ges011_read_task_running_queue_size

Length of the Running Queue for Read Tasks

Length of the running queue for read requests received by a graph instance. This metric is used to view the number of running read requests.

Unit: count

≥ 0

Value type: Integer

GES instance

ges012_read_task_running_max_time

Maximum Running Duration of Read Tasks

Maximum running duration of read requests received by a graph instance

Unit: ms

≥ 0

Value type: Integer

GES instance

ges013_running_max_time_ read_task_type

Type of the Read Task That Runs the Longest

Type of the read request that runs the longest in a graph instance. You can find the corresponding task name in GES documents.

≥ 1

Value type: Integer

GES instance

ges014_write_task_pending_queue_size

Length of the Waiting Queue for Write Tasks

Length of the waiting queue for write requests received by a graph instance. This metric is used to view the number of write requests waiting in the queue.

Unit: count

≥ 0

Value type: Integer

GES instance

ges015_write_task_pending_max_time

Maximum Waiting Duration of Write Tasks

Maximum waiting duration of write requests received by a graph instance

Unit: ms

≥ 0

Value type: Integer

GES instance

ges016_pending_max_time_ write_task_type

Type of the Write Task That Waits the Longest

Type of the write request that waits the longest in a graph instance. You can find the corresponding task name in GES documents.

≥ 1

Value type: Integer

GES instance

ges017_write_task_running_queue_size

Length of the Running Queue for Write Tasks

Length of the running queue for write requests received by a graph instance. This metric is used to view the number of running write requests.

Unit: count

≥ 0

Value type: Integer

GES instance

ges018_write_task_running_max_time

Maximum Running Duration of Write Tasks

Maximum running duration of write requests received by a graph instance

Unit: ms

≥ 0

Value type: Integer

GES instance

ges019 _running_max_time_ write_task_type

Type of the Write Task That Runs the Longest

Type of the write request that runs the longest in a graph instance. You can find the corresponding task name in GES documents.

≥ 1

Value type: Integer

GES instance

ges020_computer_resource_usage

Computing Resource Usage

Computing resource usage of each graph instance

Unit: %

0 to 100

Value type: Float

GES instance

ges021_memory_usage

Memory Usage

Memory usage of each graph instance

Unit: %

0 to 100

Value type: Float

GES instance

ges022_iops

IOPS

Number of I/O requests processed by each graph instance per second

Unit: count/s

≥ 0

Value type: Integer

GES instance

ges023_bytes_in

Network Input Throughput

Data input to each graph instance per second over the network

Unit: byte/s

≥ 0

Value type: Float

GES instance

ges024_bytes_out

Network Output Throughput

Data sent to the network per second from each graph instance

Unit: byte/s

≥ 0

Value type: Float

GES instance

ges025_disk_usage

Disk Usage

Disk usage of each graph instance

Unit: %

0 to 100

Value type: Float

GES instance

ges026_disk_total_size

Total Disk Size

Total data disk space of each graph instance

Unit: GB

≥ 0

Value type: Float

GES instance

ges027_disk_used_size

Disk Space Used

Used data disk space of each graph instance

Unit: GB

≥ 0

Value type: Float

GES instance

ges028_disk_read_throughput

Disk Read Throughput

Data volume read from the disk in a graph instance per second

Unit: byte/s

≥ 0

Value type: Float

GES instance

ges029_disk_write_throughput

Disk Write Throughput

Data volume written to the disk in a graph instance per second

Unit: byte/s

≥ 0

Value type: Float

GES instance

ges030_avg_disk_sec_per_read

Average Time per Disk Read

Average time used each time when the disk of a graph instance reads data

Unit: second

≥ 0

Value type: Float

GES instance

ges031_avg_disk_sec_per_write

Average Time per Disk Write

Average time used each time when data is written to the disk of a graph instance

Unit: second

≥ 0

Value type: Float

GES instance

ges032_avg_disk_queue_length

Average Disk Queue Length

Average I/O queue length of the disk in a graph instance

Unit: count

≥ 0

Value type: Integer

GES instance

Dimensions

Table 2 Dimensions

Key

Value

instance_id

GES instance

Mapping Between Task Types and Names

Table 3 Task types and corresponding task names

Type

Name

100

Querying a vertex

101

Creating a vertex

102

Deleting a vertex

103

Modifying a vertex property

104

Adding a vertex label

105

Deleting a vertex label

200

Querying an edge

201

Creating an edge

202

Deleting an edge

203

Modifying an edge property

300

Querying schema details

301

Adding a Label

302

Modifying a Label

303

Querying a Label

304

Modifying a property

400

Querying graph details

401

Clearing a graph

402

Incrementally importing graph data online

403

Creating a graph

405

Deleting a graph

406

Exporting a graph

407

filtered_khop

408

Querying path details

409

Incrementally importing graph data offline

500

Creating a graph backup

501

Restoring a graph from a backup

601

Creating an index.

602

Querying an index

603

Updating an index

604

Deleting an index

700

Running the algorithm

800

Querying an asynchronous task

เราใช้คุกกี้เพื่อปรับปรุงไซต์และประสบการณ์การใช้ของคุณ การเรียกดูเว็บไซต์ของเราต่อแสดงว่าคุณยอมรับนโยบายคุกกี้ของเรา เรียนรู้เพิ่มเติม

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback