...
Panel |
---|
borderColor | #EDEDEE |
---|
bgColor | #FFFFFF |
---|
titleColor | #000000 |
---|
titleBGColor | #EDEDEE |
---|
title | CHARON-VAX log file example (part2) |
---|
|
20190523:074334:INFO :0:0000041F:hexane.cxx(3224): Configuration dump::
. session:
. . configuration_name = "VAX_6610"
. . log_method = "overwrite"
. . hw_model = "VAX_6610"
. . log_mode = "shared"
. . log_locale = "english"
. XMI:
. . clock_period = "20000"
. . boot = "manual"
. RAM:
. . size = "512"
. eeprom:
. . container = "charon.rom"
. TOY:
. . container = "charon.dat"
. OPA0:
. . trace = "disabled"
. . stop_on = "F6"
. . tx_flush_delay = "0"
. PUA:
. . container[0] = "/home/charon/Charon/test/performancecomparison-66x0.vdisk"
. . xmi_node_id = "11"
. EXA:
. . adapter_mode = "auto"
. . interface = "EXA0"
. . rx_fifo_delay_on_overload = "false"
. . extended_command_ring = "false"
. . xmi_node_id = "13"
. EXA0:
. . interface = "eth1"
. . disabled_mode = "10BaseT-HD"
. . port_show_driver_statistics = "false"
. . port_enable_mac_addr_change = "true"
. . port_snd_sock_buf_size_kb = "0"
20190523:074336:WARN :1:00000431:lnxpackpor(1006): (95) Operation not supported: EXA0: ioctl("eth1", SIOCETHTOOL, GSET)
20190523:074336:INFO :0:00000001: tpool.cxx(1374): CPU: The ACE option is omitted; enable ACE as license default.
20190523:074337:INFO :0:00000133: tpool.cxx(1606): Advanced CPU Emulation (ACE) enabled.
20190523:074337:INFO :0:00000400:ethdev.cxx( 388): EXA: RX FIFO size is 512KB.
20190523:074338:INFO :0:0000032C:hexane.cxx(2740): "VAX_6610" started.
20190523:074345:INFO :0:0000014F:lnxpackpor(1652): EXA0: Carrier loss detected.
20190523:074539:INFO :0:000003D7:hexane.cxx(5548): All virtual CPUs of "VAX_6610" have been stopped by now.
20190523:074539:INFO :0:0000032D:hexane.cxx(2784): "VAX 6000 Model 610" stop request received.
20190523:074539:INFO :0:0000014C:lnxpackpor( 433): EXA0: Stopping network interface ... please wait.
20190523:074539:INFO :0:0000024D:licenseman(1823): Licensing component received stop request.
20190523:074539:INFO :0:0000032E:hexane.cxx(2811): Stopped.
20190523:074539:INFO :0:0000014C:lnxpackpor( 433): EXA0: Stopping network interface ... please wait.
|
The next group of parameters defines the name of the CHARON-VAX log file and how CHARON-VAX will use it:
set session log_method = append
#set session log_method = overwrite
#set session log = "MicroVAX_3600.log"
|
...
Rotating log (default)
By default CHARON-VAX utilizes a so called "rotating log" mechanism. This means that a new default log file is created each time CHARON starts and can switch to another log file if the size of the log file exceeds 64Kb (this behavior can be changed with the "set session log_file_size" and "set session log_rotation_period" parameters; see more details in the "General Settings" chapter of this guide).
...