Benjamin Allan
Benjamin Allan
rolling empty files periodically is an inode-wasting thing to do. this stops it for store_csv, store_function_csv and the stream csv store.
This adds a man page and options so that ldmsd_stream_subscribe can be used as a testing tool with -D for those other than root. The daemon(0,0) command causes -D to...
Currently none of the vms used for the pull request checks have g++ installed so that new code dependent on the c++ api can be checked. As a lot of...
The error message in decomp_static appears to have been cloned from the make_rows region but dcol is used uninit afaict, likely leading to confusing or seg faulting messages when debugging...
__ldms_format_set_meta_as_json has an assumption of a lock on the set, but one of the call paths to __ldms_format_set_meta_as_json was missing that lock. ldmsd_set_register (descendants) and ldms_transaction_end are some of the...
When i do a prdcr_stop/prdcr_del on a producer, i get a message: The producer is in use. It appears __ldmsd_prdcr_stop does: ``` if (!prdcr->xprt) prdcr->conn_state = LDMSD_PRDCR_STATE_STOPPED; ``` but afaict...
In addition to fixing sequence dependence (-x before -a yields wrong default authentication setting) of listener options, this patch extends the -x option syntax to -x xprt:port[:host][@auth[:authopts]] This allows multiple...
this stops spurious warnings in the log about ": create_hfi_port error "
The set create code in the new procstat2 sampler assumes that all cores are currently running when computing the maximum list size. As individual cores can be down temporarily (and...
We can connect a user-owned L2 aggregator to a system-owned L1 aggregator via munge and get copies of sets with permission 644 into our L2 from the L1. The analogous...