- 31 Jul, 2019 4 commits
-
-
Alessio Netti authored
- querySensor does not return NULL pointers anymore, but always the "buffer" input argument - the previous implementation was more descriptive of error statuses, but much more prone to leaking memory in case of improper usage - Also fixed a warning in the MSR plugin
-
Alessio Netti authored
-
Micha Müller authored
-
Micha Müller authored
-
- 30 Jul, 2019 6 commits
-
-
Micha Müller authored
-Fixes and improvements to Caliper service -Start work on Pusher plugin
-
Carla Guillen authored
-
-
Carla Guillen authored
-
Alessio Netti authored
- Fixed a bug in the collectagent that caused the QueryEngine to not be treated correctly, due to a missing linking flag
-
Alessio Netti authored
- Fixed a bug associated to virtual sensor queries under the new schema - Symbol for scaling in dcdbquery is now '@'
-
- 29 Jul, 2019 4 commits
-
-
Micha Müller authored
-service stores snapshot data now in shared memory -Caliper service finished for the moment -Pusher plugin adaption outstanding...
-
Carla Guillen authored
-
Alessio Netti authored
- Fixed a bug in the Filesink plugin that caused occasional crashes - Fixed a bug in the Pusher REST API that prevented plugin reloads for operators
-
Alessio Netti authored
- Make clean might be required
-
- 26 Jul, 2019 1 commit
-
-
Micha Müller authored
-fixed symbol address calculation
-
- 25 Jul, 2019 5 commits
-
-
Carla Guillen Carias authored
-
Carla Guillen Carias authored
-
-
Carla Guillen Carias authored
-
Alessio Netti authored
- This plugin allows to write arbitrary sensor data to the local file system - Removed the obsolete sink functionality in SensorBase - Also fixed a minor bug concerning MQTT topic assignment in template analyzers
-
- 24 Jul, 2019 3 commits
-
-
Micha Müller authored
-
Carla Guillen authored
-
lu43jih authored
-
- 23 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 22 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 20 Jul, 2019 1 commit
-
-
lu43jih authored
-
- 19 Jul, 2019 1 commit
-
-
Micha Müller authored
-implement custom symbollookup instead of Caliper service usage -relocate lookup logic to pusher plugin -share symbol information via shared memory
-
- 18 Jul, 2019 2 commits
-
-
Alessio Netti authored
-
Alessio Netti authored
- Added shuffling of data in the training set in an attempt to improve regression accuracy
-
- 17 Jul, 2019 1 commit
-
-
Micha Müller authored
-avoids symbollookup service but instead uses dladdr -not fully re-entrant but does not crash -needs huge clean-up
-
- 16 Jul, 2019 4 commits
-
-
-
Micha Müller authored
-
Alessio Netti authored
- The "observations" operation simply counts the number of total queried elements over the inputs of each unit
-
Alessio Netti authored
- Fixed a bug in UnitGenerator when generating units in relaxed mode - Added the latest reading as feature in the Regressor plugin - Added a small delay in the scheduling of analyzers to give higher priority to standard monitoring plugins
-
- 15 Jul, 2019 3 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
Micha Müller authored
-
- 12 Jul, 2019 2 commits
-
-
Michael Ott authored
-
Alessio Netti authored
- Allowing users to define analyzers with inputs but no outputs - In this case, a "sink" unit is created, which always refers to the root of the sensor tree - This is useful for control analyzers that tune system knobs but do not actively produce sensor data
-
- 11 Jul, 2019 1 commit
-
-
Alessio Netti authored
- For plugins that use hierarchical units (e.g., job analyzers) a "flatten" plugin option was added. If enabled, output sensors in the sub-units of each unit will be exposed as well, and their output values propagated - Minor fixes here and there
-