jalnor / os_monitoring_tool

A tool that monitors processes as they start and stop and saves the information to a database.
MIT License
1 stars 0 forks source link

Feature Closes #5, Closes #26, Closes #27 #30

Closed jalnor closed 2 years ago

jalnor commented 2 years ago
  1. Added new table CurrentProcesses to store the current running processes while also saving to LogHistory table. CurrentProcesses table is updatable while LogHistory is not.
  2. Fixed a bunch of issues including discrepancy between running processes and current processes table.
  3. Improved layout of new process tab.
  4. Added BeautifulSoup4 to poetry dependencies
  5. Added section in new process tab that displays text relating to process.
  6. Improved performance for UI refresh @<0.5 sec and update process running in background runs @1.5-2.1 sec
jalnor commented 2 years ago

I will place timer in separate file and important where intended use on next iteration.