
Security News
Knip Hits 500 Releases with v5.62.0, Improving TypeScript Config Detection and Plugin Integrations
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
This is a small python module that parses and analyzes logs such as ftp://ita.ee.lbl.gov/traces/NASA_access_log_Aug95.gz available at NASA-FTP (ftp://ita.ee.lbl.gov/traces/), and produces a JSON report with next information:
Command line options may alter the produced results with regards to the number of top hosts and pages, the top hosts - pages breakdown and the reporting of errors.
You need python >= 3.6 and virtualenv installed in your system.
Create a python virtual environment
virtualenv -p $(which python3) venv
Activate it
. venv/bin/activate
Install ireadlogs from pypi:
pip install ireadlogs -U
ireadlogs path_to_logfile
ireadlogs -h
ireadlogs [-h] [--pages PAGES] [--hosts HOSTS]
[--hosts-breakdown HOSTS_BREAKDOWN] [--show-errors]
logfile
positional arguments:
logfile
optional arguments:
-h, --help show this help message and exit
--pages PAGES limits the top pages shown (default is 10)
--hosts HOSTS limits the top hosts shown (default is 10)
--hosts-breakdown HOSTS_BREAKDOWN
limits the top pages per host breakdown (default is 5)
--show-errors if present show malformed line numbers
make build
make distribute
make test
After creating and activating a python3.6+ virtualenv:
pip install -e .
FAQs
Small NASA FTP logs analyzer
We found that ireadlogs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.