zyflow 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (705) hide show
  1. package/.claude-flow/metrics/agent-metrics.json +1 -0
  2. package/.claude-flow/metrics/performance.json +87 -0
  3. package/.claude-flow/metrics/system-metrics.json +4370 -0
  4. package/.claude-flow/metrics/task-metrics.json +10 -0
  5. package/.claude-plugin/marketplace.json +18 -0
  6. package/.claude-plugin/plugin.json +17 -0
  7. package/.gitleaks.toml +69 -0
  8. package/.hive-mind/config/queens.json +59 -0
  9. package/.hive-mind/config/workers.json +72 -0
  10. package/.hive-mind/config.json +111 -0
  11. package/.hive-mind/hive.db +0 -0
  12. package/.hive-mind/hive.db-shm +0 -0
  13. package/.hive-mind/hive.db-wal +0 -0
  14. package/.leann/indexes/zyflow/documents.ids.txt +2078 -0
  15. package/.leann/indexes/zyflow/documents.index +0 -0
  16. package/.leann/indexes/zyflow/documents.leann.meta.json +25 -0
  17. package/.leann/indexes/zyflow/documents.leann.passages.idx +0 -0
  18. package/.leann/indexes/zyflow/documents.leann.passages.jsonl +2078 -0
  19. package/.mcp.json +41 -0
  20. package/.moai-backups/20260126_231508/.mcp.json +11 -0
  21. package/.moai-backups/20260126_231508/backup_metadata.json +34 -0
  22. package/.moai-backups/20260129_145438/.mcp.json +41 -0
  23. package/.moai-backups/20260129_145438/backup_metadata.json +53 -0
  24. package/.moai-backups/20260129_145504/.mcp.json +41 -0
  25. package/.moai-backups/20260129_145504/backup_metadata.json +20 -0
  26. package/.moai-backups/20260201_140004/.mcp.json +41 -0
  27. package/.moai-backups/20260201_140004/backup_metadata.json +51 -0
  28. package/.moai-backups/backup/.mcp.json +12 -0
  29. package/.moai-backups/settings-backup/settings.local.json +61 -0
  30. package/.pre-commit-config.yaml +74 -0
  31. package/.prettierignore +3 -0
  32. package/.prettierrc +7 -0
  33. package/.scannerwork/.sonar_lock +0 -0
  34. package/.scannerwork/report-task.txt +6 -0
  35. package/.serena/project.yml +105 -0
  36. package/.shadcn-admin-ref/.env.example +1 -0
  37. package/.shadcn-admin-ref/.prettierignore +18 -0
  38. package/.shadcn-admin-ref/.prettierrc +50 -0
  39. package/.shadcn-admin-ref/LICENSE +21 -0
  40. package/.shadcn-admin-ref/components.json +21 -0
  41. package/.shadcn-admin-ref/cz.yaml +7 -0
  42. package/.shadcn-admin-ref/eslint.config.js +59 -0
  43. package/.shadcn-admin-ref/index.html +80 -0
  44. package/.shadcn-admin-ref/knip.config.ts +8 -0
  45. package/.shadcn-admin-ref/netlify.toml +4 -0
  46. package/.shadcn-admin-ref/package.json +83 -0
  47. package/.shadcn-admin-ref/public/images/favicon.png +0 -0
  48. package/.shadcn-admin-ref/public/images/favicon.svg +4 -0
  49. package/.shadcn-admin-ref/public/images/favicon_light.png +0 -0
  50. package/.shadcn-admin-ref/public/images/favicon_light.svg +1 -0
  51. package/.shadcn-admin-ref/public/images/shadcn-admin.png +0 -0
  52. package/.shadcn-admin-ref/src/assets/brand-icons/icon-discord.tsx +28 -0
  53. package/.shadcn-admin-ref/src/assets/brand-icons/icon-docker.tsx +33 -0
  54. package/.shadcn-admin-ref/src/assets/brand-icons/icon-facebook.tsx +25 -0
  55. package/.shadcn-admin-ref/src/assets/brand-icons/icon-figma.tsx +27 -0
  56. package/.shadcn-admin-ref/src/assets/brand-icons/icon-github.tsx +25 -0
  57. package/.shadcn-admin-ref/src/assets/brand-icons/icon-gitlab.tsx +25 -0
  58. package/.shadcn-admin-ref/src/assets/brand-icons/icon-gmail.tsx +28 -0
  59. package/.shadcn-admin-ref/src/assets/brand-icons/icon-medium.tsx +30 -0
  60. package/.shadcn-admin-ref/src/assets/brand-icons/icon-notion.tsx +28 -0
  61. package/.shadcn-admin-ref/src/assets/brand-icons/icon-skype.tsx +26 -0
  62. package/.shadcn-admin-ref/src/assets/brand-icons/icon-slack.tsx +28 -0
  63. package/.shadcn-admin-ref/src/assets/brand-icons/icon-stripe.tsx +25 -0
  64. package/.shadcn-admin-ref/src/assets/brand-icons/icon-telegram.tsx +25 -0
  65. package/.shadcn-admin-ref/src/assets/brand-icons/icon-trello.tsx +27 -0
  66. package/.shadcn-admin-ref/src/assets/brand-icons/icon-whatsapp.tsx +26 -0
  67. package/.shadcn-admin-ref/src/assets/brand-icons/icon-zoom.tsx +26 -0
  68. package/.shadcn-admin-ref/src/assets/brand-icons/index.ts +16 -0
  69. package/.shadcn-admin-ref/src/assets/clerk-full-logo.tsx +41 -0
  70. package/.shadcn-admin-ref/src/assets/clerk-logo.tsx +23 -0
  71. package/.shadcn-admin-ref/src/assets/custom/icon-dir.tsx +110 -0
  72. package/.shadcn-admin-ref/src/assets/custom/icon-layout-compact.tsx +131 -0
  73. package/.shadcn-admin-ref/src/assets/custom/icon-layout-default.tsx +124 -0
  74. package/.shadcn-admin-ref/src/assets/custom/icon-layout-full.tsx +100 -0
  75. package/.shadcn-admin-ref/src/assets/custom/icon-sidebar-floating.tsx +82 -0
  76. package/.shadcn-admin-ref/src/assets/custom/icon-sidebar-inset.tsx +58 -0
  77. package/.shadcn-admin-ref/src/assets/custom/icon-sidebar-sidebar.tsx +53 -0
  78. package/.shadcn-admin-ref/src/assets/custom/icon-theme-dark.tsx +79 -0
  79. package/.shadcn-admin-ref/src/assets/custom/icon-theme-light.tsx +78 -0
  80. package/.shadcn-admin-ref/src/assets/custom/icon-theme-system.tsx +116 -0
  81. package/.shadcn-admin-ref/src/assets/logo.tsx +24 -0
  82. package/.shadcn-admin-ref/src/components/coming-soon.tsx +16 -0
  83. package/.shadcn-admin-ref/src/components/command-menu.tsx +91 -0
  84. package/.shadcn-admin-ref/src/components/config-drawer.tsx +354 -0
  85. package/.shadcn-admin-ref/src/components/confirm-dialog.tsx +67 -0
  86. package/.shadcn-admin-ref/src/components/data-table/bulk-actions.tsx +213 -0
  87. package/.shadcn-admin-ref/src/components/data-table/column-header.tsx +74 -0
  88. package/.shadcn-admin-ref/src/components/data-table/faceted-filter.tsx +146 -0
  89. package/.shadcn-admin-ref/src/components/data-table/index.ts +6 -0
  90. package/.shadcn-admin-ref/src/components/data-table/pagination.tsx +130 -0
  91. package/.shadcn-admin-ref/src/components/data-table/toolbar.tsx +85 -0
  92. package/.shadcn-admin-ref/src/components/data-table/view-options.tsx +56 -0
  93. package/.shadcn-admin-ref/src/components/date-picker.tsx +51 -0
  94. package/.shadcn-admin-ref/src/components/layout/app-sidebar.tsx +37 -0
  95. package/.shadcn-admin-ref/src/components/layout/app-title.tsx +64 -0
  96. package/.shadcn-admin-ref/src/components/layout/authenticated-layout.tsx +42 -0
  97. package/.shadcn-admin-ref/src/components/layout/data/sidebar-data.ts +205 -0
  98. package/.shadcn-admin-ref/src/components/layout/header.tsx +50 -0
  99. package/.shadcn-admin-ref/src/components/layout/main.tsx +27 -0
  100. package/.shadcn-admin-ref/src/components/layout/nav-group.tsx +185 -0
  101. package/.shadcn-admin-ref/src/components/layout/nav-user.tsx +124 -0
  102. package/.shadcn-admin-ref/src/components/layout/team-switcher.tsx +86 -0
  103. package/.shadcn-admin-ref/src/components/layout/top-nav.tsx +67 -0
  104. package/.shadcn-admin-ref/src/components/layout/types.ts +44 -0
  105. package/.shadcn-admin-ref/src/components/learn-more.tsx +44 -0
  106. package/.shadcn-admin-ref/src/components/long-text.tsx +84 -0
  107. package/.shadcn-admin-ref/src/components/navigation-progress.tsx +25 -0
  108. package/.shadcn-admin-ref/src/components/password-input.tsx +42 -0
  109. package/.shadcn-admin-ref/src/components/profile-dropdown.tsx +75 -0
  110. package/.shadcn-admin-ref/src/components/search.tsx +37 -0
  111. package/.shadcn-admin-ref/src/components/select-dropdown.tsx +62 -0
  112. package/.shadcn-admin-ref/src/components/sign-out-dialog.tsx +38 -0
  113. package/.shadcn-admin-ref/src/components/skip-to-main.tsx +10 -0
  114. package/.shadcn-admin-ref/src/components/theme-switch.tsx +58 -0
  115. package/.shadcn-admin-ref/src/components/ui/alert-dialog.tsx +154 -0
  116. package/.shadcn-admin-ref/src/components/ui/alert.tsx +65 -0
  117. package/.shadcn-admin-ref/src/components/ui/avatar.tsx +50 -0
  118. package/.shadcn-admin-ref/src/components/ui/badge.tsx +45 -0
  119. package/.shadcn-admin-ref/src/components/ui/button.tsx +58 -0
  120. package/.shadcn-admin-ref/src/components/ui/calendar.tsx +210 -0
  121. package/.shadcn-admin-ref/src/components/ui/card.tsx +91 -0
  122. package/.shadcn-admin-ref/src/components/ui/checkbox.tsx +29 -0
  123. package/.shadcn-admin-ref/src/components/ui/collapsible.tsx +31 -0
  124. package/.shadcn-admin-ref/src/components/ui/command.tsx +181 -0
  125. package/.shadcn-admin-ref/src/components/ui/dialog.tsx +142 -0
  126. package/.shadcn-admin-ref/src/components/ui/dropdown-menu.tsx +254 -0
  127. package/.shadcn-admin-ref/src/components/ui/form.tsx +164 -0
  128. package/.shadcn-admin-ref/src/components/ui/input-otp.tsx +74 -0
  129. package/.shadcn-admin-ref/src/components/ui/input.tsx +20 -0
  130. package/.shadcn-admin-ref/src/components/ui/label.tsx +23 -0
  131. package/.shadcn-admin-ref/src/components/ui/popover.tsx +45 -0
  132. package/.shadcn-admin-ref/src/components/ui/radio-group.tsx +42 -0
  133. package/.shadcn-admin-ref/src/components/ui/scroll-area.tsx +65 -0
  134. package/.shadcn-admin-ref/src/components/ui/select.tsx +182 -0
  135. package/.shadcn-admin-ref/src/components/ui/separator.tsx +25 -0
  136. package/.shadcn-admin-ref/src/components/ui/sheet.tsx +136 -0
  137. package/.shadcn-admin-ref/src/components/ui/sidebar.tsx +728 -0
  138. package/.shadcn-admin-ref/src/components/ui/skeleton.tsx +13 -0
  139. package/.shadcn-admin-ref/src/components/ui/sonner.tsx +21 -0
  140. package/.shadcn-admin-ref/src/components/ui/switch.tsx +28 -0
  141. package/.shadcn-admin-ref/src/components/ui/table.tsx +113 -0
  142. package/.shadcn-admin-ref/src/components/ui/tabs.tsx +63 -0
  143. package/.shadcn-admin-ref/src/components/ui/textarea.tsx +17 -0
  144. package/.shadcn-admin-ref/src/components/ui/tooltip.tsx +60 -0
  145. package/.shadcn-admin-ref/src/config/fonts.ts +19 -0
  146. package/.shadcn-admin-ref/src/context/direction-provider.tsx +61 -0
  147. package/.shadcn-admin-ref/src/context/font-provider.tsx +58 -0
  148. package/.shadcn-admin-ref/src/context/layout-provider.tsx +85 -0
  149. package/.shadcn-admin-ref/src/context/search-provider.tsx +46 -0
  150. package/.shadcn-admin-ref/src/context/theme-provider.tsx +110 -0
  151. package/.shadcn-admin-ref/src/features/apps/data/apps.tsx +110 -0
  152. package/.shadcn-admin-ref/src/features/apps/index.tsx +179 -0
  153. package/.shadcn-admin-ref/src/features/auth/auth-layout.tsx +19 -0
  154. package/.shadcn-admin-ref/src/features/auth/forgot-password/components/forgot-password-form.tsx +82 -0
  155. package/.shadcn-admin-ref/src/features/auth/forgot-password/index.tsx +44 -0
  156. package/.shadcn-admin-ref/src/features/auth/otp/components/otp-form.tsx +100 -0
  157. package/.shadcn-admin-ref/src/features/auth/otp/index.tsx +44 -0
  158. package/.shadcn-admin-ref/src/features/auth/sign-in/assets/dashboard-dark.png +0 -0
  159. package/.shadcn-admin-ref/src/features/auth/sign-in/assets/dashboard-light.png +0 -0
  160. package/.shadcn-admin-ref/src/features/auth/sign-in/components/user-auth-form.tsx +150 -0
  161. package/.shadcn-admin-ref/src/features/auth/sign-in/index.tsx +51 -0
  162. package/.shadcn-admin-ref/src/features/auth/sign-in/sign-in-2.tsx +69 -0
  163. package/.shadcn-admin-ref/src/features/auth/sign-up/components/sign-up-form.tsx +143 -0
  164. package/.shadcn-admin-ref/src/features/auth/sign-up/index.tsx +57 -0
  165. package/.shadcn-admin-ref/src/features/chats/components/new-chat.tsx +127 -0
  166. package/.shadcn-admin-ref/src/features/chats/data/chat-types.ts +4 -0
  167. package/.shadcn-admin-ref/src/features/chats/data/convo.json +309 -0
  168. package/.shadcn-admin-ref/src/features/chats/index.tsx +349 -0
  169. package/.shadcn-admin-ref/src/features/dashboard/components/analytics-chart.tsx +77 -0
  170. package/.shadcn-admin-ref/src/features/dashboard/components/analytics.tsx +189 -0
  171. package/.shadcn-admin-ref/src/features/dashboard/components/overview.tsx +82 -0
  172. package/.shadcn-admin-ref/src/features/dashboard/components/recent-sales.tsx +83 -0
  173. package/.shadcn-admin-ref/src/features/dashboard/index.tsx +220 -0
  174. package/.shadcn-admin-ref/src/features/errors/forbidden.tsx +25 -0
  175. package/.shadcn-admin-ref/src/features/errors/general-error.tsx +36 -0
  176. package/.shadcn-admin-ref/src/features/errors/maintenance-error.tsx +19 -0
  177. package/.shadcn-admin-ref/src/features/errors/not-found-error.tsx +25 -0
  178. package/.shadcn-admin-ref/src/features/errors/unauthorized-error.tsx +25 -0
  179. package/.shadcn-admin-ref/src/features/settings/account/account-form.tsx +173 -0
  180. package/.shadcn-admin-ref/src/features/settings/account/index.tsx +14 -0
  181. package/.shadcn-admin-ref/src/features/settings/appearance/appearance-form.tsx +162 -0
  182. package/.shadcn-admin-ref/src/features/settings/appearance/index.tsx +14 -0
  183. package/.shadcn-admin-ref/src/features/settings/components/content-section.tsx +22 -0
  184. package/.shadcn-admin-ref/src/features/settings/components/sidebar-nav.tsx +84 -0
  185. package/.shadcn-admin-ref/src/features/settings/display/display-form.tsx +121 -0
  186. package/.shadcn-admin-ref/src/features/settings/display/index.tsx +13 -0
  187. package/.shadcn-admin-ref/src/features/settings/index.tsx +74 -0
  188. package/.shadcn-admin-ref/src/features/settings/notifications/index.tsx +13 -0
  189. package/.shadcn-admin-ref/src/features/settings/notifications/notifications-form.tsx +220 -0
  190. package/.shadcn-admin-ref/src/features/settings/profile/index.tsx +13 -0
  191. package/.shadcn-admin-ref/src/features/settings/profile/profile-form.tsx +177 -0
  192. package/.shadcn-admin-ref/src/features/tasks/components/data-table-bulk-actions.tsx +193 -0
  193. package/.shadcn-admin-ref/src/features/tasks/components/data-table-row-actions.tsx +83 -0
  194. package/.shadcn-admin-ref/src/features/tasks/components/tasks-columns.tsx +123 -0
  195. package/.shadcn-admin-ref/src/features/tasks/components/tasks-dialogs.tsx +72 -0
  196. package/.shadcn-admin-ref/src/features/tasks/components/tasks-import-dialog.tsx +110 -0
  197. package/.shadcn-admin-ref/src/features/tasks/components/tasks-multi-delete-dialog.tsx +95 -0
  198. package/.shadcn-admin-ref/src/features/tasks/components/tasks-mutate-drawer.tsx +212 -0
  199. package/.shadcn-admin-ref/src/features/tasks/components/tasks-primary-buttons.tsx +21 -0
  200. package/.shadcn-admin-ref/src/features/tasks/components/tasks-provider.tsx +36 -0
  201. package/.shadcn-admin-ref/src/features/tasks/components/tasks-table.tsx +197 -0
  202. package/.shadcn-admin-ref/src/features/tasks/data/data.tsx +77 -0
  203. package/.shadcn-admin-ref/src/features/tasks/data/schema.ts +13 -0
  204. package/.shadcn-admin-ref/src/features/tasks/data/tasks.ts +29 -0
  205. package/.shadcn-admin-ref/src/features/tasks/index.tsx +41 -0
  206. package/.shadcn-admin-ref/src/features/users/components/data-table-bulk-actions.tsx +139 -0
  207. package/.shadcn-admin-ref/src/features/users/components/data-table-row-actions.tsx +63 -0
  208. package/.shadcn-admin-ref/src/features/users/components/users-action-dialog.tsx +326 -0
  209. package/.shadcn-admin-ref/src/features/users/components/users-columns.tsx +138 -0
  210. package/.shadcn-admin-ref/src/features/users/components/users-delete-dialog.tsx +81 -0
  211. package/.shadcn-admin-ref/src/features/users/components/users-dialogs.tsx +51 -0
  212. package/.shadcn-admin-ref/src/features/users/components/users-invite-dialog.tsx +150 -0
  213. package/.shadcn-admin-ref/src/features/users/components/users-multi-delete-dialog.tsx +95 -0
  214. package/.shadcn-admin-ref/src/features/users/components/users-primary-buttons.tsx +21 -0
  215. package/.shadcn-admin-ref/src/features/users/components/users-provider.tsx +36 -0
  216. package/.shadcn-admin-ref/src/features/users/components/users-table.tsx +194 -0
  217. package/.shadcn-admin-ref/src/features/users/data/data.ts +35 -0
  218. package/.shadcn-admin-ref/src/features/users/data/schema.ts +32 -0
  219. package/.shadcn-admin-ref/src/features/users/data/users.ts +33 -0
  220. package/.shadcn-admin-ref/src/features/users/index.tsx +47 -0
  221. package/.shadcn-admin-ref/src/hooks/use-dialog-state.tsx +18 -0
  222. package/.shadcn-admin-ref/src/hooks/use-mobile.tsx +19 -0
  223. package/.shadcn-admin-ref/src/hooks/use-table-url-state.ts +219 -0
  224. package/.shadcn-admin-ref/src/lib/cookies.ts +43 -0
  225. package/.shadcn-admin-ref/src/lib/handle-server-error.ts +24 -0
  226. package/.shadcn-admin-ref/src/lib/show-submitted-data.tsx +15 -0
  227. package/.shadcn-admin-ref/src/lib/utils.ts +60 -0
  228. package/.shadcn-admin-ref/src/main.tsx +107 -0
  229. package/.shadcn-admin-ref/src/routeTree.gen.ts +719 -0
  230. package/.shadcn-admin-ref/src/routes/(auth)/forgot-password.tsx +6 -0
  231. package/.shadcn-admin-ref/src/routes/(auth)/otp.tsx +6 -0
  232. package/.shadcn-admin-ref/src/routes/(auth)/sign-in-2.tsx +6 -0
  233. package/.shadcn-admin-ref/src/routes/(auth)/sign-in.tsx +12 -0
  234. package/.shadcn-admin-ref/src/routes/(auth)/sign-up.tsx +6 -0
  235. package/.shadcn-admin-ref/src/routes/(errors)/401.tsx +6 -0
  236. package/.shadcn-admin-ref/src/routes/(errors)/403.tsx +6 -0
  237. package/.shadcn-admin-ref/src/routes/(errors)/404.tsx +6 -0
  238. package/.shadcn-admin-ref/src/routes/(errors)/500.tsx +6 -0
  239. package/.shadcn-admin-ref/src/routes/(errors)/503.tsx +6 -0
  240. package/.shadcn-admin-ref/src/routes/__root.tsx +30 -0
  241. package/.shadcn-admin-ref/src/routes/_authenticated/apps/index.tsx +17 -0
  242. package/.shadcn-admin-ref/src/routes/_authenticated/chats/index.tsx +6 -0
  243. package/.shadcn-admin-ref/src/routes/_authenticated/errors/$error.tsx +45 -0
  244. package/.shadcn-admin-ref/src/routes/_authenticated/help-center/index.tsx +6 -0
  245. package/.shadcn-admin-ref/src/routes/_authenticated/index.tsx +6 -0
  246. package/.shadcn-admin-ref/src/routes/_authenticated/route.tsx +6 -0
  247. package/.shadcn-admin-ref/src/routes/_authenticated/settings/account.tsx +6 -0
  248. package/.shadcn-admin-ref/src/routes/_authenticated/settings/appearance.tsx +6 -0
  249. package/.shadcn-admin-ref/src/routes/_authenticated/settings/display.tsx +6 -0
  250. package/.shadcn-admin-ref/src/routes/_authenticated/settings/index.tsx +6 -0
  251. package/.shadcn-admin-ref/src/routes/_authenticated/settings/notifications.tsx +6 -0
  252. package/.shadcn-admin-ref/src/routes/_authenticated/settings/route.tsx +6 -0
  253. package/.shadcn-admin-ref/src/routes/_authenticated/tasks/index.tsx +23 -0
  254. package/.shadcn-admin-ref/src/routes/_authenticated/users/index.tsx +32 -0
  255. package/.shadcn-admin-ref/src/routes/clerk/(auth)/route.tsx +60 -0
  256. package/.shadcn-admin-ref/src/routes/clerk/(auth)/sign-in.tsx +14 -0
  257. package/.shadcn-admin-ref/src/routes/clerk/(auth)/sign-up.tsx +9 -0
  258. package/.shadcn-admin-ref/src/routes/clerk/_authenticated/route.tsx +6 -0
  259. package/.shadcn-admin-ref/src/routes/clerk/_authenticated/user-management.tsx +184 -0
  260. package/.shadcn-admin-ref/src/routes/clerk/route.tsx +135 -0
  261. package/.shadcn-admin-ref/src/stores/auth-store.ts +53 -0
  262. package/.shadcn-admin-ref/src/styles/index.css +87 -0
  263. package/.shadcn-admin-ref/src/styles/theme.css +102 -0
  264. package/.shadcn-admin-ref/src/tanstack-table.d.ts +10 -0
  265. package/.shadcn-admin-ref/src/vite-env.d.ts +1 -0
  266. package/.swarm/memory.db +0 -0
  267. package/.swarm/memory.db-shm +0 -0
  268. package/.swarm/memory.db-wal +0 -0
  269. package/.zyflow/cli-settings.json +30 -0
  270. package/.zyflow/db.sqlite +0 -0
  271. package/.zyflow/logs/add-gitdiagram-integration/1633-1765491505852.json +10 -0
  272. package/.zyflow/logs/add-gitdiagram-integration/1633-1765491622627.json +10 -0
  273. package/.zyflow/logs/add-gitdiagram-integration/1633-1765491794652.json +10 -0
  274. package/.zyflow/logs/add-gitdiagram-integration/1633-1765491890392.json +10 -0
  275. package/.zyflow/logs/add-gitdiagram-integration/1633-1765494002879.json +10 -0
  276. package/.zyflow/logs/add-gitdiagram-integration/1633-1765494183887.json +10 -0
  277. package/.zyflow/logs/add-gitdiagram-integration/1633-1765494342052.json +10 -0
  278. package/.zyflow/logs/add-gitdiagram-integration/1633-1765494387244.json +10 -0
  279. package/.zyflow/logs/add-gitdiagram-integration/1633-1765494387245.json +10 -0
  280. package/.zyflow/logs/add-gitdiagram-integration/1633-1765494606176.json +10 -0
  281. package/.zyflow/logs/add-gitdiagram-integration/1633-1765495967542.json +16 -0
  282. package/.zyflow/logs/add-gitdiagram-integration/1633-1765495967629.json +16 -0
  283. package/.zyflow/logs/add-gitdiagram-integration/1633-1765497861143.json +16 -0
  284. package/.zyflow/logs/add-gitdiagram-integration/1633-1765497861870.json +20 -0
  285. package/.zyflow/logs/add-gitdiagram-integration/1633-1765498021377.json +18 -0
  286. package/.zyflow/logs/add-gitdiagram-integration/1633-1765498021660.json +18 -0
  287. package/.zyflow/logs/add-gitdiagram-integration/1633-1765503255525.json +13 -0
  288. package/.zyflow/logs/add-gitdiagram-integration/1633-1765503256018.json +13 -0
  289. package/.zyflow/logs/add-gitdiagram-integration/1633-1765504009102.json +16 -0
  290. package/.zyflow/logs/add-gitdiagram-integration/1633-1765504492051.json +18 -0
  291. package/.zyflow/logs/add-gitdiagram-integration/1633-1765504946437.json +16 -0
  292. package/.zyflow/logs/add-gitdiagram-integration/1633-1765504946640.json +16 -0
  293. package/.zyflow/logs/add-gitdiagram-integration/1634-1765505950215.json +16 -0
  294. package/.zyflow/logs/add-gitdiagram-integration/1634-1765505950948.json +18 -0
  295. package/.zyflow/logs/add-gitdiagram-integration/1635-1765505971712.json +18 -0
  296. package/.zyflow/logs/add-gitdiagram-integration/1635-1765505971976.json +18 -0
  297. package/.zyflow/logs/add-gitdiagram-integration/1636-1765505986208.json +18 -0
  298. package/.zyflow/logs/add-gitdiagram-integration/1636-1765505986620.json +16 -0
  299. package/.zyflow/logs/integrate-claude-flow/3580-1765996816612.json +10 -0
  300. package/.zyflow/logs/integrate-claude-flow/3580-1766014825819.json +10 -0
  301. package/.zyflow/logs/integrate-claude-flow/3580-1766015183794.json +12 -0
  302. package/.zyflow/logs/integrate-claude-flow/3580-1766015474608.json +12 -0
  303. package/.zyflow/logs/integrate-claude-flow/3581-1766016502824.json +63 -0
  304. package/.zyflow/logs/integrate-claude-flow/3581-1766016576008.json +60 -0
  305. package/.zyflow/logs/integrate-claude-flow/3582-1766022737754.json +110 -0
  306. package/.zyflow/logs/integrate-claude-flow/3582-1766022809327.json +135 -0
  307. package/.zyflow/sessions.json +242 -0
  308. package/.zyflow/settings.json +6 -0
  309. package/.zyflow/tasks.db +0 -0
  310. package/.zyflow/tasks.db-shm +0 -0
  311. package/.zyflow/tasks.db-wal +0 -0
  312. package/.zyflow/zyflow.sqlite +0 -0
  313. package/Dockerfile +82 -0
  314. package/LICENSE +21 -0
  315. package/README.md +506 -0
  316. package/claude-flow +34 -0
  317. package/components.json +21 -0
  318. package/config/ports.ts +28 -0
  319. package/docker-compose.yml +52 -0
  320. package/eslint.config.js +34 -0
  321. package/index.html +19 -0
  322. package/logs/mcp-error.log +55 -0
  323. package/logs/mcp-out.log +0 -0
  324. package/logs/pm2-error.log +0 -0
  325. package/logs/pm2-out.log +265 -0
  326. package/logs/py-error.log +22 -0
  327. package/logs/py-out.log +0 -0
  328. package/logs/server-error.log +11000 -0
  329. package/logs/server-out.log +8117 -0
  330. package/logs/vite-error.log +404 -0
  331. package/logs/vite-out.log +311 -0
  332. package/mcp-server/agent-tools.ts +375 -0
  333. package/mcp-server/cli-models.ts +193 -0
  334. package/mcp-server/context.ts +110 -0
  335. package/mcp-server/diagram-tools.ts +341 -0
  336. package/mcp-server/index.ts +2014 -0
  337. package/mcp-server/integration-tools.ts +909 -0
  338. package/mcp-server/moai-spec-tools.ts +416 -0
  339. package/mcp-server/parser.ts +422 -0
  340. package/mcp-server/post-task-runner.ts +253 -0
  341. package/mcp-server/post-task-types.ts +426 -0
  342. package/mcp-server/quarantine-manager.ts +479 -0
  343. package/mcp-server/report-generator.ts +386 -0
  344. package/mcp-server/task-tools.ts +619 -0
  345. package/mcp-server/trigger-config.ts +288 -0
  346. package/mcp-server/trigger-router.ts +305 -0
  347. package/mcp-server/triggers/event-listener.ts +331 -0
  348. package/mcp-server/triggers/git-hooks.ts +283 -0
  349. package/mcp-server/triggers/scheduler.ts +289 -0
  350. package/mcp-server/types.ts +55 -0
  351. package/memory/claude-flow@alpha-data.json +5 -0
  352. package/nginx/zyflow.conf +144 -0
  353. package/openspec/config.yaml +78 -0
  354. package/openspec-backup.tar.gz +0 -0
  355. package/package.json +154 -0
  356. package/packages/gitdiagram-core/.claude-flow/metrics/agent-metrics.json +1 -0
  357. package/packages/gitdiagram-core/.claude-flow/metrics/performance.json +87 -0
  358. package/packages/gitdiagram-core/.claude-flow/metrics/task-metrics.json +10 -0
  359. package/packages/gitdiagram-core/package.json +41 -0
  360. package/packages/gitdiagram-core/src/file-tree.ts +272 -0
  361. package/packages/gitdiagram-core/src/generator.ts +283 -0
  362. package/packages/gitdiagram-core/src/index.ts +78 -0
  363. package/packages/gitdiagram-core/src/llm-adapter.ts +235 -0
  364. package/packages/gitdiagram-core/src/mermaid-utils.ts +304 -0
  365. package/packages/gitdiagram-core/src/prompts.ts +281 -0
  366. package/packages/zyflow-parser/package.json +34 -0
  367. package/packages/zyflow-parser/src/index.ts +26 -0
  368. package/packages/zyflow-parser/src/moai-parser.ts +603 -0
  369. package/packages/zyflow-parser/src/moai-types.ts +110 -0
  370. package/packages/zyflow-remote-plugin/.claude-flow/metrics/agent-metrics.json +1 -0
  371. package/packages/zyflow-remote-plugin/.claude-flow/metrics/performance.json +87 -0
  372. package/packages/zyflow-remote-plugin/.claude-flow/metrics/task-metrics.json +10 -0
  373. package/packages/zyflow-remote-plugin/package.json +31 -0
  374. package/packages/zyflow-remote-plugin/src/index.ts +71 -0
  375. package/packages/zyflow-remote-plugin/src/remote-config.ts +232 -0
  376. package/packages/zyflow-remote-plugin/src/router.ts +535 -0
  377. package/packages/zyflow-remote-plugin/src/ssh-config-parser.ts +123 -0
  378. package/packages/zyflow-remote-plugin/src/ssh-manager.ts +598 -0
  379. package/packages/zyflow-remote-plugin/src/types.ts +149 -0
  380. package/plugin/manifest.json +26 -0
  381. package/plugin/package.json +13 -0
  382. package/public/favicon.svg +4 -0
  383. package/server/adk/agents/error-analyzer.ts +223 -0
  384. package/server/adk/agents/fix-generator.ts +187 -0
  385. package/server/adk/agents/pr-agent.ts +264 -0
  386. package/server/adk/agents/validator.ts +187 -0
  387. package/server/adk/config.ts +43 -0
  388. package/server/adk/index.ts +69 -0
  389. package/server/adk/integration.ts +297 -0
  390. package/server/adk/orchestrator.ts +405 -0
  391. package/server/adk/tools/build-tools.ts +290 -0
  392. package/server/adk/tools/file-tools.ts +351 -0
  393. package/server/adk/tools/git-tools.ts +280 -0
  394. package/server/adk/tools/github-tools.ts +249 -0
  395. package/server/agents/agent-monitor.ts +416 -0
  396. package/server/agents/alert-integration.ts +312 -0
  397. package/server/agents/error-analyzer.ts +472 -0
  398. package/server/agents/error-detector.ts +442 -0
  399. package/server/agents/fix-generator.ts +421 -0
  400. package/server/agents/fix-validator.ts +428 -0
  401. package/server/agents/merge-policy.ts +362 -0
  402. package/server/agents/pr-workflow.ts +476 -0
  403. package/server/agents/prompts/error-analysis.ts +393 -0
  404. package/server/ai/gemini-client.ts +499 -0
  405. package/server/ai/index.ts +317 -0
  406. package/server/ai/types.ts +137 -0
  407. package/server/app.ts +3693 -0
  408. package/server/archive-manager.ts +604 -0
  409. package/server/backlog/index.ts +7 -0
  410. package/server/backlog/migration.ts +331 -0
  411. package/server/backlog/parser.ts +323 -0
  412. package/server/backlog/sync.ts +325 -0
  413. package/server/change-log.ts +868 -0
  414. package/server/claude-flow/index.ts +12 -0
  415. package/server/claude-flow/prompt-builder.ts +407 -0
  416. package/server/claude-flow/types.ts +33 -0
  417. package/server/cli-adapter/index.ts +11 -0
  418. package/server/cli-adapter/process-manager.ts +612 -0
  419. package/server/cli-adapter/profile-manager.ts +286 -0
  420. package/server/cli-adapter/routes.ts +561 -0
  421. package/server/cli-adapter/types.ts +226 -0
  422. package/server/config.d.ts +18 -0
  423. package/server/config.js +79 -0
  424. package/server/config.ts +262 -0
  425. package/server/flow-sync.ts +543 -0
  426. package/server/git/change-workflow.ts +446 -0
  427. package/server/git/commands.ts +370 -0
  428. package/server/git/github.ts +247 -0
  429. package/server/git/index.ts +1202 -0
  430. package/server/git/status.ts +322 -0
  431. package/server/index.ts +136 -0
  432. package/server/integrations/crypto.ts +142 -0
  433. package/server/integrations/db/client.ts +169 -0
  434. package/server/integrations/db/schema.ts +167 -0
  435. package/server/integrations/env-parser.ts +365 -0
  436. package/server/integrations/index.ts +101 -0
  437. package/server/integrations/keychain.ts +239 -0
  438. package/server/integrations/local/file-utils.ts +383 -0
  439. package/server/integrations/local/index.ts +64 -0
  440. package/server/integrations/local/resolver.ts +439 -0
  441. package/server/integrations/local/types.ts +122 -0
  442. package/server/integrations/routes.ts +1100 -0
  443. package/server/integrations/service-patterns.ts +771 -0
  444. package/server/integrations/services/accounts.ts +356 -0
  445. package/server/integrations/services/env-import.ts +279 -0
  446. package/server/integrations/services/projects.ts +552 -0
  447. package/server/integrations/services/system-import.ts +1110 -0
  448. package/server/migrations/ears-generator.ts +491 -0
  449. package/server/migrations/gherkin-generator.ts +605 -0
  450. package/server/migrations/index.ts +73 -0
  451. package/server/migrations/migrate-spec-format.ts +492 -0
  452. package/server/migrations/openspec-parser.ts +542 -0
  453. package/server/migrations/tag-generator.ts +474 -0
  454. package/server/moai-specs.ts +487 -0
  455. package/server/moai-watcher.ts +145 -0
  456. package/server/parser-debug.ts +37 -0
  457. package/server/parser-utils.ts +316 -0
  458. package/server/parser.d.ts +17 -0
  459. package/server/parser.js +221 -0
  460. package/server/parser.ts +342 -0
  461. package/server/remote-watcher.ts +367 -0
  462. package/server/replay-engine.ts +915 -0
  463. package/server/routes/alerts.ts +1028 -0
  464. package/server/routes/changes.ts +812 -0
  465. package/server/routes/docs.ts +898 -0
  466. package/server/routes/flow.ts +2814 -0
  467. package/server/routes/global-chat.ts +162 -0
  468. package/server/routes/leann.ts +327 -0
  469. package/server/routes/projects.ts +1282 -0
  470. package/server/routes/search.ts +266 -0
  471. package/server/routes/specs.ts +482 -0
  472. package/server/routes/webhooks.ts +579 -0
  473. package/server/server/parser.js +265 -0
  474. package/server/services/githubActionsPoller.ts +797 -0
  475. package/server/services/slackNotifier.ts +476 -0
  476. package/server/src/types/index.js +1 -0
  477. package/server/sync-tasks.ts +741 -0
  478. package/server/tasks/cli/commands.ts +269 -0
  479. package/server/tasks/cli/index.ts +152 -0
  480. package/server/tasks/core/search.ts +81 -0
  481. package/server/tasks/core/task.ts +307 -0
  482. package/server/tasks/db/client.ts +1008 -0
  483. package/server/tasks/db/schema.ts +572 -0
  484. package/server/tasks/index.ts +24 -0
  485. package/server/tasks.db +0 -0
  486. package/server/types/archive.ts +136 -0
  487. package/server/types/change-log.ts +643 -0
  488. package/server/types/spec.ts +188 -0
  489. package/server/unified-spec-scanner.ts +753 -0
  490. package/server/utils/crypto.ts +179 -0
  491. package/server/utils/webhook-verify.ts +216 -0
  492. package/server/watcher.ts +132 -0
  493. package/server/websocket.ts +99 -0
  494. package/server-output.log +6 -0
  495. package/sonar-project.properties +18 -0
  496. package/src/App.tsx +386 -0
  497. package/src/api/client.ts +346 -0
  498. package/src/api/error-interceptor.ts +366 -0
  499. package/src/api/errors.ts +123 -0
  500. package/src/api/flow.ts +233 -0
  501. package/src/api/offline-queue.ts +351 -0
  502. package/src/api/retry-logic.ts +233 -0
  503. package/src/components/OfflineModeBanner.tsx +159 -0
  504. package/src/components/SSEStatusIndicator.tsx +194 -0
  505. package/src/components/agent/AgentChat.tsx +243 -0
  506. package/src/components/agent/AgentPage.tsx +182 -0
  507. package/src/components/agent/AgentSidebar.tsx +231 -0
  508. package/src/components/agent/index.ts +7 -0
  509. package/src/components/alerts/AlertCenter.tsx +239 -0
  510. package/src/components/alerts/AlertDashboard.tsx +211 -0
  511. package/src/components/alerts/AlertDetail.tsx +474 -0
  512. package/src/components/alerts/AlertList.tsx +113 -0
  513. package/src/components/alerts/AlertSettings.tsx +336 -0
  514. package/src/components/alerts/index.ts +5 -0
  515. package/src/components/chat/ChatPanel.tsx +642 -0
  516. package/src/components/chat/index.ts +1 -0
  517. package/src/components/cli/AddCustomCLIDialog.tsx +210 -0
  518. package/src/components/cli/CLISelector.tsx +187 -0
  519. package/src/components/cli/index.ts +8 -0
  520. package/src/components/dashboard/ArchivedChangeList.tsx +102 -0
  521. package/src/components/dashboard/ArchivedChangeViewer.tsx +184 -0
  522. package/src/components/dashboard/ArchivedChangesPage.tsx +31 -0
  523. package/src/components/dashboard/ChangeList.tsx +86 -0
  524. package/src/components/dashboard/ThemeToggle.tsx +33 -0
  525. package/src/components/diagram/DiagramViewer.tsx +256 -0
  526. package/src/components/diagram/MermaidRenderer.tsx +163 -0
  527. package/src/components/diagram/ProjectDiagramTab.tsx +161 -0
  528. package/src/components/diagram/index.ts +13 -0
  529. package/src/components/errors/ErrorBoundary.tsx +276 -0
  530. package/src/components/errors/ErrorFallback.tsx +198 -0
  531. package/src/components/errors/ErrorToast.tsx +221 -0
  532. package/src/components/flow/BacklogView.tsx +1142 -0
  533. package/src/components/flow/ChangeDetail.tsx +475 -0
  534. package/src/components/flow/ChangeItem.tsx +230 -0
  535. package/src/components/flow/ChangeList.tsx +92 -0
  536. package/src/components/flow/ExecutionHistoryDialog.tsx +224 -0
  537. package/src/components/flow/FlowContent.tsx +212 -0
  538. package/src/components/flow/FlowPage.tsx +9 -0
  539. package/src/components/flow/PipelineBar.tsx +214 -0
  540. package/src/components/flow/ProjectDashboard.tsx +222 -0
  541. package/src/components/flow/SpecDetail.tsx +138 -0
  542. package/src/components/flow/SpecDetailTabs.tsx +176 -0
  543. package/src/components/flow/SpecItem.tsx +93 -0
  544. package/src/components/flow/SpecProgressBar.tsx +47 -0
  545. package/src/components/flow/StageContent.tsx +620 -0
  546. package/src/components/flow/StandaloneTasks.tsx +960 -0
  547. package/src/components/flow/TaskExecutionDialog.tsx +1204 -0
  548. package/src/components/flow/index.ts +9 -0
  549. package/src/components/flow/task-execution/AgentSlider.tsx +37 -0
  550. package/src/components/flow/task-execution/ConsensusSettings.tsx +129 -0
  551. package/src/components/flow/task-execution/ExecutionOutput.tsx +398 -0
  552. package/src/components/flow/task-execution/ModelSelector.tsx +134 -0
  553. package/src/components/flow/task-execution/ProviderSelector.tsx +137 -0
  554. package/src/components/flow/task-execution/RecommendationBanner.tsx +71 -0
  555. package/src/components/flow/task-execution/StatusBadge.tsx +43 -0
  556. package/src/components/flow/task-execution/StrategySelector.tsx +48 -0
  557. package/src/components/flow/task-execution/SwarmSummary.tsx +55 -0
  558. package/src/components/flow/task-execution/index.ts +14 -0
  559. package/src/components/flow/task-execution/types.ts +56 -0
  560. package/src/components/git/ChangeWorkflowDialog.tsx +582 -0
  561. package/src/components/git/ConflictResolutionDialog.tsx +398 -0
  562. package/src/components/git/GitBranchSelector.tsx +212 -0
  563. package/src/components/git/GitCommitDialog.tsx +254 -0
  564. package/src/components/git/GitStatusBadge.tsx +148 -0
  565. package/src/components/git/GitSyncButton.tsx +128 -0
  566. package/src/components/git/RemoteStatusBanner.tsx +143 -0
  567. package/src/components/git/index.ts +9 -0
  568. package/src/components/integrations/EnvImportDialog.tsx +524 -0
  569. package/src/components/integrations/EnvironmentDialog.tsx +227 -0
  570. package/src/components/integrations/IntegrationBadges.tsx +91 -0
  571. package/src/components/integrations/IntegrationsSettings.tsx +55 -0
  572. package/src/components/integrations/ProjectIntegrations.tsx +481 -0
  573. package/src/components/integrations/ServiceAccountDialog.tsx +422 -0
  574. package/src/components/integrations/ServiceAccountList.tsx +305 -0
  575. package/src/components/integrations/SystemImportDialog.tsx +436 -0
  576. package/src/components/integrations/TestAccountDialog.tsx +162 -0
  577. package/src/components/integrations/index.ts +6 -0
  578. package/src/components/layout/AppSidebar.tsx +284 -0
  579. package/src/components/layout/FlowSidebar.tsx +435 -0
  580. package/src/components/layout/GlobalCommandPalette.tsx +410 -0
  581. package/src/components/layout/MenuBar.tsx +227 -0
  582. package/src/components/layout/StatusBar.tsx +226 -0
  583. package/src/components/monitoring/ErrorDashboard.tsx +274 -0
  584. package/src/components/monitoring/ErrorDetailPanel.tsx +200 -0
  585. package/src/components/monitoring/ErrorFilters.tsx +219 -0
  586. package/src/components/monitoring/ErrorHistoryList.tsx +141 -0
  587. package/src/components/monitoring/ErrorStats.tsx +249 -0
  588. package/src/components/remote/RemoteFileBrowser.tsx +249 -0
  589. package/src/components/remote/RemoteServerDialog.tsx +234 -0
  590. package/src/components/remote/RemoteServerList.tsx +366 -0
  591. package/src/components/remote/index.ts +7 -0
  592. package/src/components/settings/CLISettings.tsx +522 -0
  593. package/src/components/settings/CustomCLIDialog.tsx +548 -0
  594. package/src/components/settings/IntegrationsSettings.tsx +51 -0
  595. package/src/components/settings/ProjectSettings.tsx +441 -0
  596. package/src/components/settings/ProjectsSettings.tsx +541 -0
  597. package/src/components/settings/SearchSettings.tsx +272 -0
  598. package/src/components/settings/SettingsPage.tsx +68 -0
  599. package/src/components/settings/index.ts +5 -0
  600. package/src/components/swarm/ExecutionPanel.tsx +284 -0
  601. package/src/components/swarm/LogViewer.tsx +196 -0
  602. package/src/components/swarm/ProgressIndicator.tsx +111 -0
  603. package/src/components/swarm/index.ts +3 -0
  604. package/src/components/tasks/ArchiveTable.tsx +203 -0
  605. package/src/components/tasks/KanbanBoard.tsx +264 -0
  606. package/src/components/tasks/TaskCard.tsx +138 -0
  607. package/src/components/tasks/TaskColumn.tsx +81 -0
  608. package/src/components/tasks/TaskDialog.tsx +274 -0
  609. package/src/components/tasks/index.ts +5 -0
  610. package/src/components/tasks/types.ts +43 -0
  611. package/src/components/ui/alert-dialog.tsx +154 -0
  612. package/src/components/ui/alert.tsx +65 -0
  613. package/src/components/ui/badge.tsx +45 -0
  614. package/src/components/ui/button.tsx +58 -0
  615. package/src/components/ui/card.tsx +91 -0
  616. package/src/components/ui/checkbox.tsx +29 -0
  617. package/src/components/ui/collapsible.tsx +31 -0
  618. package/src/components/ui/command.tsx +184 -0
  619. package/src/components/ui/confirm-dialog.tsx +55 -0
  620. package/src/components/ui/dialog.tsx +142 -0
  621. package/src/components/ui/dropdown-menu.tsx +254 -0
  622. package/src/components/ui/input.tsx +20 -0
  623. package/src/components/ui/label.tsx +22 -0
  624. package/src/components/ui/markdown.tsx +100 -0
  625. package/src/components/ui/progress.tsx +27 -0
  626. package/src/components/ui/resizable-sidebar.tsx +156 -0
  627. package/src/components/ui/resizable.tsx +54 -0
  628. package/src/components/ui/right-resizable-sidebar.tsx +158 -0
  629. package/src/components/ui/scroll-area.tsx +64 -0
  630. package/src/components/ui/select.tsx +185 -0
  631. package/src/components/ui/separator.tsx +25 -0
  632. package/src/components/ui/sheet.tsx +136 -0
  633. package/src/components/ui/sidebar.tsx +726 -0
  634. package/src/components/ui/skeleton.tsx +13 -0
  635. package/src/components/ui/slider.tsx +56 -0
  636. package/src/components/ui/switch.tsx +29 -0
  637. package/src/components/ui/table.tsx +113 -0
  638. package/src/components/ui/tabs.tsx +63 -0
  639. package/src/components/ui/textarea.tsx +17 -0
  640. package/src/components/ui/tooltip.tsx +60 -0
  641. package/src/config/api.ts +83 -0
  642. package/src/constants/error-codes.ts +255 -0
  643. package/src/constants/stages.ts +27 -0
  644. package/src/context/ErrorContext.tsx +185 -0
  645. package/src/context/theme-provider.tsx +63 -0
  646. package/src/hooks/use-mobile.tsx +19 -0
  647. package/src/hooks/useAI.ts +206 -0
  648. package/src/hooks/useAgentSession.ts +431 -0
  649. package/src/hooks/useAlerts.ts +935 -0
  650. package/src/hooks/useArchivedChanges.ts +39 -0
  651. package/src/hooks/useAsyncError.ts +45 -0
  652. package/src/hooks/useChangeGit.ts +727 -0
  653. package/src/hooks/useChanges.ts +20 -0
  654. package/src/hooks/useClaude.ts +130 -0
  655. package/src/hooks/useDocs.ts +182 -0
  656. package/src/hooks/useErrorDashboard.ts +243 -0
  657. package/src/hooks/useErrorHandler.ts +150 -0
  658. package/src/hooks/useExecutionHistory.ts +55 -0
  659. package/src/hooks/useFlowChanges.ts +850 -0
  660. package/src/hooks/useFlowItems.ts +205 -0
  661. package/src/hooks/useGit.ts +427 -0
  662. package/src/hooks/useHideCompletedSpecs.ts +15 -0
  663. package/src/hooks/useInstance.ts +40 -0
  664. package/src/hooks/useIntegrations.ts +737 -0
  665. package/src/hooks/useLeannStatus.ts +93 -0
  666. package/src/hooks/useNetworkStatus.ts +167 -0
  667. package/src/hooks/useProjects.ts +353 -0
  668. package/src/hooks/useRemoteServers.ts +383 -0
  669. package/src/hooks/useSSEConnection.ts +346 -0
  670. package/src/hooks/useSpecs.ts +39 -0
  671. package/src/hooks/useSwarm.ts +462 -0
  672. package/src/hooks/useTasks.ts +137 -0
  673. package/src/hooks/useURLSync.ts +122 -0
  674. package/src/hooks/useWebSocket.ts +262 -0
  675. package/src/lib/utils.ts +121 -0
  676. package/src/main.tsx +22 -0
  677. package/src/stores/errorStore.ts +301 -0
  678. package/src/stores/offlineStore.ts +266 -0
  679. package/src/stores/sseStore.ts +247 -0
  680. package/src/stores/useHideCompletedStore.ts +21 -0
  681. package/src/styles/index.css +87 -0
  682. package/src/styles/theme.css +102 -0
  683. package/src/types/ai.ts +191 -0
  684. package/src/types/errors.ts +253 -0
  685. package/src/types/flow.ts +382 -0
  686. package/src/types/index.ts +614 -0
  687. package/src/utils/error-logger.ts +399 -0
  688. package/src/utils/error-statistics.ts +305 -0
  689. package/src/utils/logger.ts +280 -0
  690. package/src/utils/task-routing.ts +795 -0
  691. package/src/vite-env.d.ts +1 -0
  692. package/test-results/.last-run.json +4 -0
  693. package/tmp/check-docker-final.ts +48 -0
  694. package/tmp/check-docker-tasks.ts +58 -0
  695. package/tmp/check-docker-tasks2.ts +48 -0
  696. package/tmp/check-docker-tasks3.ts +42 -0
  697. package/tmp/check-mobile-tasks.ts +57 -0
  698. package/tmp/check-zywiki-tasks.ts +49 -0
  699. package/tmp/sync-mobile.ts +11 -0
  700. package/tmp/sync-zywiki.ts +68 -0
  701. package/tmp/test-docker-parser.ts +15 -0
  702. package/tmp/test-mobile-parser.ts +28 -0
  703. package/tmp/test-parser.ts +27 -0
  704. package/tmp/test-unnumbered.ts +35 -0
  705. package/zyflow.db +0 -0
