STH-Dev / linux-bench

STH Linux benchmarking script
http://linux-bench.com
26 stars 14 forks source link

Parser errors #45

Open STH-Dev opened 10 years ago

STH-Dev commented 10 years ago

Noticed a few errors in the parser:

  1. If the benchmark is run a second time on a system, it gets an error 500 upon upload. Need to reboot from a LiveCD to make this work.
  2. UnixBench is missing two values in the parsing
  3. sysbench is parsing the wrong multi-threaded value. It should be parsing the value for time in seconds
  4. c-ray 1.1 should be the label not "Cray" on the parser output

Enhancement: Need command line ability to upload a log file to the parser. Unsure if this already exists.

Will see if I can get someone to fix.

codewizardry commented 10 years ago

I'll get on it, please allow a week or so as I'm wrapping up a few other tasks. Thanks.

codewizardry commented 10 years ago

Regarding: "2. UnixBench is missing two values in the parsing",

I need to know what two values are missing?

codewizardry commented 10 years ago

Issues (3) and (4) are now resolved as follows:

codewizardry commented 10 years ago

Issue (1) "If the benchmark is run a second time on a system, it gets an error 500 upon upload. Need to reboot from a LiveCD to make this work.", is now resolved!

codewizardry commented 10 years ago

The following issues are now resolved as follows:

  1. If the benchmark is run a second time on a system, it gets an error 500 upon upload. Need to reboot from a LiveCD to make this work. (RESOLVED)
  2. UnixBench is missing two values in the parsing (RESOLVED)
  3. sysbench is parsing the wrong multi-threaded value. It should be parsing the value for time in seconds (RESOLVED)
  4. c-ray 1.1 should be the label not "Cray" on the parser output (RESOLVED)