Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new plugin (table) creates a configurable table of results and (exper… #36

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

BenCasses
Copy link
Contributor

new plugin : table
prints a configurable table of results either looking from cwd or from the results location of a test suite
-experimentally runs faster than get_results
-a few fields are offered : name, nodes, result, etc., or the user can request any line starting with as a field
-start and end times are both intervals here : filter for tests that "started" (on the path) within the start interval and "ended" within the end interval ( tag or "cleanup" line). One-sided intervals are assumed to start 15 days ago and end now.
-no perl or subprocess

@BenCasses
Copy link
Contributor Author

Do I want to stat the log file before opening it and give up if size is above some threshold to avoid parsing huge stack trace logs?

@cadejager
Copy link
Collaborator

@BenCasses I have been trying to run this plugin this morning and I cannot get it to print any results.

$ pav table

Pavilion Version -> 1.1.14
Running from -> /users/dejager/swlt/Pavilion/PAV
Logging to -> /tmp/dejager/pav.log

  Invoke command: -> table
test-name  result  start-time  end-time

I have tried fiddling with the start time and fields option but it should not matter because I ran the tests Thursday.

Here is output from get_results (I used baseline to shorten it).

$ pav get_results -bl

Pavilion Version -> 1.1.14
Running from -> /users/dejager/swlt/Pavilion/PAV
Logging to -> /tmp/dejager/pav.log

...

hpl_intel_1x.25x900(10):
         Gflops = 1008.86 Gflops (entries - 750, min - 951.96, max - 1040.08, stDev - 13.68
         Time = 3.32 seconds (entries - 750, min - 3.22, max - 3.51, stDev - 0.04
hpl_intel_1x.25x900(256):
         Gflops = 1007.03 Gflops (entries - 2500, min - 933.54, max - 1039.25, stDev - 14.53
         Time = 3.32 seconds (entries - 2500, min - 3.22, max - 3.58, stDev - 0.05

@BenCasses
Copy link
Contributor Author

First guess is that its rejecting all results, run it with a "-v" flag and It should tell you why, for each .log file, it is rejecting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants