nss.watch.slow.lookup.warn.threshold.group
This configuration parameter specifies the threshold (in milliseconds) for the time spent on a complete NSS request for the group category. When a NSS request exceeds this threshold, the NSS module writes information to a WARN log file.
The group category indicates the following NSS calls:
getgrnam*
getgrgid*
The nss.watch.slow.lookup.info.threshold.user setting overrides that set by the
nss.watch.slow.lookup.warn.threshold
parameter.
By default, this parameter is set to -1, which means that there is no threshold.
For example: nss.watch.slow.lookup.warn.threshold.group:30
.