Questions related with Log File 2X ApplicationServer

  • Thread starter Thread starter Tom Haskell
  • Start date Start date
T

Tom Haskell

Hi,
Below is a snippet of my log file.
I am trying to clear some of the questions that relates to the logging of 2X ApplicationServer.

Here they are:
1. [I 06/00000014] Thu Jun 18 20:45:01 2008 - Performance Information: Server localhost, CPU 6%, Memory 14%, Active Sessions 4, Disconnected Sessions 3

What does this information tell us?-> [I 06/00000014]

2. Although my backed up compressed file size is not that big, does anyone know the age of this backed up log file? I mean, backed up log files will be there forever or old files after some duration will be deleted automatically?

Regards,
Tom
 
Hello,
1. It is Event ID which can be use for syslogging.
2. Files are not deleted automatically.
 
Hi

What does this information tell us?-> [I 06/00000014]

Each entry in the log file has it's own id. These are used to identify the logs. A list of these log ids will soon be available, and each id will have a detailed description.

I mean, backed up log files will be there forever or old files after some duration will be deleted automatically?

Backed up log files are never deleted..

Nixu
 
Hi Sergei,
Thank you.
It sounds like syslog in win server, but i don't see anything like [I 06/00000014] in that syslog.
Can you please tell me more about syslogging. I think it might be helpful to know.

Regards,
Tom
 
Hi Nixu,
Actually I thought it was some kind of ID. However, it captured my eyes because there are times when many users are getting the same ID as you can see in the log file

Question is not a high priority but I thought knowing is better.

Tom
 
You can use those Event IDs to identify different events when using syslogger.
 
Back
Top