PeterPitterling
PeterPitterling
**Describe the bug** -t | -w suppress warning message, but help text is still shown **To Reproduce** Steps to reproduce the behavior: 1. Run 'lsof -t -D /non_existent_folder' 2. shows...
### Describe the bug just running "vmware-toolbox-cmd -v" should provide only the Tools version. This command line is typically used by monitoring tools like saposcol and others very frequently. Running...
here is a pitfall with empty arrays and set -u and recommendation from SC2048 "${array[@]}" or "${array[@]:-}" .. the behavior changes because with quotes it will run at least 1...
Is there any way to merge sar binary files, e.g. daily files to combine them for a week or month? Thx
[profiles/sap-hana/tuned.conf] `force_latency=cstate.id_no_zero:3|70` last generations of Intel CPUs usually provide only POLL, C1, C1E and C6 sleep states "cstate.id_no_zero:3" and calls _get_latency_by_cstate_id("3", no_zero=True). That causes the plugin to read the cpuidle...