Christopher J. Morrone
Christopher J. Morrone
> { "src" : "netdev_list", "rec_member" : "rx_packets", ... } I'm not opposed to that, but what I was getting at was more about what to do with "dst" in...
> The digest is a pain, but I see no other way to unambiguously map schema decomposition rules to rows without the ability to tag schema with a name that...
Also, any time "static" decomposition is used, we have a fixed set of values that we are selecting from a schema. As long as schemas change in the form of...
@tom95858, ibnet fails at build time, not later at plugin load time. Since the build didn't finish, I couldn't go any further than that.
Oh, I'm sorry, it looks like it is specifically breaking the build at ldms_ibnet_schema_name (ibnet_data.c): ``` make[5]: Entering directory '/g/g0/morrone/src/ovis/OVIS-4/ldms/src/sampler/ibnet' CC ldms_ibnet_schema_name-ibnet_data.o CCLD ldms_ibnet_schema_name ../../../../ldms/src/ldmsd/.libs/libldmsd_plugattr.so: undefined reference to `config_log' collect2:...
Yes, it does compile now. Thanks!
Sure. I was going to change the length option of strncpy() to essentially: ``` len = min(dest_len, src_len) ``` That does avoid the extra zeros. But then I realized that...
I do not think so. We can only tell the schema from the metric set where lists are concerned. Two metric sets that declare they are using the same schema...