You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2024/03/29 00:34:00 UTC

[jira] [Created] (IMPALA-12956) Provide a summary output for impala-profile-tool

Quanlong Huang created IMPALA-12956:
---------------------------------------

             Summary: Provide a summary output for impala-profile-tool
                 Key: IMPALA-12956
                 URL: https://issues.apache.org/jira/browse/IMPALA-12956
             Project: IMPALA
          Issue Type: New Feature
          Components: Infrastructure
            Reporter: Quanlong Huang


impala-profile-tool is useful to parse the profile logs, i.e. log files like impala_profile_log_1.1-1711621243861 under the /profiles folder. However, it just prints the profiles in text format. It'd be useful to print a summary of each query, e.g. providing a tsv file with one line for a query containing columns like what we show in the /queries page, including
 * Query ID
 * User
 * Default Db
 * Query Type
 * Start Time
 * End Time
 * Duration
 * Queued Duration
 * Mem Usage
 * Mem Estimate
 * -Scan Progress-
 * -Query Progress-
 * Bytes Read
 * Bytes Sent
 * Bytes Spilled
 * State
 * # rows fetched
 * Resource Pool
 * Statement (truncated)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org