2020-10-19 12:31:06 +00:00
|
|
|
!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!
|
|
|
|
!! ------ The native file is scsimon.1. Re-run 'make docs' after updating
|
|
|
|
|
|
|
|
|
2022-10-03 18:35:19 +00:00
|
|
|
scsimon(1) General Commands Manual scsimon(1)
|
2020-10-19 12:31:06 +00:00
|
|
|
|
|
|
|
NAME
|
2022-10-03 18:35:19 +00:00
|
|
|
scsimon - Acts as a data capture tool for all traffic on the SCSI bus. Data is stored in a Value Change Dump (VCD) file.
|
2020-10-19 12:31:06 +00:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
scsimon
|
|
|
|
|
|
|
|
DESCRIPTION
|
2022-10-03 18:35:19 +00:00
|
|
|
scsimon monitors all of the traffic on the SCSI bus, using a RaSCSI device. The data is cached in memory while the tool is
|
|
|
|
running. A circular buffer is used so that only the most recent 1,000,000 transactions are stored. The tool will continue
|
|
|
|
to run until the user presses CTRL-C, or the process receives a SIGINT signal.
|
2020-10-19 12:31:06 +00:00
|
|
|
|
2022-10-03 18:35:19 +00:00
|
|
|
The logged data is stored in a file called "log.vcd" in the current working directory from where scsimon was launched.
|
2020-10-19 12:31:06 +00:00
|
|
|
|
2021-06-23 00:30:33 +00:00
|
|
|
Currently, scsimon doesn't accept any arguments.
|
2020-10-19 12:31:06 +00:00
|
|
|
|
|
|
|
To quit scsimon, press Control + C.
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
None
|
|
|
|
|
|
|
|
EXAMPLES
|
2022-10-03 18:35:19 +00:00
|
|
|
Launch scsimon to capture all SCSI traffic available to the RaSCSI hardware:
|
2020-10-19 12:31:06 +00:00
|
|
|
scsimon
|
|
|
|
|
|
|
|
SEE ALSO
|
2022-10-04 08:08:23 +00:00
|
|
|
rasctl(1), rascsi(1), rasdump(1)
|
2020-10-19 12:31:06 +00:00
|
|
|
|
2022-10-03 18:35:19 +00:00
|
|
|
Full documentation is available at: <https://www.github.com/akuker/RASCSI/wiki/>
|
2020-10-19 12:31:06 +00:00
|
|
|
|
2022-10-03 18:35:19 +00:00
|
|
|
scsimon(1)
|