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

   Usage:
   * Get all tablets {metrics} with descending order `curl 
beip:http_port/api/hotspot/tablet?metrics={metrics}`
   * Get top n tablets  {metrics} with descending order `curl 
beip:http_port/api/hotspot/tablet?metrics={metrics}&topn={n}`
   
   "metrics" must be specified, which is one of
   * read_block
   * write
   * compaction
   * num_rowsets
   * num_cumu_rowsets
   * num_base_rowsets
   
   Co-authored-by: plat1ko <[email protected]>
   
   TODO: Add support for local mode.
   
   


-- 
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