eusonlito / LaravelPulse-AppsLoad

Laravel Pulse card to show Memory and CPU usage
MIT License
19 stars 3 forks source link

Windows support missing #3

Open cwp-sheal opened 2 weeks ago

cwp-sheal commented 2 weeks ago

Looks like the -eo params used for the ps command is specific to Linux. It should be relatively simple to add a different driver/command to be run on windows.

If I get some time, i might look into adding this myself.