Top
Interstage Big Data Complex Event Processing Server V1.0.0 User's Guide
Interstage

8.1 cepcollectinfo

Name

cepcollectinfo - Data investigation collection


Format
cepcollectinfo [path]

Function description

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.


path/collect/yyyyMMddHHmmss

yyyyMMddHHmmss indicates the date and time the data was collected.


Arguments
path

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.


End status

The following status codes are returned:

0

Normal end

8

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.