perfsonar / oppd

On-demand measurement point daemon
Apache License 2.0
0 stars 0 forks source link

OPPD to store measurements in esmond #1

Closed arlake228 closed 8 years ago

arlake228 commented 9 years ago

From @arlake228 on March 14, 2015 12:38

Original issue 1003 created by arlake228 on 2014-10-16T12:51:56.000Z:

Currently, OPPD measurements can only be stored into the MDM SQL MA. With the new MA available, we need to store the measurements in it.

See the following information:

Ideally both storage to the local esmond instance or to a remote instance should be available through configuration.

Copied from original issue: perfsonar/project#1001

arlake228 commented 9 years ago

Comment #1 originally posted by arlake228 on 2014-10-16T12:53:27.000Z:

Proper link to he PerlAPI: https://code.google.com/p/perfsonar-ps/wiki/MeasurementArchivePerlAPI

arlake228 commented 9 years ago

Comment #2 originally posted by arlake228 on 2015-01-27T15:26:19.000Z:

<empty>

arlake228 commented 9 years ago

i think this is done. can we close it?

laeti-tia commented 9 years ago

No, this is not done yet, postponing to 3.6.

HakanCalimFau commented 8 years ago

Hi, have commited the first version of support for OWAMP and BWCTL MP. Need to be tested. There are small changes in the protocol. Adjusted the measurement result for storing in esmond. PSUI request RAW from OWAMP MP. OWAMP MP use now summary for storage and this is actually the default response. For BWCTL MP I changed the bandwith unit from Mbits/s to KBits/s to have more details. This should be also adjusted n psUI.

HakanCalimFau commented 8 years ago

Hi all,

I checked with: http://ps-ui-test.qalab.geant.net/perfsonar-ui/login.jsp

and OWAMP MP and BWCTL MP works. Chose my development endpoint for testing. It is RRZE Hakan DEV for both. In case of BWCTL it seems no changes are needed. And the measurement results will be stored in esmond.

If we also want to store measurement with OWAMP MPpsUI should send a request with output type machine_readable. At the moment it sends raw. Measuremnt with raw results are not stored at the moment. I didn't found an example with storing raw measurement results.

In the machine_readable output there is a field histogram_delay. I think this can be used for diplaying the measurement.

Please check it as well if everything is ok! Thanks.

Best regards, Hakan

HakanCalimFau commented 8 years ago

Ivan and I checked BWCTL MP and it seems everything OK with psUI. For OWAMP MP we had a idea to get RAW and machine_readable at the same time. I will check this. Maybe then no changes are needed in psUI.

igarny commented 8 years ago

Tests were produced. An issue was identified. A fix was provided Additional test were run.

arlake228 commented 8 years ago

Can this issue be closed or is there more to be done?

laeti-tia commented 8 years ago

Yes, this is done.