constat 1.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News constat 1.2.0 (Default branch)
# 1  
Old 08-19-2008
constat 1.2.0 (Default branch)

Image constat is an application that monitors, logs, and reports the activity of network connections present on a system. It reports sent/received traffic information for every live network device, giving you the option of displaying its output in units of kilobytes, megabytes, and gigabytes, along with the number of transmitted packets. It also includes a real time monitoring option based on a timer. Additionally, constat provides the option to view the socket table (local/remote IPs with ports they are binded to) for a specific protocol or all protocols at once. It does not require the X server. License: GNU General Public License (GPL) Changes:
An output only numbers option has been added (-n). A new style of output formatting (transmitted packets are shown on a separate line). An option to use old style formatting (-o). A new log format (same as syslog). The log file has been moved to /var/log/ and renamed to constat.log. The -s option is extended (the 'more' command is automatically executed when viewing all entries; -s= shows the last n entries). The monitoring timer (-m option) default value has changed to 30 seconds. configure has been added. COPYRIGHT has been renamed to COPYING. INSTALL, TODO, and AUTHORS files have been added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SMBDIAGNOSE(8)						    BSD System Manager's Manual 					    SMBDIAGNOSE(8)

NAME
smbdiagnose -- gather information to aid in diagnosing SMB file sharing issues SYNOPSIS
smbdiagnose -h smbdiagnose [-f path] [-s] DESCRIPTION
The smbdiagnose tool gathers system information and network traffic in order to assist Apple when investigating issues related to SMB file sharing. A great deal of information is harvested, spanning system state, system configuration, and network traffic related to SMB file sharing. What smbdiagnose Collects: o A network packet trace of SMB file sharing traffic that occurs during the time the tool is run. This packet trace may include file names and file data. It may also include the authentication exchange used to log into the SMB server. o Enhanced debug logs for the SMB server process. o If the -s option is specified, the default set of information collected by sysdiagnose(1). What smbdiagnose Doesn't Collect: o No authentication credentials are harvested from the system OPTIONS
-h Print full usage. -f path Write the diagnostic to the specified path. The default is ``~/Desktop''. -s Collect sysdiagnose(1) information. The default is not to collect sysdiagnose(1) information. EXIT STATUS
smbdiagnose exits with status 0 if there were no internal errors encountered during the diagnostic, or >0 when an error unrelated to external state occurs or unusable input is provided by the user. macOS 15 July 2016 macOS