Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (6561 KB)
ncab2clf(1)Name | Synopsis | Description | Options | Examples | Exit Status | Attributes | See Also | Notes Name
Synopsis
/usr/bin/ncab2clf [-Dhv] [-i input-file] [-o output-file]
[-b size] [-n number] [-s datetime]
DescriptionThe ncab2clf command is used to convert the log file generated by the Solaris Network Cache and Accelerator (“NCA”) from binary format, to Common Log File (“CLF”) format. If no input-file is specified, ncab2clf uses stdin. If no output-file is specified, the output goes to stdout. Options
ExamplesExample 1 Converting a Binary File to a Common Log File FormatThe following example converts the binary file /var/nca/logs/nca.blf to a file /var/nca/logs/nca.clf, which is in Common Log File format.
Example 2 Converting Multiple Log FilesThe following script may be used to convert multiple log files. The directory designated by “*” must only contain log files. !/bin/ksh
for filename in *
do
ncab2clf -D < $filename > $filename.clf
done
Example 3 Using -s and -n on a Raw DeviceThe following example shows how ncab2clf can be used on a raw device. If not using the -n option, the default is to convert all records from the starting location to the end of the file. The date and time specified with -s, below, is in CLF format.
Exit StatusAttributesSee attributes(5) for descriptions of the following attributes:
See AlsoNotesThe binary log files generated by NCA can become very large. When converting these large binary files, use the -b option to the ncab2clf command to help performance. Direct I/O is a benefit to the user if the data being written does not come in as large chunks. However, if the user wishes to convert the log file in large chunks using the -b option, then direct I/O should be disabled by using the -D option. Name | Synopsis | Description | Options | Examples | Exit Status | Attributes | See Also | Notes |
||||||||