cepcollectinfo - Data investigation collection
cepcollectinfo [path]
This command collects data for investigation for the Interstage Big Data Complex Event Processing Server, in batch.
The compressed file (tar.gz format) below will be generated in the path specified in the command.
yyyyMMddHHmmss indicates the date and time the data was collected.
Specify the directory for storing the data for investigation.
If this option is omitted, the data will be stored in /tmp.
If the specified path does not exist, the command will return an error without collecting the data for investigation.
The following status codes are returned:
Normal end
Abnormal end
Example
Execution example
When a path is specified:
# cepcollectinfo /var/tmp <ENTER>
Compressing collect data is started.
Compressing collect data is finished.
Collecting is finished. (/var/tmp/collect/BDCEP_20120413141134.tar.gz)
Command cepcollectinfo executed successfully.
When a path is not specified (data is stored under /tmp):
# cepcollectinfo <ENTER>
Compressing collect data is started.
Compressing collect data is finished.
Collecting is finished. (/tmp/collect/BDCEP_20120413141134.tar.gz)
Command cepcollectinfo executed successfully.