Open JackDotJS opened 2 years ago
reopening since this was broken by the tauri port
vote to close this issue as unresolved for now. it's not really relevant now that we're involving rust
i guess if it's not really feasible right now.
i'd still like to have it at some point, though. to me, being able to monitor memory usage outside of something like task manager on windows is rly nice, especially since this application is largely relying on web technologies that are notorious for using fuck tons of RAM.
maybe there's some OS-level commands that could be queried? idk
there are absolutely OS-level commands that can be invoked but what’s annoying is that it’s platform-dependent. what i’m trying to do is find a way to see if rust has that capability built in.. and it doesn’t look like it does. i’ll probably find a wrapper that deals with all three OS command invocations then expose it to the webview and call it a day :p
i mean if it's gonna be OS-level i'd be pretty surprised if it wasn't platform-dependent lol
i'm not too worried if we need to have like 3 different commands for mac/windows/linux. i mean as long as it's not too horrifically complicated beyond that 🤷 idunno
forgot to mention this is done lol