Skip to content

Level I working code with multiple SampleSets and Parameters

Ghost User requested to merge 4310_prd_stat into devel
  • Initial commit
  • global Makefile fixed
  • bbf-plugin get/set working for some parameters
  • Mostly get/set parameters working firn, add/del object working for sampleset.
  • Fixed worng number of parameter entries, Fixed registeration of each parameter in it's specific sampleset.
  • Using old add object for parameter in each sampleset
  • Add/Del/Set/Get working for both SampleSet and Parameter, with multiple instances
  • All parameters working for all instances.
  • list based initialization of uci parameters working for both samleset and parameters.
  • Able to read multi instance UCI configuration and fill the structures.
  • Fetched data from daemon and stored to file.
  • detached thread able to collect data
  • proper data collection with start & end time, written structured json format to specific file based on sampleset and parameter.
  • Tested with multiple threads and multiple parameters working fine, also added one configuration file on which stats tested.
  • Required check on SampleSet enabled or not
  • Added SuspectData to final output, And fixed issue with file writing at each samplesecond.
  • Fixed bug for multiple parameters under each sampleset.
  • Changes for getting final status from files specific to each SampleSet and parameter
  • Corrected time format and get report start/end time
  • Implemented Collection of continuous data
  • Continuous Updation of Report Start time
  • UCI configuration moved to config.c
  • Added new param dynamicleaf in all objects
  • latest plugin

Merge request reports