Author Topic: PixInsight Benchmark Report SQL Problem  (Read 3595 times)

Offline Conor

  • Member
  • *
  • Posts: 73
PixInsight Benchmark Report SQL Problem
« on: 2014 May 14 05:07:04 »
It appears that the reporting fails if the system specs don't report properly. I've trimmed the console output for pertinent data.


*******************************************************************************
The Official PixInsight Benchmark version 1.0
Copyright (C) 2014 Pleiades Astrophoto. All Rights Reserved.
*******************************************************************************
...

*******************************************************************************
Benchmark Results
*******************************************************************************

Benchmark version ...... 1.00.07
Input checksum ......... 2cd72b67e12fff2812ef5b5da054ab2a70a25e23
Serial number .......... VC7W09C1G1WO14QFHMKCK48D14TT0348

CPU Identification
CPU vendor ............. GenuineIntel
CPU model .............. Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz

System Information
Platform ............... FreeBSD
Operating system .......
Core version ........... PixInsight Core 01.08.01.1092 (x64)
Logical processors ..... NaN
Total memory size ...... nan GiB

Execution Times
Total time ............. 02:56.63
CPU time ............... 00:40.17
Swap time .............. 02:16.42
Swap transfer rate ..... 121.494 MiB/s

Performance Indices
Total performance ...... 2663
CPU performance ........ 9423
Swap performance .......  673

Sending benchmark data to server...
95 bytes transferred in 1.24 s @ 0.07 KB/s
*** Error: Failed to send benchmark data. Server response:
*** MySQL Error: Unable to create a new benchmarks record
Unknown column 'NaN' in 'field list'


As you can see, the number of logical processors and RAM don't report properly. They should be 12 and 16 respectively.
Running PixInsight 1.08.01.1092 on FreeBSD 10.0-RELEASE.

Also, the script doesn't appear in the menu on FreeBSD. It's installed, and you can navigate to it and execute it manually, however.
Takahashi FSQ 106 EDX III w/ QE Reducer
William Optics 110FLT Apo Triplet
William Optics Megrez 72 Apo Doublet
iOptron CEM60
QSI 583ws & 3nm Ha/OIII/SII filters
SBIG ST-i
Trying to use PixInsight on FreeBSD

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: PixInsight Benchmark Report SQL Problem
« Reply #1 on: 2014 May 14 05:23:52 »
On FreeBSD, the benchmark script depends on the sysctl command to gather these items:

sysctl hw.ncpu
sysctl hw.physmem

If you run these commands, what is the output?
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Conor

  • Member
  • *
  • Posts: 73
Re: PixInsight Benchmark Report SQL Problem
« Reply #2 on: 2014 May 14 05:26:51 »
Hi Juan

Thank you for the speedy response; Are the sysctl commands prefixed with /sbin? I know PC-BSD creates symlinks to make things more like Linux.

[conor@monolith] ~
$ /sbin/sysctl hw.ncpu
hw.ncpu: 12
[conor@monolith] ~
$ /sbin/sysctl hw.physmem
hw.physmem: 17127673856

Takahashi FSQ 106 EDX III w/ QE Reducer
William Optics 110FLT Apo Triplet
William Optics Megrez 72 Apo Doublet
iOptron CEM60
QSI 583ws & 3nm Ha/OIII/SII filters
SBIG ST-i
Trying to use PixInsight on FreeBSD

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: PixInsight Benchmark Report SQL Problem
« Reply #3 on: 2014 May 14 05:37:30 »
Oops! Sorry, I forgot this (yes, PC-BSD creates these symlinks...). I'll release a new version of the script this afternoon with this bug fixed. In the meanwhile, you can perform the benchmark if you create the symlinks.

The other problem that you have reported does not happen on my PC-BSD machine. There should be no differences in this case, so I don't know why this happened to you. Anyway, you can select SCRIPT > Feature Scripts and then click Add to add the script to the main menu.

Sorry for the inconvenience.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Conor

  • Member
  • *
  • Posts: 73
Re: PixInsight Benchmark Report SQL Problem
« Reply #4 on: 2014 May 14 05:39:03 »
It's no convenience at all. It was moreso out of curiosity as to where this machine weighs in with other users' machines.

There's no rush on the fix, and I can manually add that script.

Thanks again.
Takahashi FSQ 106 EDX III w/ QE Reducer
William Optics 110FLT Apo Triplet
William Optics Megrez 72 Apo Doublet
iOptron CEM60
QSI 583ws & 3nm Ha/OIII/SII filters
SBIG ST-i
Trying to use PixInsight on FreeBSD