Tom Tucker

Results 164 comments of Tom Tucker

@nick-enoent, could you please add the relevant check to ldmsd_attr_next(). Somehow I missed this when I reviewed the code. I know we discussed it when we were talking about doing...

We could also validate the request upon receipt before ldmsd_attr_first is even called.

@morrone is this resolved?

Hi @baallan, please convert this from a draft or close it.

@baallan, still WIP...what's up with this pull request?

> > > All ldms plugins are currently required to honor a "component_id" option and store it in a metadata metric in all of its metric sets. The data type...

LDMS and it's implementation libldms.so is a generic service. LDMSD is a daemon that uses the LDMS service to communicate with other daemons. I don't think it's appropriate to stuff...

Here's some information that might be helpful: - A uGNI "connection" as seen by the peers is over a socket. There is no uGNI resource that is allocated at connect...

It is a limitation of the uGNI transport when used from a slurm plugin. The setup of the uGNI transport from the slurm plugin collides with the application setup of...

The ldmsd_set_register function is not part of LDMS, but rather LDMSD, i.e. the application. That's why it's in a different header and has a different name. At some point there...