Announcement

Collapse
No announcement yet.

How to process result files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to process result files

    Hello.

    I'm trying to process my tests results (e.g. convert to csv) but always get :

    ERROR: Argument Missing.

    CORRECT SYNTAX
    phoronix-test-suite result-file-to-csv[Test Result]

    My command line is :
    ./phoronix-test-suite result-file-to-csv ~/.phoronix-test-suite/test-results/2011-04-13-1446/test-1.xml

    How should be specified the Test Result argument ?

    Thanks.

  • #2
    Originally posted by zwykx View Post
    Hello.

    I'm trying to process my tests results (e.g. convert to csv) but always get :

    ERROR: Argument Missing.

    CORRECT SYNTAX
    phoronix-test-suite result-file-to-csv[Test Result]

    My command line is :
    ./phoronix-test-suite result-file-to-csv ~/.phoronix-test-suite/test-results/2011-04-13-1446/test-1.xml

    How should be specified the Test Result argument ?

    Thanks.
    Should be:
    phoronix-test-suite result-file-to-csv test-1

    Not sure if it was you or someone else, but I think this was answered just a few days ago too.

    Comment


    • #3
      Originally posted by skeetre View Post
      Not sure if it was you or someone else, but I think this was answered just a few days ago too.
      I made a research before posting but couldn't find anything on this subject. If you have a link to the other thread...!

      Should be:
      phoronix-test-suite result-file-to-csv test-1
      Anyway, for me it still doesn't work :
      $ ll ~/.phoronix-test-suite/test-results/2011-04-19-1943
      total 68
      -rw-rw-r-- 1 user user 21797 Apr 20 09:38 composite.xml
      -rw-rw-r-- 1 user user 192 Apr 20 09:38 index.html
      -rw-rw-r-- 1 user user 5288 Apr 20 09:38 pts-results-viewer.xsl
      drwxrwxr-x 2 user user 4096 Apr 20 09:38 result-graphs
      drwxrwxr-x 3 user user 4096 Apr 20 09:38 system-logs
      -rw-rw-r-- 1 user user 21797 Apr 20 09:38 test-1.xml
      $ ./phoronix-test-suite show-result ~/.phoronix-test-suite/test-results/2011-04-19-1943/test-1

      ERROR: Argument Missing.

      CORRECT SYNTAX
      phoronix-test-suite show-result[Test Result]

      Comment


      • #4
        Well, I've found the correct syntax for the [Test Result] argument. It must be the name provided by the list-saved-results command e.g. :
        $ ./phoronix-test-suite list-saved-results

        Phoronix Test Suite v3.0.1
        2 Saved Results

        Saved Name: 2011-04-23-1220 Title: 2011-04-23-1220
        - 2011-04-23 12:20

        Saved Name: 2011-04-23-2126 Title: 2011-04-23-2126
        - 2011-04-23 21:26
        $ ./phoronix-test-suite show-result 2011-04-23-1220

        In my case, it's the name of the directory where the results are stored.

        Comment

        Working...
        X