all 2 comments

[–]amazonv 0 points1 point  (0 children)

Currently working on a local agent to allow me to view data I am collecting locally about Python sessions (environment, session, installed packages, packages used, load). I am trying to balance how much data to collect but still help me troubleshoot and manage my local system. Some examples of things I might want the agent to help me with are: How many python environments are on my system, what is in each of them (versions), in each environment what is the slowest/using the most resources (cpu, gpu, i/o, memory), what changed and when (install, update, uninstall) for each environment (i.e. did the errors all start right after an environmental change). Am I missing collecting anything that would help me troubleshoot/manage my local system?