This repository contains a collection of useful Python scripts for various tasks, including log analysis, data processing, system administration, and network utilities.
This repository aims to provide a centralized location for handy Python scripts that can automate common tasks and improve productivity. The scripts are organized into categories, making it easy to find what you need.
Scripts for parsing and analyzing log files.
xid74_log_analyzer.py: Analyzes NVLink error logs for xid 74, extracts relevant information, and provides diagnostic insights.- [More log analysis scripts...]
Scripts for manipulating and processing data in various formats.
- [More data processing scripts...]
Scripts for system administration and monitoring.
- [More system tools scripts...]
Scripts for network-related tasks.
- [More network utilities scripts...]
- Clone the repository:
git clone <repository_url>
- Navigate to the repository directory:
cd utility-scripts
To use a script, navigate to the appropriate directory within the scripts/ folder and run the script using Python:
python scripts/log_analysis/nvlink_analyzer.py <log_file_path>