Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
/ notebooks Public archive

collection of Jupyter notebooks that maybe useful for diagnosing issues

License

Notifications You must be signed in to change notification settings

foundev/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a99c8f7 · Nov 26, 2022

History

8 Commits
Sep 7, 2021
Jul 9, 2021
Jul 9, 2021
Nov 26, 2022
Jul 9, 2021

Repository files navigation

notebooks

NOTICE: MOVED TO CODEBERG https://codeberg.org/foundev/notebooks

A collection of jupyter notebooks I have used to analyze particular problems, this is all generalized and anonymyzed from any source data I used.

How to run general diagnostic tarbal analysis

  • drop the analysis-general.ipynb into an opscenter diagnostic tarball folder
  • place any ttops you want in there as well ideally in a given node folder. For example a ttop for 192.168.1.10 should be placed under the tarball folder nodes/192.168.1.10 and the report will pick it up including that full file path in the output
  • python3 -m venv venv
  • source venv/bin/activate
  • pip install matplotlib pandas jupyter
  • ./venv/bin/jupyter-notebook ./analysis-general.ipynb
  • open up link and click on the double >>

you may have to edit one thing the threshold for slow queries is usually to high and the thing bombs.. been meaning to fix it but life is busy atm

About

collection of Jupyter notebooks that maybe useful for diagnosing issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published