Skip to main content
Log in

Extracting high-level activities from low-level program execution logs

  • Published:
Automated Software Engineering Aims and scope Submit manuscript

Abstract

Modern runtime environments, standard libraries, and other frameworks provide many ways of diagnostics for software engineers. One form of such diagnostics is logging low-level events which characterize internal processes during program execution like garbage collection, assembly loading, just-in-time compilation, etc. Low-level program execution event logs contain a large number of events and event classes, which makes it impossible to discover meaningful process models straight from the event log, so extraction of high-level activities is a necessary step for further processing of such logs. In this paper, .NET applications execution logs are considered and an approach based on an unsupervised technique is extended with the domain-driven hierarchy built with the knowledge of a structure of logged events. The proposed approach allows treating events on different levels of abstraction, thus extending the number of patterns and activities found with the unsupervised technique. Experiments with real-life .NET programs execution event logs are conducted to demonstrate the proposed approach’s capability.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Price excludes VAT (USA)
Tax calculation will be finalised during checkout.

Instant access to the full article PDF.

Fig. 1
Fig. 2
Fig. 3
Fig. 4
Fig. 5
Fig. 6
Algorithm 1
Algorithm 2
Fig. 7
Algorithm 3
Fig. 8
Fig. 9
Fig. 10
Fig. 11
Fig. 12
Fig. 13
Fig. 14
Fig. 15
Fig. 16
Fig. 17
Fig. 18
Fig. 19
Fig. 20
Fig. 21
Fig. 22

Similar content being viewed by others

References

Download references

Acknowledgements

This work is an output of a research project implemented as part of the Basic Research Program at the National Research University Higher School of Economics (HSE University).

Author information

Authors and Affiliations

Authors

Contributions

E.V. Stepanov and A.A. Mitsyuk wrote the main manuscript, planned and conducted experiments, and E.V. Stepanov developed tools (Procfiler). Both authors reviewed the manuscript.

Corresponding authors

Correspondence to Evgenii V. Stepanov or Alexey A. Mitsyuk.

Ethics declarations

Conflict of interest

The authors have no Conflict of interest to declare that are relevant to the content of this article.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Appendix A: CLR events considered in this paper

Appendix A: CLR events considered in this paper

See Tables 3, 4, 5, 6, 7, 8, 9, 10, 11, 12.

Table 3 CLR garbage collector events considered in this paper
Table 4 CLR exception handling events considered in this paper
Table 5 CLR array pooling events considered in this paper
Table 6 CLR assembly loader events considered in this paper
Table 7 CLR loader events considered in this paper
Table 8 CLR methods and JIT compiler events considered in this paper
Table 9 CLR task events considered in this paper
Table 10 CLR thread management events considered in this paper
Table 11 CLR HTTP events considered in this paper
Table 12 CLR sockets events considered in this paper

Rights and permissions

Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Stepanov, E.V., Mitsyuk, A.A. Extracting high-level activities from low-level program execution logs. Autom Softw Eng 31, 41 (2024). https://doi.org/10.1007/s10515-024-00441-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1007/s10515-024-00441-0

Keywords

Navigation