wangbo opened a new pull request, #39177:
URL: https://github.com/apache/doris/pull/39177

   ## Proposed changes
   
   ```
   mysql [information_schema]>select 
BE_ID,WORKLOAD_GROUP_ID,CPU_USAGE,LOCAL_SCAN_BYTES_PER_SECOND/1024/1024 as 
scan_io_mb, MEMORY_USAGE_BYTES/1024/1024 mem_mb from 
workload_group_resource_usage;
   
+-------+-------------------+-----------+--------------------+-------------------+
   | BE_ID | WORKLOAD_GROUP_ID | CPU_USAGE | scan_io_mb         | mem_mb        
    |
   
+-------+-------------------+-----------+--------------------+-------------------+
   | 10005 |             62053 | 61.41%    | 1516.4589414596558 | 
27970.84313774109 |
   | 10005 |                 1 | 0.00%     |                  0 |               
  0 |
   
+-------+-------------------+-----------+--------------------+-------------------+
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to