URL: https://github.com/SSSD/sssd/pull/5712
Author: justin-stephenson
 Title: #5712: Health and Support Analyzer - Add request log parsing utility
Action: edited

 Changed field: body
Original value:
"""
* Print client command request list, NSS (default), or PAM
~~~
$ sssctl analyze request --list
$ sssctl analyze request --list --pam
~~~

* Track individual NSS request
~~~
$ sssctl analyze request --cid=20
~~~

* Track individual NSS request including cache request logs
~~~
$ sssctl analyze request --cid=20 --cachereq
~~~

* Track individual PAM request
~~~
$ sssctl analyze request --cid=20 --pam
~~~

* Supports --logger=journald, pending tevent chain ID support for 
logger=journald
~~~
$ sssctl analyze --source=journald request --list
~~~

* Analyze logs extracted, or sent from another user (CEE use case). Logs must 
be from compatible SSSD version with REQ_TRACE log messages and tevent chain ID 
support
~~~
$ sssctl analyze --logdir=/path/to/sosreport/var/log/sssd request --list
~~~
"""

_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to