...
/Size, Guest, Minimal, Missing, No Metafile
Size, Guest, Minimal, Missing, No Metafile
This lesson introduces the following analysis patterns: file size, guest component, minimal trace, missing component, and no trace metafile.
We'll cover the following...
File size
Trace and log analysis starts with an assessment of artifact file size, especially with multiple logging scenarios in distributed systems. If all log files are of the same size, we may have either circular traces or truncated traces. Both point to the wrong trace timing plan or simply to that they are using the default tracing tool configuration.
Guest component
Sometimes, when comparing normal, expected (working), and abnormal (non-working) traces, we can get a clue for further troubleshooting and debugging by looking at module load events. For example, when we see an unexpected module loaded in our non-working trace, its function ...