- 09 Aug, 2019 2 commits
-
-
Carla Guillen Carias authored
-
Alessio Netti authored
- If users specify a single timestamp (startTs==endTs) when performing a sensor query through dcdbquery or libdcdb, a fuzzy sensor query is performed, and the closest sensor reading to the target timestamp is returned
-
- 08 Aug, 2019 6 commits
-
-
Alessio Netti authored
-
Alessio Netti authored
-
Carla Guillen Carias authored
-
Carla Guillen Carias authored
-
Carla Guillen Carias authored
-
Carla Guillen Carias authored
-
- 07 Aug, 2019 8 commits
-
-
lu43jih authored
-
https://gitlab.lrz.de/dcdb/dcdblu43jih authored
-
lu43jih authored
-
Carla Guillen authored
-
-
Carla Guillen authored
-
Alessio Netti authored
- A regular expression (jobFilter) can be applied to the jobs' nodelists to identify the jobs that need to be treated by each collectagent in a cluster - By default only the first node in the nodelist is considered, but this behavior can be customized
-
Carla Guillen Carias authored
-
- 06 Aug, 2019 2 commits
-
-
Daniele Tafani authored
-
Michael Ott authored
-
- 05 Aug, 2019 3 commits
-
-
Alessio Netti authored
- An operator naming conflict prevented the option from working correctly
-
Alessio Netti authored
- Integrated changes to the stop mechanism - Also re-worked the interface to have the same execOn* methods as Sensor Groups
-
Alessio Netti authored
- Decoupled the stop() and wait() methods - A stop command is issued to all sensor groups, then a wait is performed - Wait() now does busy waiting at a 10ms frequency and times out based on the interval of the sensor group
-
- 02 Aug, 2019 1 commit
-
-
Micha Müller authored
Only minor improvements today It seems that dynamic symbol address are currently not computed correctly
-
- 01 Aug, 2019 2 commits
-
-
Micha Müller authored
-detect a subset of symbols in shared library even if stripped -fix a critical bug which lead to skipping of function symbols -both changes increase the memory overhead drastically...
-
Carla Guillen authored
-
- 31 Jul, 2019 5 commits
-
-
Micha Müller authored
-fixes on both sides -finish first implementation of pusher plugin -still requires quality of life improvements
-
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
-