Skip to content

Releases: N9-GROUP/LogInsight

1.0.2

12 Nov 13:42
31e0ae6
Compare
Choose a tag to compare

1

Created by @Nighty3098


What's Changed

  • Before optimization:
    Heap total: 7588868956 bytes (~7237 MB)
    Heap peak: 1327991076 bytes (~1266 MB)
    Total malloc: 28601874
    Total memory malloc: 2417220820 bytes (~2305 MB)

  • After optimization:
    Heap total: 3696848848 bytes (~3525 MB)
    Heap peak: 118872 bytes (~0.11 MB)
    Total malloc: 13714622
    Total memory malloc: 1141452060 bytes (~1090 MB)

  • Changes:
    Heap total: Decreased by ~3712 MB (2x)
    Heap peak: Decreased by ~1266 MB (more than 10000 times!)
    Total malloc: Decreased by 2x
    Total memory malloc: Decreased by ~1215 MB (2 times)


Full Changelog: 1.0.1...1.0.2

1.0.1

12 Oct 08:33
7450ff7
Compare
Choose a tag to compare

Program for analyzing log files and detecting anomalies in program operation

1

Build from source code:

git clone https://github.com/Nighty3098/LogInsight
cd LogInsight
make

Install:

sudo ln LogInsight /bin/

What's Changed

New Contributors

Full Changelog: https://github.com/Nighty3098/LogInsight/commits/1.0.1