Release Description:
This is the initial release of Kittu, a command-line tool designed for recording various PC statistics such as CPU usage, memory usage, disk usage, network statistics, and battery percentage. Kittu allows users to print these statistics directly to the console or save them to a CSV file for further analysis. This tool was created to support data analysis and other data science applications by providing detailed system performance data.
Key Features:
- Record CPU, memory, disk, network, and battery statistics.
- Option to print statistics to the console or save to a CSV file.
- Customizable time interval and recording duration.
Installation:
- Clone the repository and install dependencies with
pip install -e .
- Use the
kittu
command to start recording stats.
Example Usage:
- Record stats every 5 seconds for 10 minutes and print to the console:
kittu -i 5 -t 10
- Record stats and save them to
stats.csv
:kittu -i 5 -t 10 -s stats.csv
Contributions to enhance the tool are welcome!
Full Changelog: https://github.com/SujitAkulwar/kittu/commits/v1.0