mirror of
https://github.com/exo-explore/exo.git
synced 2026-02-16 00:52:56 -05:00
Compare commits
1 Commits
e2e-tests
...
alexcheema
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c57df8b37 |
@@ -388,6 +388,10 @@ class InfoGatherer:
|
||||
if IS_DARWIN:
|
||||
if (macmon_path := shutil.which("macmon")) is not None:
|
||||
tg.start_soon(self._monitor_macmon, macmon_path)
|
||||
else:
|
||||
# macmon not installed — fall back to psutil for memory
|
||||
logger.warning("macmon not found, falling back to psutil for memory monitoring")
|
||||
self.memory_poll_rate = 1
|
||||
tg.start_soon(self._monitor_system_profiler_thunderbolt_data)
|
||||
tg.start_soon(self._monitor_thunderbolt_bridge_status)
|
||||
tg.start_soon(self._monitor_rdma_ctl_status)
|
||||
|
||||
Reference in New Issue
Block a user