| drill_profile {sergeant} | R Documentation |
Get the profile of the query that has the given queryid
Description
Get the profile of the query that has the given queryid
Usage
drill_profile(drill_con, query_id)
Arguments
drill_con |
drill server connection object setup by |
query_id |
UUID of the query in standard UUID format that Drill assigns to each query |
References
See Also
Other Drill direct REST API Interface:
drill_active(),
drill_cancel(),
drill_connection(),
drill_functions(),
drill_metrics(),
drill_options(),
drill_opts(),
drill_profiles(),
drill_query(),
drill_settings_reset(),
drill_set(),
drill_stats(),
drill_status(),
drill_storage(),
drill_system_reset(),
drill_threads(),
drill_version()
[Package sergeant version 0.9.1 Index]