ArgLab / ArgLab_writing_observer

Writing Observer and Learning Observer: A system for monitoring learning process data, with an initial focus on writing process data from Google Docs.
GNU Affero General Public License v3.0
3 stars 2 forks source link

Memory Profiling #109

Open DrLynch opened 6 months ago

DrLynch commented 6 months ago

We need more detailed monitoring of how the memory, file usage, etc. changes over time. At present the system is reporting data on a single endpoint but we are not aggregating it, only doing spot checks. We need to implement either a separate offline process or aggregation on server to track that.

wrnasir commented 4 months ago

I currently have code to track memory, files opened, GPU memory, and CPU memory. My plan for next week is to do basic testing and add any other stats requested. I plan on uploading my code to a branch soon.