Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

odutil(1) [mojave man page]

odutil(1)						    BSD General Commands Manual 						 odutil(1)

NAME
odutil -- allows caller to examine or change state of opendirectoryd(8) SYNOPSIS
odutil show [cache | sessions | nodes | modules | requests | nodenames | statistics | all] odutil show configuration nodename [module modulename] [option option] odutil reset [cache | statistics] odutil set log [default | alert | critical | error | warning | notice | info | debug] odutil set configuration nodename [module modulename] option option value1 ... odutil set statistics [on | off] DESCRIPTION
Use odutil to look at internal state information for opendirectoryd, enable or disable logging, or change statistics settings. Available commands: show Show various internal information. Subcommands: cache Outputs contents of the cache. Note, this output is not included in show all command. sessions List all open sessions nodes List all open nodes modules List all loaded modules requests List all active requests statistics Outputs statistics information. Some statistics are always enabled (membership). Additional statistics can be enabled see 'set statistics on'. nodenames List all available node names all List all of the above information (excludes cache) show configuration nodename Show configuration of a specific node, Subcommands: module modulename Specific module is requested, otherwise global options option option Output a value of a specific option. reset Reset various internal information. Subcommands: cache Resets all caches including membership and kernel (does not affect DNS cache) statistics Resets any accumulated statistics. set log Change the type of log messages saved to persistent storage. The configuration stays active across reboots and must be changed to a new type or 'default'. The next type of messages are automatically stored to memory-only buffers for enhanced debugging. default Enables saving log messages based on default system behavior. Typically, saves basic messages to persistent storage and info messages to memory-only buffers. info Enables saving of info type messages to persistent storage and debug messages to memory-only buffers. debug Enables saving all types of messages to persistent storage. set configuration nodename Sets either global or per-module options accordingly. module modulename If module is omitted, then global option is assumed. option option value1 ... Set a specific option to one or more values as appropriate. set statistics Enables or disables extended statistics. Statistics include per-process-name call statistics and per-API call and latencies. This setting is persistent across reboots and should not normally be run as it is memory intensive. on Enables statistics tracking off Disables statistics tracking SEE ALSO
opendirectoryd(8) BSD
Nov 15, 2016 BSD

Check Out this Related Man Page

MAILSTATS(8)						      System Manager's Manual						      MAILSTATS(8)

NAME
mailstats - display mail statistics SYNOPSIS
mailstats [-c] [-o] [-p] [-P] [-C cffile] [-f stfile] DESCRIPTION
The mailstats utility displays the current mail statistics. First, the time at which statistics started being kept is displayed, in the format specified by ctime(3). Then, the statistics for each mailer are displayed on a single line, each with the following white space separated fields: M The mailer number. msgsfr Number of messages from the mailer. bytes_from Kbytes from the mailer. msgsto Number of messages to the mailer. bytes_to Kbytes to the mailer. msgsrej Number of messages rejected. msgsdis Number of messages discarded. msgsqur Number of messages quarantined. Mailer The name of the mailer. After this display, a line totaling the values for all of the mailers is displayed (preceded with a ``T''), separated from the previous information by a line containing only equals (``='') characters. Another line preceded with a ``C'' lists the number of TCP connections. The options are as follows: -C Read the specified file instead of the default sendmail configuration file. -c Try to use submit.cf instead of the default sendmail configuration file. -f Read the specified statistics file instead of the statistics file specified in the sendmail configuration file. -P Output information in program-readable mode without clearing statistics. -p Output information in program-readable mode and clear statistics. -o Don't display the name of the mailer in the output. The mailstats utility exits 0 on success, and >0 if an error occurs. FILES
/etc/mail/sendmail.cf The default sendmail configuration file. /etc/mail/statistics The default sendmail statistics file. SEE ALSO
mailq(1), sendmail(8) $Date: 2002/06/27 22:47:29 $ MAILSTATS(8)
Man Page