Rate This Document
Findability
Accuracy
Completeness
Readability

Access Logging

This section describes the ExaGear log recording function.

The ExaGear Server log file is stored in the /var/log/exagear directory. The log file format is as follows:

[time stamp][ log type ][ guest executable name ][ PID ] [Message]

For example:

[2020-01-19 02:01:46][MEMORY][/opt/exagear/images/centos-7-x86_64/usr/bin/bash] [55060]TCache: 1824 Kb AddrMap: 20516 Kb HostMman: 34816 Kb TOTAL: 57156 Kb

ExaGear Server log types:

  • ERROR: ExaGear errors
  • MEMORY: memory usage information
  • INFO: Additional information when the --verbose option is enabled

Only messages of the ERROR log type are ExaGear error messages. Messages of other log types except INFO are note error messages.