Skip to content

cjp256/lpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 6, 2022
71004e2 · Nov 6, 2022
Nov 6, 2022
Oct 31, 2022
Nov 2, 2022
Nov 1, 2022
Oct 20, 2022
Oct 27, 2022
Oct 27, 2022

Repository files navigation

lpt

Install

With poetry:

poetry install

With pip:

pip install git+https://github.com/cjp256/lpt

Run analysis using existing logs

lpt analyze --journal-path tests/data/one-boot/journal.txt --cloudinit-log-path tests/data/one-boot/cloud-init.log
lpt analyze-cloudinit --cloudinit-log-path tests/data/one-boot/cloud-init.log
lpt analyze-journal --journal-path tests/data/one-boot/journal.txt

Run analysis on local system

lpt analyze
lpt analyze --boot

Graph system dependencies

lpt graph --service ssh.service --filter-conditional-result-no --filter-service systemd-journald.socket

Remote anaylsis

lpt --debug --ssh-host <host> --ssh-user <user> analyze

Remote anaylsis with proxy/jump

lpt --debug --ssh-proxy-host <jump-host> --ssh-proxy-user <jump-user> --ssh-host <host> --ssh-user <user> analyze

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published