The formula for calculating the disk usage required by the CEP Server is shown below.
Disk usage required = (A + B + C + D + E + F + G + H) x 1.2
Item | Explanation | Directory | Estimated disk usage |
---|---|---|---|
A | Base disk usage | The directories are as follows: /opt /var/opt /etc/opt | The estimated disk usage is as follows: /opt: 860 MB /var/opt: 53 MB /etc/opt: 20 MB |
B | Event log (Before the high-speed filter is used) | Refer to "5.4.13.1 Output Destination and File Format of an Event Log". | (*1) |
C | Event log (After complex event processing) | Refer to "5.4.13.1 Output Destination and File Format of an Event Log". | (*2) |
D | Resource log | High-speed filter: /var/opt/FJSVcep/cep/flt/logs/ResourceLog/CEPengineName Complex event processing: /var/opt/FJSVcep/cep/cep/logs/ResourceLog/CEPengineName | The estimation expression is shown below. (MB) 2 MB x numberOfCEPengines |
E | Engine log | High-speed filter: /var/opt/FJSVcep/cep/flt/logs/EngineLog/CEPengineName Complex event processing: /var/opt/FJSVcep/cep/cep/logs/EngineLog/CEPengineName | The estimation expression is shown below. (MB) 200 MB x numberOfCEPengines |
F | Master data | This will be the path specified in "dataFile" in the master definition file. Refer to "9.2.3 Master Definition File" for details. | This will be the master data file size. |
G | Maintenance log of the high-speed filter | /var/opt/FJSVisjee/nodeagents/ijna/CEPengineName_Flt_Ins/current | The estimation expression is shown below. (MB) (totalNumberOfFilterStatementsDescribedInHigh-speedFilterRules x 1.6 + 0.2) x 4 MB |
H | Other maintenance logs (except for the above logs) | Logs in the following directories: /var/opt/FJSVisjee | The estimation expression is shown below. (MB) 1301 MB + 618 MB x numberOfCEPengines |
*1: Calculate the events to be logged by the input adapter. The formula is shown below.
Disk usage of event log (B) (KB) = Total amount of each diskUsageOfEventsToBeLogged
diskUsageOfEventsToBeLogged (KB)
= numberOfEventsReceivedPerSecond x averageDataSize (KB) x eventLogAccumulationPeriod (Seconds) x 1.2
*2: Calculate the data (events or processing results of rules) to be logged by complex event processing. The formula is shown below.
Disk usage of event log (C) (KB) = Total amount of each diskUsageOfDataToBeLogged
diskUsageOfDataToBeLogged (KB)
= numberOfDataOccurrencesPerSecond x averageDataSize (KB) x eventLogAccumulationPeriod (Seconds) x 1.2