Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

insanity-dumpresults-json(1) [debian man page]

GST-QA-SYSTEM(1)					     gst-qa-system User Manual						  GST-QA-SYSTEM(1)

NAME
insanity-dumpresults-json - program to dump the results as json format from database SYNOPSIS
insanity-dumpresults-json {testrundbfile} [option] DESCRIPTION
This manual page documents briefly the insanity-dumpresults-json command. This manual page was written for the Debian distribution because the original program does not have a manual page. insanity-dumpresults-json is a program that can dump the results stored in database. The result will be output as json format. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -l, --list List the available test runs with summary. -a, --all Dump all testruns. -t TESTRUN, --testrun=TESTRUN Specify a testrun id. -f, --failed Only show failed tests. -x, --hidescenarios Do not show scenarios. -m, --mysql Connect to a MySQL database for storage. SEE ALSO
insanity-dumpresults(1), insanity-run(1) AUTHOR
Ying-Chun Liu <paul.liu@linaro.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu) This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1. insanity-dumpresults-json 12/26/2011 GST-QA-SYSTEM(1)

Check Out this Related Man Page

GST-QA-SYSTEM(1)					     gst-qa-system User Manual						  GST-QA-SYSTEM(1)

NAME
insanity-grouper - program to compare test results in database SYNOPSIS
insanity-grouper {testrundbfile} {testrunid} DESCRIPTION
This manual page documents briefly the insanity-grouper command. This manual page was written for the Debian distribution because the original program does not have a manual page. insanity-grouper is a program that can compare test results by their testrunid. SEE ALSO
insanity-compare(1), insanity-dumpresults(1), insanity-run(1) AUTHOR
Ying-Chun Liu <paul.liu@linaro.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu) This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1. insanity-grouper 12/26/2011 GST-QA-SYSTEM(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

perl code-sequence of json format

Hi All , Below is the perl code. from below code want to confirm one thing that wahtever the sequence of data we are passing through json format which contains 3 tuples of different sequences Eg: ParentID,SystemID,SendingTime,Time,ClientLocation,ClientID, ... (1 Reply)
Discussion started by: aish11
1 Replies

2. Shell Programming and Scripting

what's wrong with my regex using find

#ls json-* json-lexer.c json-lexer.h json-parser.c json-parser.h json-streamer.c json-streamer.h #find . -regex '^(json-)+.' return nothing (3 Replies)
Discussion started by: yanglei_fage
3 Replies

3. Shell Programming and Scripting

Help With Json Code

Hello Experts, I have written a code to bootstrap my application and it is failing becasue it is not executing as expected. Command is as follows in my json template, "UserData" : { "Fn::Base64" : { "Fn::Join" : }, "-d", {"Ref" : "DBName"}, "-a", {"Ref" : "DBUser"}, ... (2 Replies)
Discussion started by: Siddheshk
2 Replies

4. How to Post in the The UNIX and Linux Forums

Read a json file passed as cmd line argument

usage: myscript.sh config.json config.json: { "HOST":"abc", "DB_NM":"xyz", "USR_NM":"asd", "PWD":"xxx", ......... ......... ......... ........ } myscript.sh: (2 Replies)
Discussion started by: RGRT
2 Replies

5. Shell Programming and Scripting

Remove lines from multiline json

Hi , When extracting the data from API end point ,its giving multi line json .I want to remove certain lines with group": "tag" or tget and respect "item" values python test.py /data{" Id":" 7554317""group":"get", "item":"xx5e1"],"fields":} { "time": 1520460953, "... (4 Replies)
Discussion started by: akil
4 Replies