[
https://issues.apache.org/jira/browse/DISPATCH-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16977957#comment-16977957
]
ASF GitHub Bot commented on DISPATCH-1186:
------------------------------------------
ChugR commented on pull request #623: DISPATCH-1186: Add option to get CSV
formatting for qdstat tables
URL: https://github.com/apache/qpid-dispatch/pull/623
Add a "--csv" switch to qdstat command line to apply to display tables.
The CSV format is controlled with a separator of ',' and a string quote
of '"'.
This option removes ambiguity for certain tables (like 'qdstat -l') where
columns (like peer and phs) have no entry, and headers (like 'conn id') have
spaces in their names. These ambiguities make user reconstruction of the
original tables difficult after the table content has been through a
jira or email paste.
This commit has the code implementation but no docs.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> qdstat to include csv output format
> -----------------------------------
>
> Key: DISPATCH-1186
> URL: https://issues.apache.org/jira/browse/DISPATCH-1186
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Management Agent
> Affects Versions: 1.4.1
> Reporter: Charles E. Rolke
> Assignee: Ken Giusti
> Priority: Major
>
> qdstat text output is difficult to manage after a cut and paste. For
> instance, _qdstat -l_ shows some rows where the columns are blank. This
> makes it difficult to reconstruct the original display given just the body
> text. See _qdstat -l_ example in
> [https://raw.githubusercontent.com/apache/qpid-dispatch/master/docs/books/user-guide/monitoring-using-qdstat.adoc]
> Even having a two-word column title "conn id" adds confusion.
> With a CSV format and quoted strings this table could be communicated through
> email, chat, or Jira with authority. Readers would not have to guess about
> which data goes in which columns.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]