Christopher J. Morrone

Results 67 issues of Christopher J. Morrone

Maybe I'm missing something, but at first read it does not appear that we are correctly validating incoming requests in the ldmsd. For instance, when we are iterating through the...

If I understand correctly, sampler_base.[ch] is assuming that there is only one metric set per schema. This can be seen in base_set_new(), where it overwrites base->set without checking the current...

Can someone please give me the background on the ldmsd-wrapper.sh script? It looks like the spec file, when systemd is used, swaps the normal binaries out for ldmsd-wrapper.sh. What problem...

I came across the following error: ``` ldmsd[67238]: Mon Jul 20 12:24:56 2020: ERROR : 'rdma' transport creation with auth 'munge' failed, error: ENOENT(2). Please check transpot configuration, authentication configuration,...

V4

It would be very nice to have a way to set default permissions one time in ldmsd that are used by all metrics. @baallan suggested having environment variables to pass...

Apparently there is a need for having different logging levels enabled in different ldms sampler plugins at the same time. One way to achieve this goal is to pass an...

v5-topic

Can someone please share the semantics surrounding ldmsd_set_register and ldmsd_set_deregister? The prototypes lack any code documentation. What do the functions actually do? At what points in set creation and destruction...

This is a longer-term suggestion, not something that needs to be implemented in the next few weeks. I just want to capture the thought for future implementation. There are some...

I am not sure if this is a bug or not, because the auth munge permissions are not documented. When I use the meminfo plugin with the following settings: ```...

Documentation
V4

In v4, the ldms/configure.ac still has the following: ``` OPTION_DEFAULT_DISABLE([sos], [ENABLE_SOS]) OPTION_WITH_OR_BUILD([sos],[../sos],[sos/src sos/include ods/src ods/include]) ``` The "../sos" location is left over from the days before sos was moved into...

V4