bits_parser
Project description
Extract BITS jobs from QMGR queue and store them as CSV records.
This topic has been presented during a talk at the French conference CORI&IN 2018
Installation
If you want to run the latest version of bits_parser you can install it from PyPI by running the following command:
pip install bits_parser
To install it from the sources:
python setup.py install
Usage
QMGR queues are usually .dat files located in the folder %%ALLUSERSPROFILE%%\Microsoft\Network\Downloader on a Windows system.
Once those files have been located (e.g. qmgr0.dat and qmgr1.dat) you can run bits_parser by issuing the following command:
bits_parser qmgr0.dat
bits_parser also supports full-disk analysis but the process is longer and the results are dirtier (some data from adjacent data clusters can leak in the result). This mode is enable with the switch -i:
bits_parser -i image.bin
The disk mode works by looking for expected bit sequences (markers) and collecting surrounding data. The amount of surrounding data (the radiance) is settable and defaulted to 2048 kB:
bits_parser -i --radiance=4096 image.bin
Increasing the radiance could help to retrieve more data but the default value is normally enough.
When the processing is finished, the result is csv-formatted and then displayed on the standard output. The output can be written to a file with -o:
bits_parser -o jobs.csv qmgr0.dat
Use –help to display all options options of bits_parser.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bits_parser-1.0.1.tar.gz.
File metadata
- Download URL: bits_parser-1.0.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8fb1f34174ab718f3986bcb6944325686d1d039fa099ffdb7fb159bfb07f608
|
|
| MD5 |
378202e20ead95f6405b82b55b98069a
|
|
| BLAKE2b-256 |
923cd752ca07c69a5f4bb973327e18ad35d4401dabdfe129d2f33c1292931afc
|