Search Articles — Sudonull

Search Results

In this project

Git Log Analysis: Hidden Data on Team and Project Metrics

https://sudonull.com/git-log-analysis-hidden-data-on-team-and-project-metrics

Learn how to extract insights about developers and the project from Git logs. Methods for analyzing email, commits, and tasks for technical specialists.

Fuzzing attacks: analysis of Nginx logs 2026

https://sudonull.com/fuzzing-attacks-analysis-of-nginx-logs-2026

Analysis of 20,000 log lines from a real fuzzing attack: 12 vectors, Nuclei/ffuf tools, Nginx protection. For middle/senior devs — patterns and countermeasures. Study the logs.

O(1) vs O(log n) Gap: Cache in Data Structures

https://sudonull.com/o-1-vs-o-log-n-gap-cache-in-data-structures

Why hash table O(1) loses to binary search O(log n) by 40%? Analysis of cache misses, array/list benchmarks and memory hierarchy for RISC-V. Learn real performance.

Elementary functions: analysis and complex properties

https://sudonull.com/elementary-functions-analysis-and-complex-properties

Strict definition of exponential, logarithm, sin/cos through complex analysis. Parametrization of the circle, natural parameter. For mathematicians and developers — study properties without simplifications. Read the full breakdown.

MV in ClickHouse: data loss and control

https://sudonull.com/mv-in-clickhouse-data-loss-and-control

Analysis of risks of materialized views in ClickHouse: schema errors, block insert, monitoring system.query_views_log. How to avoid losses in production. Practical code examples.

From the web

Sep 10, 2024 ·

https://www.splunk.com/en_us/blog/learn/log-analysis.html

Sep 10, 2024 · Learn what log analysis is, explore key techniques and tools, and discover practical tips to effectively analyze system log files.

Sep 3, 2025 ·

https://www.cynergytech.com/stories/what-is-log-analysis/

Sep 3, 2025 · Log analysis is the process of examining digital records to detect threats, resolve issues, and ensure compliance. Learn types, steps, benefits, and use cases.

Feb 6, 2026 ·

https://sematext.com/blog/log-analysis-tools/

Feb 6, 2026 · Discover the best log analysis tools available today. In-depth comparison of the top log analyzers that’ll help you get meaningful insights from any type of logs.

May 13, 2026 ·

https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-tutorial

May 13, 2026 · Log Analytics is a tool in the Azure portal for querying and analyzing data collected by Azure Monitor Logs. When you need to troubleshoot an issue, investigate a performance trend, or understand how your Azure resources behave, use Log Analytics to write and run log queries.

Jul 17, 2026 ·

https://logmanager.com/learn/what-is-log-analysis/

Jul 17, 2026 · What is Log Analysis ? Every time a significant system or user event occurs, a log entry is generated by the app, service or network that it occurred on. These events could include: An application crash A network connection drop Unauthorized access attempts Configuration changes Scheduled tasks Log analysis is the process of collecting, querying, interpreting, and analyzing log data to uncover ...

Feb 12, 2025 ·

https://www.linkedin.com/pulse/log-analysis-deep-dive-understanding-utilizing-logs-gupta--sbjuc

Feb 12, 2025 · Log analysis is the process of reviewing, interpreting, and extracting meaningful insights from log data generated by computer systems, servers, applications, and network devices. These logs ...

Trending Now