Statistics commands

-S is a prefix indicating that the command belongs to the statistics command group.

kesl-control --app-info

This command outputs information about the application.

Command syntax

kesl-control [-S] --app-info [--json]

Arguments and options

--json is specified to output the settings in JSON format.

kesl-control --get-statistic

The command allows you to display statistics about the operation of the application and the list of mount points found on the device.

Command syntax

kesl-control [-S] --get-statistic [--files] [--processes] [--mountpoints]

Arguments and options

[--files]: statistics of files most frequently scanned by the File Threat Protection component, and the number of times the component accesses these files.

[--processes]: statistics of applications most frequently scanned by the Behavior Detection component, and the number of times the component accesses these applications.

[--mountpoints]: list of mount points.

You can specify one or more options in any combination or no options at all. If you do not specify options, the application displays three lists: statistics on the most frequently scanned files, statistics on the most frequently scanned applications, and the list of mount points found on the device.

In the output, mount points are sorted as follows:

kesl-control --omsinfo

This command creates a JSON file for integration with Microsoft Operations Management Suite.

Command syntax

kesl-control [-S] --omsinfo --file <file path>

Page top