Questions tagged [logfile-analysis]

The act of analyzing `logfiles` using methods such as, but not limited to: `parsing` and `deciphering`, etc.

The act of analyzing logfiles using methods such as, but not limited to: parsing and deciphering, etc.

79 questions
-1
votes
1 answer

Query log file of mySQL database for analysis

We have log files of mySQL database and we want to use that log files for analysis (data mining, machine learning,...) and iam very new with that. Can you give me instruction how to do that ?
user2863110
  • 21
  • 2
  • 7
-1
votes
1 answer

Automatic log file analysis using Machine Learning techniques for better understanding user behaviour

I have to automatically analyse json log files using Machine Learning techniques in order to better understand the user behavior and recognise frequently performed actions to improve the usability of a application. The log file contains entries like…
peter_01
  • 1
  • 2
-2
votes
1 answer

How to get all used IDs in a log file

I have a log file containing multiple IDs like this: INFO: [Synth 8-3491] module 'IOBUF' declared at 'C:/Xilinx/Vivado/2017.3/scripts/rt/data/unisim_comp.v:22655' bound to instance 'LED_tri_iobuf_7' of component 'IOBUF'…
Paebbels
  • 15,573
  • 13
  • 70
  • 139
-4
votes
1 answer

How to to iterate through a specific time range in a logfile?

For example: [2017-04-14 03:56:22,085109] If this is the time where event A happens, I want to go 15 minutes before this line in the logfile which will have thousands of line and I want to iterate through everyline in that period and look for…
1 2 3 4 5
6