@@ -0,0 +1,4370 @@
1
+ [
2
+ {
3
+ "timestamp": 1767870728072,
4
+ "memoryTotal": 25769803776,
5
+ "memoryUsed": 25654804480,
6
+ "memoryFree": 114999296,
7
+ "memoryUsagePercent": 99.55374399820963,
8
+ "memoryEfficiency": 0.44625600179037406,
9
+ "cpuCount": 10,
10
+ "cpuLoad": 1.21552734375,
11
+ "platform": "darwin",
12
+ "uptime": 461532
13
+ },
14
+ {
15
+ "timestamp": 1767870758073,
16
+ "memoryTotal": 25769803776,
17
+ "memoryUsed": 25613828096,
18
+ "memoryFree": 155975680,
19
+ "memoryUsagePercent": 99.39473470052084,
20
+ "memoryEfficiency": 0.6052652994791572,
21
+ "cpuCount": 10,
22
+ "cpuLoad": 0.97529296875,
23
+ "platform": "darwin",
24
+ "uptime": 461562
25
+ },
26
+ {
27
+ "timestamp": 1767870788074,
28
+ "memoryTotal": 25769803776,
29
+ "memoryUsed": 25113051136,
30
+ "memoryFree": 656752640,
31
+ "memoryUsagePercent": 97.45146433512369,
32
+ "memoryEfficiency": 2.5485356648763116,
33
+ "cpuCount": 10,
34
+ "cpuLoad": 0.665869140625,
35
+ "platform": "darwin",
36
+ "uptime": 461592
37
+ },
38
+ {
39
+ "timestamp": 1767870818074,
40
+ "memoryTotal": 25769803776,
41
+ "memoryUsed": 25623609344,
42
+ "memoryFree": 146194432,
43
+ "memoryUsagePercent": 99.43269093831381,
44
+ "memoryEfficiency": 0.5673090616861884,
45
+ "cpuCount": 10,
46
+ "cpuLoad": 0.837060546875,
47
+ "platform": "darwin",
48
+ "uptime": 461622
49
+ },
50
+ {
51
+ "timestamp": 1767870848075,
52
+ "memoryTotal": 25769803776,
53
+ "memoryUsed": 25657655296,
54
+ "memoryFree": 112148480,
55
+ "memoryUsagePercent": 99.56480662027994,
56
+ "memoryEfficiency": 0.43519337972006156,
57
+ "cpuCount": 10,
58
+ "cpuLoad": 0.69189453125,
59
+ "platform": "darwin",
60
+ "uptime": 461652
61
+ },
62
+ {
63
+ "timestamp": 1767870878077,
64
+ "memoryTotal": 25769803776,
65
+ "memoryUsed": 25531154432,
66
+ "memoryFree": 238649344,
67
+ "memoryUsagePercent": 99.07391866048178,
68
+ "memoryEfficiency": 0.9260813395182197,
69
+ "cpuCount": 10,
70
+ "cpuLoad": 0.65341796875,
71
+ "platform": "darwin",
72
+ "uptime": 461682
73
+ },
74
+ {
75
+ "timestamp": 1767870908077,
76
+ "memoryTotal": 25769803776,
77
+ "memoryUsed": 25687605248,
78
+ "memoryFree": 82198528,
79
+ "memoryUsagePercent": 99.681027730306,
80
+ "memoryEfficiency": 0.31897226969400094,
81
+ "cpuCount": 10,
82
+ "cpuLoad": 0.47890625,
83
+ "platform": "darwin",
84
+ "uptime": 461712
85
+ },
86
+ {
87
+ "timestamp": 1767870938079,
88
+ "memoryTotal": 25769803776,
89
+ "memoryUsed": 25633112064,
90
+ "memoryFree": 136691712,
91
+ "memoryUsagePercent": 99.46956634521484,
92
+ "memoryEfficiency": 0.5304336547851562,
93
+ "cpuCount": 10,
94
+ "cpuLoad": 0.337451171875,
95
+ "platform": "darwin",
96
+ "uptime": 461742
97
+ },
98
+ {
99
+ "timestamp": 1767870968080,
100
+ "memoryTotal": 25769803776,
101
+ "memoryUsed": 25667108864,
102
+ "memoryFree": 102694912,
103
+ "memoryUsagePercent": 99.60149129231772,
104
+ "memoryEfficiency": 0.3985087076822822,
105
+ "cpuCount": 10,
106
+ "cpuLoad": 0.299365234375,
107
+ "platform": "darwin",
108
+ "uptime": 461772
109
+ },
110
+ {
111
+ "timestamp": 1767870998081,
112
+ "memoryTotal": 25769803776,
113
+ "memoryUsed": 25655492608,
114
+ "memoryFree": 114311168,
115
+ "memoryUsagePercent": 99.55641428629556,
116
+ "memoryEfficiency": 0.44358571370443656,
117
+ "cpuCount": 10,
118
+ "cpuLoad": 0.387060546875,
119
+ "platform": "darwin",
120
+ "uptime": 461802
121
+ },
122
+ {
123
+ "timestamp": 1767871028082,
124
+ "memoryTotal": 25769803776,
125
+ "memoryUsed": 25613516800,
126
+ "memoryFree": 156286976,
127
+ "memoryUsagePercent": 99.39352671305338,
128
+ "memoryEfficiency": 0.6064732869466241,
129
+ "cpuCount": 10,
130
+ "cpuLoad": 0.3357421875,
131
+ "platform": "darwin",
132
+ "uptime": 461832
133
+ },
134
+ {
135
+ "timestamp": 1767871058084,
136
+ "memoryTotal": 25769803776,
137
+ "memoryUsed": 25219432448,
138
+ "memoryFree": 550371328,
139
+ "memoryUsagePercent": 97.86427815755209,
140
+ "memoryEfficiency": 2.135721842447907,
141
+ "cpuCount": 10,
142
+ "cpuLoad": 0.327734375,
143
+ "platform": "darwin",
144
+ "uptime": 461862
145
+ },
146
+ {
147
+ "timestamp": 1767871088084,
148
+ "memoryTotal": 25769803776,
149
+ "memoryUsed": 25558958080,
150
+ "memoryFree": 210845696,
151
+ "memoryUsagePercent": 99.18181101481119,
152
+ "memoryEfficiency": 0.8181889851888116,
153
+ "cpuCount": 10,
154
+ "cpuLoad": 0.2380859375,
155
+ "platform": "darwin",
156
+ "uptime": 461892
157
+ },
158
+ {
159
+ "timestamp": 1767871118085,
160
+ "memoryTotal": 25769803776,
161
+ "memoryUsed": 25650511872,
162
+ "memoryFree": 119291904,
163
+ "memoryUsagePercent": 99.5370864868164,
164
+ "memoryEfficiency": 0.46291351318359375,
165
+ "cpuCount": 10,
166
+ "cpuLoad": 0.267431640625,
167
+ "platform": "darwin",
168
+ "uptime": 461922
169
+ },
170
+ {
171
+ "timestamp": 1767871148086,
172
+ "memoryTotal": 25769803776,
173
+ "memoryUsed": 25287196672,
174
+ "memoryFree": 482607104,
175
+ "memoryUsagePercent": 98.12723795572916,
176
+ "memoryEfficiency": 1.8727620442708428,
177
+ "cpuCount": 10,
178
+ "cpuLoad": 0.277587890625,
179
+ "platform": "darwin",
180
+ "uptime": 461952
181
+ },
182
+ {
183
+ "timestamp": 1767871178088,
184
+ "memoryTotal": 25769803776,
185
+ "memoryUsed": 25433784320,
186
+ "memoryFree": 336019456,
187
+ "memoryUsagePercent": 98.69607289632162,
188
+ "memoryEfficiency": 1.303927103678376,
189
+ "cpuCount": 10,
190
+ "cpuLoad": 0.22841796875,
191
+ "platform": "darwin",
192
+ "uptime": 461982
193
+ },
194
+ {
195
+ "timestamp": 1767871208088,
196
+ "memoryTotal": 25769803776,
197
+ "memoryUsed": 25550749696,
198
+ "memoryFree": 219054080,
199
+ "memoryUsagePercent": 99.14995829264322,
200
+ "memoryEfficiency": 0.8500417073567803,
201
+ "cpuCount": 10,
202
+ "cpuLoad": 0.2357421875,
203
+ "platform": "darwin",
204
+ "uptime": 462012
205
+ },
206
+ {
207
+ "timestamp": 1767871238089,
208
+ "memoryTotal": 25769803776,
209
+ "memoryUsed": 25522192384,
210
+ "memoryFree": 247611392,
211
+ "memoryUsagePercent": 99.03914133707681,
212
+ "memoryEfficiency": 0.9608586629231866,
213
+ "cpuCount": 10,
214
+ "cpuLoad": 0.25703125,
215
+ "platform": "darwin",
216
+ "uptime": 462042
217
+ },
218
+ {
219
+ "timestamp": 1767871268090,
220
+ "memoryTotal": 25769803776,
221
+ "memoryUsed": 25618612224,
222
+ "memoryFree": 151191552,
223
+ "memoryUsagePercent": 99.41329956054688,
224
+ "memoryEfficiency": 0.586700439453125,
225
+ "cpuCount": 10,
226
+ "cpuLoad": 0.2888671875,
227
+ "platform": "darwin",
228
+ "uptime": 462072
229
+ },
230
+ {
231
+ "timestamp": 1767871298092,
232
+ "memoryTotal": 25769803776,
233
+ "memoryUsed": 25551896576,
234
+ "memoryFree": 217907200,
235
+ "memoryUsagePercent": 99.15440877278647,
236
+ "memoryEfficiency": 0.8455912272135322,
237
+ "cpuCount": 10,
238
+ "cpuLoad": 0.292529296875,
239
+ "platform": "darwin",
240
+ "uptime": 462102
241
+ },
242
+ {
243
+ "timestamp": 1767871328092,
244
+ "memoryTotal": 25769803776,
245
+ "memoryUsed": 25599967232,
246
+ "memoryFree": 169836544,
247
+ "memoryUsagePercent": 99.34094746907553,
248
+ "memoryEfficiency": 0.6590525309244697,
249
+ "cpuCount": 10,
250
+ "cpuLoad": 0.29267578125,
251
+ "platform": "darwin",
252
+ "uptime": 462132
253
+ },
254
+ {
255
+ "timestamp": 1767871358091,
256
+ "memoryTotal": 25769803776,
257
+ "memoryUsed": 25555992576,
258
+ "memoryFree": 213811200,
259
+ "memoryUsagePercent": 99.17030334472656,
260
+ "memoryEfficiency": 0.8296966552734375,
261
+ "cpuCount": 10,
262
+ "cpuLoad": 0.397314453125,
263
+ "platform": "darwin",
264
+ "uptime": 462162
265
+ },
266
+ {
267
+ "timestamp": 1767871388092,
268
+ "memoryTotal": 25769803776,
269
+ "memoryUsed": 25639256064,
270
+ "memoryFree": 130547712,
271
+ "memoryUsagePercent": 99.493408203125,
272
+ "memoryEfficiency": 0.506591796875,
273
+ "cpuCount": 10,
274
+ "cpuLoad": 0.323779296875,
275
+ "platform": "darwin",
276
+ "uptime": 462192
277
+ },
278
+ {
279
+ "timestamp": 1767871418092,
280
+ "memoryTotal": 25769803776,
281
+ "memoryUsed": 25548603392,
282
+ "memoryFree": 221200384,
283
+ "memoryUsagePercent": 99.14162953694662,
284
+ "memoryEfficiency": 0.8583704630533759,
285
+ "cpuCount": 10,
286
+ "cpuLoad": 0.38916015625,
287
+ "platform": "darwin",
288
+ "uptime": 462222
289
+ },
290
+ {
291
+ "timestamp": 1767871448093,
292
+ "memoryTotal": 25769803776,
293
+ "memoryUsed": 25554534400,
294
+ "memoryFree": 215269376,
295
+ "memoryUsagePercent": 99.16464487711588,
296
+ "memoryEfficiency": 0.8353551228841241,
297
+ "cpuCount": 10,
298
+ "cpuLoad": 0.32099609375,
299
+ "platform": "darwin",
300
+ "uptime": 462252
301
+ },
302
+ {
303
+ "timestamp": 1767871478093,
304
+ "memoryTotal": 25769803776,
305
+ "memoryUsed": 25662586880,
306
+ "memoryFree": 107216896,
307
+ "memoryUsagePercent": 99.58394368489584,
308
+ "memoryEfficiency": 0.4160563151041572,
309
+ "cpuCount": 10,
310
+ "cpuLoad": 0.409033203125,
311
+ "platform": "darwin",
312
+ "uptime": 462282
313
+ },
314
+ {
315
+ "timestamp": 1767871508095,
316
+ "memoryTotal": 25769803776,
317
+ "memoryUsed": 25672007680,
318
+ "memoryFree": 97796096,
319
+ "memoryUsagePercent": 99.62050120035806,
320
+ "memoryEfficiency": 0.37949879964193656,
321
+ "cpuCount": 10,
322
+ "cpuLoad": 0.409912109375,
323
+ "platform": "darwin",
324
+ "uptime": 462312
325
+ },
326
+ {
327
+ "timestamp": 1767871538097,
328
+ "memoryTotal": 25769803776,
329
+ "memoryUsed": 25565020160,
330
+ "memoryFree": 204783616,
331
+ "memoryUsagePercent": 99.20533498128256,
332
+ "memoryEfficiency": 0.7946650187174384,
333
+ "cpuCount": 10,
334
+ "cpuLoad": 0.380908203125,
335
+ "platform": "darwin",
336
+ "uptime": 462342
337
+ },
338
+ {
339
+ "timestamp": 1767871568097,
340
+ "memoryTotal": 25769803776,
341
+ "memoryUsed": 25646923776,
342
+ "memoryFree": 122880000,
343
+ "memoryUsagePercent": 99.52316284179688,
344
+ "memoryEfficiency": 0.476837158203125,
345
+ "cpuCount": 10,
346
+ "cpuLoad": 0.3271484375,
347
+ "platform": "darwin",
348
+ "uptime": 462372
349
+ },
350
+ {
351
+ "timestamp": 1767871598100,
352
+ "memoryTotal": 25769803776,
353
+ "memoryUsed": 25665011712,
354
+ "memoryFree": 104792064,
355
+ "memoryUsagePercent": 99.59335327148438,
356
+ "memoryEfficiency": 0.406646728515625,
357
+ "cpuCount": 10,
358
+ "cpuLoad": 0.34921875,
359
+ "platform": "darwin",
360
+ "uptime": 462402
361
+ },
362
+ {
363
+ "timestamp": 1767871628099,
364
+ "memoryTotal": 25769803776,
365
+ "memoryUsed": 25626099712,
366
+ "memoryFree": 143704064,
367
+ "memoryUsagePercent": 99.44235483805338,
368
+ "memoryEfficiency": 0.5576451619466241,
369
+ "cpuCount": 10,
370
+ "cpuLoad": 0.457666015625,
371
+ "platform": "darwin",
372
+ "uptime": 462432
373
+ },
374
+ {
375
+ "timestamp": 1767871658101,
376
+ "memoryTotal": 25769803776,
377
+ "memoryUsed": 25617743872,
378
+ "memoryFree": 152059904,
379
+ "memoryUsagePercent": 99.40992991129556,
380
+ "memoryEfficiency": 0.5900700887044366,
381
+ "cpuCount": 10,
382
+ "cpuLoad": 0.4345703125,
383
+ "platform": "darwin",
384
+ "uptime": 462462
385
+ },
386
+ {
387
+ "timestamp": 1767871688102,
388
+ "memoryTotal": 25769803776,
389
+ "memoryUsed": 25681985536,
390
+ "memoryFree": 87818240,
391
+ "memoryUsagePercent": 99.65922037760416,
392
+ "memoryEfficiency": 0.3407796223958428,
393
+ "cpuCount": 10,
394
+ "cpuLoad": 0.405712890625,
395
+ "platform": "darwin",
396
+ "uptime": 462492
397
+ },
398
+ {
399
+ "timestamp": 1767871718103,
400
+ "memoryTotal": 25769803776,
401
+ "memoryUsed": 25565954048,
402
+ "memoryFree": 203849728,
403
+ "memoryUsagePercent": 99.2089589436849,
404
+ "memoryEfficiency": 0.7910410563150947,
405
+ "cpuCount": 10,
406
+ "cpuLoad": 0.52587890625,
407
+ "platform": "darwin",
408
+ "uptime": 462522
409
+ },
410
+ {
411
+ "timestamp": 1767871748103,
412
+ "memoryTotal": 25769803776,
413
+ "memoryUsed": 25609977856,
414
+ "memoryFree": 159825920,
415
+ "memoryUsagePercent": 99.37979380289713,
416
+ "memoryEfficiency": 0.6202061971028741,
417
+ "cpuCount": 10,
418
+ "cpuLoad": 0.55771484375,
419
+ "platform": "darwin",
420
+ "uptime": 462552
421
+ },
422
+ {
423
+ "timestamp": 1767871778104,
424
+ "memoryTotal": 25769803776,
425
+ "memoryUsed": 25673089024,
426
+ "memoryFree": 96714752,
427
+ "memoryUsagePercent": 99.62469736735025,
428
+ "memoryEfficiency": 0.37530263264974906,
429
+ "cpuCount": 10,
430
+ "cpuLoad": 0.578662109375,
431
+ "platform": "darwin",
432
+ "uptime": 462582
433
+ },
434
+ {
435
+ "timestamp": 1767871808105,
436
+ "memoryTotal": 25769803776,
437
+ "memoryUsed": 25655869440,
438
+ "memoryFree": 113934336,
439
+ "memoryUsagePercent": 99.55787658691406,
440
+ "memoryEfficiency": 0.4421234130859375,
441
+ "cpuCount": 10,
442
+ "cpuLoad": 0.59228515625,
443
+ "platform": "darwin",
444
+ "uptime": 462612
445
+ },
446
+ {
447
+ "timestamp": 1767871838106,
448
+ "memoryTotal": 25769803776,
449
+ "memoryUsed": 25667715072,
450
+ "memoryFree": 102088704,
451
+ "memoryUsagePercent": 99.60384368896484,
452
+ "memoryEfficiency": 0.39615631103515625,
453
+ "cpuCount": 10,
454
+ "cpuLoad": 0.57109375,
455
+ "platform": "darwin",
456
+ "uptime": 462642
457
+ },
458
+ {
459
+ "timestamp": 1767871868107,
460
+ "memoryTotal": 25769803776,
461
+ "memoryUsed": 25643991040,
462
+ "memoryFree": 125812736,
463
+ "memoryUsagePercent": 99.51178232828775,
464
+ "memoryEfficiency": 0.48821767171224906,
465
+ "cpuCount": 10,
466
+ "cpuLoad": 0.472021484375,
467
+ "platform": "darwin",
468
+ "uptime": 462672
469
+ },
470
+ {
471
+ "timestamp": 1767871898110,
472
+ "memoryTotal": 25769803776,
473
+ "memoryUsed": 25629130752,
474
+ "memoryFree": 140673024,
475
+ "memoryUsagePercent": 99.45411682128906,
476
+ "memoryEfficiency": 0.5458831787109375,
477
+ "cpuCount": 10,
478
+ "cpuLoad": 0.381298828125,
479
+ "platform": "darwin",
480
+ "uptime": 462702
481
+ },
482
+ {
483
+ "timestamp": 1767871928110,
484
+ "memoryTotal": 25769803776,
485
+ "memoryUsed": 25586204672,
486
+ "memoryFree": 183599104,
487
+ "memoryUsagePercent": 99.28754170735678,
488
+ "memoryEfficiency": 0.7124582926432197,
489
+ "cpuCount": 10,
490
+ "cpuLoad": 0.289990234375,
491
+ "platform": "darwin",
492
+ "uptime": 462732
493
+ },
494
+ {
495
+ "timestamp": 1767871958110,
496
+ "memoryTotal": 25769803776,
497
+ "memoryUsed": 25636896768,
498
+ "memoryFree": 132907008,
499
+ "memoryUsagePercent": 99.4842529296875,
500
+ "memoryEfficiency": 0.5157470703125,
501
+ "cpuCount": 10,
502
+ "cpuLoad": 0.28544921875,
503
+ "platform": "darwin",
504
+ "uptime": 462762
505
+ },
506
+ {
507
+ "timestamp": 1767871988111,
508
+ "memoryTotal": 25769803776,
509
+ "memoryUsed": 25553649664,
510
+ "memoryFree": 216154112,
511
+ "memoryUsagePercent": 99.16121164957681,
512
+ "memoryEfficiency": 0.8387883504231866,
513
+ "cpuCount": 10,
514
+ "cpuLoad": 0.2556640625,
515
+ "platform": "darwin",
516
+ "uptime": 462792
517
+ },
518
+ {
519
+ "timestamp": 1767872018113,
520
+ "memoryTotal": 25769803776,
521
+ "memoryUsed": 25618923520,
522
+ "memoryFree": 150880256,
523
+ "memoryUsagePercent": 99.41450754801431,
524
+ "memoryEfficiency": 0.5854924519856866,
525
+ "cpuCount": 10,
526
+ "cpuLoad": 0.23642578125,
527
+ "platform": "darwin",
528
+ "uptime": 462822
529
+ },
530
+ {
531
+ "timestamp": 1767872048114,
532
+ "memoryTotal": 25769803776,
533
+ "memoryUsed": 25598459904,
534
+ "memoryFree": 171343872,
535
+ "memoryUsagePercent": 99.33509826660156,
536
+ "memoryEfficiency": 0.6649017333984375,
537
+ "cpuCount": 10,
538
+ "cpuLoad": 0.214501953125,
539
+ "platform": "darwin",
540
+ "uptime": 462852
541
+ },
542
+ {
543
+ "timestamp": 1767872078115,
544
+ "memoryTotal": 25769803776,
545
+ "memoryUsed": 25618382848,
546
+ "memoryFree": 151420928,
547
+ "memoryUsagePercent": 99.41240946451822,
548
+ "memoryEfficiency": 0.5875905354817803,
549
+ "cpuCount": 10,
550
+ "cpuLoad": 0.238427734375,
551
+ "platform": "darwin",
552
+ "uptime": 462882
553
+ },
554
+ {
555
+ "timestamp": 1767872108116,
556
+ "memoryTotal": 25769803776,
557
+ "memoryUsed": 25596903424,
558
+ "memoryFree": 172900352,
559
+ "memoryUsagePercent": 99.32905832926431,
560
+ "memoryEfficiency": 0.6709416707356866,
561
+ "cpuCount": 10,
562
+ "cpuLoad": 0.2681640625,
563
+ "platform": "darwin",
564
+ "uptime": 462912
565
+ },
566
+ {
567
+ "timestamp": 1767872138117,
568
+ "memoryTotal": 25769803776,
569
+ "memoryUsed": 25675235328,
570
+ "memoryFree": 94568448,
571
+ "memoryUsagePercent": 99.63302612304688,
572
+ "memoryEfficiency": 0.366973876953125,
573
+ "cpuCount": 10,
574
+ "cpuLoad": 0.2517578125,
575
+ "platform": "darwin",
576
+ "uptime": 462942
577
+ },
578
+ {
579
+ "timestamp": 1767872168118,
580
+ "memoryTotal": 25769803776,
581
+ "memoryUsed": 25597788160,
582
+ "memoryFree": 172015616,
583
+ "memoryUsagePercent": 99.33249155680338,
584
+ "memoryEfficiency": 0.6675084431966241,
585
+ "cpuCount": 10,
586
+ "cpuLoad": 0.2341796875,
587
+ "platform": "darwin",
588
+ "uptime": 462972
589
+ },
590
+ {
591
+ "timestamp": 1767872198120,
592
+ "memoryTotal": 25769803776,
593
+ "memoryUsed": 25673383936,
594
+ "memoryFree": 96419840,
595
+ "memoryUsagePercent": 99.62584177652994,
596
+ "memoryEfficiency": 0.37415822347006156,
597
+ "cpuCount": 10,
598
+ "cpuLoad": 0.244970703125,
599
+ "platform": "darwin",
600
+ "uptime": 463002
601
+ },
602
+ {
603
+ "timestamp": 1767872228121,
604
+ "memoryTotal": 25769803776,
605
+ "memoryUsed": 25691947008,
606
+ "memoryFree": 77856768,
607
+ "memoryUsagePercent": 99.6978759765625,
608
+ "memoryEfficiency": 0.3021240234375,
609
+ "cpuCount": 10,
610
+ "cpuLoad": 0.408740234375,
611
+ "platform": "darwin",
612
+ "uptime": 463032
613
+ },
614
+ {
615
+ "timestamp": 1767872258122,
616
+ "memoryTotal": 25769803776,
617
+ "memoryUsed": 25566707712,
618
+ "memoryFree": 203096064,
619
+ "memoryUsagePercent": 99.21188354492188,
620
+ "memoryEfficiency": 0.788116455078125,
621
+ "cpuCount": 10,
622
+ "cpuLoad": 0.42607421875,
623
+ "platform": "darwin",
624
+ "uptime": 463062
625
+ },
626
+ {
627
+ "timestamp": 1767872288122,
628
+ "memoryTotal": 25769803776,
629
+ "memoryUsed": 25621266432,
630
+ "memoryFree": 148537344,
631
+ "memoryUsagePercent": 99.42359924316406,
632
+ "memoryEfficiency": 0.5764007568359375,
633
+ "cpuCount": 10,
634
+ "cpuLoad": 0.375146484375,
635
+ "platform": "darwin",
636
+ "uptime": 463092
637
+ },
638
+ {
639
+ "timestamp": 1767872318123,
640
+ "memoryTotal": 25769803776,
641
+ "memoryUsed": 25698828288,
642
+ "memoryFree": 70975488,
643
+ "memoryUsagePercent": 99.72457885742188,
644
+ "memoryEfficiency": 0.275421142578125,
645
+ "cpuCount": 10,
646
+ "cpuLoad": 0.32744140625,
647
+ "platform": "darwin",
648
+ "uptime": 463122
649
+ },
650
+ {
651
+ "timestamp": 1767872348125,
652
+ "memoryTotal": 25769803776,
653
+ "memoryUsed": 25595723776,
654
+ "memoryFree": 174080000,
655
+ "memoryUsagePercent": 99.32448069254556,
656
+ "memoryEfficiency": 0.6755193074544366,
657
+ "cpuCount": 10,
658
+ "cpuLoad": 0.29482421875,
659
+ "platform": "darwin",
660
+ "uptime": 463152
661
+ },
662
+ {
663
+ "timestamp": 1767872378126,
664
+ "memoryTotal": 25769803776,
665
+ "memoryUsed": 25681412096,
666
+ "memoryFree": 88391680,
667
+ "memoryUsagePercent": 99.65699513753256,
668
+ "memoryEfficiency": 0.34300486246743844,
669
+ "cpuCount": 10,
670
+ "cpuLoad": 0.306884765625,
671
+ "platform": "darwin",
672
+ "uptime": 463182
673
+ },
674
+ {
675
+ "timestamp": 1767872408127,
676
+ "memoryTotal": 25769803776,
677
+ "memoryUsed": 25693945856,
678
+ "memoryFree": 75857920,
679
+ "memoryUsagePercent": 99.70563252766928,
680
+ "memoryEfficiency": 0.2943674723307197,
681
+ "cpuCount": 10,
682
+ "cpuLoad": 0.341162109375,
683
+ "platform": "darwin",
684
+ "uptime": 463212
685
+ },
686
+ {
687
+ "timestamp": 1767872438127,
688
+ "memoryTotal": 25769803776,
689
+ "memoryUsed": 25553354752,
690
+ "memoryFree": 216449024,
691
+ "memoryUsagePercent": 99.16006724039713,
692
+ "memoryEfficiency": 0.8399327596028741,
693
+ "cpuCount": 10,
694
+ "cpuLoad": 0.25224609375,
695
+ "platform": "darwin",
696
+ "uptime": 463242
697
+ },
698
+ {
699
+ "timestamp": 1767872468128,
700
+ "memoryTotal": 25769803776,
701
+ "memoryUsed": 25656688640,
702
+ "memoryFree": 113115136,
703
+ "memoryUsagePercent": 99.56105550130209,
704
+ "memoryEfficiency": 0.4389444986979072,
705
+ "cpuCount": 10,
706
+ "cpuLoad": 0.301806640625,
707
+ "platform": "darwin",
708
+ "uptime": 463272
709
+ },
710
+ {
711
+ "timestamp": 1767872498130,
712
+ "memoryTotal": 25769803776,
713
+ "memoryUsed": 25687965696,
714
+ "memoryFree": 81838080,
715
+ "memoryUsagePercent": 99.68242645263672,
716
+ "memoryEfficiency": 0.31757354736328125,
717
+ "cpuCount": 10,
718
+ "cpuLoad": 0.242431640625,
719
+ "platform": "darwin",
720
+ "uptime": 463302
721
+ },
722
+ {
723
+ "timestamp": 1767872528131,
724
+ "memoryTotal": 25769803776,
725
+ "memoryUsed": 25593905152,
726
+ "memoryFree": 175898624,
727
+ "memoryUsagePercent": 99.31742350260416,
728
+ "memoryEfficiency": 0.6825764973958428,
729
+ "cpuCount": 10,
730
+ "cpuLoad": 0.290625,
731
+ "platform": "darwin",
732
+ "uptime": 463332
733
+ },
734
+ {
735
+ "timestamp": 1767872558131,
736
+ "memoryTotal": 25769803776,
737
+ "memoryUsed": 25666371584,
738
+ "memoryFree": 103432192,
739
+ "memoryUsagePercent": 99.5986302693685,
740
+ "memoryEfficiency": 0.40136973063150094,
741
+ "cpuCount": 10,
742
+ "cpuLoad": 0.21875,
743
+ "platform": "darwin",
744
+ "uptime": 463362
745
+ },
746
+ {
747
+ "timestamp": 1767872588133,
748
+ "memoryTotal": 25769803776,
749
+ "memoryUsed": 25410420736,
750
+ "memoryFree": 359383040,
751
+ "memoryUsagePercent": 98.60541025797525,
752
+ "memoryEfficiency": 1.394589742024749,
753
+ "cpuCount": 10,
754
+ "cpuLoad": 0.259716796875,
755
+ "platform": "darwin",
756
+ "uptime": 463392
757
+ },
758
+ {
759
+ "timestamp": 1767872618133,
760
+ "memoryTotal": 25769803776,
761
+ "memoryUsed": 25451085824,
762
+ "memoryFree": 318717952,
763
+ "memoryUsagePercent": 98.76321156819662,
764
+ "memoryEfficiency": 1.236788431803376,
765
+ "cpuCount": 10,
766
+ "cpuLoad": 0.336083984375,
767
+ "platform": "darwin",
768
+ "uptime": 463422
769
+ },
770
+ {
771
+ "timestamp": 1767872648133,
772
+ "memoryTotal": 25769803776,
773
+ "memoryUsed": 25641107456,
774
+ "memoryFree": 128696320,
775
+ "memoryUsagePercent": 99.50059254964194,
776
+ "memoryEfficiency": 0.49940745035806344,
777
+ "cpuCount": 10,
778
+ "cpuLoad": 0.251416015625,
779
+ "platform": "darwin",
780
+ "uptime": 463452
781
+ },
782
+ {
783
+ "timestamp": 1767872678133,
784
+ "memoryTotal": 25769803776,
785
+ "memoryUsed": 25699762176,
786
+ "memoryFree": 70041600,
787
+ "memoryUsagePercent": 99.72820281982422,
788
+ "memoryEfficiency": 0.27179718017578125,
789
+ "cpuCount": 10,
790
+ "cpuLoad": 0.285107421875,
791
+ "platform": "darwin",
792
+ "uptime": 463482
793
+ },
794
+ {
795
+ "timestamp": 1767872708133,
796
+ "memoryTotal": 25769803776,
797
+ "memoryUsed": 25661161472,
798
+ "memoryFree": 108642304,
799
+ "memoryUsagePercent": 99.57841237386069,
800
+ "memoryEfficiency": 0.42158762613931344,
801
+ "cpuCount": 10,
802
+ "cpuLoad": 0.2681640625,
803
+ "platform": "darwin",
804
+ "uptime": 463512
805
+ },
806
+ {
807
+ "timestamp": 1767872738134,
808
+ "memoryTotal": 25769803776,
809
+ "memoryUsed": 25682264064,
810
+ "memoryFree": 87539712,
811
+ "memoryUsagePercent": 99.6603012084961,
812
+ "memoryEfficiency": 0.33969879150390625,
813
+ "cpuCount": 10,
814
+ "cpuLoad": 0.241455078125,
815
+ "platform": "darwin",
816
+ "uptime": 463542
817
+ },
818
+ {
819
+ "timestamp": 1767872768135,
820
+ "memoryTotal": 25769803776,
821
+ "memoryUsed": 25581256704,
822
+ "memoryFree": 188547072,
823
+ "memoryUsagePercent": 99.26834106445312,
824
+ "memoryEfficiency": 0.731658935546875,
825
+ "cpuCount": 10,
826
+ "cpuLoad": 0.222802734375,
827
+ "platform": "darwin",
828
+ "uptime": 463572
829
+ },
830
+ {
831
+ "timestamp": 1767872798137,
832
+ "memoryTotal": 25769803776,
833
+ "memoryUsed": 25655132160,
834
+ "memoryFree": 114671616,
835
+ "memoryUsagePercent": 99.55501556396484,
836
+ "memoryEfficiency": 0.44498443603515625,
837
+ "cpuCount": 10,
838
+ "cpuLoad": 0.217919921875,
839
+ "platform": "darwin",
840
+ "uptime": 463602
841
+ },
842
+ {
843
+ "timestamp": 1767872828137,
844
+ "memoryTotal": 25769803776,
845
+ "memoryUsed": 25627951104,
846
+ "memoryFree": 141852672,
847
+ "memoryUsagePercent": 99.44953918457031,
848
+ "memoryEfficiency": 0.5504608154296875,
849
+ "cpuCount": 10,
850
+ "cpuLoad": 0.238037109375,
851
+ "platform": "darwin",
852
+ "uptime": 463632
853
+ },
854
+ {
855
+ "timestamp": 1767872858137,
856
+ "memoryTotal": 25769803776,
857
+ "memoryUsed": 25625690112,
858
+ "memoryFree": 144113664,
859
+ "memoryUsagePercent": 99.44076538085938,
860
+ "memoryEfficiency": 0.559234619140625,
861
+ "cpuCount": 10,
862
+ "cpuLoad": 0.21064453125,
863
+ "platform": "darwin",
864
+ "uptime": 463662
865
+ },
866
+ {
867
+ "timestamp": 1767872888139,
868
+ "memoryTotal": 25769803776,
869
+ "memoryUsed": 25560367104,
870
+ "memoryFree": 209436672,
871
+ "memoryUsagePercent": 99.1872787475586,
872
+ "memoryEfficiency": 0.8127212524414062,
873
+ "cpuCount": 10,
874
+ "cpuLoad": 0.216748046875,
875
+ "platform": "darwin",
876
+ "uptime": 463692
877
+ },
878
+ {
879
+ "timestamp": 1767872918139,
880
+ "memoryTotal": 25769803776,
881
+ "memoryUsed": 25646546944,
882
+ "memoryFree": 123256832,
883
+ "memoryUsagePercent": 99.52170054117838,
884
+ "memoryEfficiency": 0.47829945882162406,
885
+ "cpuCount": 10,
886
+ "cpuLoad": 0.228564453125,
887
+ "platform": "darwin",
888
+ "uptime": 463722
889
+ },
890
+ {
891
+ "timestamp": 1767872948140,
892
+ "memoryTotal": 25769803776,
893
+ "memoryUsed": 25655296000,
894
+ "memoryFree": 114507776,
895
+ "memoryUsagePercent": 99.55565134684244,
896
+ "memoryEfficiency": 0.44434865315756156,
897
+ "cpuCount": 10,
898
+ "cpuLoad": 0.194775390625,
899
+ "platform": "darwin",
900
+ "uptime": 463752
901
+ },
902
+ {
903
+ "timestamp": 1767872978141,
904
+ "memoryTotal": 25769803776,
905
+ "memoryUsed": 25618382848,
906
+ "memoryFree": 151420928,
907
+ "memoryUsagePercent": 99.41240946451822,
908
+ "memoryEfficiency": 0.5875905354817803,
909
+ "cpuCount": 10,
910
+ "cpuLoad": 0.21689453125,
911
+ "platform": "darwin",
912
+ "uptime": 463782
913
+ },
914
+ {
915
+ "timestamp": 1767873008143,
916
+ "memoryTotal": 25769803776,
917
+ "memoryUsed": 25661554688,
918
+ "memoryFree": 108249088,
919
+ "memoryUsagePercent": 99.57993825276694,
920
+ "memoryEfficiency": 0.42006174723306344,
921
+ "cpuCount": 10,
922
+ "cpuLoad": 0.2244140625,
923
+ "platform": "darwin",
924
+ "uptime": 463812
925
+ },
926
+ {
927
+ "timestamp": 1767873038143,
928
+ "memoryTotal": 25769803776,
929
+ "memoryUsed": 25254002688,
930
+ "memoryFree": 515801088,
931
+ "memoryUsagePercent": 97.99842834472656,
932
+ "memoryEfficiency": 2.0015716552734375,
933
+ "cpuCount": 10,
934
+ "cpuLoad": 0.23525390625,
935
+ "platform": "darwin",
936
+ "uptime": 463842
937
+ },
938
+ {
939
+ "timestamp": 1767873068145,
940
+ "memoryTotal": 25769803776,
941
+ "memoryUsed": 25585582080,
942
+ "memoryFree": 184221696,
943
+ "memoryUsagePercent": 99.28512573242188,
944
+ "memoryEfficiency": 0.714874267578125,
945
+ "cpuCount": 10,
946
+ "cpuLoad": 0.185595703125,
947
+ "platform": "darwin",
948
+ "uptime": 463872
949
+ },
950
+ {
951
+ "timestamp": 1767873098142,
952
+ "memoryTotal": 25769803776,
953
+ "memoryUsed": 25188974592,
954
+ "memoryFree": 580829184,
955
+ "memoryUsagePercent": 97.74608612060547,
956
+ "memoryEfficiency": 2.2539138793945312,
957
+ "cpuCount": 10,
958
+ "cpuLoad": 0.23193359375,
959
+ "platform": "darwin",
960
+ "uptime": 463902
961
+ },
962
+ {
963
+ "timestamp": 1767873128143,
964
+ "memoryTotal": 25769803776,
965
+ "memoryUsed": 25644154880,
966
+ "memoryFree": 125648896,
967
+ "memoryUsagePercent": 99.51241811116537,
968
+ "memoryEfficiency": 0.48758188883462594,
969
+ "cpuCount": 10,
970
+ "cpuLoad": 0.22607421875,
971
+ "platform": "darwin",
972
+ "uptime": 463932
973
+ },
974
+ {
975
+ "timestamp": 1767873158145,
976
+ "memoryTotal": 25769803776,
977
+ "memoryUsed": 25245728768,
978
+ "memoryFree": 524075008,
979
+ "memoryUsagePercent": 97.96632130940756,
980
+ "memoryEfficiency": 2.0336786905924384,
981
+ "cpuCount": 10,
982
+ "cpuLoad": 0.24892578125,
983
+ "platform": "darwin",
984
+ "uptime": 463962
985
+ },
986
+ {
987
+ "timestamp": 1767873188146,
988
+ "memoryTotal": 25769803776,
989
+ "memoryUsed": 25623560192,
990
+ "memoryFree": 146243584,
991
+ "memoryUsagePercent": 99.43250020345053,
992
+ "memoryEfficiency": 0.5674997965494697,
993
+ "cpuCount": 10,
994
+ "cpuLoad": 0.229931640625,
995
+ "platform": "darwin",
996
+ "uptime": 463992
997
+ },
998
+ {
999
+ "timestamp": 1767873218147,
1000
+ "memoryTotal": 25769803776,
1001
+ "memoryUsed": 25698926592,
1002
+ "memoryFree": 70877184,
1003
+ "memoryUsagePercent": 99.72496032714844,
1004
+ "memoryEfficiency": 0.2750396728515625,
1005
+ "cpuCount": 10,
1006
+ "cpuLoad": 0.266796875,
1007
+ "platform": "darwin",
1008
+ "uptime": 464022
1009
+ },
1010
+ {
1011
+ "timestamp": 1767873248148,
1012
+ "memoryTotal": 25769803776,
1013
+ "memoryUsed": 25645662208,
1014
+ "memoryFree": 124141568,
1015
+ "memoryUsagePercent": 99.51826731363931,
1016
+ "memoryEfficiency": 0.48173268636068656,
1017
+ "cpuCount": 10,
1018
+ "cpuLoad": 0.667919921875,
1019
+ "platform": "darwin",
1020
+ "uptime": 464052
1021
+ },
1022
+ {
1023
+ "timestamp": 1767873278148,
1024
+ "memoryTotal": 25769803776,
1025
+ "memoryUsed": 25558368256,
1026
+ "memoryFree": 211435520,
1027
+ "memoryUsagePercent": 99.17952219645181,
1028
+ "memoryEfficiency": 0.8204778035481866,
1029
+ "cpuCount": 10,
1030
+ "cpuLoad": 0.49521484375,
1031
+ "platform": "darwin",
1032
+ "uptime": 464082
1033
+ },
1034
+ {
1035
+ "timestamp": 1767873308150,
1036
+ "memoryTotal": 25769803776,
1037
+ "memoryUsed": 25706496000,
1038
+ "memoryFree": 63307776,
1039
+ "memoryUsagePercent": 99.75433349609375,
1040
+ "memoryEfficiency": 0.24566650390625,
1041
+ "cpuCount": 10,
1042
+ "cpuLoad": 0.487646484375,
1043
+ "platform": "darwin",
1044
+ "uptime": 464112
1045
+ },
1046
+ {
1047
+ "timestamp": 1767873338151,
1048
+ "memoryTotal": 25769803776,
1049
+ "memoryUsed": 25638043648,
1050
+ "memoryFree": 131760128,
1051
+ "memoryUsagePercent": 99.48870340983072,
1052
+ "memoryEfficiency": 0.5112965901692803,
1053
+ "cpuCount": 10,
1054
+ "cpuLoad": 0.4126953125,
1055
+ "platform": "darwin",
1056
+ "uptime": 464142
1057
+ },
1058
+ {
1059
+ "timestamp": 1767873368152,
1060
+ "memoryTotal": 25769803776,
1061
+ "memoryUsed": 25645383680,
1062
+ "memoryFree": 124420096,
1063
+ "memoryUsagePercent": 99.5171864827474,
1064
+ "memoryEfficiency": 0.4828135172525947,
1065
+ "cpuCount": 10,
1066
+ "cpuLoad": 0.343408203125,
1067
+ "platform": "darwin",
1068
+ "uptime": 464172
1069
+ },
1070
+ {
1071
+ "timestamp": 1767873398153,
1072
+ "memoryTotal": 25769803776,
1073
+ "memoryUsed": 25656115200,
1074
+ "memoryFree": 113688576,
1075
+ "memoryUsagePercent": 99.55883026123047,
1076
+ "memoryEfficiency": 0.44116973876953125,
1077
+ "cpuCount": 10,
1078
+ "cpuLoad": 0.323095703125,
1079
+ "platform": "darwin",
1080
+ "uptime": 464202
1081
+ },
1082
+ {
1083
+ "timestamp": 1767873428153,
1084
+ "memoryTotal": 25769803776,
1085
+ "memoryUsed": 25615024128,
1086
+ "memoryFree": 154779648,
1087
+ "memoryUsagePercent": 99.39937591552734,
1088
+ "memoryEfficiency": 0.6006240844726562,
1089
+ "cpuCount": 10,
1090
+ "cpuLoad": 0.29423828125,
1091
+ "platform": "darwin",
1092
+ "uptime": 464232
1093
+ },
1094
+ {
1095
+ "timestamp": 1767873458155,
1096
+ "memoryTotal": 25769803776,
1097
+ "memoryUsed": 25679396864,
1098
+ "memoryFree": 90406912,
1099
+ "memoryUsagePercent": 99.64917500813803,
1100
+ "memoryEfficiency": 0.3508249918619697,
1101
+ "cpuCount": 10,
1102
+ "cpuLoad": 0.261474609375,
1103
+ "platform": "darwin",
1104
+ "uptime": 464262
1105
+ },
1106
+ {
1107
+ "timestamp": 1767873488155,
1108
+ "memoryTotal": 25769803776,
1109
+ "memoryUsed": 25428623360,
1110
+ "memoryFree": 341180416,
1111
+ "memoryUsagePercent": 98.67604573567709,
1112
+ "memoryEfficiency": 1.3239542643229072,
1113
+ "cpuCount": 10,
1114
+ "cpuLoad": 0.26953125,
1115
+ "platform": "darwin",
1116
+ "uptime": 464292
1117
+ },
1118
+ {
1119
+ "timestamp": 1767873518156,
1120
+ "memoryTotal": 25769803776,
1121
+ "memoryUsed": 25705316352,
1122
+ "memoryFree": 64487424,
1123
+ "memoryUsagePercent": 99.749755859375,
1124
+ "memoryEfficiency": 0.250244140625,
1125
+ "cpuCount": 10,
1126
+ "cpuLoad": 0.262646484375,
1127
+ "platform": "darwin",
1128
+ "uptime": 464322
1129
+ },
1130
+ {
1131
+ "timestamp": 1767873548156,
1132
+ "memoryTotal": 25769803776,
1133
+ "memoryUsed": 25646006272,
1134
+ "memoryFree": 123797504,
1135
+ "memoryUsagePercent": 99.51960245768228,
1136
+ "memoryEfficiency": 0.4803975423177178,
1137
+ "cpuCount": 10,
1138
+ "cpuLoad": 0.25361328125,
1139
+ "platform": "darwin",
1140
+ "uptime": 464352
1141
+ },
1142
+ {
1143
+ "timestamp": 1767873578157,
1144
+ "memoryTotal": 25769803776,
1145
+ "memoryUsed": 25702268928,
1146
+ "memoryFree": 67534848,
1147
+ "memoryUsagePercent": 99.73793029785156,
1148
+ "memoryEfficiency": 0.2620697021484375,
1149
+ "cpuCount": 10,
1150
+ "cpuLoad": 0.277197265625,
1151
+ "platform": "darwin",
1152
+ "uptime": 464382
1153
+ },
1154
+ {
1155
+ "timestamp": 1767873608158,
1156
+ "memoryTotal": 25769803776,
1157
+ "memoryUsed": 25663406080,
1158
+ "memoryFree": 106397696,
1159
+ "memoryUsagePercent": 99.58712259928384,
1160
+ "memoryEfficiency": 0.4128774007161553,
1161
+ "cpuCount": 10,
1162
+ "cpuLoad": 0.219189453125,
1163
+ "platform": "darwin",
1164
+ "uptime": 464412
1165
+ },
1166
+ {
1167
+ "timestamp": 1767873638159,
1168
+ "memoryTotal": 25769803776,
1169
+ "memoryUsed": 25679347712,
1170
+ "memoryFree": 90456064,
1171
+ "memoryUsagePercent": 99.64898427327475,
1172
+ "memoryEfficiency": 0.35101572672525094,
1173
+ "cpuCount": 10,
1174
+ "cpuLoad": 0.226025390625,
1175
+ "platform": "darwin",
1176
+ "uptime": 464442
1177
+ },
1178
+ {
1179
+ "timestamp": 1767873668162,
1180
+ "memoryTotal": 25769803776,
1181
+ "memoryUsed": 25645137920,
1182
+ "memoryFree": 124665856,
1183
+ "memoryUsagePercent": 99.516232808431,
1184
+ "memoryEfficiency": 0.48376719156900094,
1185
+ "cpuCount": 10,
1186
+ "cpuLoad": 0.260302734375,
1187
+ "platform": "darwin",
1188
+ "uptime": 464472
1189
+ },
1190
+ {
1191
+ "timestamp": 1767873698161,
1192
+ "memoryTotal": 25769803776,
1193
+ "memoryUsed": 25679872000,
1194
+ "memoryFree": 89931776,
1195
+ "memoryUsagePercent": 99.65101877848306,
1196
+ "memoryEfficiency": 0.34898122151693656,
1197
+ "cpuCount": 10,
1198
+ "cpuLoad": 0.262158203125,
1199
+ "platform": "darwin",
1200
+ "uptime": 464502
1201
+ },
1202
+ {
1203
+ "timestamp": 1767873728164,
1204
+ "memoryTotal": 25769803776,
1205
+ "memoryUsed": 25662308352,
1206
+ "memoryFree": 107495424,
1207
+ "memoryUsagePercent": 99.5828628540039,
1208
+ "memoryEfficiency": 0.41713714599609375,
1209
+ "cpuCount": 10,
1210
+ "cpuLoad": 0.292626953125,
1211
+ "platform": "darwin",
1212
+ "uptime": 464532
1213
+ },
1214
+ {
1215
+ "timestamp": 1767873758166,
1216
+ "memoryTotal": 25769803776,
1217
+ "memoryUsed": 25675612160,
1218
+ "memoryFree": 94191616,
1219
+ "memoryUsagePercent": 99.63448842366537,
1220
+ "memoryEfficiency": 0.36551157633462594,
1221
+ "cpuCount": 10,
1222
+ "cpuLoad": 0.272607421875,
1223
+ "platform": "darwin",
1224
+ "uptime": 464562
1225
+ },
1226
+ {
1227
+ "timestamp": 1767873788169,
1228
+ "memoryTotal": 25769803776,
1229
+ "memoryUsed": 25584599040,
1230
+ "memoryFree": 185204736,
1231
+ "memoryUsagePercent": 99.28131103515625,
1232
+ "memoryEfficiency": 0.71868896484375,
1233
+ "cpuCount": 10,
1234
+ "cpuLoad": 0.33935546875,
1235
+ "platform": "darwin",
1236
+ "uptime": 464592
1237
+ },
1238
+ {
1239
+ "timestamp": 1767873818168,
1240
+ "memoryTotal": 25769803776,
1241
+ "memoryUsed": 25694175232,
1242
+ "memoryFree": 75628544,
1243
+ "memoryUsagePercent": 99.70652262369791,
1244
+ "memoryEfficiency": 0.2934773763020928,
1245
+ "cpuCount": 10,
1246
+ "cpuLoad": 0.34794921875,
1247
+ "platform": "darwin",
1248
+ "uptime": 464622
1249
+ },
1250
+ {
1251
+ "timestamp": 1767873848169,
1252
+ "memoryTotal": 25769803776,
1253
+ "memoryUsed": 25640386560,
1254
+ "memoryFree": 129417216,
1255
+ "memoryUsagePercent": 99.49779510498047,
1256
+ "memoryEfficiency": 0.5022048950195312,
1257
+ "cpuCount": 10,
1258
+ "cpuLoad": 1.241552734375,
1259
+ "platform": "darwin",
1260
+ "uptime": 464652
1261
+ },
1262
+ {
1263
+ "timestamp": 1767873878170,
1264
+ "memoryTotal": 25769803776,
1265
+ "memoryUsed": 25550012416,
1266
+ "memoryFree": 219791360,
1267
+ "memoryUsagePercent": 99.147097269694,
1268
+ "memoryEfficiency": 0.8529027303059991,
1269
+ "cpuCount": 10,
1270
+ "cpuLoad": 0.975439453125,
1271
+ "platform": "darwin",
1272
+ "uptime": 464682
1273
+ },
1274
+ {
1275
+ "timestamp": 1767873908170,
1276
+ "memoryTotal": 25769803776,
1277
+ "memoryUsed": 25440403456,
1278
+ "memoryFree": 329400320,
1279
+ "memoryUsagePercent": 98.72175852457681,
1280
+ "memoryEfficiency": 1.2782414754231866,
1281
+ "cpuCount": 10,
1282
+ "cpuLoad": 0.8029296875,
1283
+ "platform": "darwin",
1284
+ "uptime": 464712
1285
+ },
1286
+ {
1287
+ "timestamp": 1767873938171,
1288
+ "memoryTotal": 25769803776,
1289
+ "memoryUsed": 25658949632,
1290
+ "memoryFree": 110854144,
1291
+ "memoryUsagePercent": 99.56982930501303,
1292
+ "memoryEfficiency": 0.4301706949869697,
1293
+ "cpuCount": 10,
1294
+ "cpuLoad": 0.667236328125,
1295
+ "platform": "darwin",
1296
+ "uptime": 464742
1297
+ },
1298
+ {
1299
+ "timestamp": 1767873968172,
1300
+ "memoryTotal": 25769803776,
1301
+ "memoryUsed": 25690144768,
1302
+ "memoryFree": 79659008,
1303
+ "memoryUsagePercent": 99.69088236490884,
1304
+ "memoryEfficiency": 0.3091176350911553,
1305
+ "cpuCount": 10,
1306
+ "cpuLoad": 0.591552734375,
1307
+ "platform": "darwin",
1308
+ "uptime": 464772
1309
+ },
1310
+ {
1311
+ "timestamp": 1767873998173,
1312
+ "memoryTotal": 25769803776,
1313
+ "memoryUsed": 25318834176,
1314
+ "memoryFree": 450969600,
1315
+ "memoryUsagePercent": 98.25000762939453,
1316
+ "memoryEfficiency": 1.7499923706054688,
1317
+ "cpuCount": 10,
1318
+ "cpuLoad": 0.553955078125,
1319
+ "platform": "darwin",
1320
+ "uptime": 464802
1321
+ },
1322
+ {
1323
+ "timestamp": 1767874028174,
1324
+ "memoryTotal": 25769803776,
1325
+ "memoryUsed": 25561186304,
1326
+ "memoryFree": 208617472,
1327
+ "memoryUsagePercent": 99.19045766194662,
1328
+ "memoryEfficiency": 0.8095423380533759,
1329
+ "cpuCount": 10,
1330
+ "cpuLoad": 0.4728515625,
1331
+ "platform": "darwin",
1332
+ "uptime": 464832
1333
+ },
1334
+ {
1335
+ "timestamp": 1767874058175,
1336
+ "memoryTotal": 25769803776,
1337
+ "memoryUsed": 25551814656,
1338
+ "memoryFree": 217989120,
1339
+ "memoryUsagePercent": 99.15409088134766,
1340
+ "memoryEfficiency": 0.8459091186523438,
1341
+ "cpuCount": 10,
1342
+ "cpuLoad": 0.403515625,
1343
+ "platform": "darwin",
1344
+ "uptime": 464862
1345
+ },
1346
+ {
1347
+ "timestamp": 1767874088177,
1348
+ "memoryTotal": 25769803776,
1349
+ "memoryUsed": 25676382208,
1350
+ "memoryFree": 93421568,
1351
+ "memoryUsagePercent": 99.6374766031901,
1352
+ "memoryEfficiency": 0.3625233968099053,
1353
+ "cpuCount": 10,
1354
+ "cpuLoad": 0.302099609375,
1355
+ "platform": "darwin",
1356
+ "uptime": 464892
1357
+ },
1358
+ {
1359
+ "timestamp": 1767874118178,
1360
+ "memoryTotal": 25769803776,
1361
+ "memoryUsed": 25649610752,
1362
+ "memoryFree": 120193024,
1363
+ "memoryUsagePercent": 99.53358968098959,
1364
+ "memoryEfficiency": 0.4664103190104072,
1365
+ "cpuCount": 10,
1366
+ "cpuLoad": 0.2609375,
1367
+ "platform": "darwin",
1368
+ "uptime": 464922
1369
+ },
1370
+ {
1371
+ "timestamp": 1767874148181,
1372
+ "memoryTotal": 25769803776,
1373
+ "memoryUsed": 25703301120,
1374
+ "memoryFree": 66502656,
1375
+ "memoryUsagePercent": 99.74193572998047,
1376
+ "memoryEfficiency": 0.25806427001953125,
1377
+ "cpuCount": 10,
1378
+ "cpuLoad": 0.418359375,
1379
+ "platform": "darwin",
1380
+ "uptime": 464952
1381
+ },
1382
+ {
1383
+ "timestamp": 1767874178182,
1384
+ "memoryTotal": 25769803776,
1385
+ "memoryUsed": 25620168704,
1386
+ "memoryFree": 149635072,
1387
+ "memoryUsagePercent": 99.41933949788412,
1388
+ "memoryEfficiency": 0.5806605021158759,
1389
+ "cpuCount": 10,
1390
+ "cpuLoad": 0.34111328125,
1391
+ "platform": "darwin",
1392
+ "uptime": 464982
1393
+ },
1394
+ {
1395
+ "timestamp": 1767874208183,
1396
+ "memoryTotal": 25769803776,
1397
+ "memoryUsed": 25700679680,
1398
+ "memoryFree": 69124096,
1399
+ "memoryUsagePercent": 99.73176320393881,
1400
+ "memoryEfficiency": 0.26823679606118844,
1401
+ "cpuCount": 10,
1402
+ "cpuLoad": 0.442431640625,
1403
+ "platform": "darwin",
1404
+ "uptime": 465012
1405
+ },
1406
+ {
1407
+ "timestamp": 1767874238183,
1408
+ "memoryTotal": 25769803776,
1409
+ "memoryUsed": 25645039616,
1410
+ "memoryFree": 124764160,
1411
+ "memoryUsagePercent": 99.51585133870444,
1412
+ "memoryEfficiency": 0.48414866129556344,
1413
+ "cpuCount": 10,
1414
+ "cpuLoad": 0.32265625,
1415
+ "platform": "darwin",
1416
+ "uptime": 465042
1417
+ },
1418
+ {
1419
+ "timestamp": 1767874268184,
1420
+ "memoryTotal": 25769803776,
1421
+ "memoryUsed": 25465929728,
1422
+ "memoryFree": 303874048,
1423
+ "memoryUsagePercent": 98.82081349690756,
1424
+ "memoryEfficiency": 1.1791865030924384,
1425
+ "cpuCount": 10,
1426
+ "cpuLoad": 0.3125,
1427
+ "platform": "darwin",
1428
+ "uptime": 465072
1429
+ },
1430
+ {
1431
+ "timestamp": 1767874298185,
1432
+ "memoryTotal": 25769803776,
1433
+ "memoryUsed": 25683378176,
1434
+ "memoryFree": 86425600,
1435
+ "memoryUsagePercent": 99.66462453206381,
1436
+ "memoryEfficiency": 0.33537546793618844,
1437
+ "cpuCount": 10,
1438
+ "cpuLoad": 0.30556640625,
1439
+ "platform": "darwin",
1440
+ "uptime": 465102
1441
+ },
1442
+ {
1443
+ "timestamp": 1767874328186,
1444
+ "memoryTotal": 25769803776,
1445
+ "memoryUsed": 25655001088,
1446
+ "memoryFree": 114802688,
1447
+ "memoryUsagePercent": 99.55450693766275,
1448
+ "memoryEfficiency": 0.44549306233724906,
1449
+ "cpuCount": 10,
1450
+ "cpuLoad": 0.2587890625,
1451
+ "platform": "darwin",
1452
+ "uptime": 465132
1453
+ },
1454
+ {
1455
+ "timestamp": 1767874358188,
1456
+ "memoryTotal": 25769803776,
1457
+ "memoryUsed": 25707692032,
1458
+ "memoryFree": 62111744,
1459
+ "memoryUsagePercent": 99.75897471110025,
1460
+ "memoryEfficiency": 0.24102528889974906,
1461
+ "cpuCount": 10,
1462
+ "cpuLoad": 0.222998046875,
1463
+ "platform": "darwin",
1464
+ "uptime": 465162
1465
+ },
1466
+ {
1467
+ "timestamp": 1767874388195,
1468
+ "memoryTotal": 25769803776,
1469
+ "memoryUsed": 24962154496,
1470
+ "memoryFree": 807649280,
1471
+ "memoryUsagePercent": 96.86590830485025,
1472
+ "memoryEfficiency": 3.134091695149749,
1473
+ "cpuCount": 10,
1474
+ "cpuLoad": 0.32001953125,
1475
+ "platform": "darwin",
1476
+ "uptime": 465192
1477
+ },
1478
+ {
1479
+ "timestamp": 1767874418201,
1480
+ "memoryTotal": 25769803776,
1481
+ "memoryUsed": 25359040512,
1482
+ "memoryFree": 410763264,
1483
+ "memoryUsagePercent": 98.4060287475586,
1484
+ "memoryEfficiency": 1.5939712524414062,
1485
+ "cpuCount": 10,
1486
+ "cpuLoad": 0.346630859375,
1487
+ "platform": "darwin",
1488
+ "uptime": 465222
1489
+ },
1490
+ {
1491
+ "timestamp": 1767874448205,
1492
+ "memoryTotal": 25769803776,
1493
+ "memoryUsed": 25431064576,
1494
+ "memoryFree": 338739200,
1495
+ "memoryUsagePercent": 98.68551890055338,
1496
+ "memoryEfficiency": 1.314481099446624,
1497
+ "cpuCount": 10,
1498
+ "cpuLoad": 0.35107421875,
1499
+ "platform": "darwin",
1500
+ "uptime": 465252
1501
+ },
1502
+ {
1503
+ "timestamp": 1767874478205,
1504
+ "memoryTotal": 25769803776,
1505
+ "memoryUsed": 25626099712,
1506
+ "memoryFree": 143704064,
1507
+ "memoryUsagePercent": 99.44235483805338,
1508
+ "memoryEfficiency": 0.5576451619466241,
1509
+ "cpuCount": 10,
1510
+ "cpuLoad": 0.43818359375,
1511
+ "platform": "darwin",
1512
+ "uptime": 465282
1513
+ },
1514
+ {
1515
+ "timestamp": 1767874508207,
1516
+ "memoryTotal": 25769803776,
1517
+ "memoryUsed": 25562497024,
1518
+ "memoryFree": 207306752,
1519
+ "memoryUsagePercent": 99.19554392496744,
1520
+ "memoryEfficiency": 0.8044560750325616,
1521
+ "cpuCount": 10,
1522
+ "cpuLoad": 0.381396484375,
1523
+ "platform": "darwin",
1524
+ "uptime": 465312
1525
+ },
1526
+ {
1527
+ "timestamp": 1767874538207,
1528
+ "memoryTotal": 25769803776,
1529
+ "memoryUsed": 25365659648,
1530
+ "memoryFree": 404144128,
1531
+ "memoryUsagePercent": 98.43171437581381,
1532
+ "memoryEfficiency": 1.5682856241861884,
1533
+ "cpuCount": 10,
1534
+ "cpuLoad": 0.3720703125,
1535
+ "platform": "darwin",
1536
+ "uptime": 465342
1537
+ },
1538
+ {
1539
+ "timestamp": 1767874568208,
1540
+ "memoryTotal": 25769803776,
1541
+ "memoryUsed": 25630048256,
1542
+ "memoryFree": 139755520,
1543
+ "memoryUsagePercent": 99.45767720540366,
1544
+ "memoryEfficiency": 0.5423227945963447,
1545
+ "cpuCount": 10,
1546
+ "cpuLoad": 0.35869140625,
1547
+ "platform": "darwin",
1548
+ "uptime": 465372
1549
+ },
1550
+ {
1551
+ "timestamp": 1767874598208,
1552
+ "memoryTotal": 25769803776,
1553
+ "memoryUsed": 25569853440,
1554
+ "memoryFree": 199950336,
1555
+ "memoryUsagePercent": 99.22409057617188,
1556
+ "memoryEfficiency": 0.775909423828125,
1557
+ "cpuCount": 10,
1558
+ "cpuLoad": 0.336376953125,
1559
+ "platform": "darwin",
1560
+ "uptime": 465402
1561
+ },
1562
+ {
1563
+ "timestamp": 1767874628208,
1564
+ "memoryTotal": 25769803776,
1565
+ "memoryUsed": 25648562176,
1566
+ "memoryFree": 121241600,
1567
+ "memoryUsagePercent": 99.52952067057291,
1568
+ "memoryEfficiency": 0.4704793294270928,
1569
+ "cpuCount": 10,
1570
+ "cpuLoad": 0.317578125,
1571
+ "platform": "darwin",
1572
+ "uptime": 465432
1573
+ },
1574
+ {
1575
+ "timestamp": 1767874658209,
1576
+ "memoryTotal": 25769803776,
1577
+ "memoryUsed": 25422364672,
1578
+ "memoryFree": 347439104,
1579
+ "memoryUsagePercent": 98.6517588297526,
1580
+ "memoryEfficiency": 1.3482411702474053,
1581
+ "cpuCount": 10,
1582
+ "cpuLoad": 0.418798828125,
1583
+ "platform": "darwin",
1584
+ "uptime": 465462
1585
+ },
1586
+ {
1587
+ "timestamp": 1767874688210,
1588
+ "memoryTotal": 25769803776,
1589
+ "memoryUsed": 25606848512,
1590
+ "memoryFree": 162955264,
1591
+ "memoryUsagePercent": 99.3676503499349,
1592
+ "memoryEfficiency": 0.6323496500650947,
1593
+ "cpuCount": 10,
1594
+ "cpuLoad": 0.384228515625,
1595
+ "platform": "darwin",
1596
+ "uptime": 465492
1597
+ },
1598
+ {
1599
+ "timestamp": 1767874718213,
1600
+ "memoryTotal": 25769803776,
1601
+ "memoryUsed": 25663307776,
1602
+ "memoryFree": 106496000,
1603
+ "memoryUsagePercent": 99.58674112955728,
1604
+ "memoryEfficiency": 0.4132588704427178,
1605
+ "cpuCount": 10,
1606
+ "cpuLoad": 0.32568359375,
1607
+ "platform": "darwin",
1608
+ "uptime": 465522
1609
+ },
1610
+ {
1611
+ "timestamp": 1767874748213,
1612
+ "memoryTotal": 25769803776,
1613
+ "memoryUsed": 25604997120,
1614
+ "memoryFree": 164806656,
1615
+ "memoryUsagePercent": 99.36046600341797,
1616
+ "memoryEfficiency": 0.6395339965820312,
1617
+ "cpuCount": 10,
1618
+ "cpuLoad": 0.299951171875,
1619
+ "platform": "darwin",
1620
+ "uptime": 465552
1621
+ },
1622
+ {
1623
+ "timestamp": 1767874778214,
1624
+ "memoryTotal": 25769803776,
1625
+ "memoryUsed": 25525633024,
1626
+ "memoryFree": 244170752,
1627
+ "memoryUsagePercent": 99.0524927775065,
1628
+ "memoryEfficiency": 0.9475072224934991,
1629
+ "cpuCount": 10,
1630
+ "cpuLoad": 0.61240234375,
1631
+ "platform": "darwin",
1632
+ "uptime": 465582
1633
+ },
1634
+ {
1635
+ "timestamp": 1767874808216,
1636
+ "memoryTotal": 25769803776,
1637
+ "memoryUsed": 25353945088,
1638
+ "memoryFree": 415858688,
1639
+ "memoryUsagePercent": 98.3862559000651,
1640
+ "memoryEfficiency": 1.6137440999349053,
1641
+ "cpuCount": 10,
1642
+ "cpuLoad": 0.48681640625,
1643
+ "platform": "darwin",
1644
+ "uptime": 465612
1645
+ },
1646
+ {
1647
+ "timestamp": 1767874838219,
1648
+ "memoryTotal": 25769803776,
1649
+ "memoryUsed": 25667338240,
1650
+ "memoryFree": 102465536,
1651
+ "memoryUsagePercent": 99.60238138834634,
1652
+ "memoryEfficiency": 0.3976186116536553,
1653
+ "cpuCount": 10,
1654
+ "cpuLoad": 0.54228515625,
1655
+ "platform": "darwin",
1656
+ "uptime": 465642
1657
+ },
1658
+ {
1659
+ "timestamp": 1767874868219,
1660
+ "memoryTotal": 25769803776,
1661
+ "memoryUsed": 25679822848,
1662
+ "memoryFree": 89980928,
1663
+ "memoryUsagePercent": 99.65082804361978,
1664
+ "memoryEfficiency": 0.3491719563802178,
1665
+ "cpuCount": 10,
1666
+ "cpuLoad": 0.470947265625,
1667
+ "platform": "darwin",
1668
+ "uptime": 465672
1669
+ },
1670
+ {
1671
+ "timestamp": 1767874898220,
1672
+ "memoryTotal": 25769803776,
1673
+ "memoryUsed": 25595756544,
1674
+ "memoryFree": 174047232,
1675
+ "memoryUsagePercent": 99.3246078491211,
1676
+ "memoryEfficiency": 0.6753921508789062,
1677
+ "cpuCount": 10,
1678
+ "cpuLoad": 0.388134765625,
1679
+ "platform": "darwin",
1680
+ "uptime": 465702
1681
+ },
1682
+ {
1683
+ "timestamp": 1767874928221,
1684
+ "memoryTotal": 25769803776,
1685
+ "memoryUsed": 25657294848,
1686
+ "memoryFree": 112508928,
1687
+ "memoryUsagePercent": 99.56340789794922,
1688
+ "memoryEfficiency": 0.43659210205078125,
1689
+ "cpuCount": 10,
1690
+ "cpuLoad": 0.444873046875,
1691
+ "platform": "darwin",
1692
+ "uptime": 465732
1693
+ },
1694
+ {
1695
+ "timestamp": 1767874958223,
1696
+ "memoryTotal": 25769803776,
1697
+ "memoryUsed": 25708298240,
1698
+ "memoryFree": 61505536,
1699
+ "memoryUsagePercent": 99.7613271077474,
1700
+ "memoryEfficiency": 0.2386728922525947,
1701
+ "cpuCount": 10,
1702
+ "cpuLoad": 0.4478515625,
1703
+ "platform": "darwin",
1704
+ "uptime": 465762
1705
+ },
1706
+ {
1707
+ "timestamp": 1767874988224,
1708
+ "memoryTotal": 25769803776,
1709
+ "memoryUsed": 25662586880,
1710
+ "memoryFree": 107216896,
1711
+ "memoryUsagePercent": 99.58394368489584,
1712
+ "memoryEfficiency": 0.4160563151041572,
1713
+ "cpuCount": 10,
1714
+ "cpuLoad": 0.382666015625,
1715
+ "platform": "darwin",
1716
+ "uptime": 465792
1717
+ },
1718
+ {
1719
+ "timestamp": 1767875018224,
1720
+ "memoryTotal": 25769803776,
1721
+ "memoryUsed": 25630195712,
1722
+ "memoryFree": 139608064,
1723
+ "memoryUsagePercent": 99.4582494099935,
1724
+ "memoryEfficiency": 0.5417505900065009,
1725
+ "cpuCount": 10,
1726
+ "cpuLoad": 0.322998046875,
1727
+ "platform": "darwin",
1728
+ "uptime": 465822
1729
+ },
1730
+ {
1731
+ "timestamp": 1767875048226,
1732
+ "memoryTotal": 25769803776,
1733
+ "memoryUsed": 25648971776,
1734
+ "memoryFree": 120832000,
1735
+ "memoryUsagePercent": 99.53111012776694,
1736
+ "memoryEfficiency": 0.46888987223306344,
1737
+ "cpuCount": 10,
1738
+ "cpuLoad": 0.264013671875,
1739
+ "platform": "darwin",
1740
+ "uptime": 465852
1741
+ },
1742
+ {
1743
+ "timestamp": 1767875078226,
1744
+ "memoryTotal": 25769803776,
1745
+ "memoryUsed": 25605570560,
1746
+ "memoryFree": 164233216,
1747
+ "memoryUsagePercent": 99.36269124348959,
1748
+ "memoryEfficiency": 0.6373087565104072,
1749
+ "cpuCount": 10,
1750
+ "cpuLoad": 0.210888671875,
1751
+ "platform": "darwin",
1752
+ "uptime": 465882
1753
+ },
1754
+ {
1755
+ "timestamp": 1767875108227,
1756
+ "memoryTotal": 25769803776,
1757
+ "memoryUsed": 25655033856,
1758
+ "memoryFree": 114769920,
1759
+ "memoryUsagePercent": 99.55463409423828,
1760
+ "memoryEfficiency": 0.44536590576171875,
1761
+ "cpuCount": 10,
1762
+ "cpuLoad": 0.22470703125,
1763
+ "platform": "darwin",
1764
+ "uptime": 465912
1765
+ },
1766
+ {
1767
+ "timestamp": 1767875138227,
1768
+ "memoryTotal": 25769803776,
1769
+ "memoryUsed": 25527140352,
1770
+ "memoryFree": 242663424,
1771
+ "memoryUsagePercent": 99.05834197998047,
1772
+ "memoryEfficiency": 0.9416580200195312,
1773
+ "cpuCount": 10,
1774
+ "cpuLoad": 0.31201171875,
1775
+ "platform": "darwin",
1776
+ "uptime": 465942
1777
+ },
1778
+ {
1779
+ "timestamp": 1767875168228,
1780
+ "memoryTotal": 25769803776,
1781
+ "memoryUsed": 25648431104,
1782
+ "memoryFree": 121372672,
1783
+ "memoryUsagePercent": 99.52901204427084,
1784
+ "memoryEfficiency": 0.4709879557291572,
1785
+ "cpuCount": 10,
1786
+ "cpuLoad": 0.31640625,
1787
+ "platform": "darwin",
1788
+ "uptime": 465972
1789
+ },
1790
+ {
1791
+ "timestamp": 1767875198229,
1792
+ "memoryTotal": 25769803776,
1793
+ "memoryUsed": 25674006528,
1794
+ "memoryFree": 95797248,
1795
+ "memoryUsagePercent": 99.62825775146484,
1796
+ "memoryEfficiency": 0.37174224853515625,
1797
+ "cpuCount": 10,
1798
+ "cpuLoad": 0.277099609375,
1799
+ "platform": "darwin",
1800
+ "uptime": 466002
1801
+ },
1802
+ {
1803
+ "timestamp": 1767875228230,
1804
+ "memoryTotal": 25769803776,
1805
+ "memoryUsed": 25667567616,
1806
+ "memoryFree": 102236160,
1807
+ "memoryUsagePercent": 99.603271484375,
1808
+ "memoryEfficiency": 0.396728515625,
1809
+ "cpuCount": 10,
1810
+ "cpuLoad": 0.373974609375,
1811
+ "platform": "darwin",
1812
+ "uptime": 466032
1813
+ },
1814
+ {
1815
+ "timestamp": 1767875258230,
1816
+ "memoryTotal": 25769803776,
1817
+ "memoryUsed": 25607929856,
1818
+ "memoryFree": 161873920,
1819
+ "memoryUsagePercent": 99.37184651692709,
1820
+ "memoryEfficiency": 0.6281534830729072,
1821
+ "cpuCount": 10,
1822
+ "cpuLoad": 0.360595703125,
1823
+ "platform": "darwin",
1824
+ "uptime": 466062
1825
+ },
1826
+ {
1827
+ "timestamp": 1767875288231,
1828
+ "memoryTotal": 25769803776,
1829
+ "memoryUsed": 25625542656,
1830
+ "memoryFree": 144261120,
1831
+ "memoryUsagePercent": 99.44019317626953,
1832
+ "memoryEfficiency": 0.5598068237304688,
1833
+ "cpuCount": 10,
1834
+ "cpuLoad": 0.33134765625,
1835
+ "platform": "darwin",
1836
+ "uptime": 466092
1837
+ },
1838
+ {
1839
+ "timestamp": 1767875318232,
1840
+ "memoryTotal": 25769803776,
1841
+ "memoryUsed": 25653346304,
1842
+ "memoryFree": 116457472,
1843
+ "memoryUsagePercent": 99.54808553059897,
1844
+ "memoryEfficiency": 0.4519144694010322,
1845
+ "cpuCount": 10,
1846
+ "cpuLoad": 0.33779296875,
1847
+ "platform": "darwin",
1848
+ "uptime": 466122
1849
+ },
1850
+ {
1851
+ "timestamp": 1767875348233,
1852
+ "memoryTotal": 25769803776,
1853
+ "memoryUsed": 25622102016,
1854
+ "memoryFree": 147701760,
1855
+ "memoryUsagePercent": 99.42684173583984,
1856
+ "memoryEfficiency": 0.5731582641601562,
1857
+ "cpuCount": 10,
1858
+ "cpuLoad": 0.29775390625,
1859
+ "platform": "darwin",
1860
+ "uptime": 466152
1861
+ },
1862
+ {
1863
+ "timestamp": 1767875378234,
1864
+ "memoryTotal": 25769803776,
1865
+ "memoryUsed": 25661046784,
1866
+ "memoryFree": 108756992,
1867
+ "memoryUsagePercent": 99.57796732584634,
1868
+ "memoryEfficiency": 0.4220326741536553,
1869
+ "cpuCount": 10,
1870
+ "cpuLoad": 0.31416015625,
1871
+ "platform": "darwin",
1872
+ "uptime": 466182
1873
+ },
1874
+ {
1875
+ "timestamp": 1767875408235,
1876
+ "memoryTotal": 25769803776,
1877
+ "memoryUsed": 25682558976,
1878
+ "memoryFree": 87244800,
1879
+ "memoryUsagePercent": 99.66144561767578,
1880
+ "memoryEfficiency": 0.33855438232421875,
1881
+ "cpuCount": 10,
1882
+ "cpuLoad": 0.349951171875,
1883
+ "platform": "darwin",
1884
+ "uptime": 466212
1885
+ },
1886
+ {
1887
+ "timestamp": 1767875438236,
1888
+ "memoryTotal": 25769803776,
1889
+ "memoryUsed": 25617285120,
1890
+ "memoryFree": 152518656,
1891
+ "memoryUsagePercent": 99.40814971923828,
1892
+ "memoryEfficiency": 0.5918502807617188,
1893
+ "cpuCount": 10,
1894
+ "cpuLoad": 0.31396484375,
1895
+ "platform": "darwin",
1896
+ "uptime": 466242
1897
+ },
1898
+ {
1899
+ "timestamp": 1767875468236,
1900
+ "memoryTotal": 25769803776,
1901
+ "memoryUsed": 25665748992,
1902
+ "memoryFree": 104054784,
1903
+ "memoryUsagePercent": 99.5962142944336,
1904
+ "memoryEfficiency": 0.40378570556640625,
1905
+ "cpuCount": 10,
1906
+ "cpuLoad": 0.253759765625,
1907
+ "platform": "darwin",
1908
+ "uptime": 466272
1909
+ },
1910
+ {
1911
+ "timestamp": 1767875498238,
1912
+ "memoryTotal": 25769803776,
1913
+ "memoryUsed": 25229361152,
1914
+ "memoryFree": 540442624,
1915
+ "memoryUsagePercent": 97.9028065999349,
1916
+ "memoryEfficiency": 2.0971934000650947,
1917
+ "cpuCount": 10,
1918
+ "cpuLoad": 0.25771484375,
1919
+ "platform": "darwin",
1920
+ "uptime": 466302
1921
+ },
1922
+ {
1923
+ "timestamp": 1767875528239,
1924
+ "memoryTotal": 25769803776,
1925
+ "memoryUsed": 25648889856,
1926
+ "memoryFree": 120913920,
1927
+ "memoryUsagePercent": 99.53079223632812,
1928
+ "memoryEfficiency": 0.469207763671875,
1929
+ "cpuCount": 10,
1930
+ "cpuLoad": 0.2580078125,
1931
+ "platform": "darwin",
1932
+ "uptime": 466332
1933
+ },
1934
+ {
1935
+ "timestamp": 1767875558240,
1936
+ "memoryTotal": 25769803776,
1937
+ "memoryUsed": 25652576256,
1938
+ "memoryFree": 117227520,
1939
+ "memoryUsagePercent": 99.54509735107422,
1940
+ "memoryEfficiency": 0.45490264892578125,
1941
+ "cpuCount": 10,
1942
+ "cpuLoad": 0.22939453125,
1943
+ "platform": "darwin",
1944
+ "uptime": 466362
1945
+ },
1946
+ {
1947
+ "timestamp": 1767875588242,
1948
+ "memoryTotal": 25769803776,
1949
+ "memoryUsed": 25703235584,
1950
+ "memoryFree": 66568192,
1951
+ "memoryUsagePercent": 99.74168141682944,
1952
+ "memoryEfficiency": 0.25831858317056344,
1953
+ "cpuCount": 10,
1954
+ "cpuLoad": 0.291796875,
1955
+ "platform": "darwin",
1956
+ "uptime": 466392
1957
+ },
1958
+ {
1959
+ "timestamp": 1767875618244,
1960
+ "memoryTotal": 25769803776,
1961
+ "memoryUsed": 25626034176,
1962
+ "memoryFree": 143769600,
1963
+ "memoryUsagePercent": 99.44210052490234,
1964
+ "memoryEfficiency": 0.5578994750976562,
1965
+ "cpuCount": 10,
1966
+ "cpuLoad": 0.256884765625,
1967
+ "platform": "darwin",
1968
+ "uptime": 466422
1969
+ },
1970
+ {
1971
+ "timestamp": 1767875648244,
1972
+ "memoryTotal": 25769803776,
1973
+ "memoryUsed": 25709740032,
1974
+ "memoryFree": 60063744,
1975
+ "memoryUsagePercent": 99.76692199707031,
1976
+ "memoryEfficiency": 0.2330780029296875,
1977
+ "cpuCount": 10,
1978
+ "cpuLoad": 0.223193359375,
1979
+ "platform": "darwin",
1980
+ "uptime": 466452
1981
+ },
1982
+ {
1983
+ "timestamp": 1767875678245,
1984
+ "memoryTotal": 25769803776,
1985
+ "memoryUsed": 25642270720,
1986
+ "memoryFree": 127533056,
1987
+ "memoryUsagePercent": 99.50510660807291,
1988
+ "memoryEfficiency": 0.4948933919270928,
1989
+ "cpuCount": 10,
1990
+ "cpuLoad": 0.172900390625,
1991
+ "platform": "darwin",
1992
+ "uptime": 466482
1993
+ },
1994
+ {
1995
+ "timestamp": 1767875708247,
1996
+ "memoryTotal": 25769803776,
1997
+ "memoryUsed": 25676414976,
1998
+ "memoryFree": 93388800,
1999
+ "memoryUsagePercent": 99.63760375976562,
2000
+ "memoryEfficiency": 0.362396240234375,
2001
+ "cpuCount": 10,
2002
+ "cpuLoad": 0.207177734375,
2003
+ "platform": "darwin",
2004
+ "uptime": 466512
2005
+ },
2006
+ {
2007
+ "timestamp": 1767875738249,
2008
+ "memoryTotal": 25769803776,
2009
+ "memoryUsed": 25649070080,
2010
+ "memoryFree": 120733696,
2011
+ "memoryUsagePercent": 99.5314915974935,
2012
+ "memoryEfficiency": 0.46850840250650094,
2013
+ "cpuCount": 10,
2014
+ "cpuLoad": 1.022900390625,
2015
+ "platform": "darwin",
2016
+ "uptime": 466542
2017
+ },
2018
+ {
2019
+ "timestamp": 1767875768253,
2020
+ "memoryTotal": 25769803776,
2021
+ "memoryUsed": 25698467840,
2022
+ "memoryFree": 71335936,
2023
+ "memoryUsagePercent": 99.72318013509116,
2024
+ "memoryEfficiency": 0.2768198649088447,
2025
+ "cpuCount": 10,
2026
+ "cpuLoad": 0.842822265625,
2027
+ "platform": "darwin",
2028
+ "uptime": 466572
2029
+ },
2030
+ {
2031
+ "timestamp": 1767875798258,
2032
+ "memoryTotal": 25769803776,
2033
+ "memoryUsed": 25442795520,
2034
+ "memoryFree": 327008256,
2035
+ "memoryUsagePercent": 98.73104095458984,
2036
+ "memoryEfficiency": 1.2689590454101562,
2037
+ "cpuCount": 10,
2038
+ "cpuLoad": 0.62958984375,
2039
+ "platform": "darwin",
2040
+ "uptime": 466602
2041
+ },
2042
+ {
2043
+ "timestamp": 1767875828258,
2044
+ "memoryTotal": 25769803776,
2045
+ "memoryUsed": 25638682624,
2046
+ "memoryFree": 131121152,
2047
+ "memoryUsagePercent": 99.49118296305338,
2048
+ "memoryEfficiency": 0.5088170369466241,
2049
+ "cpuCount": 10,
2050
+ "cpuLoad": 0.56240234375,
2051
+ "platform": "darwin",
2052
+ "uptime": 466632
2053
+ },
2054
+ {
2055
+ "timestamp": 1767875858259,
2056
+ "memoryTotal": 25769803776,
2057
+ "memoryUsed": 25641189376,
2058
+ "memoryFree": 128614400,
2059
+ "memoryUsagePercent": 99.50091044108072,
2060
+ "memoryEfficiency": 0.4990895589192803,
2061
+ "cpuCount": 10,
2062
+ "cpuLoad": 0.46982421875,
2063
+ "platform": "darwin",
2064
+ "uptime": 466662
2065
+ },
2066
+ {
2067
+ "timestamp": 1767875888259,
2068
+ "memoryTotal": 25769803776,
2069
+ "memoryUsed": 25698500608,
2070
+ "memoryFree": 71303168,
2071
+ "memoryUsagePercent": 99.72330729166666,
2072
+ "memoryEfficiency": 0.2766927083333428,
2073
+ "cpuCount": 10,
2074
+ "cpuLoad": 0.35673828125,
2075
+ "platform": "darwin",
2076
+ "uptime": 466692
2077
+ },
2078
+ {
2079
+ "timestamp": 1767875918260,
2080
+ "memoryTotal": 25769803776,
2081
+ "memoryUsed": 25598689280,
2082
+ "memoryFree": 171114496,
2083
+ "memoryUsagePercent": 99.33598836263022,
2084
+ "memoryEfficiency": 0.6640116373697822,
2085
+ "cpuCount": 10,
2086
+ "cpuLoad": 0.27880859375,
2087
+ "platform": "darwin",
2088
+ "uptime": 466722
2089
+ },
2090
+ {
2091
+ "timestamp": 1767875948262,
2092
+ "memoryTotal": 25769803776,
2093
+ "memoryUsed": 25642745856,
2094
+ "memoryFree": 127057920,
2095
+ "memoryUsagePercent": 99.50695037841797,
2096
+ "memoryEfficiency": 0.49304962158203125,
2097
+ "cpuCount": 10,
2098
+ "cpuLoad": 0.28408203125,
2099
+ "platform": "darwin",
2100
+ "uptime": 466752
2101
+ },
2102
+ {
2103
+ "timestamp": 1767875978262,
2104
+ "memoryTotal": 25769803776,
2105
+ "memoryUsed": 25557663744,
2106
+ "memoryFree": 212140032,
2107
+ "memoryUsagePercent": 99.17678833007812,
2108
+ "memoryEfficiency": 0.823211669921875,
2109
+ "cpuCount": 10,
2110
+ "cpuLoad": 0.303271484375,
2111
+ "platform": "darwin",
2112
+ "uptime": 466782
2113
+ },
2114
+ {
2115
+ "timestamp": 1767876008264,
2116
+ "memoryTotal": 25769803776,
2117
+ "memoryUsed": 25699926016,
2118
+ "memoryFree": 69877760,
2119
+ "memoryUsagePercent": 99.72883860270181,
2120
+ "memoryEfficiency": 0.27116139729818656,
2121
+ "cpuCount": 10,
2122
+ "cpuLoad": 0.401220703125,
2123
+ "platform": "darwin",
2124
+ "uptime": 466812
2125
+ },
2126
+ {
2127
+ "timestamp": 1767876038264,
2128
+ "memoryTotal": 25769803776,
2129
+ "memoryUsed": 25664471040,
2130
+ "memoryFree": 105332736,
2131
+ "memoryUsagePercent": 99.59125518798828,
2132
+ "memoryEfficiency": 0.40874481201171875,
2133
+ "cpuCount": 10,
2134
+ "cpuLoad": 0.343017578125,
2135
+ "platform": "darwin",
2136
+ "uptime": 466842
2137
+ },
2138
+ {
2139
+ "timestamp": 1767876068265,
2140
+ "memoryTotal": 25769803776,
2141
+ "memoryUsed": 25639337984,
2142
+ "memoryFree": 130465792,
2143
+ "memoryUsagePercent": 99.49372609456381,
2144
+ "memoryEfficiency": 0.5062739054361884,
2145
+ "cpuCount": 10,
2146
+ "cpuLoad": 0.35869140625,
2147
+ "platform": "darwin",
2148
+ "uptime": 466872
2149
+ },
2150
+ {
2151
+ "timestamp": 1767876098266,
2152
+ "memoryTotal": 25769803776,
2153
+ "memoryUsed": 25646776320,
2154
+ "memoryFree": 123027456,
2155
+ "memoryUsagePercent": 99.52259063720703,
2156
+ "memoryEfficiency": 0.47740936279296875,
2157
+ "cpuCount": 10,
2158
+ "cpuLoad": 0.295849609375,
2159
+ "platform": "darwin",
2160
+ "uptime": 466902
2161
+ },
2162
+ {
2163
+ "timestamp": 1767876128268,
2164
+ "memoryTotal": 25769803776,
2165
+ "memoryUsed": 25583796224,
2166
+ "memoryFree": 186007552,
2167
+ "memoryUsagePercent": 99.278195699056,
2168
+ "memoryEfficiency": 0.7218043009440009,
2169
+ "cpuCount": 10,
2170
+ "cpuLoad": 0.303759765625,
2171
+ "platform": "darwin",
2172
+ "uptime": 466932
2173
+ },
2174
+ {
2175
+ "timestamp": 1767876158268,
2176
+ "memoryTotal": 25769803776,
2177
+ "memoryUsed": 25692913664,
2178
+ "memoryFree": 76890112,
2179
+ "memoryUsagePercent": 99.70162709554037,
2180
+ "memoryEfficiency": 0.29837290445962594,
2181
+ "cpuCount": 10,
2182
+ "cpuLoad": 0.28193359375,
2183
+ "platform": "darwin",
2184
+ "uptime": 466962
2185
+ },
2186
+ {
2187
+ "timestamp": 1767876188269,
2188
+ "memoryTotal": 25769803776,
2189
+ "memoryUsed": 25704611840,
2190
+ "memoryFree": 65191936,
2191
+ "memoryUsagePercent": 99.74702199300131,
2192
+ "memoryEfficiency": 0.25297800699868844,
2193
+ "cpuCount": 10,
2194
+ "cpuLoad": 0.402685546875,
2195
+ "platform": "darwin",
2196
+ "uptime": 466992
2197
+ },
2198
+ {
2199
+ "timestamp": 1767876218271,
2200
+ "memoryTotal": 25769803776,
2201
+ "memoryUsed": 25671139328,
2202
+ "memoryFree": 98664448,
2203
+ "memoryUsagePercent": 99.61713155110678,
2204
+ "memoryEfficiency": 0.3828684488932197,
2205
+ "cpuCount": 10,
2206
+ "cpuLoad": 0.35107421875,
2207
+ "platform": "darwin",
2208
+ "uptime": 467022
2209
+ },
2210
+ {
2211
+ "timestamp": 1767876248300,
2212
+ "memoryTotal": 25769803776,
2213
+ "memoryUsed": 25694289920,
2214
+ "memoryFree": 75513856,
2215
+ "memoryUsagePercent": 99.70696767171225,
2216
+ "memoryEfficiency": 0.29303232828775094,
2217
+ "cpuCount": 10,
2218
+ "cpuLoad": 0.38017578125,
2219
+ "platform": "darwin",
2220
+ "uptime": 467052
2221
+ },
2222
+ {
2223
+ "timestamp": 1767876278300,
2224
+ "memoryTotal": 25769803776,
2225
+ "memoryUsed": 25658359808,
2226
+ "memoryFree": 111443968,
2227
+ "memoryUsagePercent": 99.56754048665366,
2228
+ "memoryEfficiency": 0.4324595133463447,
2229
+ "cpuCount": 10,
2230
+ "cpuLoad": 0.31865234375,
2231
+ "platform": "darwin",
2232
+ "uptime": 467082
2233
+ },
2234
+ {
2235
+ "timestamp": 1767876308302,
2236
+ "memoryTotal": 25769803776,
2237
+ "memoryUsed": 25703088128,
2238
+ "memoryFree": 66715648,
2239
+ "memoryUsagePercent": 99.74110921223959,
2240
+ "memoryEfficiency": 0.2588907877604072,
2241
+ "cpuCount": 10,
2242
+ "cpuLoad": 0.28134765625,
2243
+ "platform": "darwin",
2244
+ "uptime": 467112
2245
+ },
2246
+ {
2247
+ "timestamp": 1767876338302,
2248
+ "memoryTotal": 25769803776,
2249
+ "memoryUsed": 25696174080,
2250
+ "memoryFree": 73629696,
2251
+ "memoryUsagePercent": 99.71427917480469,
2252
+ "memoryEfficiency": 0.2857208251953125,
2253
+ "cpuCount": 10,
2254
+ "cpuLoad": 0.2763671875,
2255
+ "platform": "darwin",
2256
+ "uptime": 467142
2257
+ },
2258
+ {
2259
+ "timestamp": 1767876368304,
2260
+ "memoryTotal": 25769803776,
2261
+ "memoryUsed": 25639976960,
2262
+ "memoryFree": 129826816,
2263
+ "memoryUsagePercent": 99.49620564778647,
2264
+ "memoryEfficiency": 0.5037943522135322,
2265
+ "cpuCount": 10,
2266
+ "cpuLoad": 0.788427734375,
2267
+ "platform": "darwin",
2268
+ "uptime": 467172
2269
+ },
2270
+ {
2271
+ "timestamp": 1767876398305,
2272
+ "memoryTotal": 25769803776,
2273
+ "memoryUsed": 25645613056,
2274
+ "memoryFree": 124190720,
2275
+ "memoryUsagePercent": 99.51807657877603,
2276
+ "memoryEfficiency": 0.4819234212239678,
2277
+ "cpuCount": 10,
2278
+ "cpuLoad": 0.566650390625,
2279
+ "platform": "darwin",
2280
+ "uptime": 467202
2281
+ },
2282
+ {
2283
+ "timestamp": 1767876428306,
2284
+ "memoryTotal": 25769803776,
2285
+ "memoryUsed": 25630949376,
2286
+ "memoryFree": 138854400,
2287
+ "memoryUsagePercent": 99.46117401123047,
2288
+ "memoryEfficiency": 0.5388259887695312,
2289
+ "cpuCount": 10,
2290
+ "cpuLoad": 0.46689453125,
2291
+ "platform": "darwin",
2292
+ "uptime": 467232
2293
+ },
2294
+ {
2295
+ "timestamp": 1767876458307,
2296
+ "memoryTotal": 25769803776,
2297
+ "memoryUsed": 25662193664,
2298
+ "memoryFree": 107610112,
2299
+ "memoryUsagePercent": 99.58241780598959,
2300
+ "memoryEfficiency": 0.4175821940104072,
2301
+ "cpuCount": 10,
2302
+ "cpuLoad": 0.466552734375,
2303
+ "platform": "darwin",
2304
+ "uptime": 467262
2305
+ },
2306
+ {
2307
+ "timestamp": 1767876488308,
2308
+ "memoryTotal": 25769803776,
2309
+ "memoryUsed": 25668419584,
2310
+ "memoryFree": 101384192,
2311
+ "memoryUsagePercent": 99.60657755533853,
2312
+ "memoryEfficiency": 0.3934224446614678,
2313
+ "cpuCount": 10,
2314
+ "cpuLoad": 0.3689453125,
2315
+ "platform": "darwin",
2316
+ "uptime": 467292
2317
+ },
2318
+ {
2319
+ "timestamp": 1767876518309,
2320
+ "memoryTotal": 25769803776,
2321
+ "memoryUsed": 25557385216,
2322
+ "memoryFree": 212418560,
2323
+ "memoryUsagePercent": 99.17570749918619,
2324
+ "memoryEfficiency": 0.8242925008138116,
2325
+ "cpuCount": 10,
2326
+ "cpuLoad": 0.3357421875,
2327
+ "platform": "darwin",
2328
+ "uptime": 467322
2329
+ },
2330
+ {
2331
+ "timestamp": 1767876548310,
2332
+ "memoryTotal": 25769803776,
2333
+ "memoryUsed": 25679724544,
2334
+ "memoryFree": 90079232,
2335
+ "memoryUsagePercent": 99.65044657389322,
2336
+ "memoryEfficiency": 0.3495534261067803,
2337
+ "cpuCount": 10,
2338
+ "cpuLoad": 0.386279296875,
2339
+ "platform": "darwin",
2340
+ "uptime": 467352
2341
+ },
2342
+ {
2343
+ "timestamp": 1767876578312,
2344
+ "memoryTotal": 25769803776,
2345
+ "memoryUsed": 25615302656,
2346
+ "memoryFree": 154501120,
2347
+ "memoryUsagePercent": 99.40045674641928,
2348
+ "memoryEfficiency": 0.5995432535807197,
2349
+ "cpuCount": 10,
2350
+ "cpuLoad": 0.3443359375,
2351
+ "platform": "darwin",
2352
+ "uptime": 467382
2353
+ },
2354
+ {
2355
+ "timestamp": 1767876608313,
2356
+ "memoryTotal": 25769803776,
2357
+ "memoryUsed": 25698844672,
2358
+ "memoryFree": 70959104,
2359
+ "memoryUsagePercent": 99.72464243570963,
2360
+ "memoryEfficiency": 0.27535756429037406,
2361
+ "cpuCount": 10,
2362
+ "cpuLoad": 0.235400390625,
2363
+ "platform": "darwin",
2364
+ "uptime": 467412
2365
+ },
2366
+ {
2367
+ "timestamp": 1767876638313,
2368
+ "memoryTotal": 25769803776,
2369
+ "memoryUsed": 25640124416,
2370
+ "memoryFree": 129679360,
2371
+ "memoryUsagePercent": 99.49677785237631,
2372
+ "memoryEfficiency": 0.5032221476236884,
2373
+ "cpuCount": 10,
2374
+ "cpuLoad": 0.239794921875,
2375
+ "platform": "darwin",
2376
+ "uptime": 467442
2377
+ },
2378
+ {
2379
+ "timestamp": 1767876668314,
2380
+ "memoryTotal": 25769803776,
2381
+ "memoryUsed": 25659949056,
2382
+ "memoryFree": 109854720,
2383
+ "memoryUsagePercent": 99.5737075805664,
2384
+ "memoryEfficiency": 0.42629241943359375,
2385
+ "cpuCount": 10,
2386
+ "cpuLoad": 0.20810546875,
2387
+ "platform": "darwin",
2388
+ "uptime": 467472
2389
+ },
2390
+ {
2391
+ "timestamp": 1767876698316,
2392
+ "memoryTotal": 25769803776,
2393
+ "memoryUsed": 25686917120,
2394
+ "memoryFree": 82886656,
2395
+ "memoryUsagePercent": 99.67835744222006,
2396
+ "memoryEfficiency": 0.32164255777993844,
2397
+ "cpuCount": 10,
2398
+ "cpuLoad": 0.219384765625,
2399
+ "platform": "darwin",
2400
+ "uptime": 467502
2401
+ },
2402
+ {
2403
+ "timestamp": 1767876728317,
2404
+ "memoryTotal": 25769803776,
2405
+ "memoryUsed": 25602949120,
2406
+ "memoryFree": 166854656,
2407
+ "memoryUsagePercent": 99.35251871744791,
2408
+ "memoryEfficiency": 0.6474812825520928,
2409
+ "cpuCount": 10,
2410
+ "cpuLoad": 0.29482421875,
2411
+ "platform": "darwin",
2412
+ "uptime": 467532
2413
+ },
2414
+ {
2415
+ "timestamp": 1767876758314,
2416
+ "memoryTotal": 25769803776,
2417
+ "memoryUsed": 25729351680,
2418
+ "memoryFree": 40452096,
2419
+ "memoryUsagePercent": 99.84302520751953,
2420
+ "memoryEfficiency": 0.15697479248046875,
2421
+ "cpuCount": 10,
2422
+ "cpuLoad": 0.24150390625,
2423
+ "platform": "darwin",
2424
+ "uptime": 467562
2425
+ },
2426
+ {
2427
+ "timestamp": 1767876788315,
2428
+ "memoryTotal": 25769803776,
2429
+ "memoryUsed": 25687687168,
2430
+ "memoryFree": 82116608,
2431
+ "memoryUsagePercent": 99.68134562174478,
2432
+ "memoryEfficiency": 0.3186543782552178,
2433
+ "cpuCount": 10,
2434
+ "cpuLoad": 0.20439453125,
2435
+ "platform": "darwin",
2436
+ "uptime": 467592
2437
+ },
2438
+ {
2439
+ "timestamp": 1767876818315,
2440
+ "memoryTotal": 25769803776,
2441
+ "memoryUsed": 25625985024,
2442
+ "memoryFree": 143818752,
2443
+ "memoryUsagePercent": 99.44190979003906,
2444
+ "memoryEfficiency": 0.5580902099609375,
2445
+ "cpuCount": 10,
2446
+ "cpuLoad": 0.2439453125,
2447
+ "platform": "darwin",
2448
+ "uptime": 467622
2449
+ },
2450
+ {
2451
+ "timestamp": 1767876848317,
2452
+ "memoryTotal": 25769803776,
2453
+ "memoryUsed": 25684115456,
2454
+ "memoryFree": 85688320,
2455
+ "memoryUsagePercent": 99.66748555501303,
2456
+ "memoryEfficiency": 0.3325144449869697,
2457
+ "cpuCount": 10,
2458
+ "cpuLoad": 0.27666015625,
2459
+ "platform": "darwin",
2460
+ "uptime": 467652
2461
+ },
2462
+ {
2463
+ "timestamp": 1767876878319,
2464
+ "memoryTotal": 25769803776,
2465
+ "memoryUsed": 25651363840,
2466
+ "memoryFree": 118439936,
2467
+ "memoryUsagePercent": 99.54039255777994,
2468
+ "memoryEfficiency": 0.45960744222006156,
2469
+ "cpuCount": 10,
2470
+ "cpuLoad": 0.31884765625,
2471
+ "platform": "darwin",
2472
+ "uptime": 467682
2473
+ },
2474
+ {
2475
+ "timestamp": 1767876908320,
2476
+ "memoryTotal": 25769803776,
2477
+ "memoryUsed": 25699663872,
2478
+ "memoryFree": 70139904,
2479
+ "memoryUsagePercent": 99.72782135009766,
2480
+ "memoryEfficiency": 0.27217864990234375,
2481
+ "cpuCount": 10,
2482
+ "cpuLoad": 0.250390625,
2483
+ "platform": "darwin",
2484
+ "uptime": 467712
2485
+ },
2486
+ {
2487
+ "timestamp": 1767876938322,
2488
+ "memoryTotal": 25769803776,
2489
+ "memoryUsed": 25678168064,
2490
+ "memoryFree": 91635712,
2491
+ "memoryUsagePercent": 99.644406636556,
2492
+ "memoryEfficiency": 0.35559336344400094,
2493
+ "cpuCount": 10,
2494
+ "cpuLoad": 0.252587890625,
2495
+ "platform": "darwin",
2496
+ "uptime": 467742
2497
+ },
2498
+ {
2499
+ "timestamp": 1767876968322,
2500
+ "memoryTotal": 25769803776,
2501
+ "memoryUsed": 25687572480,
2502
+ "memoryFree": 82231296,
2503
+ "memoryUsagePercent": 99.68090057373047,
2504
+ "memoryEfficiency": 0.31909942626953125,
2505
+ "cpuCount": 10,
2506
+ "cpuLoad": 0.271533203125,
2507
+ "platform": "darwin",
2508
+ "uptime": 467772
2509
+ },
2510
+ {
2511
+ "timestamp": 1767876998323,
2512
+ "memoryTotal": 25769803776,
2513
+ "memoryUsed": 25524486144,
2514
+ "memoryFree": 245317632,
2515
+ "memoryUsagePercent": 99.04804229736328,
2516
+ "memoryEfficiency": 0.9519577026367188,
2517
+ "cpuCount": 10,
2518
+ "cpuLoad": 0.274755859375,
2519
+ "platform": "darwin",
2520
+ "uptime": 467802
2521
+ },
2522
+ {
2523
+ "timestamp": 1767877028324,
2524
+ "memoryTotal": 25769803776,
2525
+ "memoryUsed": 25605062656,
2526
+ "memoryFree": 164741120,
2527
+ "memoryUsagePercent": 99.360720316569,
2528
+ "memoryEfficiency": 0.6392796834309991,
2529
+ "cpuCount": 10,
2530
+ "cpuLoad": 0.373779296875,
2531
+ "platform": "darwin",
2532
+ "uptime": 467832
2533
+ },
2534
+ {
2535
+ "timestamp": 1767877058325,
2536
+ "memoryTotal": 25769803776,
2537
+ "memoryUsed": 25507725312,
2538
+ "memoryFree": 262078464,
2539
+ "memoryUsagePercent": 98.98300170898438,
2540
+ "memoryEfficiency": 1.016998291015625,
2541
+ "cpuCount": 10,
2542
+ "cpuLoad": 0.369140625,
2543
+ "platform": "darwin",
2544
+ "uptime": 467862
2545
+ },
2546
+ {
2547
+ "timestamp": 1767877088328,
2548
+ "memoryTotal": 25769803776,
2549
+ "memoryUsed": 25406930944,
2550
+ "memoryFree": 362872832,
2551
+ "memoryUsagePercent": 98.59186808268228,
2552
+ "memoryEfficiency": 1.4081319173177178,
2553
+ "cpuCount": 10,
2554
+ "cpuLoad": 0.376123046875,
2555
+ "platform": "darwin",
2556
+ "uptime": 467892
2557
+ },
2558
+ {
2559
+ "timestamp": 1767877118328,
2560
+ "memoryTotal": 25769803776,
2561
+ "memoryUsed": 25620938752,
2562
+ "memoryFree": 148865024,
2563
+ "memoryUsagePercent": 99.42232767740884,
2564
+ "memoryEfficiency": 0.5776723225911553,
2565
+ "cpuCount": 10,
2566
+ "cpuLoad": 0.30634765625,
2567
+ "platform": "darwin",
2568
+ "uptime": 467922
2569
+ },
2570
+ {
2571
+ "timestamp": 1767877148330,
2572
+ "memoryTotal": 25769803776,
2573
+ "memoryUsed": 25682788352,
2574
+ "memoryFree": 87015424,
2575
+ "memoryUsagePercent": 99.66233571370444,
2576
+ "memoryEfficiency": 0.33766428629556344,
2577
+ "cpuCount": 10,
2578
+ "cpuLoad": 0.32431640625,
2579
+ "platform": "darwin",
2580
+ "uptime": 467952
2581
+ },
2582
+ {
2583
+ "timestamp": 1767877178331,
2584
+ "memoryTotal": 25769803776,
2585
+ "memoryUsed": 25530286080,
2586
+ "memoryFree": 239517696,
2587
+ "memoryUsagePercent": 99.07054901123047,
2588
+ "memoryEfficiency": 0.9294509887695312,
2589
+ "cpuCount": 10,
2590
+ "cpuLoad": 0.286083984375,
2591
+ "platform": "darwin",
2592
+ "uptime": 467982
2593
+ },
2594
+ {
2595
+ "timestamp": 1767877208333,
2596
+ "memoryTotal": 25769803776,
2597
+ "memoryUsed": 25660915712,
2598
+ "memoryFree": 108888064,
2599
+ "memoryUsagePercent": 99.57745869954428,
2600
+ "memoryEfficiency": 0.4225413004557197,
2601
+ "cpuCount": 10,
2602
+ "cpuLoad": 0.321337890625,
2603
+ "platform": "darwin",
2604
+ "uptime": 468012
2605
+ },
2606
+ {
2607
+ "timestamp": 1767877238334,
2608
+ "memoryTotal": 25769803776,
2609
+ "memoryUsed": 25625411584,
2610
+ "memoryFree": 144392192,
2611
+ "memoryUsagePercent": 99.43968454996744,
2612
+ "memoryEfficiency": 0.5603154500325616,
2613
+ "cpuCount": 10,
2614
+ "cpuLoad": 0.33837890625,
2615
+ "platform": "darwin",
2616
+ "uptime": 468042
2617
+ },
2618
+ {
2619
+ "timestamp": 1767877268336,
2620
+ "memoryTotal": 25769803776,
2621
+ "memoryUsed": 25656344576,
2622
+ "memoryFree": 113459200,
2623
+ "memoryUsagePercent": 99.55972035725912,
2624
+ "memoryEfficiency": 0.44027964274087594,
2625
+ "cpuCount": 10,
2626
+ "cpuLoad": 0.402001953125,
2627
+ "platform": "darwin",
2628
+ "uptime": 468072
2629
+ },
2630
+ {
2631
+ "timestamp": 1767877298337,
2632
+ "memoryTotal": 25769803776,
2633
+ "memoryUsed": 25588269056,
2634
+ "memoryFree": 181534720,
2635
+ "memoryUsagePercent": 99.29555257161459,
2636
+ "memoryEfficiency": 0.7044474283854072,
2637
+ "cpuCount": 10,
2638
+ "cpuLoad": 0.29345703125,
2639
+ "platform": "darwin",
2640
+ "uptime": 468102
2641
+ },
2642
+ {
2643
+ "timestamp": 1767877328339,
2644
+ "memoryTotal": 25769803776,
2645
+ "memoryUsed": 25665421312,
2646
+ "memoryFree": 104382464,
2647
+ "memoryUsagePercent": 99.59494272867838,
2648
+ "memoryEfficiency": 0.40505727132162406,
2649
+ "cpuCount": 10,
2650
+ "cpuLoad": 0.39990234375,
2651
+ "platform": "darwin",
2652
+ "uptime": 468132
2653
+ },
2654
+ {
2655
+ "timestamp": 1767877358341,
2656
+ "memoryTotal": 25769803776,
2657
+ "memoryUsed": 25691357184,
2658
+ "memoryFree": 78446592,
2659
+ "memoryUsagePercent": 99.69558715820312,
2660
+ "memoryEfficiency": 0.304412841796875,
2661
+ "cpuCount": 10,
2662
+ "cpuLoad": 0.351904296875,
2663
+ "platform": "darwin",
2664
+ "uptime": 468162
2665
+ },
2666
+ {
2667
+ "timestamp": 1767877388341,
2668
+ "memoryTotal": 25769803776,
2669
+ "memoryUsed": 25697796096,
2670
+ "memoryFree": 72007680,
2671
+ "memoryUsagePercent": 99.72057342529297,
2672
+ "memoryEfficiency": 0.27942657470703125,
2673
+ "cpuCount": 10,
2674
+ "cpuLoad": 0.39716796875,
2675
+ "platform": "darwin",
2676
+ "uptime": 468192
2677
+ },
2678
+ {
2679
+ "timestamp": 1767877418342,
2680
+ "memoryTotal": 25769803776,
2681
+ "memoryUsed": 25631293440,
2682
+ "memoryFree": 138510336,
2683
+ "memoryUsagePercent": 99.46250915527344,
2684
+ "memoryEfficiency": 0.5374908447265625,
2685
+ "cpuCount": 10,
2686
+ "cpuLoad": 0.386181640625,
2687
+ "platform": "darwin",
2688
+ "uptime": 468222
2689
+ },
2690
+ {
2691
+ "timestamp": 1767877448344,
2692
+ "memoryTotal": 25769803776,
2693
+ "memoryUsed": 25682329600,
2694
+ "memoryFree": 87474176,
2695
+ "memoryUsagePercent": 99.66055552164713,
2696
+ "memoryEfficiency": 0.33944447835287406,
2697
+ "cpuCount": 10,
2698
+ "cpuLoad": 0.3416015625,
2699
+ "platform": "darwin",
2700
+ "uptime": 468252
2701
+ },
2702
+ {
2703
+ "timestamp": 1767877478345,
2704
+ "memoryTotal": 25769803776,
2705
+ "memoryUsed": 25689767936,
2706
+ "memoryFree": 80035840,
2707
+ "memoryUsagePercent": 99.68942006429037,
2708
+ "memoryEfficiency": 0.31057993570962594,
2709
+ "cpuCount": 10,
2710
+ "cpuLoad": 0.257275390625,
2711
+ "platform": "darwin",
2712
+ "uptime": 468282
2713
+ },
2714
+ {
2715
+ "timestamp": 1767877508347,
2716
+ "memoryTotal": 25769803776,
2717
+ "memoryUsed": 25644498944,
2718
+ "memoryFree": 125304832,
2719
+ "memoryUsagePercent": 99.51375325520834,
2720
+ "memoryEfficiency": 0.4862467447916572,
2721
+ "cpuCount": 10,
2722
+ "cpuLoad": 0.609423828125,
2723
+ "platform": "darwin",
2724
+ "uptime": 468312
2725
+ },
2726
+ {
2727
+ "timestamp": 1767877538348,
2728
+ "memoryTotal": 25769803776,
2729
+ "memoryUsed": 25620037632,
2730
+ "memoryFree": 149766144,
2731
+ "memoryUsagePercent": 99.41883087158203,
2732
+ "memoryEfficiency": 0.5811691284179688,
2733
+ "cpuCount": 10,
2734
+ "cpuLoad": 0.668896484375,
2735
+ "platform": "darwin",
2736
+ "uptime": 468342
2737
+ },
2738
+ {
2739
+ "timestamp": 1767877568349,
2740
+ "memoryTotal": 25769803776,
2741
+ "memoryUsed": 25688064000,
2742
+ "memoryFree": 81739776,
2743
+ "memoryUsagePercent": 99.68280792236328,
2744
+ "memoryEfficiency": 0.31719207763671875,
2745
+ "cpuCount": 10,
2746
+ "cpuLoad": 0.49443359375,
2747
+ "platform": "darwin",
2748
+ "uptime": 468372
2749
+ },
2750
+ {
2751
+ "timestamp": 1767877598350,
2752
+ "memoryTotal": 25769803776,
2753
+ "memoryUsed": 25663111168,
2754
+ "memoryFree": 106692608,
2755
+ "memoryUsagePercent": 99.58597819010416,
2756
+ "memoryEfficiency": 0.4140218098958428,
2757
+ "cpuCount": 10,
2758
+ "cpuLoad": 0.362353515625,
2759
+ "platform": "darwin",
2760
+ "uptime": 468402
2761
+ },
2762
+ {
2763
+ "timestamp": 1767877628350,
2764
+ "memoryTotal": 25769803776,
2765
+ "memoryUsed": 25676300288,
2766
+ "memoryFree": 93503488,
2767
+ "memoryUsagePercent": 99.63715871175131,
2768
+ "memoryEfficiency": 0.36284128824868844,
2769
+ "cpuCount": 10,
2770
+ "cpuLoad": 0.416552734375,
2771
+ "platform": "darwin",
2772
+ "uptime": 468432
2773
+ },
2774
+ {
2775
+ "timestamp": 1767877658351,
2776
+ "memoryTotal": 25769803776,
2777
+ "memoryUsed": 25650446336,
2778
+ "memoryFree": 119357440,
2779
+ "memoryUsagePercent": 99.53683217366537,
2780
+ "memoryEfficiency": 0.46316782633462594,
2781
+ "cpuCount": 10,
2782
+ "cpuLoad": 0.4330078125,
2783
+ "platform": "darwin",
2784
+ "uptime": 468462
2785
+ },
2786
+ {
2787
+ "timestamp": 1767877688352,
2788
+ "memoryTotal": 25769803776,
2789
+ "memoryUsed": 25656147968,
2790
+ "memoryFree": 113655808,
2791
+ "memoryUsagePercent": 99.558957417806,
2792
+ "memoryEfficiency": 0.44104258219400094,
2793
+ "cpuCount": 10,
2794
+ "cpuLoad": 0.364404296875,
2795
+ "platform": "darwin",
2796
+ "uptime": 468492
2797
+ },
2798
+ {
2799
+ "timestamp": 1767877718353,
2800
+ "memoryTotal": 25769803776,
2801
+ "memoryUsed": 25698402304,
2802
+ "memoryFree": 71401472,
2803
+ "memoryUsagePercent": 99.7229258219401,
2804
+ "memoryEfficiency": 0.2770741780599053,
2805
+ "cpuCount": 10,
2806
+ "cpuLoad": 0.2640625,
2807
+ "platform": "darwin",
2808
+ "uptime": 468522
2809
+ },
2810
+ {
2811
+ "timestamp": 1767877748354,
2812
+ "memoryTotal": 25769803776,
2813
+ "memoryUsed": 25648054272,
2814
+ "memoryFree": 121749504,
2815
+ "memoryUsagePercent": 99.52754974365234,
2816
+ "memoryEfficiency": 0.47245025634765625,
2817
+ "cpuCount": 10,
2818
+ "cpuLoad": 0.283349609375,
2819
+ "platform": "darwin",
2820
+ "uptime": 468552
2821
+ },
2822
+ {
2823
+ "timestamp": 1767877778355,
2824
+ "memoryTotal": 25769803776,
2825
+ "memoryUsed": 25648709632,
2826
+ "memoryFree": 121094144,
2827
+ "memoryUsagePercent": 99.53009287516275,
2828
+ "memoryEfficiency": 0.46990712483724906,
2829
+ "cpuCount": 10,
2830
+ "cpuLoad": 0.304296875,
2831
+ "platform": "darwin",
2832
+ "uptime": 468582
2833
+ },
2834
+ {
2835
+ "timestamp": 1767877808355,
2836
+ "memoryTotal": 25769803776,
2837
+ "memoryUsed": 25694961664,
2838
+ "memoryFree": 74842112,
2839
+ "memoryUsagePercent": 99.70957438151041,
2840
+ "memoryEfficiency": 0.2904256184895928,
2841
+ "cpuCount": 10,
2842
+ "cpuLoad": 0.332470703125,
2843
+ "platform": "darwin",
2844
+ "uptime": 468612
2845
+ },
2846
+ {
2847
+ "timestamp": 1767877838357,
2848
+ "memoryTotal": 25769803776,
2849
+ "memoryUsed": 25698877440,
2850
+ "memoryFree": 70926336,
2851
+ "memoryUsagePercent": 99.72476959228516,
2852
+ "memoryEfficiency": 0.27523040771484375,
2853
+ "cpuCount": 10,
2854
+ "cpuLoad": 0.26865234375,
2855
+ "platform": "darwin",
2856
+ "uptime": 468642
2857
+ },
2858
+ {
2859
+ "timestamp": 1767877868358,
2860
+ "memoryTotal": 25769803776,
2861
+ "memoryUsed": 25630425088,
2862
+ "memoryFree": 139378688,
2863
+ "memoryUsagePercent": 99.45913950602213,
2864
+ "memoryEfficiency": 0.5408604939778741,
2865
+ "cpuCount": 10,
2866
+ "cpuLoad": 0.248046875,
2867
+ "platform": "darwin",
2868
+ "uptime": 468672
2869
+ },
2870
+ {
2871
+ "timestamp": 1767877898359,
2872
+ "memoryTotal": 25769803776,
2873
+ "memoryUsed": 25681117184,
2874
+ "memoryFree": 88686592,
2875
+ "memoryUsagePercent": 99.65585072835287,
2876
+ "memoryEfficiency": 0.34414927164712594,
2877
+ "cpuCount": 10,
2878
+ "cpuLoad": 0.691064453125,
2879
+ "platform": "darwin",
2880
+ "uptime": 468702
2881
+ },
2882
+ {
2883
+ "timestamp": 1767877928361,
2884
+ "memoryTotal": 25769803776,
2885
+ "memoryUsed": 25648349184,
2886
+ "memoryFree": 121454592,
2887
+ "memoryUsagePercent": 99.52869415283203,
2888
+ "memoryEfficiency": 0.47130584716796875,
2889
+ "cpuCount": 10,
2890
+ "cpuLoad": 0.528466796875,
2891
+ "platform": "darwin",
2892
+ "uptime": 468732
2893
+ },
2894
+ {
2895
+ "timestamp": 1767877958361,
2896
+ "memoryTotal": 25769803776,
2897
+ "memoryUsed": 25687408640,
2898
+ "memoryFree": 82395136,
2899
+ "memoryUsagePercent": 99.68026479085287,
2900
+ "memoryEfficiency": 0.31973520914712594,
2901
+ "cpuCount": 10,
2902
+ "cpuLoad": 0.374462890625,
2903
+ "platform": "darwin",
2904
+ "uptime": 468762
2905
+ },
2906
+ {
2907
+ "timestamp": 1767877988362,
2908
+ "memoryTotal": 25769803776,
2909
+ "memoryUsed": 25706086400,
2910
+ "memoryFree": 63717376,
2911
+ "memoryUsagePercent": 99.75274403889975,
2912
+ "memoryEfficiency": 0.24725596110025094,
2913
+ "cpuCount": 10,
2914
+ "cpuLoad": 0.3244140625,
2915
+ "platform": "darwin",
2916
+ "uptime": 468792
2917
+ },
2918
+ {
2919
+ "timestamp": 1767878018363,
2920
+ "memoryTotal": 25769803776,
2921
+ "memoryUsed": 25608798208,
2922
+ "memoryFree": 161005568,
2923
+ "memoryUsagePercent": 99.37521616617838,
2924
+ "memoryEfficiency": 0.6247838338216241,
2925
+ "cpuCount": 10,
2926
+ "cpuLoad": 0.29208984375,
2927
+ "platform": "darwin",
2928
+ "uptime": 468822
2929
+ },
2930
+ {
2931
+ "timestamp": 1767878048365,
2932
+ "memoryTotal": 25769803776,
2933
+ "memoryUsed": 25687474176,
2934
+ "memoryFree": 82329600,
2935
+ "memoryUsagePercent": 99.6805191040039,
2936
+ "memoryEfficiency": 0.31948089599609375,
2937
+ "cpuCount": 10,
2938
+ "cpuLoad": 0.286572265625,
2939
+ "platform": "darwin",
2940
+ "uptime": 468852
2941
+ },
2942
+ {
2943
+ "timestamp": 1767878078365,
2944
+ "memoryTotal": 25769803776,
2945
+ "memoryUsed": 25659293696,
2946
+ "memoryFree": 110510080,
2947
+ "memoryUsagePercent": 99.571164449056,
2948
+ "memoryEfficiency": 0.42883555094400094,
2949
+ "cpuCount": 10,
2950
+ "cpuLoad": 0.25927734375,
2951
+ "platform": "darwin",
2952
+ "uptime": 468882
2953
+ },
2954
+ {
2955
+ "timestamp": 1767878108365,
2956
+ "memoryTotal": 25769803776,
2957
+ "memoryUsed": 25664618496,
2958
+ "memoryFree": 105185280,
2959
+ "memoryUsagePercent": 99.59182739257812,
2960
+ "memoryEfficiency": 0.408172607421875,
2961
+ "cpuCount": 10,
2962
+ "cpuLoad": 0.24091796875,
2963
+ "platform": "darwin",
2964
+ "uptime": 468912
2965
+ },
2966
+ {
2967
+ "timestamp": 1767878138366,
2968
+ "memoryTotal": 25769803776,
2969
+ "memoryUsed": 25590808576,
2970
+ "memoryFree": 178995200,
2971
+ "memoryUsagePercent": 99.30540720621744,
2972
+ "memoryEfficiency": 0.6945927937825616,
2973
+ "cpuCount": 10,
2974
+ "cpuLoad": 0.22607421875,
2975
+ "platform": "darwin",
2976
+ "uptime": 468942
2977
+ },
2978
+ {
2979
+ "timestamp": 1767878168367,
2980
+ "memoryTotal": 25769803776,
2981
+ "memoryUsed": 25604538368,
2982
+ "memoryFree": 165265408,
2983
+ "memoryUsagePercent": 99.35868581136069,
2984
+ "memoryEfficiency": 0.6413141886393134,
2985
+ "cpuCount": 10,
2986
+ "cpuLoad": 0.22822265625,
2987
+ "platform": "darwin",
2988
+ "uptime": 468972
2989
+ },
2990
+ {
2991
+ "timestamp": 1767878198367,
2992
+ "memoryTotal": 25769803776,
2993
+ "memoryUsed": 25683558400,
2994
+ "memoryFree": 86245376,
2995
+ "memoryUsagePercent": 99.66532389322916,
2996
+ "memoryEfficiency": 0.3346761067708428,
2997
+ "cpuCount": 10,
2998
+ "cpuLoad": 0.169580078125,
2999
+ "platform": "darwin",
3000
+ "uptime": 469002
3001
+ },
3002
+ {
3003
+ "timestamp": 1767878228369,
3004
+ "memoryTotal": 25769803776,
3005
+ "memoryUsed": 25655771136,
3006
+ "memoryFree": 114032640,
3007
+ "memoryUsagePercent": 99.5574951171875,
3008
+ "memoryEfficiency": 0.4425048828125,
3009
+ "cpuCount": 10,
3010
+ "cpuLoad": 0.189892578125,
3011
+ "platform": "darwin",
3012
+ "uptime": 469032
3013
+ },
3014
+ {
3015
+ "timestamp": 1767878258370,
3016
+ "memoryTotal": 25769803776,
3017
+ "memoryUsed": 25609666560,
3018
+ "memoryFree": 160137216,
3019
+ "memoryUsagePercent": 99.37858581542969,
3020
+ "memoryEfficiency": 0.6214141845703125,
3021
+ "cpuCount": 10,
3022
+ "cpuLoad": 0.22666015625,
3023
+ "platform": "darwin",
3024
+ "uptime": 469062
3025
+ },
3026
+ {
3027
+ "timestamp": 1767878288373,
3028
+ "memoryTotal": 25769803776,
3029
+ "memoryUsed": 25293520896,
3030
+ "memoryFree": 476282880,
3031
+ "memoryUsagePercent": 98.15177917480469,
3032
+ "memoryEfficiency": 1.8482208251953125,
3033
+ "cpuCount": 10,
3034
+ "cpuLoad": 0.2044921875,
3035
+ "platform": "darwin",
3036
+ "uptime": 469092
3037
+ },
3038
+ {
3039
+ "timestamp": 1767878318374,
3040
+ "memoryTotal": 25769803776,
3041
+ "memoryUsed": 25681903616,
3042
+ "memoryFree": 87900160,
3043
+ "memoryUsagePercent": 99.65890248616537,
3044
+ "memoryEfficiency": 0.34109751383462594,
3045
+ "cpuCount": 10,
3046
+ "cpuLoad": 0.2443359375,
3047
+ "platform": "darwin",
3048
+ "uptime": 469122
3049
+ },
3050
+ {
3051
+ "timestamp": 1767878348376,
3052
+ "memoryTotal": 25769803776,
3053
+ "memoryUsed": 25688719360,
3054
+ "memoryFree": 81084416,
3055
+ "memoryUsagePercent": 99.68535105387369,
3056
+ "memoryEfficiency": 0.31464894612631156,
3057
+ "cpuCount": 10,
3058
+ "cpuLoad": 0.22822265625,
3059
+ "platform": "darwin",
3060
+ "uptime": 469152
3061
+ },
3062
+ {
3063
+ "timestamp": 1767878378376,
3064
+ "memoryTotal": 25769803776,
3065
+ "memoryUsed": 25504251904,
3066
+ "memoryFree": 265551872,
3067
+ "memoryUsagePercent": 98.96952311197916,
3068
+ "memoryEfficiency": 1.0304768880208428,
3069
+ "cpuCount": 10,
3070
+ "cpuLoad": 0.205126953125,
3071
+ "platform": "darwin",
3072
+ "uptime": 469182
3073
+ },
3074
+ {
3075
+ "timestamp": 1767878408377,
3076
+ "memoryTotal": 25769803776,
3077
+ "memoryUsed": 25686949888,
3078
+ "memoryFree": 82853888,
3079
+ "memoryUsagePercent": 99.67848459879556,
3080
+ "memoryEfficiency": 0.32151540120443656,
3081
+ "cpuCount": 10,
3082
+ "cpuLoad": 0.19990234375,
3083
+ "platform": "darwin",
3084
+ "uptime": 469212
3085
+ },
3086
+ {
3087
+ "timestamp": 1767878438377,
3088
+ "memoryTotal": 25769803776,
3089
+ "memoryUsed": 25698549760,
3090
+ "memoryFree": 71254016,
3091
+ "memoryUsagePercent": 99.72349802652994,
3092
+ "memoryEfficiency": 0.27650197347006156,
3093
+ "cpuCount": 10,
3094
+ "cpuLoad": 0.32978515625,
3095
+ "platform": "darwin",
3096
+ "uptime": 469242
3097
+ },
3098
+ {
3099
+ "timestamp": 1767878468378,
3100
+ "memoryTotal": 25769803776,
3101
+ "memoryUsed": 25650118656,
3102
+ "memoryFree": 119685120,
3103
+ "memoryUsagePercent": 99.53556060791016,
3104
+ "memoryEfficiency": 0.46443939208984375,
3105
+ "cpuCount": 10,
3106
+ "cpuLoad": 0.256787109375,
3107
+ "platform": "darwin",
3108
+ "uptime": 469272
3109
+ },
3110
+ {
3111
+ "timestamp": 1767878498379,
3112
+ "memoryTotal": 25769803776,
3113
+ "memoryUsed": 25648939008,
3114
+ "memoryFree": 120864768,
3115
+ "memoryUsagePercent": 99.5309829711914,
3116
+ "memoryEfficiency": 0.46901702880859375,
3117
+ "cpuCount": 10,
3118
+ "cpuLoad": 0.261474609375,
3119
+ "platform": "darwin",
3120
+ "uptime": 469302
3121
+ },
3122
+ {
3123
+ "timestamp": 1767878528382,
3124
+ "memoryTotal": 25769803776,
3125
+ "memoryUsed": 25671237632,
3126
+ "memoryFree": 98566144,
3127
+ "memoryUsagePercent": 99.61751302083334,
3128
+ "memoryEfficiency": 0.3824869791666572,
3129
+ "cpuCount": 10,
3130
+ "cpuLoad": 0.277294921875,
3131
+ "platform": "darwin",
3132
+ "uptime": 469332
3133
+ },
3134
+ {
3135
+ "timestamp": 1767878558382,
3136
+ "memoryTotal": 25769803776,
3137
+ "memoryUsed": 25672450048,
3138
+ "memoryFree": 97353728,
3139
+ "memoryUsagePercent": 99.6222178141276,
3140
+ "memoryEfficiency": 0.3777821858724053,
3141
+ "cpuCount": 10,
3142
+ "cpuLoad": 0.301171875,
3143
+ "platform": "darwin",
3144
+ "uptime": 469362
3145
+ },
3146
+ {
3147
+ "timestamp": 1767878588382,
3148
+ "memoryTotal": 25769803776,
3149
+ "memoryUsed": 25568329728,
3150
+ "memoryFree": 201474048,
3151
+ "memoryUsagePercent": 99.21817779541016,
3152
+ "memoryEfficiency": 0.7818222045898438,
3153
+ "cpuCount": 10,
3154
+ "cpuLoad": 0.257177734375,
3155
+ "platform": "darwin",
3156
+ "uptime": 469392
3157
+ },
3158
+ {
3159
+ "timestamp": 1767878618384,
3160
+ "memoryTotal": 25769803776,
3161
+ "memoryUsed": 25681182720,
3162
+ "memoryFree": 88621056,
3163
+ "memoryUsagePercent": 99.6561050415039,
3164
+ "memoryEfficiency": 0.34389495849609375,
3165
+ "cpuCount": 10,
3166
+ "cpuLoad": 0.38701171875,
3167
+ "platform": "darwin",
3168
+ "uptime": 469422
3169
+ },
3170
+ {
3171
+ "timestamp": 1767878648385,
3172
+ "memoryTotal": 25769803776,
3173
+ "memoryUsed": 25603653632,
3174
+ "memoryFree": 166150144,
3175
+ "memoryUsagePercent": 99.35525258382162,
3176
+ "memoryEfficiency": 0.6447474161783759,
3177
+ "cpuCount": 10,
3178
+ "cpuLoad": 0.295703125,
3179
+ "platform": "darwin",
3180
+ "uptime": 469452
3181
+ },
3182
+ {
3183
+ "timestamp": 1767878678384,
3184
+ "memoryTotal": 25769803776,
3185
+ "memoryUsed": 25692078080,
3186
+ "memoryFree": 77725696,
3187
+ "memoryUsagePercent": 99.69838460286459,
3188
+ "memoryEfficiency": 0.3016153971354072,
3189
+ "cpuCount": 10,
3190
+ "cpuLoad": 0.2458984375,
3191
+ "platform": "darwin",
3192
+ "uptime": 469482
3193
+ },
3194
+ {
3195
+ "timestamp": 1767878708387,
3196
+ "memoryTotal": 25769803776,
3197
+ "memoryUsed": 25658736640,
3198
+ "memoryFree": 111067136,
3199
+ "memoryUsagePercent": 99.56900278727213,
3200
+ "memoryEfficiency": 0.43099721272787406,
3201
+ "cpuCount": 10,
3202
+ "cpuLoad": 0.258837890625,
3203
+ "platform": "darwin",
3204
+ "uptime": 469512
3205
+ },
3206
+ {
3207
+ "timestamp": 1767878738388,
3208
+ "memoryTotal": 25769803776,
3209
+ "memoryUsed": 25542754304,
3210
+ "memoryFree": 227049472,
3211
+ "memoryUsagePercent": 99.11893208821616,
3212
+ "memoryEfficiency": 0.8810679117838447,
3213
+ "cpuCount": 10,
3214
+ "cpuLoad": 0.306396484375,
3215
+ "platform": "darwin",
3216
+ "uptime": 469542
3217
+ },
3218
+ {
3219
+ "timestamp": 1767878768388,
3220
+ "memoryTotal": 25769803776,
3221
+ "memoryUsed": 25582190592,
3222
+ "memoryFree": 187613184,
3223
+ "memoryUsagePercent": 99.27196502685547,
3224
+ "memoryEfficiency": 0.7280349731445312,
3225
+ "cpuCount": 10,
3226
+ "cpuLoad": 0.35166015625,
3227
+ "platform": "darwin",
3228
+ "uptime": 469572
3229
+ },
3230
+ {
3231
+ "timestamp": 1767878798388,
3232
+ "memoryTotal": 25769803776,
3233
+ "memoryUsed": 25687834624,
3234
+ "memoryFree": 81969152,
3235
+ "memoryUsagePercent": 99.68191782633463,
3236
+ "memoryEfficiency": 0.31808217366537406,
3237
+ "cpuCount": 10,
3238
+ "cpuLoad": 0.3275390625,
3239
+ "platform": "darwin",
3240
+ "uptime": 469602
3241
+ },
3242
+ {
3243
+ "timestamp": 1767878828391,
3244
+ "memoryTotal": 25769803776,
3245
+ "memoryUsed": 25697583104,
3246
+ "memoryFree": 72220672,
3247
+ "memoryUsagePercent": 99.71974690755209,
3248
+ "memoryEfficiency": 0.2802530924479072,
3249
+ "cpuCount": 10,
3250
+ "cpuLoad": 0.32783203125,
3251
+ "platform": "darwin",
3252
+ "uptime": 469632
3253
+ },
3254
+ {
3255
+ "timestamp": 1767878858392,
3256
+ "memoryTotal": 25769803776,
3257
+ "memoryUsed": 25590579200,
3258
+ "memoryFree": 179224576,
3259
+ "memoryUsagePercent": 99.30451711018881,
3260
+ "memoryEfficiency": 0.6954828898111884,
3261
+ "cpuCount": 10,
3262
+ "cpuLoad": 0.284765625,
3263
+ "platform": "darwin",
3264
+ "uptime": 469662
3265
+ },
3266
+ {
3267
+ "timestamp": 1767878888394,
3268
+ "memoryTotal": 25769803776,
3269
+ "memoryUsed": 25646432256,
3270
+ "memoryFree": 123371520,
3271
+ "memoryUsagePercent": 99.52125549316406,
3272
+ "memoryEfficiency": 0.4787445068359375,
3273
+ "cpuCount": 10,
3274
+ "cpuLoad": 0.306787109375,
3275
+ "platform": "darwin",
3276
+ "uptime": 469692
3277
+ },
3278
+ {
3279
+ "timestamp": 1767878918394,
3280
+ "memoryTotal": 25769803776,
3281
+ "memoryUsed": 25682116608,
3282
+ "memoryFree": 87687168,
3283
+ "memoryUsagePercent": 99.65972900390625,
3284
+ "memoryEfficiency": 0.34027099609375,
3285
+ "cpuCount": 10,
3286
+ "cpuLoad": 0.23603515625,
3287
+ "platform": "darwin",
3288
+ "uptime": 469722
3289
+ },
3290
+ {
3291
+ "timestamp": 1767878948397,
3292
+ "memoryTotal": 25769803776,
3293
+ "memoryUsed": 25702465536,
3294
+ "memoryFree": 67338240,
3295
+ "memoryUsagePercent": 99.73869323730469,
3296
+ "memoryEfficiency": 0.2613067626953125,
3297
+ "cpuCount": 10,
3298
+ "cpuLoad": 0.24755859375,
3299
+ "platform": "darwin",
3300
+ "uptime": 469752
3301
+ },
3302
+ {
3303
+ "timestamp": 1767878978397,
3304
+ "memoryTotal": 25769803776,
3305
+ "memoryUsed": 25602916352,
3306
+ "memoryFree": 166887424,
3307
+ "memoryUsagePercent": 99.3523915608724,
3308
+ "memoryEfficiency": 0.6476084391275947,
3309
+ "cpuCount": 10,
3310
+ "cpuLoad": 0.281201171875,
3311
+ "platform": "darwin",
3312
+ "uptime": 469782
3313
+ },
3314
+ {
3315
+ "timestamp": 1767879008401,
3316
+ "memoryTotal": 25769803776,
3317
+ "memoryUsed": 25636519936,
3318
+ "memoryFree": 133283840,
3319
+ "memoryUsagePercent": 99.482790629069,
3320
+ "memoryEfficiency": 0.5172093709309991,
3321
+ "cpuCount": 10,
3322
+ "cpuLoad": 0.3091796875,
3323
+ "platform": "darwin",
3324
+ "uptime": 469812
3325
+ },
3326
+ {
3327
+ "timestamp": 1767879038400,
3328
+ "memoryTotal": 25769803776,
3329
+ "memoryUsed": 25359155200,
3330
+ "memoryFree": 410648576,
3331
+ "memoryUsagePercent": 98.40647379557291,
3332
+ "memoryEfficiency": 1.5935262044270928,
3333
+ "cpuCount": 10,
3334
+ "cpuLoad": 0.39609375,
3335
+ "platform": "darwin",
3336
+ "uptime": 469842
3337
+ },
3338
+ {
3339
+ "timestamp": 1767879068401,
3340
+ "memoryTotal": 25769803776,
3341
+ "memoryUsed": 25623068672,
3342
+ "memoryFree": 146735104,
3343
+ "memoryUsagePercent": 99.43059285481772,
3344
+ "memoryEfficiency": 0.5694071451822822,
3345
+ "cpuCount": 10,
3346
+ "cpuLoad": 0.38115234375,
3347
+ "platform": "darwin",
3348
+ "uptime": 469872
3349
+ },
3350
+ {
3351
+ "timestamp": 1767879098411,
3352
+ "memoryTotal": 25769803776,
3353
+ "memoryUsed": 25369444352,
3354
+ "memoryFree": 400359424,
3355
+ "memoryUsagePercent": 98.44640096028647,
3356
+ "memoryEfficiency": 1.5535990397135322,
3357
+ "cpuCount": 10,
3358
+ "cpuLoad": 0.3158203125,
3359
+ "platform": "darwin",
3360
+ "uptime": 469902
3361
+ },
3362
+ {
3363
+ "timestamp": 1767879128416,
3364
+ "memoryTotal": 25769803776,
3365
+ "memoryUsed": 25658884096,
3366
+ "memoryFree": 110919680,
3367
+ "memoryUsagePercent": 99.56957499186197,
3368
+ "memoryEfficiency": 0.4304250081380303,
3369
+ "cpuCount": 10,
3370
+ "cpuLoad": 0.303125,
3371
+ "platform": "darwin",
3372
+ "uptime": 469932
3373
+ },
3374
+ {
3375
+ "timestamp": 1767879158417,
3376
+ "memoryTotal": 25769803776,
3377
+ "memoryUsed": 25546260480,
3378
+ "memoryFree": 223543296,
3379
+ "memoryUsagePercent": 99.13253784179688,
3380
+ "memoryEfficiency": 0.867462158203125,
3381
+ "cpuCount": 10,
3382
+ "cpuLoad": 0.223388671875,
3383
+ "platform": "darwin",
3384
+ "uptime": 469962
3385
+ },
3386
+ {
3387
+ "timestamp": 1767879188419,
3388
+ "memoryTotal": 25769803776,
3389
+ "memoryUsed": 25655443456,
3390
+ "memoryFree": 114360320,
3391
+ "memoryUsagePercent": 99.55622355143228,
3392
+ "memoryEfficiency": 0.4437764485677178,
3393
+ "cpuCount": 10,
3394
+ "cpuLoad": 0.25029296875,
3395
+ "platform": "darwin",
3396
+ "uptime": 469992
3397
+ },
3398
+ {
3399
+ "timestamp": 1767879218420,
3400
+ "memoryTotal": 25769803776,
3401
+ "memoryUsed": 25656786944,
3402
+ "memoryFree": 113016832,
3403
+ "memoryUsagePercent": 99.56143697102866,
3404
+ "memoryEfficiency": 0.4385630289713447,
3405
+ "cpuCount": 10,
3406
+ "cpuLoad": 0.22724609375,
3407
+ "platform": "darwin",
3408
+ "uptime": 470022
3409
+ },
3410
+ {
3411
+ "timestamp": 1767879248421,
3412
+ "memoryTotal": 25769803776,
3413
+ "memoryUsed": 25698844672,
3414
+ "memoryFree": 70959104,
3415
+ "memoryUsagePercent": 99.72464243570963,
3416
+ "memoryEfficiency": 0.27535756429037406,
3417
+ "cpuCount": 10,
3418
+ "cpuLoad": 0.1869140625,
3419
+ "platform": "darwin",
3420
+ "uptime": 470052
3421
+ },
3422
+ {
3423
+ "timestamp": 1767879278423,
3424
+ "memoryTotal": 25769803776,
3425
+ "memoryUsed": 25661276160,
3426
+ "memoryFree": 108527616,
3427
+ "memoryUsagePercent": 99.578857421875,
3428
+ "memoryEfficiency": 0.421142578125,
3429
+ "cpuCount": 10,
3430
+ "cpuLoad": 0.205517578125,
3431
+ "platform": "darwin",
3432
+ "uptime": 470082
3433
+ },
3434
+ {
3435
+ "timestamp": 1767879308425,
3436
+ "memoryTotal": 25769803776,
3437
+ "memoryUsed": 25656590336,
3438
+ "memoryFree": 113213440,
3439
+ "memoryUsagePercent": 99.56067403157553,
3440
+ "memoryEfficiency": 0.4393259684244697,
3441
+ "cpuCount": 10,
3442
+ "cpuLoad": 0.25625,
3443
+ "platform": "darwin",
3444
+ "uptime": 470112
3445
+ },
3446
+ {
3447
+ "timestamp": 1767879338425,
3448
+ "memoryTotal": 25769803776,
3449
+ "memoryUsed": 25699106816,
3450
+ "memoryFree": 70696960,
3451
+ "memoryUsagePercent": 99.72565968831381,
3452
+ "memoryEfficiency": 0.27434031168618844,
3453
+ "cpuCount": 10,
3454
+ "cpuLoad": 0.274560546875,
3455
+ "platform": "darwin",
3456
+ "uptime": 470142
3457
+ },
3458
+ {
3459
+ "timestamp": 1767879368427,
3460
+ "memoryTotal": 25769803776,
3461
+ "memoryUsed": 25675726848,
3462
+ "memoryFree": 94076928,
3463
+ "memoryUsagePercent": 99.63493347167969,
3464
+ "memoryEfficiency": 0.3650665283203125,
3465
+ "cpuCount": 10,
3466
+ "cpuLoad": 0.303173828125,
3467
+ "platform": "darwin",
3468
+ "uptime": 470172
3469
+ },
3470
+ {
3471
+ "timestamp": 1767879398427,
3472
+ "memoryTotal": 25769803776,
3473
+ "memoryUsed": 25662717952,
3474
+ "memoryFree": 107085824,
3475
+ "memoryUsagePercent": 99.58445231119791,
3476
+ "memoryEfficiency": 0.4155476888020928,
3477
+ "cpuCount": 10,
3478
+ "cpuLoad": 0.311572265625,
3479
+ "platform": "darwin",
3480
+ "uptime": 470202
3481
+ },
3482
+ {
3483
+ "timestamp": 1767879428429,
3484
+ "memoryTotal": 25769803776,
3485
+ "memoryUsed": 25670909952,
3486
+ "memoryFree": 98893824,
3487
+ "memoryUsagePercent": 99.61624145507812,
3488
+ "memoryEfficiency": 0.383758544921875,
3489
+ "cpuCount": 10,
3490
+ "cpuLoad": 0.29501953125,
3491
+ "platform": "darwin",
3492
+ "uptime": 470232
3493
+ },
3494
+ {
3495
+ "timestamp": 1767879458430,
3496
+ "memoryTotal": 25769803776,
3497
+ "memoryUsed": 25648496640,
3498
+ "memoryFree": 121307136,
3499
+ "memoryUsagePercent": 99.52926635742188,
3500
+ "memoryEfficiency": 0.470733642578125,
3501
+ "cpuCount": 10,
3502
+ "cpuLoad": 0.292431640625,
3503
+ "platform": "darwin",
3504
+ "uptime": 470262
3505
+ },
3506
+ {
3507
+ "timestamp": 1767879488432,
3508
+ "memoryTotal": 25769803776,
3509
+ "memoryUsed": 25420447744,
3510
+ "memoryFree": 349356032,
3511
+ "memoryUsagePercent": 98.64432017008463,
3512
+ "memoryEfficiency": 1.355679829915374,
3513
+ "cpuCount": 10,
3514
+ "cpuLoad": 0.252490234375,
3515
+ "platform": "darwin",
3516
+ "uptime": 470292
3517
+ },
3518
+ {
3519
+ "timestamp": 1767879518432,
3520
+ "memoryTotal": 25769803776,
3521
+ "memoryUsed": 25696993280,
3522
+ "memoryFree": 72810496,
3523
+ "memoryUsagePercent": 99.71745808919272,
3524
+ "memoryEfficiency": 0.2825419108072822,
3525
+ "cpuCount": 10,
3526
+ "cpuLoad": 0.223681640625,
3527
+ "platform": "darwin",
3528
+ "uptime": 470322
3529
+ },
3530
+ {
3531
+ "timestamp": 1767879548436,
3532
+ "memoryTotal": 25769803776,
3533
+ "memoryUsed": 25617465344,
3534
+ "memoryFree": 152338432,
3535
+ "memoryUsagePercent": 99.40884908040366,
3536
+ "memoryEfficiency": 0.5911509195963447,
3537
+ "cpuCount": 10,
3538
+ "cpuLoad": 0.23857421875,
3539
+ "platform": "darwin",
3540
+ "uptime": 470352
3541
+ },
3542
+ {
3543
+ "timestamp": 1767879578437,
3544
+ "memoryTotal": 25769803776,
3545
+ "memoryUsed": 25581699072,
3546
+ "memoryFree": 188104704,
3547
+ "memoryUsagePercent": 99.27005767822266,
3548
+ "memoryEfficiency": 0.7299423217773438,
3549
+ "cpuCount": 10,
3550
+ "cpuLoad": 0.280908203125,
3551
+ "platform": "darwin",
3552
+ "uptime": 470382
3553
+ },
3554
+ {
3555
+ "timestamp": 1767879608439,
3556
+ "memoryTotal": 25769803776,
3557
+ "memoryUsed": 25684295680,
3558
+ "memoryFree": 85508096,
3559
+ "memoryUsagePercent": 99.66818491617838,
3560
+ "memoryEfficiency": 0.33181508382162406,
3561
+ "cpuCount": 10,
3562
+ "cpuLoad": 0.32470703125,
3563
+ "platform": "darwin",
3564
+ "uptime": 470412
3565
+ },
3566
+ {
3567
+ "timestamp": 1767879638440,
3568
+ "memoryTotal": 25769803776,
3569
+ "memoryUsed": 25347162112,
3570
+ "memoryFree": 422641664,
3571
+ "memoryUsagePercent": 98.35993448893228,
3572
+ "memoryEfficiency": 1.6400655110677178,
3573
+ "cpuCount": 10,
3574
+ "cpuLoad": 0.294921875,
3575
+ "platform": "darwin",
3576
+ "uptime": 470442
3577
+ },
3578
+ {
3579
+ "timestamp": 1767879668441,
3580
+ "memoryTotal": 25769803776,
3581
+ "memoryUsed": 25653706752,
3582
+ "memoryFree": 116097024,
3583
+ "memoryUsagePercent": 99.54948425292969,
3584
+ "memoryEfficiency": 0.4505157470703125,
3585
+ "cpuCount": 10,
3586
+ "cpuLoad": 0.324853515625,
3587
+ "platform": "darwin",
3588
+ "uptime": 470472
3589
+ },
3590
+ {
3591
+ "timestamp": 1767879698443,
3592
+ "memoryTotal": 25769803776,
3593
+ "memoryUsed": 25666748416,
3594
+ "memoryFree": 103055360,
3595
+ "memoryUsagePercent": 99.60009256998697,
3596
+ "memoryEfficiency": 0.3999074300130303,
3597
+ "cpuCount": 10,
3598
+ "cpuLoad": 0.344970703125,
3599
+ "platform": "darwin",
3600
+ "uptime": 470502
3601
+ },
3602
+ {
3603
+ "timestamp": 1767879728445,
3604
+ "memoryTotal": 25769803776,
3605
+ "memoryUsed": 25648742400,
3606
+ "memoryFree": 121061376,
3607
+ "memoryUsagePercent": 99.53022003173828,
3608
+ "memoryEfficiency": 0.46977996826171875,
3609
+ "cpuCount": 10,
3610
+ "cpuLoad": 0.35771484375,
3611
+ "platform": "darwin",
3612
+ "uptime": 470532
3613
+ },
3614
+ {
3615
+ "timestamp": 1767879758445,
3616
+ "memoryTotal": 25769803776,
3617
+ "memoryUsed": 25661587456,
3618
+ "memoryFree": 108216320,
3619
+ "memoryUsagePercent": 99.58006540934244,
3620
+ "memoryEfficiency": 0.41993459065756156,
3621
+ "cpuCount": 10,
3622
+ "cpuLoad": 0.281982421875,
3623
+ "platform": "darwin",
3624
+ "uptime": 470562
3625
+ },
3626
+ {
3627
+ "timestamp": 1767879788448,
3628
+ "memoryTotal": 25769803776,
3629
+ "memoryUsed": 25631784960,
3630
+ "memoryFree": 138018816,
3631
+ "memoryUsagePercent": 99.46441650390625,
3632
+ "memoryEfficiency": 0.53558349609375,
3633
+ "cpuCount": 10,
3634
+ "cpuLoad": 0.321337890625,
3635
+ "platform": "darwin",
3636
+ "uptime": 470592
3637
+ },
3638
+ {
3639
+ "timestamp": 1767879818449,
3640
+ "memoryTotal": 25769803776,
3641
+ "memoryUsed": 25612238848,
3642
+ "memoryFree": 157564928,
3643
+ "memoryUsagePercent": 99.38856760660806,
3644
+ "memoryEfficiency": 0.6114323933919366,
3645
+ "cpuCount": 10,
3646
+ "cpuLoad": 0.2943359375,
3647
+ "platform": "darwin",
3648
+ "uptime": 470622
3649
+ },
3650
+ {
3651
+ "timestamp": 1767879848451,
3652
+ "memoryTotal": 25769803776,
3653
+ "memoryUsed": 25695272960,
3654
+ "memoryFree": 74530816,
3655
+ "memoryUsagePercent": 99.71078236897787,
3656
+ "memoryEfficiency": 0.28921763102212594,
3657
+ "cpuCount": 10,
3658
+ "cpuLoad": 0.335107421875,
3659
+ "platform": "darwin",
3660
+ "uptime": 470652
3661
+ },
3662
+ {
3663
+ "timestamp": 1767879878452,
3664
+ "memoryTotal": 25769803776,
3665
+ "memoryUsed": 25188106240,
3666
+ "memoryFree": 581697536,
3667
+ "memoryUsagePercent": 97.74271647135416,
3668
+ "memoryEfficiency": 2.257283528645843,
3669
+ "cpuCount": 10,
3670
+ "cpuLoad": 0.30341796875,
3671
+ "platform": "darwin",
3672
+ "uptime": 470682
3673
+ },
3674
+ {
3675
+ "timestamp": 1767879908454,
3676
+ "memoryTotal": 25769803776,
3677
+ "memoryUsed": 25681444864,
3678
+ "memoryFree": 88358912,
3679
+ "memoryUsagePercent": 99.65712229410806,
3680
+ "memoryEfficiency": 0.34287770589193656,
3681
+ "cpuCount": 10,
3682
+ "cpuLoad": 0.297216796875,
3683
+ "platform": "darwin",
3684
+ "uptime": 470712
3685
+ },
3686
+ {
3687
+ "timestamp": 1767879938455,
3688
+ "memoryTotal": 25769803776,
3689
+ "memoryUsed": 25679085568,
3690
+ "memoryFree": 90718208,
3691
+ "memoryUsagePercent": 99.64796702067056,
3692
+ "memoryEfficiency": 0.35203297932943656,
3693
+ "cpuCount": 10,
3694
+ "cpuLoad": 0.36162109375,
3695
+ "platform": "darwin",
3696
+ "uptime": 470742
3697
+ },
3698
+ {
3699
+ "timestamp": 1767879968455,
3700
+ "memoryTotal": 25769803776,
3701
+ "memoryUsed": 25648562176,
3702
+ "memoryFree": 121241600,
3703
+ "memoryUsagePercent": 99.52952067057291,
3704
+ "memoryEfficiency": 0.4704793294270928,
3705
+ "cpuCount": 10,
3706
+ "cpuLoad": 0.357177734375,
3707
+ "platform": "darwin",
3708
+ "uptime": 470772
3709
+ },
3710
+ {
3711
+ "timestamp": 1767879998456,
3712
+ "memoryTotal": 25769803776,
3713
+ "memoryUsed": 25622773760,
3714
+ "memoryFree": 147030016,
3715
+ "memoryUsagePercent": 99.42944844563803,
3716
+ "memoryEfficiency": 0.5705515543619697,
3717
+ "cpuCount": 10,
3718
+ "cpuLoad": 0.323291015625,
3719
+ "platform": "darwin",
3720
+ "uptime": 470802
3721
+ },
3722
+ {
3723
+ "timestamp": 1767880028459,
3724
+ "memoryTotal": 25769803776,
3725
+ "memoryUsed": 25658179584,
3726
+ "memoryFree": 111624192,
3727
+ "memoryUsagePercent": 99.56684112548828,
3728
+ "memoryEfficiency": 0.43315887451171875,
3729
+ "cpuCount": 10,
3730
+ "cpuLoad": 0.304443359375,
3731
+ "platform": "darwin",
3732
+ "uptime": 470832
3733
+ },
3734
+ {
3735
+ "timestamp": 1767880058460,
3736
+ "memoryTotal": 25769803776,
3737
+ "memoryUsed": 25538084864,
3738
+ "memoryFree": 231718912,
3739
+ "memoryUsagePercent": 99.10081227620444,
3740
+ "memoryEfficiency": 0.8991877237955634,
3741
+ "cpuCount": 10,
3742
+ "cpuLoad": 0.288818359375,
3743
+ "platform": "darwin",
3744
+ "uptime": 470862
3745
+ },
3746
+ {
3747
+ "timestamp": 1767880088460,
3748
+ "memoryTotal": 25769803776,
3749
+ "memoryUsed": 25622855680,
3750
+ "memoryFree": 146948096,
3751
+ "memoryUsagePercent": 99.42976633707681,
3752
+ "memoryEfficiency": 0.5702336629231866,
3753
+ "cpuCount": 10,
3754
+ "cpuLoad": 0.29072265625,
3755
+ "platform": "darwin",
3756
+ "uptime": 470892
3757
+ },
3758
+ {
3759
+ "timestamp": 1767880118463,
3760
+ "memoryTotal": 25769803776,
3761
+ "memoryUsed": 25676922880,
3762
+ "memoryFree": 92880896,
3763
+ "memoryUsagePercent": 99.63957468668619,
3764
+ "memoryEfficiency": 0.36042531331381156,
3765
+ "cpuCount": 10,
3766
+ "cpuLoad": 0.27841796875,
3767
+ "platform": "darwin",
3768
+ "uptime": 470922
3769
+ },
3770
+ {
3771
+ "timestamp": 1767880148463,
3772
+ "memoryTotal": 25769803776,
3773
+ "memoryUsed": 25690128384,
3774
+ "memoryFree": 79675392,
3775
+ "memoryUsagePercent": 99.6908187866211,
3776
+ "memoryEfficiency": 0.30918121337890625,
3777
+ "cpuCount": 10,
3778
+ "cpuLoad": 0.299560546875,
3779
+ "platform": "darwin",
3780
+ "uptime": 470952
3781
+ },
3782
+ {
3783
+ "timestamp": 1767880178465,
3784
+ "memoryTotal": 25769803776,
3785
+ "memoryUsed": 25570344960,
3786
+ "memoryFree": 199458816,
3787
+ "memoryUsagePercent": 99.22599792480469,
3788
+ "memoryEfficiency": 0.7740020751953125,
3789
+ "cpuCount": 10,
3790
+ "cpuLoad": 0.351123046875,
3791
+ "platform": "darwin",
3792
+ "uptime": 470982
3793
+ },
3794
+ {
3795
+ "timestamp": 1767880208466,
3796
+ "memoryTotal": 25769803776,
3797
+ "memoryUsed": 25698549760,
3798
+ "memoryFree": 71254016,
3799
+ "memoryUsagePercent": 99.72349802652994,
3800
+ "memoryEfficiency": 0.27650197347006156,
3801
+ "cpuCount": 10,
3802
+ "cpuLoad": 0.350927734375,
3803
+ "platform": "darwin",
3804
+ "uptime": 471012
3805
+ },
3806
+ {
3807
+ "timestamp": 1767880238467,
3808
+ "memoryTotal": 25769803776,
3809
+ "memoryUsed": 25672630272,
3810
+ "memoryFree": 97173504,
3811
+ "memoryUsagePercent": 99.62291717529297,
3812
+ "memoryEfficiency": 0.37708282470703125,
3813
+ "cpuCount": 10,
3814
+ "cpuLoad": 0.290771484375,
3815
+ "platform": "darwin",
3816
+ "uptime": 471042
3817
+ },
3818
+ {
3819
+ "timestamp": 1767880268469,
3820
+ "memoryTotal": 25769803776,
3821
+ "memoryUsed": 25701531648,
3822
+ "memoryFree": 68272128,
3823
+ "memoryUsagePercent": 99.73506927490234,
3824
+ "memoryEfficiency": 0.26493072509765625,
3825
+ "cpuCount": 10,
3826
+ "cpuLoad": 0.28212890625,
3827
+ "platform": "darwin",
3828
+ "uptime": 471072
3829
+ },
3830
+ {
3831
+ "timestamp": 1767880298470,
3832
+ "memoryTotal": 25769803776,
3833
+ "memoryUsed": 25298812928,
3834
+ "memoryFree": 470990848,
3835
+ "memoryUsagePercent": 98.17231496175131,
3836
+ "memoryEfficiency": 1.8276850382486884,
3837
+ "cpuCount": 10,
3838
+ "cpuLoad": 0.262646484375,
3839
+ "platform": "darwin",
3840
+ "uptime": 471102
3841
+ },
3842
+ {
3843
+ "timestamp": 1767880328470,
3844
+ "memoryTotal": 25769803776,
3845
+ "memoryUsed": 25688096768,
3846
+ "memoryFree": 81707008,
3847
+ "memoryUsagePercent": 99.68293507893881,
3848
+ "memoryEfficiency": 0.31706492106118844,
3849
+ "cpuCount": 10,
3850
+ "cpuLoad": 0.272119140625,
3851
+ "platform": "darwin",
3852
+ "uptime": 471132
3853
+ },
3854
+ {
3855
+ "timestamp": 1767880358471,
3856
+ "memoryTotal": 25769803776,
3857
+ "memoryUsed": 25521045504,
3858
+ "memoryFree": 248758272,
3859
+ "memoryUsagePercent": 99.0346908569336,
3860
+ "memoryEfficiency": 0.9653091430664062,
3861
+ "cpuCount": 10,
3862
+ "cpuLoad": 0.268310546875,
3863
+ "platform": "darwin",
3864
+ "uptime": 471162
3865
+ },
3866
+ {
3867
+ "timestamp": 1767880388473,
3868
+ "memoryTotal": 25769803776,
3869
+ "memoryUsed": 25681756160,
3870
+ "memoryFree": 88047616,
3871
+ "memoryUsagePercent": 99.65833028157553,
3872
+ "memoryEfficiency": 0.3416697184244697,
3873
+ "cpuCount": 10,
3874
+ "cpuLoad": 0.22509765625,
3875
+ "platform": "darwin",
3876
+ "uptime": 471192
3877
+ },
3878
+ {
3879
+ "timestamp": 1767880418475,
3880
+ "memoryTotal": 25769803776,
3881
+ "memoryUsed": 25686933504,
3882
+ "memoryFree": 82870272,
3883
+ "memoryUsagePercent": 99.67842102050781,
3884
+ "memoryEfficiency": 0.3215789794921875,
3885
+ "cpuCount": 10,
3886
+ "cpuLoad": 0.32607421875,
3887
+ "platform": "darwin",
3888
+ "uptime": 471222
3889
+ },
3890
+ {
3891
+ "timestamp": 1767880448477,
3892
+ "memoryTotal": 25769803776,
3893
+ "memoryUsed": 25693143040,
3894
+ "memoryFree": 76660736,
3895
+ "memoryUsagePercent": 99.702517191569,
3896
+ "memoryEfficiency": 0.29748280843099906,
3897
+ "cpuCount": 10,
3898
+ "cpuLoad": 0.450390625,
3899
+ "platform": "darwin",
3900
+ "uptime": 471252
3901
+ },
3902
+ {
3903
+ "timestamp": 1767880478478,
3904
+ "memoryTotal": 25769803776,
3905
+ "memoryUsed": 25689030656,
3906
+ "memoryFree": 80773120,
3907
+ "memoryUsagePercent": 99.68655904134116,
3908
+ "memoryEfficiency": 0.3134409586588447,
3909
+ "cpuCount": 10,
3910
+ "cpuLoad": 0.37841796875,
3911
+ "platform": "darwin",
3912
+ "uptime": 471282
3913
+ },
3914
+ {
3915
+ "timestamp": 1767880508480,
3916
+ "memoryTotal": 25769803776,
3917
+ "memoryUsed": 25694158848,
3918
+ "memoryFree": 75644928,
3919
+ "memoryUsagePercent": 99.70645904541016,
3920
+ "memoryEfficiency": 0.29354095458984375,
3921
+ "cpuCount": 10,
3922
+ "cpuLoad": 0.33154296875,
3923
+ "platform": "darwin",
3924
+ "uptime": 471312
3925
+ },
3926
+ {
3927
+ "timestamp": 1767880538480,
3928
+ "memoryTotal": 25769803776,
3929
+ "memoryUsed": 25678512128,
3930
+ "memoryFree": 91291648,
3931
+ "memoryUsagePercent": 99.64574178059897,
3932
+ "memoryEfficiency": 0.3542582194010322,
3933
+ "cpuCount": 10,
3934
+ "cpuLoad": 0.363330078125,
3935
+ "platform": "darwin",
3936
+ "uptime": 471342
3937
+ },
3938
+ {
3939
+ "timestamp": 1767880568481,
3940
+ "memoryTotal": 25769803776,
3941
+ "memoryUsed": 25706283008,
3942
+ "memoryFree": 63520768,
3943
+ "memoryUsagePercent": 99.75350697835287,
3944
+ "memoryEfficiency": 0.24649302164712594,
3945
+ "cpuCount": 10,
3946
+ "cpuLoad": 0.326953125,
3947
+ "platform": "darwin",
3948
+ "uptime": 471372
3949
+ },
3950
+ {
3951
+ "timestamp": 1767880598484,
3952
+ "memoryTotal": 25769803776,
3953
+ "memoryUsed": 25691914240,
3954
+ "memoryFree": 77889536,
3955
+ "memoryUsagePercent": 99.69774881998697,
3956
+ "memoryEfficiency": 0.3022511800130303,
3957
+ "cpuCount": 10,
3958
+ "cpuLoad": 0.278271484375,
3959
+ "platform": "darwin",
3960
+ "uptime": 471402
3961
+ },
3962
+ {
3963
+ "timestamp": 1767880628486,
3964
+ "memoryTotal": 25769803776,
3965
+ "memoryUsed": 25702088704,
3966
+ "memoryFree": 67715072,
3967
+ "memoryUsagePercent": 99.73723093668619,
3968
+ "memoryEfficiency": 0.26276906331381156,
3969
+ "cpuCount": 10,
3970
+ "cpuLoad": 0.274658203125,
3971
+ "platform": "darwin",
3972
+ "uptime": 471432
3973
+ },
3974
+ {
3975
+ "timestamp": 1767880658487,
3976
+ "memoryTotal": 25769803776,
3977
+ "memoryUsed": 25688866816,
3978
+ "memoryFree": 80936960,
3979
+ "memoryUsagePercent": 99.68592325846353,
3980
+ "memoryEfficiency": 0.3140767415364678,
3981
+ "cpuCount": 10,
3982
+ "cpuLoad": 0.253466796875,
3983
+ "platform": "darwin",
3984
+ "uptime": 471462
3985
+ },
3986
+ {
3987
+ "timestamp": 1767880688488,
3988
+ "memoryTotal": 25769803776,
3989
+ "memoryUsed": 25693847552,
3990
+ "memoryFree": 75956224,
3991
+ "memoryUsagePercent": 99.70525105794272,
3992
+ "memoryEfficiency": 0.2947489420572822,
3993
+ "cpuCount": 10,
3994
+ "cpuLoad": 0.257666015625,
3995
+ "platform": "darwin",
3996
+ "uptime": 471492
3997
+ },
3998
+ {
3999
+ "timestamp": 1767880718489,
4000
+ "memoryTotal": 25769803776,
4001
+ "memoryUsed": 25676038144,
4002
+ "memoryFree": 93765632,
4003
+ "memoryUsagePercent": 99.63614145914713,
4004
+ "memoryEfficiency": 0.36385854085287406,
4005
+ "cpuCount": 10,
4006
+ "cpuLoad": 0.259619140625,
4007
+ "platform": "darwin",
4008
+ "uptime": 471522
4009
+ },
4010
+ {
4011
+ "timestamp": 1767880748492,
4012
+ "memoryTotal": 25769803776,
4013
+ "memoryUsed": 25707151360,
4014
+ "memoryFree": 62652416,
4015
+ "memoryUsagePercent": 99.75687662760416,
4016
+ "memoryEfficiency": 0.2431233723958428,
4017
+ "cpuCount": 10,
4018
+ "cpuLoad": 0.24521484375,
4019
+ "platform": "darwin",
4020
+ "uptime": 471552
4021
+ },
4022
+ {
4023
+ "timestamp": 1767880778492,
4024
+ "memoryTotal": 25769803776,
4025
+ "memoryUsed": 25703972864,
4026
+ "memoryFree": 65830912,
4027
+ "memoryUsagePercent": 99.74454243977866,
4028
+ "memoryEfficiency": 0.2554575602213447,
4029
+ "cpuCount": 10,
4030
+ "cpuLoad": 0.219384765625,
4031
+ "platform": "darwin",
4032
+ "uptime": 471582
4033
+ },
4034
+ {
4035
+ "timestamp": 1767880808492,
4036
+ "memoryTotal": 25769803776,
4037
+ "memoryUsed": 25673990144,
4038
+ "memoryFree": 95813632,
4039
+ "memoryUsagePercent": 99.62819417317709,
4040
+ "memoryEfficiency": 0.3718058268229072,
4041
+ "cpuCount": 10,
4042
+ "cpuLoad": 0.201513671875,
4043
+ "platform": "darwin",
4044
+ "uptime": 471612
4045
+ },
4046
+ {
4047
+ "timestamp": 1767880838493,
4048
+ "memoryTotal": 25769803776,
4049
+ "memoryUsed": 25687605248,
4050
+ "memoryFree": 82198528,
4051
+ "memoryUsagePercent": 99.681027730306,
4052
+ "memoryEfficiency": 0.31897226969400094,
4053
+ "cpuCount": 10,
4054
+ "cpuLoad": 0.24599609375,
4055
+ "platform": "darwin",
4056
+ "uptime": 471642
4057
+ },
4058
+ {
4059
+ "timestamp": 1767880868495,
4060
+ "memoryTotal": 25769803776,
4061
+ "memoryUsed": 25692651520,
4062
+ "memoryFree": 77152256,
4063
+ "memoryUsagePercent": 99.70060984293619,
4064
+ "memoryEfficiency": 0.29939015706381156,
4065
+ "cpuCount": 10,
4066
+ "cpuLoad": 0.285400390625,
4067
+ "platform": "darwin",
4068
+ "uptime": 471672
4069
+ },
4070
+ {
4071
+ "timestamp": 1767880898496,
4072
+ "memoryTotal": 25769803776,
4073
+ "memoryUsed": 25637552128,
4074
+ "memoryFree": 132251648,
4075
+ "memoryUsagePercent": 99.48679606119791,
4076
+ "memoryEfficiency": 0.5132039388020928,
4077
+ "cpuCount": 10,
4078
+ "cpuLoad": 0.310205078125,
4079
+ "platform": "darwin",
4080
+ "uptime": 471702
4081
+ },
4082
+ {
4083
+ "timestamp": 1767880928497,
4084
+ "memoryTotal": 25769803776,
4085
+ "memoryUsed": 25676201984,
4086
+ "memoryFree": 93601792,
4087
+ "memoryUsagePercent": 99.63677724202475,
4088
+ "memoryEfficiency": 0.36322275797525094,
4089
+ "cpuCount": 10,
4090
+ "cpuLoad": 0.298779296875,
4091
+ "platform": "darwin",
4092
+ "uptime": 471732
4093
+ },
4094
+ {
4095
+ "timestamp": 1767880958498,
4096
+ "memoryTotal": 25769803776,
4097
+ "memoryUsed": 25571901440,
4098
+ "memoryFree": 197902336,
4099
+ "memoryUsagePercent": 99.23203786214194,
4100
+ "memoryEfficiency": 0.7679621378580634,
4101
+ "cpuCount": 10,
4102
+ "cpuLoad": 0.275,
4103
+ "platform": "darwin",
4104
+ "uptime": 471762
4105
+ },
4106
+ {
4107
+ "timestamp": 1767880988500,
4108
+ "memoryTotal": 25769803776,
4109
+ "memoryUsed": 25629556736,
4110
+ "memoryFree": 140247040,
4111
+ "memoryUsagePercent": 99.45576985677084,
4112
+ "memoryEfficiency": 0.5442301432291572,
4113
+ "cpuCount": 10,
4114
+ "cpuLoad": 0.288232421875,
4115
+ "platform": "darwin",
4116
+ "uptime": 471792
4117
+ },
4118
+ {
4119
+ "timestamp": 1767881018500,
4120
+ "memoryTotal": 25769803776,
4121
+ "memoryUsed": 25640894464,
4122
+ "memoryFree": 128909312,
4123
+ "memoryUsagePercent": 99.49976603190103,
4124
+ "memoryEfficiency": 0.5002339680989678,
4125
+ "cpuCount": 10,
4126
+ "cpuLoad": 0.296435546875,
4127
+ "platform": "darwin",
4128
+ "uptime": 471822
4129
+ },
4130
+ {
4131
+ "timestamp": 1767881048502,
4132
+ "memoryTotal": 25769803776,
4133
+ "memoryUsed": 25608224768,
4134
+ "memoryFree": 161579008,
4135
+ "memoryUsagePercent": 99.37299092610678,
4136
+ "memoryEfficiency": 0.6270090738932197,
4137
+ "cpuCount": 10,
4138
+ "cpuLoad": 0.274560546875,
4139
+ "platform": "darwin",
4140
+ "uptime": 471852
4141
+ },
4142
+ {
4143
+ "timestamp": 1767881078504,
4144
+ "memoryTotal": 25769803776,
4145
+ "memoryUsed": 25512574976,
4146
+ "memoryFree": 257228800,
4147
+ "memoryUsagePercent": 99.00182088216147,
4148
+ "memoryEfficiency": 0.9981791178385322,
4149
+ "cpuCount": 10,
4150
+ "cpuLoad": 0.40478515625,
4151
+ "platform": "darwin",
4152
+ "uptime": 471882
4153
+ },
4154
+ {
4155
+ "timestamp": 1767881108505,
4156
+ "memoryTotal": 25769803776,
4157
+ "memoryUsed": 25703350272,
4158
+ "memoryFree": 66453504,
4159
+ "memoryUsagePercent": 99.74212646484375,
4160
+ "memoryEfficiency": 0.25787353515625,
4161
+ "cpuCount": 10,
4162
+ "cpuLoad": 0.39384765625,
4163
+ "platform": "darwin",
4164
+ "uptime": 471912
4165
+ },
4166
+ {
4167
+ "timestamp": 1767881138507,
4168
+ "memoryTotal": 25769803776,
4169
+ "memoryUsed": 25543458816,
4170
+ "memoryFree": 226344960,
4171
+ "memoryUsagePercent": 99.12166595458984,
4172
+ "memoryEfficiency": 0.8783340454101562,
4173
+ "cpuCount": 10,
4174
+ "cpuLoad": 0.435986328125,
4175
+ "platform": "darwin",
4176
+ "uptime": 471942
4177
+ },
4178
+ {
4179
+ "timestamp": 1767881168508,
4180
+ "memoryTotal": 25769803776,
4181
+ "memoryUsed": 25664847872,
4182
+ "memoryFree": 104955904,
4183
+ "memoryUsagePercent": 99.59271748860678,
4184
+ "memoryEfficiency": 0.4072825113932197,
4185
+ "cpuCount": 10,
4186
+ "cpuLoad": 1.13056640625,
4187
+ "platform": "darwin",
4188
+ "uptime": 471972
4189
+ },
4190
+ {
4191
+ "timestamp": 1767881198509,
4192
+ "memoryTotal": 25769803776,
4193
+ "memoryUsed": 25680904192,
4194
+ "memoryFree": 88899584,
4195
+ "memoryUsagePercent": 99.65502421061197,
4196
+ "memoryEfficiency": 0.3449757893880303,
4197
+ "cpuCount": 10,
4198
+ "cpuLoad": 0.841162109375,
4199
+ "platform": "darwin",
4200
+ "uptime": 472002
4201
+ },
4202
+ {
4203
+ "timestamp": 1767881228511,
4204
+ "memoryTotal": 25769803776,
4205
+ "memoryUsed": 25683214336,
4206
+ "memoryFree": 86589440,
4207
+ "memoryUsagePercent": 99.66398874918619,
4208
+ "memoryEfficiency": 0.33601125081381156,
4209
+ "cpuCount": 10,
4210
+ "cpuLoad": 0.662060546875,
4211
+ "platform": "darwin",
4212
+ "uptime": 472032
4213
+ },
4214
+ {
4215
+ "timestamp": 1767881258511,
4216
+ "memoryTotal": 25769803776,
4217
+ "memoryUsed": 25681805312,
4218
+ "memoryFree": 87998464,
4219
+ "memoryUsagePercent": 99.65852101643881,
4220
+ "memoryEfficiency": 0.34147898356118844,
4221
+ "cpuCount": 10,
4222
+ "cpuLoad": 0.539306640625,
4223
+ "platform": "darwin",
4224
+ "uptime": 472062
4225
+ },
4226
+ {
4227
+ "timestamp": 1767881288515,
4228
+ "memoryTotal": 25769803776,
4229
+ "memoryUsed": 25704087552,
4230
+ "memoryFree": 65716224,
4231
+ "memoryUsagePercent": 99.74498748779297,
4232
+ "memoryEfficiency": 0.25501251220703125,
4233
+ "cpuCount": 10,
4234
+ "cpuLoad": 0.705126953125,
4235
+ "platform": "darwin",
4236
+ "uptime": 472092
4237
+ },
4238
+ {
4239
+ "timestamp": 1767881318513,
4240
+ "memoryTotal": 25769803776,
4241
+ "memoryUsed": 25705005056,
4242
+ "memoryFree": 64798720,
4243
+ "memoryUsagePercent": 99.74854787190756,
4244
+ "memoryEfficiency": 0.25145212809243844,
4245
+ "cpuCount": 10,
4246
+ "cpuLoad": 0.522607421875,
4247
+ "platform": "darwin",
4248
+ "uptime": 472122
4249
+ },
4250
+ {
4251
+ "timestamp": 1767881348515,
4252
+ "memoryTotal": 25769803776,
4253
+ "memoryUsed": 25704955904,
4254
+ "memoryFree": 64847872,
4255
+ "memoryUsagePercent": 99.74835713704428,
4256
+ "memoryEfficiency": 0.2516428629557197,
4257
+ "cpuCount": 10,
4258
+ "cpuLoad": 0.7470703125,
4259
+ "platform": "darwin",
4260
+ "uptime": 472152
4261
+ },
4262
+ {
4263
+ "timestamp": 1767881378516,
4264
+ "memoryTotal": 25769803776,
4265
+ "memoryUsed": 25696108544,
4266
+ "memoryFree": 73695232,
4267
+ "memoryUsagePercent": 99.71402486165366,
4268
+ "memoryEfficiency": 0.2859751383463447,
4269
+ "cpuCount": 10,
4270
+ "cpuLoad": 0.691748046875,
4271
+ "platform": "darwin",
4272
+ "uptime": 472182
4273
+ },
4274
+ {
4275
+ "timestamp": 1767881408519,
4276
+ "memoryTotal": 25769803776,
4277
+ "memoryUsed": 25400393728,
4278
+ "memoryFree": 369410048,
4279
+ "memoryUsagePercent": 98.56650034586588,
4280
+ "memoryEfficiency": 1.433499654134124,
4281
+ "cpuCount": 10,
4282
+ "cpuLoad": 0.837548828125,
4283
+ "platform": "darwin",
4284
+ "uptime": 472212
4285
+ },
4286
+ {
4287
+ "timestamp": 1767881438517,
4288
+ "memoryTotal": 25769803776,
4289
+ "memoryUsed": 25677545472,
4290
+ "memoryFree": 92258304,
4291
+ "memoryUsagePercent": 99.6419906616211,
4292
+ "memoryEfficiency": 0.35800933837890625,
4293
+ "cpuCount": 10,
4294
+ "cpuLoad": 0.667333984375,
4295
+ "platform": "darwin",
4296
+ "uptime": 472242
4297
+ },
4298
+ {
4299
+ "timestamp": 1767881468501,
4300
+ "memoryTotal": 25769803776,
4301
+ "memoryUsed": 25702301696,
4302
+ "memoryFree": 67502080,
4303
+ "memoryUsagePercent": 99.73805745442709,
4304
+ "memoryEfficiency": 0.2619425455729072,
4305
+ "cpuCount": 10,
4306
+ "cpuLoad": 0.8107421875,
4307
+ "platform": "darwin",
4308
+ "uptime": 472272
4309
+ },
4310
+ {
4311
+ "timestamp": 1767881498500,
4312
+ "memoryTotal": 25769803776,
4313
+ "memoryUsed": 25665568768,
4314
+ "memoryFree": 104235008,
4315
+ "memoryUsagePercent": 99.59551493326822,
4316
+ "memoryEfficiency": 0.4044850667317803,
4317
+ "cpuCount": 10,
4318
+ "cpuLoad": 0.632861328125,
4319
+ "platform": "darwin",
4320
+ "uptime": 472302
4321
+ },
4322
+ {
4323
+ "timestamp": 1767881528501,
4324
+ "memoryTotal": 25769803776,
4325
+ "memoryUsed": 25657393152,
4326
+ "memoryFree": 112410624,
4327
+ "memoryUsagePercent": 99.56378936767578,
4328
+ "memoryEfficiency": 0.43621063232421875,
4329
+ "cpuCount": 10,
4330
+ "cpuLoad": 0.573388671875,
4331
+ "platform": "darwin",
4332
+ "uptime": 472332
4333
+ },
4334
+ {
4335
+ "timestamp": 1767881558502,
4336
+ "memoryTotal": 25769803776,
4337
+ "memoryUsed": 25635651584,
4338
+ "memoryFree": 134152192,
4339
+ "memoryUsagePercent": 99.47942097981772,
4340
+ "memoryEfficiency": 0.5205790201822822,
4341
+ "cpuCount": 10,
4342
+ "cpuLoad": 0.453076171875,
4343
+ "platform": "darwin",
4344
+ "uptime": 472362
4345
+ },
4346
+ {
4347
+ "timestamp": 1767881588503,
4348
+ "memoryTotal": 25769803776,
4349
+ "memoryUsed": 25444302848,
4350
+ "memoryFree": 325500928,
4351
+ "memoryUsagePercent": 98.73689015706381,
4352
+ "memoryEfficiency": 1.2631098429361884,
4353
+ "cpuCount": 10,
4354
+ "cpuLoad": 0.4896484375,
4355
+ "platform": "darwin",
4356
+ "uptime": 472392
4357
+ },
4358
+ {
4359
+ "timestamp": 1767881618504,
4360
+ "memoryTotal": 25769803776,
4361
+ "memoryUsed": 25612943360,
4362
+ "memoryFree": 156860416,
4363
+ "memoryUsagePercent": 99.39130147298178,
4364
+ "memoryEfficiency": 0.6086985270182197,
4365
+ "cpuCount": 10,
4366
+ "cpuLoad": 0.44384765625,
4367
+ "platform": "darwin",
4368
+ "uptime": 472422
4369
+ }
4370
+ ]