Benjamin Allan

Results 60 issues of Benjamin Allan

ldms_ls seg faults with the gdb trace below for the case of the arguments given to the gdb run command. It behaves similarly without gdb present. The default is to...

I have a sampler (pr 767) where L0 sets have the following lifecycle (driven by events in /proc/$pid): ``` ldms_set_new ldms_set_publish ldmsd_set_register (L1 discovers) ldmsd_set_deregister ldms_set_unpublish ldms_set_delete ``` And at...

In the scenario where a v3 aggregator regularly retries to connect to a v4 sampler (and fails on version or auth mismatch; not sure where exactly), the v4 sampler is...

plugins other than rdma,sock,ugni are disallowed in __ldms_zap_get This prevents the fabric transport plugin for omnipath and the test plugin from being used, it would seem.

V4

The flatfile store needs to be updated with changes from v3. It also needs to have rollover support added. It also needs to not require component_id if producername is present...

The auth plugins are being installed in libdir instead of pkglibdir with the other plugins. This needs to be adjusted in the makefile.am.

A kernel high rate software events (perfmon for software counters instead of MSR/papi hw counters) sampler is very desirable. This is complementary to a streaming software events sampler. The papi...

LDMSD should log failed attempts to connect due to auth failure at ERROR or maybe WARNING level. Administrators should be able to tell when daemons are under attack if they...

V4

As in v3, v4 needs connection-related log messages related to reasonably-expected failures to be issued once per incident instead of repeated at the attempt interval. Logs shouldn't explode because a...

V4

The following locations in the ldms build reference sysconfdir. Review what is installed in sysconfdir vs in /usr/share in all these makefiles. ./lib/etc/ovis/Makefile.am ./lib/etc/ld.so.conf.d/Makefile.am ./ldms/src/ldmsd-samplers/slurm/spank/Makefile.am ./ldms/src/ldmsd-samplers/aries_mmr/aries_mmr_set_configs/Makefile.am ./ldms/src/core/Makefile.am ./ldms/src/auth/Makefile.am ./ldms/etc/Makefile.am ./ldms/etc/systemd/Makefile.am...

V4