From 9c47119535ef4810693137056d60024ad729ee87 Mon Sep 17 00:00:00 2001 From: Wuesteon Date: Thu, 4 Dec 2025 23:25:25 +0100 Subject: [PATCH] Fix wrong type import, make auth and chat work --- .claude-flow/metrics/system-metrics.json | 22728 ++++++++++++++++ TROUBLESHOOTING.md | 14 +- .../src/character/character.service.ts | 2 +- .../story/services/story-creation.service.ts | 2 +- .../apps/mobile/app/discover-characters.tsx | 2 +- .../apps/mobile/app/discover.tsx | 2 +- .../apps/mobile/app/prompts.tsx | 3 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../lib/components/ui/ToastContainer.svelte | 3 +- .../web/src/lib/stores/authStore.svelte.ts | 3 +- .../apps/web/src/lib/utils/supabase.ts | 3 +- .../apps/mobile/components/ui/NativeMenu.tsx | 2 +- .../toast/onboarding/onboardingToasts.ts | 3 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../web/src/lib/components/VirtualList.svelte | 3 +- .../apps/web/src/lib/services/tokenManager.ts | 3 +- .../memoro/apps/web/src/lib/stores/auth.ts | 3 +- .../memoro/apps/web/src/lib/supabaseClient.ts | 3 +- .../news/MigrationPlan-Unified-App.md | 2 +- .../backend/src/database/database.module.ts | 3 +- .../nutriphi/apps/mobile/store/AuthStore.ts | 3 +- .../nutriphi/apps/web/src/hooks.server.ts | 2 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../apps/web/src/lib/services/tokenManager.ts | 3 +- .../nutriphi/apps/web/src/lib/stores/auth.ts | 3 +- .../src/controllers/links.controller.ts | 3 +- .../backend/src/database/database.module.ts | 3 +- .../database/repositories/click.repository.ts | 16 +- .../database/repositories/link.repository.ts | 16 +- .../backend/src/services/analytics.service.ts | 3 +- .../backend/src/services/links.service.ts | 3 +- .../apps/landing/src/pages/blog/[slug].astro | 3 +- .../apps/web/src/lib/themes/theme-store.ts | 3 +- .../src/routes/(app)/my/tags/+page.server.ts | 3 +- .../uload/apps/web/src/routes/+page.server.ts | 3 +- .../web/src/routes/[...slug]/+page.server.ts | 3 +- .../src/routes/u/[username]/+page.server.ts | 3 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../apps/web/src/lib/stores/auth.svelte.ts | 3 +- .../wisekeep/apps/web/src/lib/stores/jobs.ts | 3 +- .../routes/(protected)/dashboard/+page.svelte | 3 +- .../routes/(protected)/playlists/+page.svelte | 3 +- .../backend/src/calendar/calendar.service.ts | 5 +- .../apps/backend/src/db/database.module.ts | 3 +- .../apps/backend/src/event/event.service.ts | 4 +- .../backend/src/reminder/reminder.service.ts | 5 +- .../apps/backend/src/share/share.service.ts | 2 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../src/lib/components/ToastContainer.svelte | 3 +- .../apps/web/src/lib/stores/auth.svelte.ts | 3 +- .../apps/web/src/routes/settings/+page.svelte | 11 +- .../apps/backend/src/chat/chat.controller.ts | 8 +- .../apps/backend/src/chat/chat.service.ts | 10 +- .../conversation/conversation.controller.ts | 9 +- .../src/conversation/conversation.service.ts | 14 +- .../apps/backend/src/db/database.module.ts | 6 +- .../src/document/document.controller.ts | 7 +- .../backend/src/document/document.service.ts | 6 +- .../backend/src/model/model.controller.ts | 4 +- .../apps/backend/src/model/model.service.ts | 7 +- .../backend/src/space/space.controller.ts | 8 +- .../apps/backend/src/space/space.service.ts | 4 +- .../src/template/template.controller.ts | 7 +- .../backend/src/template/template.service.ts | 7 +- apps/chat/apps/mobile/services/document.ts | 3 +- apps/chat/apps/mobile/services/openai.ts | 3 +- apps/chat/apps/mobile/services/space.ts | 3 +- apps/chat/apps/mobile/services/template.ts | 3 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../apps/web/src/lib/components/Toast.svelte | 3 +- .../apps/web/src/lib/services/conversation.ts | 3 +- .../apps/web/src/lib/services/document.ts | 3 +- apps/chat/apps/web/src/lib/services/space.ts | 3 +- .../apps/web/src/lib/services/template.ts | 3 +- .../apps/web/src/lib/stores/auth.svelte.ts | 3 +- .../apps/web/src/lib/stores/chat.svelte.ts | 3 +- .../routes/(protected)/settings/+page.svelte | 3 +- .../backend/src/activity/activity.service.ts | 5 +- .../backend/src/contact/contact.service.ts | 5 +- .../apps/backend/src/db/database.module.ts | 3 +- .../apps/backend/src/group/group.service.ts | 2 +- .../apps/backend/src/note/note.service.ts | 5 +- .../apps/backend/src/tag/tag.service.ts | 5 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../lib/components/LanguageSelector.svelte | 3 +- .../src/lib/components/ToastContainer.svelte | 3 +- .../apps/web/src/lib/stores/auth.svelte.ts | 3 +- .../web/src/lib/stores/contacts.svelte.ts | 3 +- .../web/src/routes/(app)/archive/+page.svelte | 3 +- .../routes/(app)/contacts/[id]/+page.svelte | 3 +- .../src/routes/(app)/favorites/+page.svelte | 3 +- .../web/src/routes/(app)/groups/+page.svelte | 3 +- .../src/routes/(app)/groups/[id]/+page.svelte | 3 +- .../src/components/ui/LanguageSwitcher.astro | 3 +- .../apps/mobile/app/(drawer)/settings.tsx | 5 +- apps/manacore/apps/mobile/app/_layout.tsx | 2 +- .../apps/mobile/components/Account.tsx | 2 +- .../apps/mobile/components/Button.tsx | 3 +- .../mobile/components/CreateOrganization.tsx | 2 +- .../apps/mobile/components/CreateTeam.tsx | 2 +- .../apps/mobile/components/DashboardStats.tsx | 2 +- .../mobile/components/OrganizationList.tsx | 2 +- .../apps/mobile/components/SendMana.tsx | 2 +- .../apps/mobile/components/TeamList.tsx | 2 +- .../apps/mobile/components/TeamMembers.tsx | 2 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../web/src/lib/stores/authStore.svelte.ts | 3 +- .../src/routes/(app)/dashboard/+page.svelte | 3 +- .../src/routes/(app)/settings/+page.svelte | 3 +- .../backend/src/database/database.module.ts | 3 +- .../repositories/card-progress.repository.ts | 15 +- .../database/repositories/card.repository.ts | 15 +- .../repositories/deck-template.repository.ts | 14 +- .../database/repositories/deck.repository.ts | 6 +- .../repositories/study-session.repository.ts | 16 +- .../repositories/user-stats.repository.ts | 13 +- .../apps/backend/src/services/ai.service.ts | 2 +- .../apps/mobile/components/ui/Button.tsx | 3 +- .../mobile/hooks/useInsufficientCredits.ts | 3 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../web/src/lib/stores/authStore.svelte.ts | 3 +- .../apps/backend/src/batch/batch.service.ts | 2 +- .../src/board-item/board-item.service.ts | 5 +- .../apps/backend/src/board/board.service.ts | 5 +- .../apps/backend/src/db/database.module.ts | 3 +- .../backend/src/explore/explore.service.ts | 5 +- .../backend/src/generate/generate.service.ts | 5 +- .../apps/backend/src/image/image.service.ts | 2 +- .../apps/backend/src/model/model.service.ts | 5 +- .../backend/src/profile/profile.service.ts | 5 +- .../apps/backend/src/tag/tag.service.ts | 5 +- .../apps/backend/src/upload/upload.service.ts | 5 +- .../src/pages/comparisons/[...slug].astro | 3 +- .../apps/landing/src/utils/comparisons.ts | 3 +- apps/picture/apps/landing/src/utils/faq.ts | 3 +- .../apps/landing/src/utils/promptTemplates.ts | 3 +- .../apps/landing/src/utils/testimonials.ts | 3 +- .../apps/landing/src/utils/useCases.ts | 3 +- .../mobile/components/RateLimitIndicator.tsx | 3 +- .../apps/mobile/components/ThemePicker.tsx | 3 +- .../apps/mobile/hooks/useImageGeneration.ts | 3 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../lib/components/gallery/GalleryGrid.svelte | 3 +- .../src/lib/components/layout/Sidebar.svelte | 3 +- .../web/src/lib/components/ui/Toast.svelte | 3 +- .../lib/components/ui/ViewModeSwitcher.svelte | 3 +- .../apps/web/src/routes/app/+layout.svelte | 3 +- .../web/src/routes/app/archive/+page.svelte | 3 +- .../apps/web/src/routes/app/tags/+page.svelte | 3 +- .../web/src/routes/app/upload/+page.svelte | 3 +- .../packages/design-tokens/native/theme.d.mts | 2 +- .../packages/mobile-ui/cli/src/utils/files.ts | 2 +- .../mobile-ui/cli/src/utils/registry.ts | 3 +- apps/presi/apps/backend/src/db/connection.ts | 3 +- .../apps/backend/src/db/database.module.ts | 6 +- .../apps/backend/src/deck/deck.controller.ts | 8 +- .../apps/backend/src/deck/deck.service.ts | 5 +- .../backend/src/share/share.controller.ts | 7 +- .../apps/backend/src/share/share.service.ts | 4 +- .../backend/src/slide/slide.controller.ts | 8 +- .../apps/backend/src/slide/slide.service.ts | 7 +- .../backend/src/theme/theme.controller.ts | 2 +- .../apps/backend/src/theme/theme.service.ts | 2 +- apps/presi/apps/mobile/app/deck/[id].tsx | 3 +- apps/presi/apps/mobile/app/index.tsx | 5 +- apps/presi/apps/mobile/app/shared/[id].tsx | 2 +- apps/presi/apps/mobile/app/themes.tsx | 3 +- .../apps/mobile/components/ThemeProvider.tsx | 3 +- .../apps/mobile/components/atoms/Button.tsx | 2 +- .../components/common/ThemeSettings.tsx | 3 +- .../apps/mobile/components/decks/DeckCard.tsx | 2 +- .../apps/mobile/components/decks/DeckList.tsx | 2 +- .../components/decks/DeckShareSettings.tsx | 3 +- .../components/forms/CreateDeckForm.tsx | 2 +- .../presentation/PresentationMode.tsx | 2 +- .../mobile/components/slides/SlideEditor.tsx | 2 +- .../mobile/components/slides/SlideList.tsx | 2 +- .../mobile/components/slides/SlideView.tsx | 2 +- apps/presi/apps/mobile/constants/theme.ts | 2 +- apps/presi/apps/mobile/services/firestore.ts | 3 +- .../presi/apps/mobile/theme/ThemeProvider.tsx | 3 +- .../presi/apps/mobile/theme/ThemeSettings.tsx | 3 +- .../web/src/lib/components/AppSlider.svelte | 3 +- .../apps/web/src/lib/stores/auth.svelte.ts | 3 +- .../web/src/routes/deck/[id]/+page.svelte | 3 +- .../apps/backend/src/db/database.module.ts | 3 +- .../apps/backend/src/file/file.controller.ts | 3 +- .../apps/backend/src/file/file.service.ts | 5 +- .../backend/src/folder/folder.controller.ts | 3 +- .../apps/backend/src/folder/folder.service.ts | 5 +- .../backend/src/search/search.controller.ts | 3 +- .../apps/backend/src/search/search.service.ts | 5 +- .../backend/src/share/share.controller.ts | 3 +- .../apps/backend/src/share/share.service.ts | 5 +- .../apps/backend/src/tag/tag.controller.ts | 3 +- .../apps/backend/src/tag/tag.service.ts | 5 +- .../backend/src/trash/trash.controller.ts | 3 +- .../apps/backend/src/trash/trash.service.ts | 5 +- .../src/lib/components/ToastContainer.svelte | 3 +- .../apps/web/src/lib/stores/auth.svelte.ts | 3 +- .../apps/web/src/lib/stores/files.svelte.ts | 3 +- .../web/src/routes/favorites/+page.svelte | 3 +- .../apps/web/src/routes/search/+page.svelte | 3 +- .../apps/web/src/routes/shared/+page.svelte | 3 +- .../apps/web/src/routes/themes/+page.svelte | 3 +- .../apps/web/src/routes/trash/+page.svelte | 3 +- .../apps/backend/src/db/database.module.ts | 3 +- .../backend/src/favorite/favorite.service.ts | 5 +- .../apps/backend/src/list/list.service.ts | 5 +- apps/zitare/apps/mobile/hooks/useTheme.tsx | 3 +- .../src/lib/components/ToastContainer.svelte | 3 +- .../apps/web/src/lib/stores/auth.svelte.ts | 3 +- .../apps/web/src/routes/authors/+page.svelte | 3 +- .../apps/web/src/routes/lists/+page.svelte | 3 +- .../web/src/routes/lists/[id]/+page.svelte | 3 +- .../apps/web/src/routes/search/+page.svelte | 3 +- .../src/components/ToastContainer.svelte | 3 +- doc_nils.md | 977 + .../decorators/current-user.decorator.ts | 3 +- .../src/common/guards/jwt-auth.guard.ts | 2 +- .../apps/backend/src/db/database.module.ts | 6 +- .../backend/src/level/level.controller.ts | 11 +- .../apps/backend/src/level/level.service.ts | 8 +- lint-staged.config.js | 5 +- .../src/decorators/current-user.decorator.ts | 3 +- .../interfaces/mana-core-options.interface.ts | 3 +- packages/news-database/src/index.ts | 3 +- packages/shared-branding/src/mana-apps.ts | 3 +- .../shared-errors/src/errors/auth-error.ts | 3 +- .../src/errors/database-error.ts | 3 +- .../shared-errors/src/errors/network-error.ts | 3 +- .../src/errors/not-found-error.ts | 3 +- .../shared-errors/src/errors/service-error.ts | 3 +- .../src/errors/validation-error.ts | 3 +- .../src/nestjs/app-exception.filter.ts | 10 +- packages/shared-errors/src/utils/wrap.ts | 3 +- .../src/decorators/current-user.decorator.ts | 3 +- packages/shared-storage/src/factory.ts | 3 +- packages/shared-supabase/src/index.ts | 3 +- scripts/fix-mixed-imports.mjs | 95 + .../src/__tests__/utils/test-helpers.ts | 2 +- .../src/auth/auth.controller.spec.ts | 3 +- .../src/auth/auth.controller.ts | 14 +- .../src/auth/jwt-validation.spec.ts | 4 +- .../auth/services/better-auth.service.spec.ts | 3 +- .../src/auth/services/better-auth.service.ts | 3 +- .../decorators/current-user.decorator.ts | 3 +- .../common/filters/http-exception.filter.ts | 10 +- .../src/common/guards/optional-auth.guard.ts | 3 +- .../src/credits/credits.controller.spec.ts | 5 +- .../src/credits/credits.controller.ts | 7 +- .../src/credits/credits.service.spec.ts | 3 +- .../src/credits/credits.service.ts | 4 +- .../src/feedback/feedback.controller.ts | 6 +- .../src/feedback/feedback.service.ts | 3 +- .../src/settings/settings.controller.ts | 6 +- .../test/e2e/b2b-journey.e2e-spec.ts | 5 +- .../test/e2e/b2c-journey.e2e-spec.ts | 5 +- .../integration/auth-flow.integration.spec.ts | 3 +- .../credit-flow.integration.spec.ts | 3 +- test-chat-auth.sh | 64 + 261 files changed, 24453 insertions(+), 443 deletions(-) create mode 100644 doc_nils.md create mode 100644 scripts/fix-mixed-imports.mjs create mode 100755 test-chat-auth.sh diff --git a/.claude-flow/metrics/system-metrics.json b/.claude-flow/metrics/system-metrics.json index 98d66881f..3752fec27 100644 --- a/.claude-flow/metrics/system-metrics.json +++ b/.claude-flow/metrics/system-metrics.json @@ -3898,5 +3898,22733 @@ "cpuLoad": 0.16337076822916666, "platform": "darwin", "uptime": 175009 + }, + { + "timestamp": 1764811017583, + "memoryTotal": 34359738368, + "memoryUsed": 30822203392, + "memoryFree": 3537534976, + "memoryUsagePercent": 89.70441818237305, + "memoryEfficiency": 10.295581817626953, + "cpuCount": 12, + "cpuLoad": 0.20804850260416666, + "platform": "darwin", + "uptime": 175039 + }, + { + "timestamp": 1764811047584, + "memoryTotal": 34359738368, + "memoryUsed": 30694850560, + "memoryFree": 3664887808, + "memoryUsagePercent": 89.33377265930176, + "memoryEfficiency": 10.666227340698242, + "cpuCount": 12, + "cpuLoad": 0.2427978515625, + "platform": "darwin", + "uptime": 175069 + }, + { + "timestamp": 1764811077584, + "memoryTotal": 34359738368, + "memoryUsed": 30846418944, + "memoryFree": 3513319424, + "memoryUsagePercent": 89.77489471435547, + "memoryEfficiency": 10.225105285644531, + "cpuCount": 12, + "cpuLoad": 0.19807942708333334, + "platform": "darwin", + "uptime": 175099 + }, + { + "timestamp": 1764811107585, + "memoryTotal": 34359738368, + "memoryUsed": 31385141248, + "memoryFree": 2974597120, + "memoryUsagePercent": 91.34278297424316, + "memoryEfficiency": 8.657217025756836, + "cpuCount": 12, + "cpuLoad": 0.16927083333333334, + "platform": "darwin", + "uptime": 175129 + }, + { + "timestamp": 1764811137585, + "memoryTotal": 34359738368, + "memoryUsed": 31349620736, + "memoryFree": 3010117632, + "memoryUsagePercent": 91.23940467834473, + "memoryEfficiency": 8.760595321655273, + "cpuCount": 12, + "cpuLoad": 0.1795654296875, + "platform": "darwin", + "uptime": 175159 + }, + { + "timestamp": 1764811167586, + "memoryTotal": 34359738368, + "memoryUsed": 31589384192, + "memoryFree": 2770354176, + "memoryUsagePercent": 91.93720817565918, + "memoryEfficiency": 8.06279182434082, + "cpuCount": 12, + "cpuLoad": 0.23876953125, + "platform": "darwin", + "uptime": 175189 + }, + { + "timestamp": 1764811197588, + "memoryTotal": 34359738368, + "memoryUsed": 31710543872, + "memoryFree": 2649194496, + "memoryUsagePercent": 92.28982925415039, + "memoryEfficiency": 7.710170745849609, + "cpuCount": 12, + "cpuLoad": 0.1947021484375, + "platform": "darwin", + "uptime": 175219 + }, + { + "timestamp": 1764811227589, + "memoryTotal": 34359738368, + "memoryUsed": 31192317952, + "memoryFree": 3167420416, + "memoryUsagePercent": 90.7815933227539, + "memoryEfficiency": 9.218406677246094, + "cpuCount": 12, + "cpuLoad": 0.18416341145833334, + "platform": "darwin", + "uptime": 175249 + }, + { + "timestamp": 1764811257591, + "memoryTotal": 34359738368, + "memoryUsed": 31165874176, + "memoryFree": 3193864192, + "memoryUsagePercent": 90.70463180541992, + "memoryEfficiency": 9.295368194580078, + "cpuCount": 12, + "cpuLoad": 0.14298502604166666, + "platform": "darwin", + "uptime": 175279 + }, + { + "timestamp": 1764811287591, + "memoryTotal": 34359738368, + "memoryUsed": 31459115008, + "memoryFree": 2900623360, + "memoryUsagePercent": 91.55807495117188, + "memoryEfficiency": 8.441925048828125, + "cpuCount": 12, + "cpuLoad": 0.128173828125, + "platform": "darwin", + "uptime": 175309 + }, + { + "timestamp": 1764811317592, + "memoryTotal": 34359738368, + "memoryUsed": 29456629760, + "memoryFree": 4903108608, + "memoryUsagePercent": 85.73007583618164, + "memoryEfficiency": 14.26992416381836, + "cpuCount": 12, + "cpuLoad": 0.14103190104166666, + "platform": "darwin", + "uptime": 175339 + }, + { + "timestamp": 1764811347594, + "memoryTotal": 34359738368, + "memoryUsed": 29321494528, + "memoryFree": 5038243840, + "memoryUsagePercent": 85.3367805480957, + "memoryEfficiency": 14.663219451904297, + "cpuCount": 12, + "cpuLoad": 0.12296549479166667, + "platform": "darwin", + "uptime": 175369 + }, + { + "timestamp": 1764811377594, + "memoryTotal": 34359738368, + "memoryUsed": 29484613632, + "memoryFree": 4875124736, + "memoryUsagePercent": 85.81151962280273, + "memoryEfficiency": 14.188480377197266, + "cpuCount": 12, + "cpuLoad": 0.10201009114583333, + "platform": "darwin", + "uptime": 175399 + }, + { + "timestamp": 1764811407596, + "memoryTotal": 34359738368, + "memoryUsed": 29513826304, + "memoryFree": 4845912064, + "memoryUsagePercent": 85.89653968811035, + "memoryEfficiency": 14.103460311889648, + "cpuCount": 12, + "cpuLoad": 0.08841959635416667, + "platform": "darwin", + "uptime": 175429 + }, + { + "timestamp": 1764811437597, + "memoryTotal": 34359738368, + "memoryUsed": 29511516160, + "memoryFree": 4848222208, + "memoryUsagePercent": 85.88981628417969, + "memoryEfficiency": 14.110183715820312, + "cpuCount": 12, + "cpuLoad": 0.07584635416666667, + "platform": "darwin", + "uptime": 175459 + }, + { + "timestamp": 1764811467598, + "memoryTotal": 34359738368, + "memoryUsed": 29749346304, + "memoryFree": 4610392064, + "memoryUsagePercent": 86.58199310302734, + "memoryEfficiency": 13.418006896972656, + "cpuCount": 12, + "cpuLoad": 0.06461588541666667, + "platform": "darwin", + "uptime": 175489 + }, + { + "timestamp": 1764811497600, + "memoryTotal": 34359738368, + "memoryUsed": 29839179776, + "memoryFree": 4520558592, + "memoryUsagePercent": 86.84344291687012, + "memoryEfficiency": 13.156557083129883, + "cpuCount": 12, + "cpuLoad": 0.0726318359375, + "platform": "darwin", + "uptime": 175519 + }, + { + "timestamp": 1764811527601, + "memoryTotal": 34359738368, + "memoryUsed": 29779951616, + "memoryFree": 4579786752, + "memoryUsagePercent": 86.67106628417969, + "memoryEfficiency": 13.328933715820312, + "cpuCount": 12, + "cpuLoad": 0.048299153645833336, + "platform": "darwin", + "uptime": 175549 + }, + { + "timestamp": 1764811557603, + "memoryTotal": 34359738368, + "memoryUsed": 29768122368, + "memoryFree": 4591616000, + "memoryUsagePercent": 86.63663864135742, + "memoryEfficiency": 13.363361358642578, + "cpuCount": 12, + "cpuLoad": 0.033935546875, + "platform": "darwin", + "uptime": 175579 + }, + { + "timestamp": 1764811587604, + "memoryTotal": 34359738368, + "memoryUsed": 29927538688, + "memoryFree": 4432199680, + "memoryUsagePercent": 87.10060119628906, + "memoryEfficiency": 12.899398803710938, + "cpuCount": 12, + "cpuLoad": 0.0479736328125, + "platform": "darwin", + "uptime": 175609 + }, + { + "timestamp": 1764811617606, + "memoryTotal": 34359738368, + "memoryUsed": 29814784000, + "memoryFree": 4544954368, + "memoryUsagePercent": 86.77244186401367, + "memoryEfficiency": 13.227558135986328, + "cpuCount": 12, + "cpuLoad": 0.047688802083333336, + "platform": "darwin", + "uptime": 175639 + }, + { + "timestamp": 1764811647606, + "memoryTotal": 34359738368, + "memoryUsed": 29867180032, + "memoryFree": 4492558336, + "memoryUsagePercent": 86.92493438720703, + "memoryEfficiency": 13.075065612792969, + "cpuCount": 12, + "cpuLoad": 0.057861328125, + "platform": "darwin", + "uptime": 175669 + }, + { + "timestamp": 1764811677607, + "memoryTotal": 34359738368, + "memoryUsed": 29874716672, + "memoryFree": 4485021696, + "memoryUsagePercent": 86.94686889648438, + "memoryEfficiency": 13.053131103515625, + "cpuCount": 12, + "cpuLoad": 0.056884765625, + "platform": "darwin", + "uptime": 175699 + }, + { + "timestamp": 1764811707608, + "memoryTotal": 34359738368, + "memoryUsed": 30201462784, + "memoryFree": 4158275584, + "memoryUsagePercent": 87.89782524108887, + "memoryEfficiency": 12.102174758911133, + "cpuCount": 12, + "cpuLoad": 0.11783854166666667, + "platform": "darwin", + "uptime": 175729 + }, + { + "timestamp": 1764811737609, + "memoryTotal": 34359738368, + "memoryUsed": 30181654528, + "memoryFree": 4178083840, + "memoryUsagePercent": 87.84017562866211, + "memoryEfficiency": 12.15982437133789, + "cpuCount": 12, + "cpuLoad": 0.1053466796875, + "platform": "darwin", + "uptime": 175759 + }, + { + "timestamp": 1764811767610, + "memoryTotal": 34359738368, + "memoryUsed": 30549278720, + "memoryFree": 3810459648, + "memoryUsagePercent": 88.91010284423828, + "memoryEfficiency": 11.089897155761719, + "cpuCount": 12, + "cpuLoad": 0.1080322265625, + "platform": "darwin", + "uptime": 175789 + }, + { + "timestamp": 1764811797612, + "memoryTotal": 34359738368, + "memoryUsed": 30523441152, + "memoryFree": 3836297216, + "memoryUsagePercent": 88.83490562438965, + "memoryEfficiency": 11.165094375610352, + "cpuCount": 12, + "cpuLoad": 0.15193684895833334, + "platform": "darwin", + "uptime": 175819 + }, + { + "timestamp": 1764811827614, + "memoryTotal": 34359738368, + "memoryUsed": 30666244096, + "memoryFree": 3693494272, + "memoryUsagePercent": 89.25051689147949, + "memoryEfficiency": 10.749483108520508, + "cpuCount": 12, + "cpuLoad": 0.15543619791666666, + "platform": "darwin", + "uptime": 175849 + }, + { + "timestamp": 1764811857615, + "memoryTotal": 34359738368, + "memoryUsed": 30545723392, + "memoryFree": 3814014976, + "memoryUsagePercent": 88.89975547790527, + "memoryEfficiency": 11.100244522094727, + "cpuCount": 12, + "cpuLoad": 0.14208984375, + "platform": "darwin", + "uptime": 175879 + }, + { + "timestamp": 1764811887617, + "memoryTotal": 34359738368, + "memoryUsed": 30819319808, + "memoryFree": 3540418560, + "memoryUsagePercent": 89.69602584838867, + "memoryEfficiency": 10.303974151611328, + "cpuCount": 12, + "cpuLoad": 0.13541666666666666, + "platform": "darwin", + "uptime": 175909 + }, + { + "timestamp": 1764811917618, + "memoryTotal": 34359738368, + "memoryUsed": 30722277376, + "memoryFree": 3637460992, + "memoryUsagePercent": 89.41359519958496, + "memoryEfficiency": 10.586404800415039, + "cpuCount": 12, + "cpuLoad": 0.09676106770833333, + "platform": "darwin", + "uptime": 175939 + }, + { + "timestamp": 1764811947618, + "memoryTotal": 34359738368, + "memoryUsed": 30740054016, + "memoryFree": 3619684352, + "memoryUsagePercent": 89.46533203125, + "memoryEfficiency": 10.53466796875, + "cpuCount": 12, + "cpuLoad": 0.1005859375, + "platform": "darwin", + "uptime": 175969 + }, + { + "timestamp": 1764811977620, + "memoryTotal": 34359738368, + "memoryUsed": 30830182400, + "memoryFree": 3529555968, + "memoryUsagePercent": 89.72764015197754, + "memoryEfficiency": 10.272359848022461, + "cpuCount": 12, + "cpuLoad": 0.07218424479166667, + "platform": "darwin", + "uptime": 175999 + }, + { + "timestamp": 1764812007621, + "memoryTotal": 34359738368, + "memoryUsed": 31331303424, + "memoryFree": 3028434944, + "memoryUsagePercent": 91.18609428405762, + "memoryEfficiency": 8.813905715942383, + "cpuCount": 12, + "cpuLoad": 0.11421712239583333, + "platform": "darwin", + "uptime": 176029 + }, + { + "timestamp": 1764812037622, + "memoryTotal": 34359738368, + "memoryUsed": 31409487872, + "memoryFree": 2950250496, + "memoryUsagePercent": 91.41364097595215, + "memoryEfficiency": 8.586359024047852, + "cpuCount": 12, + "cpuLoad": 0.10107421875, + "platform": "darwin", + "uptime": 176059 + }, + { + "timestamp": 1764812067624, + "memoryTotal": 34359738368, + "memoryUsed": 33446592512, + "memoryFree": 913145856, + "memoryUsagePercent": 97.3423957824707, + "memoryEfficiency": 2.657604217529297, + "cpuCount": 12, + "cpuLoad": 0.20003255208333334, + "platform": "darwin", + "uptime": 176089 + }, + { + "timestamp": 1764812097625, + "memoryTotal": 34359738368, + "memoryUsed": 33909932032, + "memoryFree": 449806336, + "memoryUsagePercent": 98.69089126586914, + "memoryEfficiency": 1.3091087341308594, + "cpuCount": 12, + "cpuLoad": 0.347412109375, + "platform": "darwin", + "uptime": 176119 + }, + { + "timestamp": 1764812127626, + "memoryTotal": 34359738368, + "memoryUsed": 33718550528, + "memoryFree": 641187840, + "memoryUsagePercent": 98.13389778137207, + "memoryEfficiency": 1.8661022186279297, + "cpuCount": 12, + "cpuLoad": 0.3741861979166667, + "platform": "darwin", + "uptime": 176149 + }, + { + "timestamp": 1764812157628, + "memoryTotal": 34359738368, + "memoryUsed": 33754693632, + "memoryFree": 605044736, + "memoryUsagePercent": 98.23908805847168, + "memoryEfficiency": 1.7609119415283203, + "cpuCount": 12, + "cpuLoad": 0.2633870442708333, + "platform": "darwin", + "uptime": 176179 + }, + { + "timestamp": 1764812187631, + "memoryTotal": 34359738368, + "memoryUsed": 33766375424, + "memoryFree": 593362944, + "memoryUsagePercent": 98.27308654785156, + "memoryEfficiency": 1.7269134521484375, + "cpuCount": 12, + "cpuLoad": 0.1856689453125, + "platform": "darwin", + "uptime": 176209 + }, + { + "timestamp": 1764812217631, + "memoryTotal": 34359738368, + "memoryUsed": 34119712768, + "memoryFree": 240025600, + "memoryUsagePercent": 99.30143356323242, + "memoryEfficiency": 0.6985664367675781, + "cpuCount": 12, + "cpuLoad": 0.135498046875, + "platform": "darwin", + "uptime": 176239 + }, + { + "timestamp": 1764812247636, + "memoryTotal": 34359738368, + "memoryUsed": 34170159104, + "memoryFree": 189579264, + "memoryUsagePercent": 99.44825172424316, + "memoryEfficiency": 0.5517482757568359, + "cpuCount": 12, + "cpuLoad": 0.14839680989583334, + "platform": "darwin", + "uptime": 176269 + }, + { + "timestamp": 1764812277635, + "memoryTotal": 34359738368, + "memoryUsed": 34057256960, + "memoryFree": 302481408, + "memoryUsagePercent": 99.11966323852539, + "memoryEfficiency": 0.8803367614746094, + "cpuCount": 12, + "cpuLoad": 0.12552897135416666, + "platform": "darwin", + "uptime": 176299 + }, + { + "timestamp": 1764812307636, + "memoryTotal": 34359738368, + "memoryUsed": 34178220032, + "memoryFree": 181518336, + "memoryUsagePercent": 99.47171211242676, + "memoryEfficiency": 0.5282878875732422, + "cpuCount": 12, + "cpuLoad": 0.149658203125, + "platform": "darwin", + "uptime": 176329 + }, + { + "timestamp": 1764812337638, + "memoryTotal": 34359738368, + "memoryUsed": 33538162688, + "memoryFree": 821575680, + "memoryUsagePercent": 97.60890007019043, + "memoryEfficiency": 2.3910999298095703, + "cpuCount": 12, + "cpuLoad": 0.14009602864583334, + "platform": "darwin", + "uptime": 176359 + }, + { + "timestamp": 1764812367639, + "memoryTotal": 34359738368, + "memoryUsed": 33537359872, + "memoryFree": 822378496, + "memoryUsagePercent": 97.60656356811523, + "memoryEfficiency": 2.3934364318847656, + "cpuCount": 12, + "cpuLoad": 0.154052734375, + "platform": "darwin", + "uptime": 176389 + }, + { + "timestamp": 1764812397641, + "memoryTotal": 34359738368, + "memoryUsed": 33466744832, + "memoryFree": 892993536, + "memoryUsagePercent": 97.40104675292969, + "memoryEfficiency": 2.5989532470703125, + "cpuCount": 12, + "cpuLoad": 0.137939453125, + "platform": "darwin", + "uptime": 176419 + }, + { + "timestamp": 1764812427642, + "memoryTotal": 34359738368, + "memoryUsed": 32801193984, + "memoryFree": 1558544384, + "memoryUsagePercent": 95.46403884887695, + "memoryEfficiency": 4.535961151123047, + "cpuCount": 12, + "cpuLoad": 0.15511067708333334, + "platform": "darwin", + "uptime": 176449 + }, + { + "timestamp": 1764812457643, + "memoryTotal": 34359738368, + "memoryUsed": 32730923008, + "memoryFree": 1628815360, + "memoryUsagePercent": 95.25952339172363, + "memoryEfficiency": 4.740476608276367, + "cpuCount": 12, + "cpuLoad": 0.09867350260416667, + "platform": "darwin", + "uptime": 176479 + }, + { + "timestamp": 1764812487645, + "memoryTotal": 34359738368, + "memoryUsed": 33000079360, + "memoryFree": 1359659008, + "memoryUsagePercent": 96.04287147521973, + "memoryEfficiency": 3.9571285247802734, + "cpuCount": 12, + "cpuLoad": 0.14066569010416666, + "platform": "darwin", + "uptime": 176509 + }, + { + "timestamp": 1764812517646, + "memoryTotal": 34359738368, + "memoryUsed": 33089617920, + "memoryFree": 1270120448, + "memoryUsagePercent": 96.30346298217773, + "memoryEfficiency": 3.6965370178222656, + "cpuCount": 12, + "cpuLoad": 0.12398274739583333, + "platform": "darwin", + "uptime": 176539 + }, + { + "timestamp": 1764812547647, + "memoryTotal": 34359738368, + "memoryUsed": 33240432640, + "memoryFree": 1119305728, + "memoryUsagePercent": 96.74239158630371, + "memoryEfficiency": 3.257608413696289, + "cpuCount": 12, + "cpuLoad": 0.1258544921875, + "platform": "darwin", + "uptime": 176569 + }, + { + "timestamp": 1764812577648, + "memoryTotal": 34359738368, + "memoryUsed": 33268154368, + "memoryFree": 1091584000, + "memoryUsagePercent": 96.82307243347168, + "memoryEfficiency": 3.1769275665283203, + "cpuCount": 12, + "cpuLoad": 0.10445149739583333, + "platform": "darwin", + "uptime": 176599 + }, + { + "timestamp": 1764812607650, + "memoryTotal": 34359738368, + "memoryUsed": 33418788864, + "memoryFree": 940949504, + "memoryUsagePercent": 97.26147651672363, + "memoryEfficiency": 2.738523483276367, + "cpuCount": 12, + "cpuLoad": 0.10563151041666667, + "platform": "darwin", + "uptime": 176629 + }, + { + "timestamp": 1764812637652, + "memoryTotal": 34359738368, + "memoryUsed": 33660649472, + "memoryFree": 699088896, + "memoryUsagePercent": 97.96538352966309, + "memoryEfficiency": 2.034616470336914, + "cpuCount": 12, + "cpuLoad": 0.11263020833333333, + "platform": "darwin", + "uptime": 176659 + }, + { + "timestamp": 1764812667653, + "memoryTotal": 34359738368, + "memoryUsed": 33583955968, + "memoryFree": 775782400, + "memoryUsagePercent": 97.7421760559082, + "memoryEfficiency": 2.257823944091797, + "cpuCount": 12, + "cpuLoad": 0.12288411458333333, + "platform": "darwin", + "uptime": 176689 + }, + { + "timestamp": 1764812697655, + "memoryTotal": 34359738368, + "memoryUsed": 33410760704, + "memoryFree": 948977664, + "memoryUsagePercent": 97.23811149597168, + "memoryEfficiency": 2.7618885040283203, + "cpuCount": 12, + "cpuLoad": 0.11617024739583333, + "platform": "darwin", + "uptime": 176719 + }, + { + "timestamp": 1764812727656, + "memoryTotal": 34359738368, + "memoryUsed": 33512833024, + "memoryFree": 846905344, + "memoryUsagePercent": 97.53518104553223, + "memoryEfficiency": 2.4648189544677734, + "cpuCount": 12, + "cpuLoad": 0.10139973958333333, + "platform": "darwin", + "uptime": 176749 + }, + { + "timestamp": 1764812757657, + "memoryTotal": 34359738368, + "memoryUsed": 34035646464, + "memoryFree": 324091904, + "memoryUsagePercent": 99.0567684173584, + "memoryEfficiency": 0.9432315826416016, + "cpuCount": 12, + "cpuLoad": 0.09061686197916667, + "platform": "darwin", + "uptime": 176779 + }, + { + "timestamp": 1764812787659, + "memoryTotal": 34359738368, + "memoryUsed": 33978286080, + "memoryFree": 381452288, + "memoryUsagePercent": 98.88982772827148, + "memoryEfficiency": 1.1101722717285156, + "cpuCount": 12, + "cpuLoad": 0.06717936197916667, + "platform": "darwin", + "uptime": 176809 + }, + { + "timestamp": 1764812817661, + "memoryTotal": 34359738368, + "memoryUsed": 33941422080, + "memoryFree": 418316288, + "memoryUsagePercent": 98.78253936767578, + "memoryEfficiency": 1.2174606323242188, + "cpuCount": 12, + "cpuLoad": 0.0572509765625, + "platform": "darwin", + "uptime": 176839 + }, + { + "timestamp": 1764812847662, + "memoryTotal": 34359738368, + "memoryUsed": 33935425536, + "memoryFree": 424312832, + "memoryUsagePercent": 98.76508712768555, + "memoryEfficiency": 1.2349128723144531, + "cpuCount": 12, + "cpuLoad": 0.041259765625, + "platform": "darwin", + "uptime": 176869 + }, + { + "timestamp": 1764812877664, + "memoryTotal": 34359738368, + "memoryUsed": 34031878144, + "memoryFree": 327860224, + "memoryUsagePercent": 99.04580116271973, + "memoryEfficiency": 0.9541988372802734, + "cpuCount": 12, + "cpuLoad": 0.09549967447916667, + "platform": "darwin", + "uptime": 176899 + }, + { + "timestamp": 1764812907666, + "memoryTotal": 34359738368, + "memoryUsed": 34143272960, + "memoryFree": 216465408, + "memoryUsagePercent": 99.37000274658203, + "memoryEfficiency": 0.6299972534179688, + "cpuCount": 12, + "cpuLoad": 0.07401529947916667, + "platform": "darwin", + "uptime": 176929 + }, + { + "timestamp": 1764812937667, + "memoryTotal": 34359738368, + "memoryUsed": 33980710912, + "memoryFree": 379027456, + "memoryUsagePercent": 98.89688491821289, + "memoryEfficiency": 1.1031150817871094, + "cpuCount": 12, + "cpuLoad": 0.08113606770833333, + "platform": "darwin", + "uptime": 176959 + }, + { + "timestamp": 1764812967669, + "memoryTotal": 34359738368, + "memoryUsed": 34170093568, + "memoryFree": 189644800, + "memoryUsagePercent": 99.44806098937988, + "memoryEfficiency": 0.5519390106201172, + "cpuCount": 12, + "cpuLoad": 0.0894775390625, + "platform": "darwin", + "uptime": 176989 + }, + { + "timestamp": 1764812997670, + "memoryTotal": 34359738368, + "memoryUsed": 34147155968, + "memoryFree": 212582400, + "memoryUsagePercent": 99.38130378723145, + "memoryEfficiency": 0.6186962127685547, + "cpuCount": 12, + "cpuLoad": 0.07014973958333333, + "platform": "darwin", + "uptime": 177019 + }, + { + "timestamp": 1764813027671, + "memoryTotal": 34359738368, + "memoryUsed": 34129117184, + "memoryFree": 230621184, + "memoryUsagePercent": 99.32880401611328, + "memoryEfficiency": 0.6711959838867188, + "cpuCount": 12, + "cpuLoad": 0.06648763020833333, + "platform": "darwin", + "uptime": 177049 + }, + { + "timestamp": 1764813057673, + "memoryTotal": 34359738368, + "memoryUsed": 34101706752, + "memoryFree": 258031616, + "memoryUsagePercent": 99.2490291595459, + "memoryEfficiency": 0.7509708404541016, + "cpuCount": 12, + "cpuLoad": 0.075927734375, + "platform": "darwin", + "uptime": 177079 + }, + { + "timestamp": 1764813087675, + "memoryTotal": 34359738368, + "memoryUsed": 34220064768, + "memoryFree": 139673600, + "memoryUsagePercent": 99.59349632263184, + "memoryEfficiency": 0.40650367736816406, + "cpuCount": 12, + "cpuLoad": 0.09912109375, + "platform": "darwin", + "uptime": 177109 + }, + { + "timestamp": 1764813117676, + "memoryTotal": 34359738368, + "memoryUsed": 34144321536, + "memoryFree": 215416832, + "memoryUsagePercent": 99.37305450439453, + "memoryEfficiency": 0.6269454956054688, + "cpuCount": 12, + "cpuLoad": 0.09676106770833333, + "platform": "darwin", + "uptime": 177139 + }, + { + "timestamp": 1764813147678, + "memoryTotal": 34359738368, + "memoryUsed": 34215395328, + "memoryFree": 144343040, + "memoryUsagePercent": 99.57990646362305, + "memoryEfficiency": 0.4200935363769531, + "cpuCount": 12, + "cpuLoad": 0.10481770833333333, + "platform": "darwin", + "uptime": 177169 + }, + { + "timestamp": 1764813177678, + "memoryTotal": 34359738368, + "memoryUsed": 34081423360, + "memoryFree": 278315008, + "memoryUsagePercent": 99.18999671936035, + "memoryEfficiency": 0.8100032806396484, + "cpuCount": 12, + "cpuLoad": 0.1046142578125, + "platform": "darwin", + "uptime": 177199 + }, + { + "timestamp": 1764813207680, + "memoryTotal": 34359738368, + "memoryUsed": 34136309760, + "memoryFree": 223428608, + "memoryUsagePercent": 99.3497371673584, + "memoryEfficiency": 0.6502628326416016, + "cpuCount": 12, + "cpuLoad": 0.12166341145833333, + "platform": "darwin", + "uptime": 177229 + }, + { + "timestamp": 1764813237681, + "memoryTotal": 34359738368, + "memoryUsed": 34134949888, + "memoryFree": 224788480, + "memoryUsagePercent": 99.34577941894531, + "memoryEfficiency": 0.6542205810546875, + "cpuCount": 12, + "cpuLoad": 0.09977213541666667, + "platform": "darwin", + "uptime": 177259 + }, + { + "timestamp": 1764813267682, + "memoryTotal": 34359738368, + "memoryUsed": 34155266048, + "memoryFree": 204472320, + "memoryUsagePercent": 99.4049072265625, + "memoryEfficiency": 0.5950927734375, + "cpuCount": 12, + "cpuLoad": 0.11100260416666667, + "platform": "darwin", + "uptime": 177289 + }, + { + "timestamp": 1764813297684, + "memoryTotal": 34359738368, + "memoryUsed": 34134687744, + "memoryFree": 225050624, + "memoryUsagePercent": 99.34501647949219, + "memoryEfficiency": 0.6549835205078125, + "cpuCount": 12, + "cpuLoad": 0.09244791666666667, + "platform": "darwin", + "uptime": 177319 + }, + { + "timestamp": 1764813327684, + "memoryTotal": 34359738368, + "memoryUsed": 34213642240, + "memoryFree": 146096128, + "memoryUsagePercent": 99.57480430603027, + "memoryEfficiency": 0.42519569396972656, + "cpuCount": 12, + "cpuLoad": 0.11470540364583333, + "platform": "darwin", + "uptime": 177349 + }, + { + "timestamp": 1764813357685, + "memoryTotal": 34359738368, + "memoryUsed": 34131361792, + "memoryFree": 228376576, + "memoryUsagePercent": 99.33533668518066, + "memoryEfficiency": 0.6646633148193359, + "cpuCount": 12, + "cpuLoad": 0.09952799479166667, + "platform": "darwin", + "uptime": 177379 + }, + { + "timestamp": 1764813387687, + "memoryTotal": 34359738368, + "memoryUsed": 33984102400, + "memoryFree": 375635968, + "memoryUsagePercent": 98.9067554473877, + "memoryEfficiency": 1.0932445526123047, + "cpuCount": 12, + "cpuLoad": 0.1141357421875, + "platform": "darwin", + "uptime": 177409 + }, + { + "timestamp": 1764813417687, + "memoryTotal": 34359738368, + "memoryUsed": 33890287616, + "memoryFree": 469450752, + "memoryUsagePercent": 98.63371849060059, + "memoryEfficiency": 1.366281509399414, + "cpuCount": 12, + "cpuLoad": 0.10221354166666667, + "platform": "darwin", + "uptime": 177439 + }, + { + "timestamp": 1764813447688, + "memoryTotal": 34359738368, + "memoryUsed": 34036219904, + "memoryFree": 323518464, + "memoryUsagePercent": 99.05843734741211, + "memoryEfficiency": 0.9415626525878906, + "cpuCount": 12, + "cpuLoad": 0.08418782552083333, + "platform": "darwin", + "uptime": 177469 + }, + { + "timestamp": 1764813477689, + "memoryTotal": 34359738368, + "memoryUsed": 33998929920, + "memoryFree": 360808448, + "memoryUsagePercent": 98.94990921020508, + "memoryEfficiency": 1.0500907897949219, + "cpuCount": 12, + "cpuLoad": 0.09920247395833333, + "platform": "darwin", + "uptime": 177499 + }, + { + "timestamp": 1764813507691, + "memoryTotal": 34359738368, + "memoryUsed": 34042363904, + "memoryFree": 317374464, + "memoryUsagePercent": 99.07631874084473, + "memoryEfficiency": 0.9236812591552734, + "cpuCount": 12, + "cpuLoad": 0.09798177083333333, + "platform": "darwin", + "uptime": 177529 + }, + { + "timestamp": 1764813537691, + "memoryTotal": 34359738368, + "memoryUsed": 34058584064, + "memoryFree": 301154304, + "memoryUsagePercent": 99.12352561950684, + "memoryEfficiency": 0.8764743804931641, + "cpuCount": 12, + "cpuLoad": 0.09635416666666667, + "platform": "darwin", + "uptime": 177559 + }, + { + "timestamp": 1764813567691, + "memoryTotal": 34359738368, + "memoryUsed": 34212315136, + "memoryFree": 147423232, + "memoryUsagePercent": 99.57094192504883, + "memoryEfficiency": 0.4290580749511719, + "cpuCount": 12, + "cpuLoad": 0.09090169270833333, + "platform": "darwin", + "uptime": 177589 + }, + { + "timestamp": 1764813597692, + "memoryTotal": 34359738368, + "memoryUsed": 33888321536, + "memoryFree": 471416832, + "memoryUsagePercent": 98.62799644470215, + "memoryEfficiency": 1.3720035552978516, + "cpuCount": 12, + "cpuLoad": 0.16280110677083334, + "platform": "darwin", + "uptime": 177619 + }, + { + "timestamp": 1764813627693, + "memoryTotal": 34359738368, + "memoryUsed": 33841299456, + "memoryFree": 518438912, + "memoryUsagePercent": 98.49114418029785, + "memoryEfficiency": 1.5088558197021484, + "cpuCount": 12, + "cpuLoad": 0.13484700520833334, + "platform": "darwin", + "uptime": 177649 + }, + { + "timestamp": 1764813657695, + "memoryTotal": 34359738368, + "memoryUsed": 34286206976, + "memoryFree": 73531392, + "memoryUsagePercent": 99.78599548339844, + "memoryEfficiency": 0.2140045166015625, + "cpuCount": 12, + "cpuLoad": 0.12581380208333334, + "platform": "darwin", + "uptime": 177679 + }, + { + "timestamp": 1764813687697, + "memoryTotal": 34359738368, + "memoryUsed": 34017951744, + "memoryFree": 341786624, + "memoryUsagePercent": 99.00527000427246, + "memoryEfficiency": 0.9947299957275391, + "cpuCount": 12, + "cpuLoad": 0.14306640625, + "platform": "darwin", + "uptime": 177709 + }, + { + "timestamp": 1764813717698, + "memoryTotal": 34359738368, + "memoryUsed": 34244034560, + "memoryFree": 115703808, + "memoryUsagePercent": 99.66325759887695, + "memoryEfficiency": 0.3367424011230469, + "cpuCount": 12, + "cpuLoad": 0.12618001302083334, + "platform": "darwin", + "uptime": 177739 + }, + { + "timestamp": 1764813747699, + "memoryTotal": 34359738368, + "memoryUsed": 34221703168, + "memoryFree": 138035200, + "memoryUsagePercent": 99.59826469421387, + "memoryEfficiency": 0.4017353057861328, + "cpuCount": 12, + "cpuLoad": 0.11739095052083333, + "platform": "darwin", + "uptime": 177769 + }, + { + "timestamp": 1764813777700, + "memoryTotal": 34359738368, + "memoryUsed": 34024554496, + "memoryFree": 335183872, + "memoryUsagePercent": 99.02448654174805, + "memoryEfficiency": 0.9755134582519531, + "cpuCount": 12, + "cpuLoad": 0.10331217447916667, + "platform": "darwin", + "uptime": 177799 + }, + { + "timestamp": 1764813807701, + "memoryTotal": 34359738368, + "memoryUsed": 34094874624, + "memoryFree": 264863744, + "memoryUsagePercent": 99.22914505004883, + "memoryEfficiency": 0.7708549499511719, + "cpuCount": 12, + "cpuLoad": 0.08711751302083333, + "platform": "darwin", + "uptime": 177829 + }, + { + "timestamp": 1764813837701, + "memoryTotal": 34359738368, + "memoryUsed": 34194587648, + "memoryFree": 165150720, + "memoryUsagePercent": 99.51934814453125, + "memoryEfficiency": 0.48065185546875, + "cpuCount": 12, + "cpuLoad": 0.16715494791666666, + "platform": "darwin", + "uptime": 177859 + }, + { + "timestamp": 1764813867702, + "memoryTotal": 34359738368, + "memoryUsed": 34070953984, + "memoryFree": 288784384, + "memoryUsagePercent": 99.15952682495117, + "memoryEfficiency": 0.8404731750488281, + "cpuCount": 12, + "cpuLoad": 0.18216959635416666, + "platform": "darwin", + "uptime": 177889 + }, + { + "timestamp": 1764813897703, + "memoryTotal": 34359738368, + "memoryUsed": 33668792320, + "memoryFree": 690946048, + "memoryUsagePercent": 97.98908233642578, + "memoryEfficiency": 2.0109176635742188, + "cpuCount": 12, + "cpuLoad": 0.21358235677083334, + "platform": "darwin", + "uptime": 177919 + }, + { + "timestamp": 1764813927703, + "memoryTotal": 34359738368, + "memoryUsed": 33795194880, + "memoryFree": 564543488, + "memoryUsagePercent": 98.35696220397949, + "memoryEfficiency": 1.6430377960205078, + "cpuCount": 12, + "cpuLoad": 0.17374674479166666, + "platform": "darwin", + "uptime": 177949 + }, + { + "timestamp": 1764813957704, + "memoryTotal": 34359738368, + "memoryUsed": 33775648768, + "memoryFree": 584089600, + "memoryUsagePercent": 98.30007553100586, + "memoryEfficiency": 1.6999244689941406, + "cpuCount": 12, + "cpuLoad": 0.18965657552083334, + "platform": "darwin", + "uptime": 177979 + }, + { + "timestamp": 1764813987704, + "memoryTotal": 34359738368, + "memoryUsed": 32847282176, + "memoryFree": 1512456192, + "memoryUsagePercent": 95.59817314147949, + "memoryEfficiency": 4.401826858520508, + "cpuCount": 12, + "cpuLoad": 0.21590169270833334, + "platform": "darwin", + "uptime": 178009 + }, + { + "timestamp": 1764814017705, + "memoryTotal": 34359738368, + "memoryUsed": 32990920704, + "memoryFree": 1368817664, + "memoryUsagePercent": 96.01621627807617, + "memoryEfficiency": 3.983783721923828, + "cpuCount": 12, + "cpuLoad": 0.17899576822916666, + "platform": "darwin", + "uptime": 178039 + }, + { + "timestamp": 1764814047706, + "memoryTotal": 34359738368, + "memoryUsed": 32938704896, + "memoryFree": 1421033472, + "memoryUsagePercent": 95.86424827575684, + "memoryEfficiency": 4.135751724243164, + "cpuCount": 12, + "cpuLoad": 0.2215576171875, + "platform": "darwin", + "uptime": 178069 + }, + { + "timestamp": 1764814077707, + "memoryTotal": 34359738368, + "memoryUsed": 33067483136, + "memoryFree": 1292255232, + "memoryUsagePercent": 96.23904228210449, + "memoryEfficiency": 3.760957717895508, + "cpuCount": 12, + "cpuLoad": 0.5052490234375, + "platform": "darwin", + "uptime": 178099 + }, + { + "timestamp": 1764814107709, + "memoryTotal": 34359738368, + "memoryUsed": 33024311296, + "memoryFree": 1335427072, + "memoryUsagePercent": 96.11339569091797, + "memoryEfficiency": 3.8866043090820312, + "cpuCount": 12, + "cpuLoad": 0.3209228515625, + "platform": "darwin", + "uptime": 178129 + }, + { + "timestamp": 1764814137710, + "memoryTotal": 34359738368, + "memoryUsed": 33153744896, + "memoryFree": 1205993472, + "memoryUsagePercent": 96.49009704589844, + "memoryEfficiency": 3.5099029541015625, + "cpuCount": 12, + "cpuLoad": 0.19441731770833334, + "platform": "darwin", + "uptime": 178159 + }, + { + "timestamp": 1764814167710, + "memoryTotal": 34359738368, + "memoryUsed": 33955299328, + "memoryFree": 404439040, + "memoryUsagePercent": 98.82292747497559, + "memoryEfficiency": 1.177072525024414, + "cpuCount": 12, + "cpuLoad": 0.17232259114583334, + "platform": "darwin", + "uptime": 178189 + }, + { + "timestamp": 1764814197692, + "memoryTotal": 34359738368, + "memoryUsed": 33996881920, + "memoryFree": 362856448, + "memoryUsagePercent": 98.94394874572754, + "memoryEfficiency": 1.056051254272461, + "cpuCount": 12, + "cpuLoad": 0.13179524739583334, + "platform": "darwin", + "uptime": 178219 + }, + { + "timestamp": 1764814227680, + "memoryTotal": 34359738368, + "memoryUsed": 33969307648, + "memoryFree": 390430720, + "memoryUsagePercent": 98.86369705200195, + "memoryEfficiency": 1.1363029479980469, + "cpuCount": 12, + "cpuLoad": 0.16841634114583334, + "platform": "darwin", + "uptime": 178249 + }, + { + "timestamp": 1764814257679, + "memoryTotal": 34359738368, + "memoryUsed": 33736376320, + "memoryFree": 623362048, + "memoryUsagePercent": 98.18577766418457, + "memoryEfficiency": 1.8142223358154297, + "cpuCount": 12, + "cpuLoad": 0.174560546875, + "platform": "darwin", + "uptime": 178279 + }, + { + "timestamp": 1764814287679, + "memoryTotal": 34359738368, + "memoryUsed": 33784217600, + "memoryFree": 575520768, + "memoryUsagePercent": 98.32501411437988, + "memoryEfficiency": 1.6749858856201172, + "cpuCount": 12, + "cpuLoad": 0.12491861979166667, + "platform": "darwin", + "uptime": 178309 + }, + { + "timestamp": 1764814317680, + "memoryTotal": 34359738368, + "memoryUsed": 33416429568, + "memoryFree": 943308800, + "memoryUsagePercent": 97.25461006164551, + "memoryEfficiency": 2.745389938354492, + "cpuCount": 12, + "cpuLoad": 0.130126953125, + "platform": "darwin", + "uptime": 178339 + }, + { + "timestamp": 1764814347682, + "memoryTotal": 34359738368, + "memoryUsed": 33844346880, + "memoryFree": 515391488, + "memoryUsagePercent": 98.50001335144043, + "memoryEfficiency": 1.4999866485595703, + "cpuCount": 12, + "cpuLoad": 0.15861002604166666, + "platform": "darwin", + "uptime": 178369 + }, + { + "timestamp": 1764814377682, + "memoryTotal": 34359738368, + "memoryUsed": 33912651776, + "memoryFree": 447086592, + "memoryUsagePercent": 98.69880676269531, + "memoryEfficiency": 1.3011932373046875, + "cpuCount": 12, + "cpuLoad": 0.17305501302083334, + "platform": "darwin", + "uptime": 178399 + }, + { + "timestamp": 1764814407683, + "memoryTotal": 34359738368, + "memoryUsed": 33874493440, + "memoryFree": 485244928, + "memoryUsagePercent": 98.5877513885498, + "memoryEfficiency": 1.4122486114501953, + "cpuCount": 12, + "cpuLoad": 0.1402587890625, + "platform": "darwin", + "uptime": 178429 + }, + { + "timestamp": 1764814437685, + "memoryTotal": 34359738368, + "memoryUsed": 34190950400, + "memoryFree": 168787968, + "memoryUsagePercent": 99.50876235961914, + "memoryEfficiency": 0.4912376403808594, + "cpuCount": 12, + "cpuLoad": 0.13911946614583334, + "platform": "darwin", + "uptime": 178459 + }, + { + "timestamp": 1764814467686, + "memoryTotal": 34359738368, + "memoryUsed": 34226503680, + "memoryFree": 133234688, + "memoryUsagePercent": 99.61223602294922, + "memoryEfficiency": 0.38776397705078125, + "cpuCount": 12, + "cpuLoad": 0.09903971354166667, + "platform": "darwin", + "uptime": 178489 + }, + { + "timestamp": 1764814497687, + "memoryTotal": 34359738368, + "memoryUsed": 33551204352, + "memoryFree": 808534016, + "memoryUsagePercent": 97.6468563079834, + "memoryEfficiency": 2.3531436920166016, + "cpuCount": 12, + "cpuLoad": 0.116455078125, + "platform": "darwin", + "uptime": 178519 + }, + { + "timestamp": 1764814527687, + "memoryTotal": 34359738368, + "memoryUsed": 34247983104, + "memoryFree": 111755264, + "memoryUsagePercent": 99.67474937438965, + "memoryEfficiency": 0.32525062561035156, + "cpuCount": 12, + "cpuLoad": 0.16170247395833334, + "platform": "darwin", + "uptime": 178549 + }, + { + "timestamp": 1764814557689, + "memoryTotal": 34359738368, + "memoryUsed": 34269478912, + "memoryFree": 90259456, + "memoryUsagePercent": 99.7373104095459, + "memoryEfficiency": 0.26268959045410156, + "cpuCount": 12, + "cpuLoad": 0.14815266927083334, + "platform": "darwin", + "uptime": 178579 + }, + { + "timestamp": 1764814587690, + "memoryTotal": 34359738368, + "memoryUsed": 32868106240, + "memoryFree": 1491632128, + "memoryUsagePercent": 95.65877914428711, + "memoryEfficiency": 4.341220855712891, + "cpuCount": 12, + "cpuLoad": 0.2728271484375, + "platform": "darwin", + "uptime": 178609 + }, + { + "timestamp": 1764814617691, + "memoryTotal": 34359738368, + "memoryUsed": 32700874752, + "memoryFree": 1658863616, + "memoryUsagePercent": 95.17207145690918, + "memoryEfficiency": 4.82792854309082, + "cpuCount": 12, + "cpuLoad": 0.24007161458333334, + "platform": "darwin", + "uptime": 178639 + }, + { + "timestamp": 1764814647692, + "memoryTotal": 34359738368, + "memoryUsed": 32518946816, + "memoryFree": 1840791552, + "memoryUsagePercent": 94.64259147644043, + "memoryEfficiency": 5.35740852355957, + "cpuCount": 12, + "cpuLoad": 0.18241373697916666, + "platform": "darwin", + "uptime": 178669 + }, + { + "timestamp": 1764814677693, + "memoryTotal": 34359738368, + "memoryUsed": 32590675968, + "memoryFree": 1769062400, + "memoryUsagePercent": 94.85135078430176, + "memoryEfficiency": 5.148649215698242, + "cpuCount": 12, + "cpuLoad": 0.14412434895833334, + "platform": "darwin", + "uptime": 178699 + }, + { + "timestamp": 1764814707693, + "memoryTotal": 34359738368, + "memoryUsed": 32830488576, + "memoryFree": 1529249792, + "memoryUsagePercent": 95.54929733276367, + "memoryEfficiency": 4.450702667236328, + "cpuCount": 12, + "cpuLoad": 0.23307291666666666, + "platform": "darwin", + "uptime": 178729 + }, + { + "timestamp": 1764814737695, + "memoryTotal": 34359738368, + "memoryUsed": 32745816064, + "memoryFree": 1613922304, + "memoryUsagePercent": 95.3028678894043, + "memoryEfficiency": 4.697132110595703, + "cpuCount": 12, + "cpuLoad": 0.21260579427083334, + "platform": "darwin", + "uptime": 178759 + }, + { + "timestamp": 1764814767695, + "memoryTotal": 34359738368, + "memoryUsed": 32788021248, + "memoryFree": 1571717120, + "memoryUsagePercent": 95.42570114135742, + "memoryEfficiency": 4.574298858642578, + "cpuCount": 12, + "cpuLoad": 0.17879231770833334, + "platform": "darwin", + "uptime": 178789 + }, + { + "timestamp": 1764814797696, + "memoryTotal": 34359738368, + "memoryUsed": 33005944832, + "memoryFree": 1353793536, + "memoryUsagePercent": 96.0599422454834, + "memoryEfficiency": 3.9400577545166016, + "cpuCount": 12, + "cpuLoad": 0.17293294270833334, + "platform": "darwin", + "uptime": 178819 + }, + { + "timestamp": 1764814827697, + "memoryTotal": 34359738368, + "memoryUsed": 33099546624, + "memoryFree": 1260191744, + "memoryUsagePercent": 96.33235931396484, + "memoryEfficiency": 3.6676406860351562, + "cpuCount": 12, + "cpuLoad": 0.13448079427083334, + "platform": "darwin", + "uptime": 178849 + }, + { + "timestamp": 1764814857698, + "memoryTotal": 34359738368, + "memoryUsed": 33180172288, + "memoryFree": 1179566080, + "memoryUsagePercent": 96.5670108795166, + "memoryEfficiency": 3.4329891204833984, + "cpuCount": 12, + "cpuLoad": 0.09456380208333333, + "platform": "darwin", + "uptime": 178879 + }, + { + "timestamp": 1764814887698, + "memoryTotal": 34359738368, + "memoryUsed": 33416265728, + "memoryFree": 943472640, + "memoryUsagePercent": 97.2541332244873, + "memoryEfficiency": 2.7458667755126953, + "cpuCount": 12, + "cpuLoad": 0.11185709635416667, + "platform": "darwin", + "uptime": 178909 + }, + { + "timestamp": 1764814917699, + "memoryTotal": 34359738368, + "memoryUsed": 33498677248, + "memoryFree": 861061120, + "memoryUsagePercent": 97.49398231506348, + "memoryEfficiency": 2.5060176849365234, + "cpuCount": 12, + "cpuLoad": 0.15779622395833334, + "platform": "darwin", + "uptime": 178939 + }, + { + "timestamp": 1764814947702, + "memoryTotal": 34359738368, + "memoryUsed": 33714405376, + "memoryFree": 645332992, + "memoryUsagePercent": 98.12183380126953, + "memoryEfficiency": 1.8781661987304688, + "cpuCount": 12, + "cpuLoad": 0.21317545572916666, + "platform": "darwin", + "uptime": 178969 + }, + { + "timestamp": 1764814977703, + "memoryTotal": 34359738368, + "memoryUsed": 33665253376, + "memoryFree": 694484992, + "memoryUsagePercent": 97.9787826538086, + "memoryEfficiency": 2.0212173461914062, + "cpuCount": 12, + "cpuLoad": 0.249755859375, + "platform": "darwin", + "uptime": 178999 + }, + { + "timestamp": 1764815007703, + "memoryTotal": 34359738368, + "memoryUsed": 33737048064, + "memoryFree": 622690304, + "memoryUsagePercent": 98.1877326965332, + "memoryEfficiency": 1.8122673034667969, + "cpuCount": 12, + "cpuLoad": 0.2406005859375, + "platform": "darwin", + "uptime": 179029 + }, + { + "timestamp": 1764815037704, + "memoryTotal": 34359738368, + "memoryUsed": 33668562944, + "memoryFree": 691175424, + "memoryUsagePercent": 97.9884147644043, + "memoryEfficiency": 2.011585235595703, + "cpuCount": 12, + "cpuLoad": 0.19681803385416666, + "platform": "darwin", + "uptime": 179059 + }, + { + "timestamp": 1764815067706, + "memoryTotal": 34359738368, + "memoryUsed": 33807007744, + "memoryFree": 552730624, + "memoryUsagePercent": 98.39134216308594, + "memoryEfficiency": 1.6086578369140625, + "cpuCount": 12, + "cpuLoad": 0.183837890625, + "platform": "darwin", + "uptime": 179089 + }, + { + "timestamp": 1764815097706, + "memoryTotal": 34359738368, + "memoryUsed": 33769947136, + "memoryFree": 589791232, + "memoryUsagePercent": 98.28348159790039, + "memoryEfficiency": 1.7165184020996094, + "cpuCount": 12, + "cpuLoad": 0.1793212890625, + "platform": "darwin", + "uptime": 179119 + }, + { + "timestamp": 1764815127708, + "memoryTotal": 34359738368, + "memoryUsed": 34025046016, + "memoryFree": 334692352, + "memoryUsagePercent": 99.02591705322266, + "memoryEfficiency": 0.9740829467773438, + "cpuCount": 12, + "cpuLoad": 0.13533528645833334, + "platform": "darwin", + "uptime": 179149 + }, + { + "timestamp": 1764815157709, + "memoryTotal": 34359738368, + "memoryUsed": 34107719680, + "memoryFree": 252018688, + "memoryUsagePercent": 99.26652908325195, + "memoryEfficiency": 0.7334709167480469, + "cpuCount": 12, + "cpuLoad": 0.1279296875, + "platform": "darwin", + "uptime": 179179 + }, + { + "timestamp": 1764815187710, + "memoryTotal": 34359738368, + "memoryUsed": 34232107008, + "memoryFree": 127631360, + "memoryUsagePercent": 99.62854385375977, + "memoryEfficiency": 0.3714561462402344, + "cpuCount": 12, + "cpuLoad": 0.15755208333333334, + "platform": "darwin", + "uptime": 179209 + }, + { + "timestamp": 1764815217711, + "memoryTotal": 34359738368, + "memoryUsed": 34068561920, + "memoryFree": 291176448, + "memoryUsagePercent": 99.1525650024414, + "memoryEfficiency": 0.8474349975585938, + "cpuCount": 12, + "cpuLoad": 0.11678059895833333, + "platform": "darwin", + "uptime": 179239 + }, + { + "timestamp": 1764815247713, + "memoryTotal": 34359738368, + "memoryUsed": 34108932096, + "memoryFree": 250806272, + "memoryUsagePercent": 99.27005767822266, + "memoryEfficiency": 0.7299423217773438, + "cpuCount": 12, + "cpuLoad": 0.1220703125, + "platform": "darwin", + "uptime": 179269 + }, + { + "timestamp": 1764815277714, + "memoryTotal": 34359738368, + "memoryUsed": 34005680128, + "memoryFree": 354058240, + "memoryUsagePercent": 98.96955490112305, + "memoryEfficiency": 1.0304450988769531, + "cpuCount": 12, + "cpuLoad": 0.1229248046875, + "platform": "darwin", + "uptime": 179299 + }, + { + "timestamp": 1764815307715, + "memoryTotal": 34359738368, + "memoryUsed": 33950138368, + "memoryFree": 409600000, + "memoryUsagePercent": 98.80790710449219, + "memoryEfficiency": 1.1920928955078125, + "cpuCount": 12, + "cpuLoad": 0.22928873697916666, + "platform": "darwin", + "uptime": 179329 + }, + { + "timestamp": 1764815337716, + "memoryTotal": 34359738368, + "memoryUsed": 34155495424, + "memoryFree": 204242944, + "memoryUsagePercent": 99.40557479858398, + "memoryEfficiency": 0.5944252014160156, + "cpuCount": 12, + "cpuLoad": 0.1728515625, + "platform": "darwin", + "uptime": 179359 + }, + { + "timestamp": 1764815367717, + "memoryTotal": 34359738368, + "memoryUsed": 34008350720, + "memoryFree": 351387648, + "memoryUsagePercent": 98.97732734680176, + "memoryEfficiency": 1.0226726531982422, + "cpuCount": 12, + "cpuLoad": 0.19510904947916666, + "platform": "darwin", + "uptime": 179389 + }, + { + "timestamp": 1764815397717, + "memoryTotal": 34359738368, + "memoryUsed": 34211233792, + "memoryFree": 148504576, + "memoryUsagePercent": 99.56779479980469, + "memoryEfficiency": 0.4322052001953125, + "cpuCount": 12, + "cpuLoad": 0.161376953125, + "platform": "darwin", + "uptime": 179419 + }, + { + "timestamp": 1764815427719, + "memoryTotal": 34359738368, + "memoryUsed": 34112765952, + "memoryFree": 246972416, + "memoryUsagePercent": 99.28121566772461, + "memoryEfficiency": 0.7187843322753906, + "cpuCount": 12, + "cpuLoad": 0.17252604166666666, + "platform": "darwin", + "uptime": 179449 + }, + { + "timestamp": 1764815457733, + "memoryTotal": 34359738368, + "memoryUsed": 34114027520, + "memoryFree": 245710848, + "memoryUsagePercent": 99.28488731384277, + "memoryEfficiency": 0.7151126861572266, + "cpuCount": 12, + "cpuLoad": 0.15702311197916666, + "platform": "darwin", + "uptime": 179479 + }, + { + "timestamp": 1764815487736, + "memoryTotal": 34359738368, + "memoryUsed": 34028830720, + "memoryFree": 330907648, + "memoryUsagePercent": 99.03693199157715, + "memoryEfficiency": 0.9630680084228516, + "cpuCount": 12, + "cpuLoad": 0.13895670572916666, + "platform": "darwin", + "uptime": 179509 + }, + { + "timestamp": 1764815517738, + "memoryTotal": 34359738368, + "memoryUsed": 34102575104, + "memoryFree": 257163264, + "memoryUsagePercent": 99.25155639648438, + "memoryEfficiency": 0.748443603515625, + "cpuCount": 12, + "cpuLoad": 0.12959798177083334, + "platform": "darwin", + "uptime": 179539 + }, + { + "timestamp": 1764815547738, + "memoryTotal": 34359738368, + "memoryUsed": 34117156864, + "memoryFree": 242581504, + "memoryUsagePercent": 99.29399490356445, + "memoryEfficiency": 0.7060050964355469, + "cpuCount": 12, + "cpuLoad": 0.12642415364583334, + "platform": "darwin", + "uptime": 179569 + }, + { + "timestamp": 1764815577739, + "memoryTotal": 34359738368, + "memoryUsed": 34073608192, + "memoryFree": 286130176, + "memoryUsagePercent": 99.16725158691406, + "memoryEfficiency": 0.8327484130859375, + "cpuCount": 12, + "cpuLoad": 0.12711588541666666, + "platform": "darwin", + "uptime": 179599 + }, + { + "timestamp": 1764815607740, + "memoryTotal": 34359738368, + "memoryUsed": 34156789760, + "memoryFree": 202948608, + "memoryUsagePercent": 99.40934181213379, + "memoryEfficiency": 0.5906581878662109, + "cpuCount": 12, + "cpuLoad": 0.13716634114583334, + "platform": "darwin", + "uptime": 179629 + }, + { + "timestamp": 1764815637741, + "memoryTotal": 34359738368, + "memoryUsed": 31028150272, + "memoryFree": 3331588096, + "memoryUsagePercent": 90.30380249023438, + "memoryEfficiency": 9.696197509765625, + "cpuCount": 12, + "cpuLoad": 0.1439208984375, + "platform": "darwin", + "uptime": 179659 + }, + { + "timestamp": 1764815667742, + "memoryTotal": 34359738368, + "memoryUsed": 30804443136, + "memoryFree": 3555295232, + "memoryUsagePercent": 89.65272903442383, + "memoryEfficiency": 10.347270965576172, + "cpuCount": 12, + "cpuLoad": 0.224853515625, + "platform": "darwin", + "uptime": 179689 + }, + { + "timestamp": 1764815697744, + "memoryTotal": 34359738368, + "memoryUsed": 30979620864, + "memoryFree": 3380117504, + "memoryUsagePercent": 90.16256332397461, + "memoryEfficiency": 9.83743667602539, + "cpuCount": 12, + "cpuLoad": 0.20231119791666666, + "platform": "darwin", + "uptime": 179719 + }, + { + "timestamp": 1764815727746, + "memoryTotal": 34359738368, + "memoryUsed": 31014764544, + "memoryFree": 3344973824, + "memoryUsagePercent": 90.26484489440918, + "memoryEfficiency": 9.73515510559082, + "cpuCount": 12, + "cpuLoad": 0.16959635416666666, + "platform": "darwin", + "uptime": 179749 + }, + { + "timestamp": 1764815757747, + "memoryTotal": 34359738368, + "memoryUsed": 31085969408, + "memoryFree": 3273768960, + "memoryUsagePercent": 90.47207832336426, + "memoryEfficiency": 9.527921676635742, + "cpuCount": 12, + "cpuLoad": 0.1417236328125, + "platform": "darwin", + "uptime": 179779 + }, + { + "timestamp": 1764815787747, + "memoryTotal": 34359738368, + "memoryUsed": 31132106752, + "memoryFree": 3227631616, + "memoryUsagePercent": 90.60635566711426, + "memoryEfficiency": 9.393644332885742, + "cpuCount": 12, + "cpuLoad": 0.14213053385416666, + "platform": "darwin", + "uptime": 179809 + }, + { + "timestamp": 1764815817749, + "memoryTotal": 34359738368, + "memoryUsed": 31399772160, + "memoryFree": 2959966208, + "memoryUsagePercent": 91.3853645324707, + "memoryEfficiency": 8.614635467529297, + "cpuCount": 12, + "cpuLoad": 0.11612955729166667, + "platform": "darwin", + "uptime": 179839 + }, + { + "timestamp": 1764815847749, + "memoryTotal": 34359738368, + "memoryUsed": 31687344128, + "memoryFree": 2672394240, + "memoryUsagePercent": 92.22230911254883, + "memoryEfficiency": 7.777690887451172, + "cpuCount": 12, + "cpuLoad": 0.16353352864583334, + "platform": "darwin", + "uptime": 179869 + }, + { + "timestamp": 1764815877750, + "memoryTotal": 34359738368, + "memoryUsed": 32478216192, + "memoryFree": 1881522176, + "memoryUsagePercent": 94.52404975891113, + "memoryEfficiency": 5.475950241088867, + "cpuCount": 12, + "cpuLoad": 0.15437825520833334, + "platform": "darwin", + "uptime": 179899 + }, + { + "timestamp": 1764815907750, + "memoryTotal": 34359738368, + "memoryUsed": 32472203264, + "memoryFree": 1887535104, + "memoryUsagePercent": 94.50654983520508, + "memoryEfficiency": 5.493450164794922, + "cpuCount": 12, + "cpuLoad": 0.17256673177083334, + "platform": "darwin", + "uptime": 179929 + }, + { + "timestamp": 1764815937751, + "memoryTotal": 34359738368, + "memoryUsed": 33141227520, + "memoryFree": 1218510848, + "memoryUsagePercent": 96.45366668701172, + "memoryEfficiency": 3.5463333129882812, + "cpuCount": 12, + "cpuLoad": 0.23234049479166666, + "platform": "darwin", + "uptime": 179959 + }, + { + "timestamp": 1764815967752, + "memoryTotal": 34359738368, + "memoryUsed": 33204846592, + "memoryFree": 1154891776, + "memoryUsagePercent": 96.63882255554199, + "memoryEfficiency": 3.361177444458008, + "cpuCount": 12, + "cpuLoad": 0.2527669270833333, + "platform": "darwin", + "uptime": 179989 + }, + { + "timestamp": 1764815997754, + "memoryTotal": 34359738368, + "memoryUsed": 33180876800, + "memoryFree": 1178861568, + "memoryUsagePercent": 96.56906127929688, + "memoryEfficiency": 3.430938720703125, + "cpuCount": 12, + "cpuLoad": 0.2500406901041667, + "platform": "darwin", + "uptime": 180019 + }, + { + "timestamp": 1764816027755, + "memoryTotal": 34359738368, + "memoryUsed": 33351303168, + "memoryFree": 1008435200, + "memoryUsagePercent": 97.06506729125977, + "memoryEfficiency": 2.9349327087402344, + "cpuCount": 12, + "cpuLoad": 0.2537027994791667, + "platform": "darwin", + "uptime": 180049 + }, + { + "timestamp": 1764816057757, + "memoryTotal": 34359738368, + "memoryUsed": 33194213376, + "memoryFree": 1165524992, + "memoryUsagePercent": 96.60787582397461, + "memoryEfficiency": 3.3921241760253906, + "cpuCount": 12, + "cpuLoad": 0.277099609375, + "platform": "darwin", + "uptime": 180079 + }, + { + "timestamp": 1764816087757, + "memoryTotal": 34359738368, + "memoryUsed": 33303068672, + "memoryFree": 1056669696, + "memoryUsagePercent": 96.92468643188477, + "memoryEfficiency": 3.0753135681152344, + "cpuCount": 12, + "cpuLoad": 0.3403727213541667, + "platform": "darwin", + "uptime": 180109 + }, + { + "timestamp": 1764816117758, + "memoryTotal": 34359738368, + "memoryUsed": 33263206400, + "memoryFree": 1096531968, + "memoryUsagePercent": 96.80867195129395, + "memoryEfficiency": 3.1913280487060547, + "cpuCount": 12, + "cpuLoad": 0.24080403645833334, + "platform": "darwin", + "uptime": 180139 + }, + { + "timestamp": 1764816147759, + "memoryTotal": 34359738368, + "memoryUsed": 33667186688, + "memoryFree": 692551680, + "memoryUsagePercent": 97.98440933227539, + "memoryEfficiency": 2.0155906677246094, + "cpuCount": 12, + "cpuLoad": 0.2161865234375, + "platform": "darwin", + "uptime": 180169 + }, + { + "timestamp": 1764816177759, + "memoryTotal": 34359738368, + "memoryUsed": 33877966848, + "memoryFree": 481771520, + "memoryUsagePercent": 98.59786033630371, + "memoryEfficiency": 1.402139663696289, + "cpuCount": 12, + "cpuLoad": 0.19364420572916666, + "platform": "darwin", + "uptime": 180199 + }, + { + "timestamp": 1764816207761, + "memoryTotal": 34359738368, + "memoryUsed": 33930313728, + "memoryFree": 429424640, + "memoryUsagePercent": 98.75020980834961, + "memoryEfficiency": 1.2497901916503906, + "cpuCount": 12, + "cpuLoad": 0.16463216145833334, + "platform": "darwin", + "uptime": 180229 + }, + { + "timestamp": 1764816237761, + "memoryTotal": 34359738368, + "memoryUsed": 34046509056, + "memoryFree": 313229312, + "memoryUsagePercent": 99.08838272094727, + "memoryEfficiency": 0.9116172790527344, + "cpuCount": 12, + "cpuLoad": 0.14737955729166666, + "platform": "darwin", + "uptime": 180259 + }, + { + "timestamp": 1764816267762, + "memoryTotal": 34359738368, + "memoryUsed": 34066923520, + "memoryFree": 292814848, + "memoryUsagePercent": 99.14779663085938, + "memoryEfficiency": 0.852203369140625, + "cpuCount": 12, + "cpuLoad": 0.18522135416666666, + "platform": "darwin", + "uptime": 180289 + }, + { + "timestamp": 1764816297763, + "memoryTotal": 34359738368, + "memoryUsed": 33855700992, + "memoryFree": 504037376, + "memoryUsagePercent": 98.5330581665039, + "memoryEfficiency": 1.4669418334960938, + "cpuCount": 12, + "cpuLoad": 0.1121826171875, + "platform": "darwin", + "uptime": 180319 + }, + { + "timestamp": 1764816327763, + "memoryTotal": 34359738368, + "memoryUsed": 33952006144, + "memoryFree": 407732224, + "memoryUsagePercent": 98.8133430480957, + "memoryEfficiency": 1.1866569519042969, + "cpuCount": 12, + "cpuLoad": 0.10880533854166667, + "platform": "darwin", + "uptime": 180349 + }, + { + "timestamp": 1764816357764, + "memoryTotal": 34359738368, + "memoryUsed": 33798799360, + "memoryFree": 560939008, + "memoryUsagePercent": 98.36745262145996, + "memoryEfficiency": 1.632547378540039, + "cpuCount": 12, + "cpuLoad": 0.1104736328125, + "platform": "darwin", + "uptime": 180379 + }, + { + "timestamp": 1764816387766, + "memoryTotal": 34359738368, + "memoryUsed": 33812267008, + "memoryFree": 547471360, + "memoryUsagePercent": 98.40664863586426, + "memoryEfficiency": 1.5933513641357422, + "cpuCount": 12, + "cpuLoad": 0.11149088541666667, + "platform": "darwin", + "uptime": 180409 + }, + { + "timestamp": 1764816417767, + "memoryTotal": 34359738368, + "memoryUsed": 33783644160, + "memoryFree": 576094208, + "memoryUsagePercent": 98.32334518432617, + "memoryEfficiency": 1.6766548156738281, + "cpuCount": 12, + "cpuLoad": 0.1273193359375, + "platform": "darwin", + "uptime": 180439 + }, + { + "timestamp": 1764816447768, + "memoryTotal": 34359738368, + "memoryUsed": 33901232128, + "memoryFree": 458506240, + "memoryUsagePercent": 98.66557121276855, + "memoryEfficiency": 1.3344287872314453, + "cpuCount": 12, + "cpuLoad": 0.1685791015625, + "platform": "darwin", + "uptime": 180469 + }, + { + "timestamp": 1764816477769, + "memoryTotal": 34359738368, + "memoryUsed": 34008186880, + "memoryFree": 351551488, + "memoryUsagePercent": 98.97685050964355, + "memoryEfficiency": 1.0231494903564453, + "cpuCount": 12, + "cpuLoad": 0.15226236979166666, + "platform": "darwin", + "uptime": 180499 + }, + { + "timestamp": 1764816507770, + "memoryTotal": 34359738368, + "memoryUsed": 33935671296, + "memoryFree": 424067072, + "memoryUsagePercent": 98.76580238342285, + "memoryEfficiency": 1.2341976165771484, + "cpuCount": 12, + "cpuLoad": 0.1375732421875, + "platform": "darwin", + "uptime": 180529 + }, + { + "timestamp": 1764816537772, + "memoryTotal": 34359738368, + "memoryUsed": 33890123776, + "memoryFree": 469614592, + "memoryUsagePercent": 98.63324165344238, + "memoryEfficiency": 1.3667583465576172, + "cpuCount": 12, + "cpuLoad": 0.1146240234375, + "platform": "darwin", + "uptime": 180559 + }, + { + "timestamp": 1764816567774, + "memoryTotal": 34359738368, + "memoryUsed": 33927888896, + "memoryFree": 431849472, + "memoryUsagePercent": 98.7431526184082, + "memoryEfficiency": 1.2568473815917969, + "cpuCount": 12, + "cpuLoad": 0.14351399739583334, + "platform": "darwin", + "uptime": 180589 + }, + { + "timestamp": 1764816597774, + "memoryTotal": 34359738368, + "memoryUsed": 34254700544, + "memoryFree": 105037824, + "memoryUsagePercent": 99.69429969787598, + "memoryEfficiency": 0.30570030212402344, + "cpuCount": 12, + "cpuLoad": 0.132568359375, + "platform": "darwin", + "uptime": 180619 + }, + { + "timestamp": 1764816627775, + "memoryTotal": 34359738368, + "memoryUsed": 34024079360, + "memoryFree": 335659008, + "memoryUsagePercent": 99.02310371398926, + "memoryEfficiency": 0.9768962860107422, + "cpuCount": 12, + "cpuLoad": 0.11958821614583333, + "platform": "darwin", + "uptime": 180649 + }, + { + "timestamp": 1764816657776, + "memoryTotal": 34359738368, + "memoryUsed": 34124234752, + "memoryFree": 235503616, + "memoryUsagePercent": 99.31459426879883, + "memoryEfficiency": 0.6854057312011719, + "cpuCount": 12, + "cpuLoad": 0.15909830729166666, + "platform": "darwin", + "uptime": 180679 + }, + { + "timestamp": 1764816687776, + "memoryTotal": 34359738368, + "memoryUsed": 34092482560, + "memoryFree": 267255808, + "memoryUsagePercent": 99.22218322753906, + "memoryEfficiency": 0.7778167724609375, + "cpuCount": 12, + "cpuLoad": 0.12516276041666666, + "platform": "darwin", + "uptime": 180709 + }, + { + "timestamp": 1764816717777, + "memoryTotal": 34359738368, + "memoryUsed": 33819049984, + "memoryFree": 540688384, + "memoryUsagePercent": 98.42638969421387, + "memoryEfficiency": 1.5736103057861328, + "cpuCount": 12, + "cpuLoad": 0.13016764322916666, + "platform": "darwin", + "uptime": 180739 + }, + { + "timestamp": 1764816747777, + "memoryTotal": 34359738368, + "memoryUsed": 33793114112, + "memoryFree": 566624256, + "memoryUsagePercent": 98.35090637207031, + "memoryEfficiency": 1.6490936279296875, + "cpuCount": 12, + "cpuLoad": 0.10042317708333333, + "platform": "darwin", + "uptime": 180769 + }, + { + "timestamp": 1764816777778, + "memoryTotal": 34359738368, + "memoryUsed": 33771257856, + "memoryFree": 588480512, + "memoryUsagePercent": 98.28729629516602, + "memoryEfficiency": 1.7127037048339844, + "cpuCount": 12, + "cpuLoad": 0.11181640625, + "platform": "darwin", + "uptime": 180799 + }, + { + "timestamp": 1764816807780, + "memoryTotal": 34359738368, + "memoryUsed": 34078720000, + "memoryFree": 281018368, + "memoryUsagePercent": 99.18212890625, + "memoryEfficiency": 0.81787109375, + "cpuCount": 12, + "cpuLoad": 0.1376953125, + "platform": "darwin", + "uptime": 180829 + }, + { + "timestamp": 1764816837781, + "memoryTotal": 34359738368, + "memoryUsed": 34042658816, + "memoryFree": 317079552, + "memoryUsagePercent": 99.07717704772949, + "memoryEfficiency": 0.9228229522705078, + "cpuCount": 12, + "cpuLoad": 0.10233561197916667, + "platform": "darwin", + "uptime": 180859 + }, + { + "timestamp": 1764816867776, + "memoryTotal": 34359738368, + "memoryUsed": 34248736768, + "memoryFree": 111001600, + "memoryUsagePercent": 99.67694282531738, + "memoryEfficiency": 0.3230571746826172, + "cpuCount": 12, + "cpuLoad": 0.1646728515625, + "platform": "darwin", + "uptime": 180889 + }, + { + "timestamp": 1764816897773, + "memoryTotal": 34359738368, + "memoryUsed": 34102640640, + "memoryFree": 257097728, + "memoryUsagePercent": 99.25174713134766, + "memoryEfficiency": 0.7482528686523438, + "cpuCount": 12, + "cpuLoad": 0.14725748697916666, + "platform": "darwin", + "uptime": 180919 + }, + { + "timestamp": 1764816927775, + "memoryTotal": 34359738368, + "memoryUsed": 33939521536, + "memoryFree": 420216832, + "memoryUsagePercent": 98.77700805664062, + "memoryEfficiency": 1.222991943359375, + "cpuCount": 12, + "cpuLoad": 0.1627197265625, + "platform": "darwin", + "uptime": 180949 + }, + { + "timestamp": 1764816957775, + "memoryTotal": 34359738368, + "memoryUsed": 34210299904, + "memoryFree": 149438464, + "memoryUsagePercent": 99.56507682800293, + "memoryEfficiency": 0.4349231719970703, + "cpuCount": 12, + "cpuLoad": 0.13834635416666666, + "platform": "darwin", + "uptime": 180979 + }, + { + "timestamp": 1764816987776, + "memoryTotal": 34359738368, + "memoryUsed": 34241429504, + "memoryFree": 118308864, + "memoryUsagePercent": 99.65567588806152, + "memoryEfficiency": 0.34432411193847656, + "cpuCount": 12, + "cpuLoad": 0.16544596354166666, + "platform": "darwin", + "uptime": 181009 + }, + { + "timestamp": 1764817017778, + "memoryTotal": 34359738368, + "memoryUsed": 34162147328, + "memoryFree": 197591040, + "memoryUsagePercent": 99.42493438720703, + "memoryEfficiency": 0.5750656127929688, + "cpuCount": 12, + "cpuLoad": 0.12939453125, + "platform": "darwin", + "uptime": 181039 + }, + { + "timestamp": 1764817047778, + "memoryTotal": 34359738368, + "memoryUsed": 34209988608, + "memoryFree": 149749760, + "memoryUsagePercent": 99.56417083740234, + "memoryEfficiency": 0.43582916259765625, + "cpuCount": 12, + "cpuLoad": 0.3106282552083333, + "platform": "darwin", + "uptime": 181069 + }, + { + "timestamp": 1764817077780, + "memoryTotal": 34359738368, + "memoryUsed": 34260860928, + "memoryFree": 98877440, + "memoryUsagePercent": 99.71222877502441, + "memoryEfficiency": 0.28777122497558594, + "cpuCount": 12, + "cpuLoad": 0.2164306640625, + "platform": "darwin", + "uptime": 181099 + }, + { + "timestamp": 1764817107782, + "memoryTotal": 34359738368, + "memoryUsed": 34153709568, + "memoryFree": 206028800, + "memoryUsagePercent": 99.40037727355957, + "memoryEfficiency": 0.5996227264404297, + "cpuCount": 12, + "cpuLoad": 0.14066569010416666, + "platform": "darwin", + "uptime": 181129 + }, + { + "timestamp": 1764817137783, + "memoryTotal": 34359738368, + "memoryUsed": 34158510080, + "memoryFree": 201228288, + "memoryUsagePercent": 99.41434860229492, + "memoryEfficiency": 0.5856513977050781, + "cpuCount": 12, + "cpuLoad": 0.140380859375, + "platform": "darwin", + "uptime": 181159 + }, + { + "timestamp": 1764817167783, + "memoryTotal": 34359738368, + "memoryUsed": 34246443008, + "memoryFree": 113295360, + "memoryUsagePercent": 99.67026710510254, + "memoryEfficiency": 0.32973289489746094, + "cpuCount": 12, + "cpuLoad": 0.17692057291666666, + "platform": "darwin", + "uptime": 181189 + }, + { + "timestamp": 1764817197784, + "memoryTotal": 34359738368, + "memoryUsed": 34074165248, + "memoryFree": 285573120, + "memoryUsagePercent": 99.16887283325195, + "memoryEfficiency": 0.8311271667480469, + "cpuCount": 12, + "cpuLoad": 0.11226399739583333, + "platform": "darwin", + "uptime": 181219 + }, + { + "timestamp": 1764817227785, + "memoryTotal": 34359738368, + "memoryUsed": 33955299328, + "memoryFree": 404439040, + "memoryUsagePercent": 98.82292747497559, + "memoryEfficiency": 1.177072525024414, + "cpuCount": 12, + "cpuLoad": 0.2571207682291667, + "platform": "darwin", + "uptime": 181249 + }, + { + "timestamp": 1764817257785, + "memoryTotal": 34359738368, + "memoryUsed": 33860845568, + "memoryFree": 498892800, + "memoryUsagePercent": 98.54803085327148, + "memoryEfficiency": 1.4519691467285156, + "cpuCount": 12, + "cpuLoad": 0.2034912109375, + "platform": "darwin", + "uptime": 181279 + }, + { + "timestamp": 1764817287786, + "memoryTotal": 34359738368, + "memoryUsed": 34166996992, + "memoryFree": 192741376, + "memoryUsagePercent": 99.43904876708984, + "memoryEfficiency": 0.5609512329101562, + "cpuCount": 12, + "cpuLoad": 0.21260579427083334, + "platform": "darwin", + "uptime": 181309 + }, + { + "timestamp": 1764817317787, + "memoryTotal": 34359738368, + "memoryUsed": 34069217280, + "memoryFree": 290521088, + "memoryUsagePercent": 99.15447235107422, + "memoryEfficiency": 0.8455276489257812, + "cpuCount": 12, + "cpuLoad": 0.18680826822916666, + "platform": "darwin", + "uptime": 181339 + }, + { + "timestamp": 1764817347788, + "memoryTotal": 34359738368, + "memoryUsed": 34162884608, + "memoryFree": 196853760, + "memoryUsagePercent": 99.42708015441895, + "memoryEfficiency": 0.5729198455810547, + "cpuCount": 12, + "cpuLoad": 0.20096842447916666, + "platform": "darwin", + "uptime": 181369 + }, + { + "timestamp": 1764817377790, + "memoryTotal": 34359738368, + "memoryUsed": 34107441152, + "memoryFree": 252297216, + "memoryUsagePercent": 99.26571846008301, + "memoryEfficiency": 0.7342815399169922, + "cpuCount": 12, + "cpuLoad": 0.187255859375, + "platform": "darwin", + "uptime": 181399 + }, + { + "timestamp": 1764817407791, + "memoryTotal": 34359738368, + "memoryUsed": 34231435264, + "memoryFree": 128303104, + "memoryUsagePercent": 99.62658882141113, + "memoryEfficiency": 0.3734111785888672, + "cpuCount": 12, + "cpuLoad": 0.1505126953125, + "platform": "darwin", + "uptime": 181429 + }, + { + "timestamp": 1764817437792, + "memoryTotal": 34359738368, + "memoryUsed": 34228469760, + "memoryFree": 131268608, + "memoryUsagePercent": 99.61795806884766, + "memoryEfficiency": 0.38204193115234375, + "cpuCount": 12, + "cpuLoad": 0.1181640625, + "platform": "darwin", + "uptime": 181459 + }, + { + "timestamp": 1764817467795, + "memoryTotal": 34359738368, + "memoryUsed": 34098495488, + "memoryFree": 261242880, + "memoryUsagePercent": 99.23968315124512, + "memoryEfficiency": 0.7603168487548828, + "cpuCount": 12, + "cpuLoad": 0.105712890625, + "platform": "darwin", + "uptime": 181489 + }, + { + "timestamp": 1764817497795, + "memoryTotal": 34359738368, + "memoryUsed": 34020638720, + "memoryFree": 339099648, + "memoryUsagePercent": 99.01309013366699, + "memoryEfficiency": 0.9869098663330078, + "cpuCount": 12, + "cpuLoad": 0.15230305989583334, + "platform": "darwin", + "uptime": 181519 + }, + { + "timestamp": 1764817527797, + "memoryTotal": 34359738368, + "memoryUsed": 34123251712, + "memoryFree": 236486656, + "memoryUsagePercent": 99.31173324584961, + "memoryEfficiency": 0.6882667541503906, + "cpuCount": 12, + "cpuLoad": 0.1246337890625, + "platform": "darwin", + "uptime": 181549 + }, + { + "timestamp": 1764817557798, + "memoryTotal": 34359738368, + "memoryUsed": 34003992576, + "memoryFree": 355745792, + "memoryUsagePercent": 98.96464347839355, + "memoryEfficiency": 1.0353565216064453, + "cpuCount": 12, + "cpuLoad": 0.12809244791666666, + "platform": "darwin", + "uptime": 181579 + }, + { + "timestamp": 1764817587799, + "memoryTotal": 34359738368, + "memoryUsed": 34189918208, + "memoryFree": 169820160, + "memoryUsagePercent": 99.50575828552246, + "memoryEfficiency": 0.49424171447753906, + "cpuCount": 12, + "cpuLoad": 0.13643391927083334, + "platform": "darwin", + "uptime": 181609 + }, + { + "timestamp": 1764817617801, + "memoryTotal": 34359738368, + "memoryUsed": 34031452160, + "memoryFree": 328286208, + "memoryUsagePercent": 99.0445613861084, + "memoryEfficiency": 0.9554386138916016, + "cpuCount": 12, + "cpuLoad": 0.1258544921875, + "platform": "darwin", + "uptime": 181639 + }, + { + "timestamp": 1764817647801, + "memoryTotal": 34359738368, + "memoryUsed": 34170191872, + "memoryFree": 189546496, + "memoryUsagePercent": 99.4483470916748, + "memoryEfficiency": 0.5516529083251953, + "cpuCount": 12, + "cpuLoad": 0.12125651041666667, + "platform": "darwin", + "uptime": 181669 + }, + { + "timestamp": 1764817677802, + "memoryTotal": 34359738368, + "memoryUsed": 34256928768, + "memoryFree": 102809600, + "memoryUsagePercent": 99.70078468322754, + "memoryEfficiency": 0.29921531677246094, + "cpuCount": 12, + "cpuLoad": 0.12064615885416667, + "platform": "darwin", + "uptime": 181699 + }, + { + "timestamp": 1764817707804, + "memoryTotal": 34359738368, + "memoryUsed": 34080620544, + "memoryFree": 279117824, + "memoryUsagePercent": 99.18766021728516, + "memoryEfficiency": 0.8123397827148438, + "cpuCount": 12, + "cpuLoad": 0.13557942708333334, + "platform": "darwin", + "uptime": 181729 + }, + { + "timestamp": 1764817737805, + "memoryTotal": 34359738368, + "memoryUsed": 34123759616, + "memoryFree": 235978752, + "memoryUsagePercent": 99.31321144104004, + "memoryEfficiency": 0.6867885589599609, + "cpuCount": 12, + "cpuLoad": 0.1259765625, + "platform": "darwin", + "uptime": 181759 + }, + { + "timestamp": 1764817767806, + "memoryTotal": 34359738368, + "memoryUsed": 34017525760, + "memoryFree": 342212608, + "memoryUsagePercent": 99.00403022766113, + "memoryEfficiency": 0.9959697723388672, + "cpuCount": 12, + "cpuLoad": 0.13114420572916666, + "platform": "darwin", + "uptime": 181789 + }, + { + "timestamp": 1764817797806, + "memoryTotal": 34359738368, + "memoryUsed": 34185117696, + "memoryFree": 174620672, + "memoryUsagePercent": 99.49178695678711, + "memoryEfficiency": 0.5082130432128906, + "cpuCount": 12, + "cpuLoad": 0.15372721354166666, + "platform": "darwin", + "uptime": 181819 + }, + { + "timestamp": 1764817827806, + "memoryTotal": 34359738368, + "memoryUsed": 34244771840, + "memoryFree": 114966528, + "memoryUsagePercent": 99.66540336608887, + "memoryEfficiency": 0.3345966339111328, + "cpuCount": 12, + "cpuLoad": 0.1495361328125, + "platform": "darwin", + "uptime": 181849 + }, + { + "timestamp": 1764817857807, + "memoryTotal": 34359738368, + "memoryUsed": 33734180864, + "memoryFree": 625557504, + "memoryUsagePercent": 98.17938804626465, + "memoryEfficiency": 1.8206119537353516, + "cpuCount": 12, + "cpuLoad": 0.15043131510416666, + "platform": "darwin", + "uptime": 181879 + }, + { + "timestamp": 1764817887808, + "memoryTotal": 34359738368, + "memoryUsed": 34048704512, + "memoryFree": 311033856, + "memoryUsagePercent": 99.09477233886719, + "memoryEfficiency": 0.9052276611328125, + "cpuCount": 12, + "cpuLoad": 0.1202392578125, + "platform": "darwin", + "uptime": 181909 + }, + { + "timestamp": 1764817917809, + "memoryTotal": 34359738368, + "memoryUsed": 34239283200, + "memoryFree": 120455168, + "memoryUsagePercent": 99.64942932128906, + "memoryEfficiency": 0.3505706787109375, + "cpuCount": 12, + "cpuLoad": 0.12508138020833334, + "platform": "darwin", + "uptime": 181939 + }, + { + "timestamp": 1764817947809, + "memoryTotal": 34359738368, + "memoryUsed": 34125365248, + "memoryFree": 234373120, + "memoryUsagePercent": 99.31788444519043, + "memoryEfficiency": 0.6821155548095703, + "cpuCount": 12, + "cpuLoad": 0.150390625, + "platform": "darwin", + "uptime": 181969 + }, + { + "timestamp": 1764817977810, + "memoryTotal": 34359738368, + "memoryUsed": 34217476096, + "memoryFree": 142262272, + "memoryUsagePercent": 99.58596229553223, + "memoryEfficiency": 0.41403770446777344, + "cpuCount": 12, + "cpuLoad": 0.17578125, + "platform": "darwin", + "uptime": 181999 + }, + { + "timestamp": 1764818007812, + "memoryTotal": 34359738368, + "memoryUsed": 34196865024, + "memoryFree": 162873344, + "memoryUsagePercent": 99.52597618103027, + "memoryEfficiency": 0.47402381896972656, + "cpuCount": 12, + "cpuLoad": 0.164306640625, + "platform": "darwin", + "uptime": 182029 + }, + { + "timestamp": 1764818037812, + "memoryTotal": 34359738368, + "memoryUsed": 34112831488, + "memoryFree": 246906880, + "memoryUsagePercent": 99.28140640258789, + "memoryEfficiency": 0.7185935974121094, + "cpuCount": 12, + "cpuLoad": 0.15840657552083334, + "platform": "darwin", + "uptime": 182059 + }, + { + "timestamp": 1764818067813, + "memoryTotal": 34359738368, + "memoryUsed": 34224766976, + "memoryFree": 134971392, + "memoryUsagePercent": 99.60718154907227, + "memoryEfficiency": 0.3928184509277344, + "cpuCount": 12, + "cpuLoad": 0.14933268229166666, + "platform": "darwin", + "uptime": 182089 + }, + { + "timestamp": 1764818097815, + "memoryTotal": 34359738368, + "memoryUsed": 33263583232, + "memoryFree": 1096155136, + "memoryUsagePercent": 96.80976867675781, + "memoryEfficiency": 3.1902313232421875, + "cpuCount": 12, + "cpuLoad": 0.1953125, + "platform": "darwin", + "uptime": 182119 + }, + { + "timestamp": 1764818127815, + "memoryTotal": 34359738368, + "memoryUsed": 33620197376, + "memoryFree": 739540992, + "memoryUsagePercent": 97.84765243530273, + "memoryEfficiency": 2.1523475646972656, + "cpuCount": 12, + "cpuLoad": 0.16031901041666666, + "platform": "darwin", + "uptime": 182149 + }, + { + "timestamp": 1764818157817, + "memoryTotal": 34359738368, + "memoryUsed": 33436762112, + "memoryFree": 922976256, + "memoryUsagePercent": 97.31378555297852, + "memoryEfficiency": 2.6862144470214844, + "cpuCount": 12, + "cpuLoad": 0.1820068359375, + "platform": "darwin", + "uptime": 182179 + }, + { + "timestamp": 1764818187818, + "memoryTotal": 34359738368, + "memoryUsed": 33545764864, + "memoryFree": 813973504, + "memoryUsagePercent": 97.63102531433105, + "memoryEfficiency": 2.3689746856689453, + "cpuCount": 12, + "cpuLoad": 0.22749837239583334, + "platform": "darwin", + "uptime": 182209 + }, + { + "timestamp": 1764818217819, + "memoryTotal": 34359738368, + "memoryUsed": 33495040000, + "memoryFree": 864698368, + "memoryUsagePercent": 97.48339653015137, + "memoryEfficiency": 2.516603469848633, + "cpuCount": 12, + "cpuLoad": 0.17549641927083334, + "platform": "darwin", + "uptime": 182239 + }, + { + "timestamp": 1764818247820, + "memoryTotal": 34359738368, + "memoryUsed": 33953513472, + "memoryFree": 406224896, + "memoryUsagePercent": 98.81772994995117, + "memoryEfficiency": 1.1822700500488281, + "cpuCount": 12, + "cpuLoad": 0.1944580078125, + "platform": "darwin", + "uptime": 182269 + }, + { + "timestamp": 1764818277820, + "memoryTotal": 34359738368, + "memoryUsed": 34089041920, + "memoryFree": 270696448, + "memoryUsagePercent": 99.2121696472168, + "memoryEfficiency": 0.7878303527832031, + "cpuCount": 12, + "cpuLoad": 0.16939290364583334, + "platform": "darwin", + "uptime": 182299 + }, + { + "timestamp": 1764818307822, + "memoryTotal": 34359738368, + "memoryUsed": 34014740480, + "memoryFree": 344997888, + "memoryUsagePercent": 98.99592399597168, + "memoryEfficiency": 1.0040760040283203, + "cpuCount": 12, + "cpuLoad": 0.141357421875, + "platform": "darwin", + "uptime": 182329 + }, + { + "timestamp": 1764818337823, + "memoryTotal": 34359738368, + "memoryUsed": 34158182400, + "memoryFree": 201555968, + "memoryUsagePercent": 99.41339492797852, + "memoryEfficiency": 0.5866050720214844, + "cpuCount": 12, + "cpuLoad": 0.13741048177083334, + "platform": "darwin", + "uptime": 182359 + }, + { + "timestamp": 1764818367824, + "memoryTotal": 34359738368, + "memoryUsed": 34030272512, + "memoryFree": 329465856, + "memoryUsagePercent": 99.04112815856934, + "memoryEfficiency": 0.9588718414306641, + "cpuCount": 12, + "cpuLoad": 0.11881510416666667, + "platform": "darwin", + "uptime": 182389 + }, + { + "timestamp": 1764818397825, + "memoryTotal": 34359738368, + "memoryUsed": 33979465728, + "memoryFree": 380272640, + "memoryUsagePercent": 98.89326095581055, + "memoryEfficiency": 1.1067390441894531, + "cpuCount": 12, + "cpuLoad": 0.19173177083333334, + "platform": "darwin", + "uptime": 182419 + }, + { + "timestamp": 1764818427826, + "memoryTotal": 34359738368, + "memoryUsed": 34209103872, + "memoryFree": 150634496, + "memoryUsagePercent": 99.56159591674805, + "memoryEfficiency": 0.4384040832519531, + "cpuCount": 12, + "cpuLoad": 0.162841796875, + "platform": "darwin", + "uptime": 182449 + }, + { + "timestamp": 1764818457827, + "memoryTotal": 34359738368, + "memoryUsed": 34266824704, + "memoryFree": 92913664, + "memoryUsagePercent": 99.72958564758301, + "memoryEfficiency": 0.2704143524169922, + "cpuCount": 12, + "cpuLoad": 0.2536214192708333, + "platform": "darwin", + "uptime": 182479 + }, + { + "timestamp": 1764818487828, + "memoryTotal": 34359738368, + "memoryUsed": 34238414848, + "memoryFree": 121323520, + "memoryUsagePercent": 99.64690208435059, + "memoryEfficiency": 0.35309791564941406, + "cpuCount": 12, + "cpuLoad": 0.6208089192708334, + "platform": "darwin", + "uptime": 182509 + }, + { + "timestamp": 1764818517830, + "memoryTotal": 34359738368, + "memoryUsed": 34236301312, + "memoryFree": 123437056, + "memoryUsagePercent": 99.64075088500977, + "memoryEfficiency": 0.3592491149902344, + "cpuCount": 12, + "cpuLoad": 0.6758219401041666, + "platform": "darwin", + "uptime": 182539 + }, + { + "timestamp": 1764818547831, + "memoryTotal": 34359738368, + "memoryUsed": 34229551104, + "memoryFree": 130187264, + "memoryUsagePercent": 99.6211051940918, + "memoryEfficiency": 0.3788948059082031, + "cpuCount": 12, + "cpuLoad": 0.427978515625, + "platform": "darwin", + "uptime": 182569 + }, + { + "timestamp": 1764818577832, + "memoryTotal": 34359738368, + "memoryUsed": 34243706880, + "memoryFree": 116031488, + "memoryUsagePercent": 99.66230392456055, + "memoryEfficiency": 0.3376960754394531, + "cpuCount": 12, + "cpuLoad": 0.3221842447916667, + "platform": "darwin", + "uptime": 182599 + }, + { + "timestamp": 1764818607833, + "memoryTotal": 34359738368, + "memoryUsed": 34252210176, + "memoryFree": 107528192, + "memoryUsagePercent": 99.68705177307129, + "memoryEfficiency": 0.31294822692871094, + "cpuCount": 12, + "cpuLoad": 0.2821451822916667, + "platform": "darwin", + "uptime": 182629 + }, + { + "timestamp": 1764818637834, + "memoryTotal": 34359738368, + "memoryUsed": 34271428608, + "memoryFree": 88309760, + "memoryUsagePercent": 99.74298477172852, + "memoryEfficiency": 0.2570152282714844, + "cpuCount": 12, + "cpuLoad": 0.22379557291666666, + "platform": "darwin", + "uptime": 182659 + }, + { + "timestamp": 1764818667836, + "memoryTotal": 34359738368, + "memoryUsed": 34181791744, + "memoryFree": 177946624, + "memoryUsagePercent": 99.48210716247559, + "memoryEfficiency": 0.5178928375244141, + "cpuCount": 12, + "cpuLoad": 0.23836263020833334, + "platform": "darwin", + "uptime": 182689 + }, + { + "timestamp": 1764818697838, + "memoryTotal": 34359738368, + "memoryUsed": 34266005504, + "memoryFree": 93732864, + "memoryUsagePercent": 99.72720146179199, + "memoryEfficiency": 0.2727985382080078, + "cpuCount": 12, + "cpuLoad": 0.182373046875, + "platform": "darwin", + "uptime": 182719 + }, + { + "timestamp": 1764818727839, + "memoryTotal": 34359738368, + "memoryUsed": 34082734080, + "memoryFree": 277004288, + "memoryUsagePercent": 99.19381141662598, + "memoryEfficiency": 0.8061885833740234, + "cpuCount": 12, + "cpuLoad": 0.17679850260416666, + "platform": "darwin", + "uptime": 182749 + }, + { + "timestamp": 1764818757839, + "memoryTotal": 34359738368, + "memoryUsed": 34010365952, + "memoryFree": 349372416, + "memoryUsagePercent": 98.98319244384766, + "memoryEfficiency": 1.0168075561523438, + "cpuCount": 12, + "cpuLoad": 0.199951171875, + "platform": "darwin", + "uptime": 182779 + }, + { + "timestamp": 1764818787839, + "memoryTotal": 34359738368, + "memoryUsed": 33768620032, + "memoryFree": 591118336, + "memoryUsagePercent": 98.27961921691895, + "memoryEfficiency": 1.7203807830810547, + "cpuCount": 12, + "cpuLoad": 0.21647135416666666, + "platform": "darwin", + "uptime": 182809 + }, + { + "timestamp": 1764818817839, + "memoryTotal": 34359738368, + "memoryUsed": 34214952960, + "memoryFree": 144785408, + "memoryUsagePercent": 99.5786190032959, + "memoryEfficiency": 0.42138099670410156, + "cpuCount": 12, + "cpuLoad": 0.17431640625, + "platform": "darwin", + "uptime": 182839 + }, + { + "timestamp": 1764818847840, + "memoryTotal": 34359738368, + "memoryUsed": 33991950336, + "memoryFree": 367788032, + "memoryUsagePercent": 98.92959594726562, + "memoryEfficiency": 1.070404052734375, + "cpuCount": 12, + "cpuLoad": 0.16434733072916666, + "platform": "darwin", + "uptime": 182869 + }, + { + "timestamp": 1764818877841, + "memoryTotal": 34359738368, + "memoryUsed": 33869594624, + "memoryFree": 490143744, + "memoryUsagePercent": 98.57349395751953, + "memoryEfficiency": 1.4265060424804688, + "cpuCount": 12, + "cpuLoad": 0.12972005208333334, + "platform": "darwin", + "uptime": 182899 + }, + { + "timestamp": 1764818907842, + "memoryTotal": 34359738368, + "memoryUsed": 33877508096, + "memoryFree": 482230272, + "memoryUsagePercent": 98.59652519226074, + "memoryEfficiency": 1.4034748077392578, + "cpuCount": 12, + "cpuLoad": 0.134765625, + "platform": "darwin", + "uptime": 182929 + }, + { + "timestamp": 1764818937843, + "memoryTotal": 34359738368, + "memoryUsed": 34072772608, + "memoryFree": 286965760, + "memoryUsagePercent": 99.16481971740723, + "memoryEfficiency": 0.8351802825927734, + "cpuCount": 12, + "cpuLoad": 0.11356608072916667, + "platform": "darwin", + "uptime": 182959 + }, + { + "timestamp": 1764818967844, + "memoryTotal": 34359738368, + "memoryUsed": 34131951616, + "memoryFree": 227786752, + "memoryUsagePercent": 99.3370532989502, + "memoryEfficiency": 0.6629467010498047, + "cpuCount": 12, + "cpuLoad": 0.09647623697916667, + "platform": "darwin", + "uptime": 182989 + }, + { + "timestamp": 1764818997845, + "memoryTotal": 34359738368, + "memoryUsed": 34074279936, + "memoryFree": 285458432, + "memoryUsagePercent": 99.1692066192627, + "memoryEfficiency": 0.8307933807373047, + "cpuCount": 12, + "cpuLoad": 0.1334228515625, + "platform": "darwin", + "uptime": 183019 + }, + { + "timestamp": 1764819027848, + "memoryTotal": 34359738368, + "memoryUsed": 34173485056, + "memoryFree": 186253312, + "memoryUsagePercent": 99.45793151855469, + "memoryEfficiency": 0.5420684814453125, + "cpuCount": 12, + "cpuLoad": 0.1253662109375, + "platform": "darwin", + "uptime": 183049 + }, + { + "timestamp": 1764819057849, + "memoryTotal": 34359738368, + "memoryUsed": 34238398464, + "memoryFree": 121339904, + "memoryUsagePercent": 99.64685440063477, + "memoryEfficiency": 0.3531455993652344, + "cpuCount": 12, + "cpuLoad": 0.11612955729166667, + "platform": "darwin", + "uptime": 183079 + }, + { + "timestamp": 1764819087850, + "memoryTotal": 34359738368, + "memoryUsed": 34154070016, + "memoryFree": 205668352, + "memoryUsagePercent": 99.40142631530762, + "memoryEfficiency": 0.5985736846923828, + "cpuCount": 12, + "cpuLoad": 0.16927083333333334, + "platform": "darwin", + "uptime": 183109 + }, + { + "timestamp": 1764819117853, + "memoryTotal": 34359738368, + "memoryUsed": 34009464832, + "memoryFree": 350273536, + "memoryUsagePercent": 98.98056983947754, + "memoryEfficiency": 1.019430160522461, + "cpuCount": 12, + "cpuLoad": 0.17256673177083334, + "platform": "darwin", + "uptime": 183139 + }, + { + "timestamp": 1764819147853, + "memoryTotal": 34359738368, + "memoryUsed": 34090598400, + "memoryFree": 269139968, + "memoryUsagePercent": 99.21669960021973, + "memoryEfficiency": 0.7833003997802734, + "cpuCount": 12, + "cpuLoad": 0.3140055338541667, + "platform": "darwin", + "uptime": 183169 + }, + { + "timestamp": 1764819177855, + "memoryTotal": 34359738368, + "memoryUsed": 33814151168, + "memoryFree": 545587200, + "memoryUsagePercent": 98.4121322631836, + "memoryEfficiency": 1.5878677368164062, + "cpuCount": 12, + "cpuLoad": 0.23103841145833334, + "platform": "darwin", + "uptime": 183199 + }, + { + "timestamp": 1764819207855, + "memoryTotal": 34359738368, + "memoryUsed": 33819295744, + "memoryFree": 540442624, + "memoryUsagePercent": 98.42710494995117, + "memoryEfficiency": 1.5728950500488281, + "cpuCount": 12, + "cpuLoad": 0.1815185546875, + "platform": "darwin", + "uptime": 183229 + }, + { + "timestamp": 1764819237856, + "memoryTotal": 34359738368, + "memoryUsed": 34248949760, + "memoryFree": 110788608, + "memoryUsagePercent": 99.67756271362305, + "memoryEfficiency": 0.3224372863769531, + "cpuCount": 12, + "cpuLoad": 0.13037109375, + "platform": "darwin", + "uptime": 183259 + }, + { + "timestamp": 1764819267858, + "memoryTotal": 34359738368, + "memoryUsed": 34150645760, + "memoryFree": 209092608, + "memoryUsagePercent": 99.39146041870117, + "memoryEfficiency": 0.6085395812988281, + "cpuCount": 12, + "cpuLoad": 0.10420735677083333, + "platform": "darwin", + "uptime": 183289 + }, + { + "timestamp": 1764819297858, + "memoryTotal": 34359738368, + "memoryUsed": 34131066880, + "memoryFree": 228671488, + "memoryUsagePercent": 99.3344783782959, + "memoryEfficiency": 0.6655216217041016, + "cpuCount": 12, + "cpuLoad": 0.08056640625, + "platform": "darwin", + "uptime": 183319 + }, + { + "timestamp": 1764819327860, + "memoryTotal": 34359738368, + "memoryUsed": 34236743680, + "memoryFree": 122994688, + "memoryUsagePercent": 99.64203834533691, + "memoryEfficiency": 0.35796165466308594, + "cpuCount": 12, + "cpuLoad": 0.06103515625, + "platform": "darwin", + "uptime": 183349 + }, + { + "timestamp": 1764819357861, + "memoryTotal": 34359738368, + "memoryUsed": 34158854144, + "memoryFree": 200884224, + "memoryUsagePercent": 99.41534996032715, + "memoryEfficiency": 0.5846500396728516, + "cpuCount": 12, + "cpuLoad": 0.07405598958333333, + "platform": "darwin", + "uptime": 183379 + }, + { + "timestamp": 1764819387862, + "memoryTotal": 34359738368, + "memoryUsed": 34193113088, + "memoryFree": 166625280, + "memoryUsagePercent": 99.51505661010742, + "memoryEfficiency": 0.4849433898925781, + "cpuCount": 12, + "cpuLoad": 0.111328125, + "platform": "darwin", + "uptime": 183409 + }, + { + "timestamp": 1764819417862, + "memoryTotal": 34359738368, + "memoryUsed": 34205548544, + "memoryFree": 154189824, + "memoryUsagePercent": 99.55124855041504, + "memoryEfficiency": 0.44875144958496094, + "cpuCount": 12, + "cpuLoad": 0.12186686197916667, + "platform": "darwin", + "uptime": 183439 + }, + { + "timestamp": 1764819447863, + "memoryTotal": 34359738368, + "memoryUsed": 34129887232, + "memoryFree": 229851136, + "memoryUsagePercent": 99.33104515075684, + "memoryEfficiency": 0.6689548492431641, + "cpuCount": 12, + "cpuLoad": 0.11470540364583333, + "platform": "darwin", + "uptime": 183469 + }, + { + "timestamp": 1764819477864, + "memoryTotal": 34359738368, + "memoryUsed": 34196848640, + "memoryFree": 162889728, + "memoryUsagePercent": 99.52592849731445, + "memoryEfficiency": 0.4740715026855469, + "cpuCount": 12, + "cpuLoad": 0.15376790364583334, + "platform": "darwin", + "uptime": 183499 + }, + { + "timestamp": 1764819507865, + "memoryTotal": 34359738368, + "memoryUsed": 34151874560, + "memoryFree": 207863808, + "memoryUsagePercent": 99.3950366973877, + "memoryEfficiency": 0.6049633026123047, + "cpuCount": 12, + "cpuLoad": 0.12841796875, + "platform": "darwin", + "uptime": 183529 + }, + { + "timestamp": 1764819537867, + "memoryTotal": 34359738368, + "memoryUsed": 34221899776, + "memoryFree": 137838592, + "memoryUsagePercent": 99.59883689880371, + "memoryEfficiency": 0.40116310119628906, + "cpuCount": 12, + "cpuLoad": 0.1632080078125, + "platform": "darwin", + "uptime": 183559 + }, + { + "timestamp": 1764819567867, + "memoryTotal": 34359738368, + "memoryUsed": 34194833408, + "memoryFree": 164904960, + "memoryUsagePercent": 99.52006340026855, + "memoryEfficiency": 0.4799365997314453, + "cpuCount": 12, + "cpuLoad": 0.149658203125, + "platform": "darwin", + "uptime": 183589 + }, + { + "timestamp": 1764819597868, + "memoryTotal": 34359738368, + "memoryUsed": 34060140544, + "memoryFree": 299597824, + "memoryUsagePercent": 99.12805557250977, + "memoryEfficiency": 0.8719444274902344, + "cpuCount": 12, + "cpuLoad": 0.15108235677083334, + "platform": "darwin", + "uptime": 183619 + }, + { + "timestamp": 1764819627869, + "memoryTotal": 34359738368, + "memoryUsed": 34116993024, + "memoryFree": 242745344, + "memoryUsagePercent": 99.29351806640625, + "memoryEfficiency": 0.70648193359375, + "cpuCount": 12, + "cpuLoad": 0.13330078125, + "platform": "darwin", + "uptime": 183649 + }, + { + "timestamp": 1764819657871, + "memoryTotal": 34359738368, + "memoryUsed": 34139357184, + "memoryFree": 220381184, + "memoryUsagePercent": 99.35860633850098, + "memoryEfficiency": 0.6413936614990234, + "cpuCount": 12, + "cpuLoad": 0.1348876953125, + "platform": "darwin", + "uptime": 183679 + }, + { + "timestamp": 1764819687871, + "memoryTotal": 34359738368, + "memoryUsed": 34060812288, + "memoryFree": 298926080, + "memoryUsagePercent": 99.1300106048584, + "memoryEfficiency": 0.8699893951416016, + "cpuCount": 12, + "cpuLoad": 0.1422119140625, + "platform": "darwin", + "uptime": 183709 + }, + { + "timestamp": 1764819717873, + "memoryTotal": 34359738368, + "memoryUsed": 34108833792, + "memoryFree": 250904576, + "memoryUsagePercent": 99.26977157592773, + "memoryEfficiency": 0.7302284240722656, + "cpuCount": 12, + "cpuLoad": 0.10563151041666667, + "platform": "darwin", + "uptime": 183739 + }, + { + "timestamp": 1764819747874, + "memoryTotal": 34359738368, + "memoryUsed": 34002862080, + "memoryFree": 356876288, + "memoryUsagePercent": 98.96135330200195, + "memoryEfficiency": 1.0386466979980469, + "cpuCount": 12, + "cpuLoad": 0.16190592447916666, + "platform": "darwin", + "uptime": 183769 + }, + { + "timestamp": 1764819777875, + "memoryTotal": 34359738368, + "memoryUsed": 34047229952, + "memoryFree": 312508416, + "memoryUsagePercent": 99.09048080444336, + "memoryEfficiency": 0.9095191955566406, + "cpuCount": 12, + "cpuLoad": 0.13492838541666666, + "platform": "darwin", + "uptime": 183799 + }, + { + "timestamp": 1764819807877, + "memoryTotal": 34359738368, + "memoryUsed": 34042134528, + "memoryFree": 317603840, + "memoryUsagePercent": 99.07565116882324, + "memoryEfficiency": 0.9243488311767578, + "cpuCount": 12, + "cpuLoad": 0.13362630208333334, + "platform": "darwin", + "uptime": 183829 + }, + { + "timestamp": 1764819837878, + "memoryTotal": 34359738368, + "memoryUsed": 34245918720, + "memoryFree": 113819648, + "memoryUsagePercent": 99.66874122619629, + "memoryEfficiency": 0.33125877380371094, + "cpuCount": 12, + "cpuLoad": 0.13358561197916666, + "platform": "darwin", + "uptime": 183859 + }, + { + "timestamp": 1764819867879, + "memoryTotal": 34359738368, + "memoryUsed": 34236186624, + "memoryFree": 123551744, + "memoryUsagePercent": 99.64041709899902, + "memoryEfficiency": 0.35958290100097656, + "cpuCount": 12, + "cpuLoad": 0.140625, + "platform": "darwin", + "uptime": 183889 + }, + { + "timestamp": 1764819897881, + "memoryTotal": 34359738368, + "memoryUsed": 34234580992, + "memoryFree": 125157376, + "memoryUsagePercent": 99.63574409484863, + "memoryEfficiency": 0.3642559051513672, + "cpuCount": 12, + "cpuLoad": 0.152587890625, + "platform": "darwin", + "uptime": 183919 + }, + { + "timestamp": 1764819927881, + "memoryTotal": 34359738368, + "memoryUsed": 34133475328, + "memoryFree": 226263040, + "memoryUsagePercent": 99.34148788452148, + "memoryEfficiency": 0.6585121154785156, + "cpuCount": 12, + "cpuLoad": 0.12064615885416667, + "platform": "darwin", + "uptime": 183949 + }, + { + "timestamp": 1764819957882, + "memoryTotal": 34359738368, + "memoryUsed": 33999077376, + "memoryFree": 360660992, + "memoryUsagePercent": 98.95033836364746, + "memoryEfficiency": 1.049661636352539, + "cpuCount": 12, + "cpuLoad": 0.11201985677083333, + "platform": "darwin", + "uptime": 183979 + }, + { + "timestamp": 1764819987884, + "memoryTotal": 34359738368, + "memoryUsed": 34092482560, + "memoryFree": 267255808, + "memoryUsagePercent": 99.22218322753906, + "memoryEfficiency": 0.7778167724609375, + "cpuCount": 12, + "cpuLoad": 0.1573486328125, + "platform": "darwin", + "uptime": 184009 + }, + { + "timestamp": 1764820017885, + "memoryTotal": 34359738368, + "memoryUsed": 34008563712, + "memoryFree": 351174656, + "memoryUsagePercent": 98.97794723510742, + "memoryEfficiency": 1.0220527648925781, + "cpuCount": 12, + "cpuLoad": 0.14009602864583334, + "platform": "darwin", + "uptime": 184039 + }, + { + "timestamp": 1764820047886, + "memoryTotal": 34359738368, + "memoryUsed": 34075148288, + "memoryFree": 284590080, + "memoryUsagePercent": 99.17173385620117, + "memoryEfficiency": 0.8282661437988281, + "cpuCount": 12, + "cpuLoad": 0.14204915364583334, + "platform": "darwin", + "uptime": 184069 + }, + { + "timestamp": 1764820077886, + "memoryTotal": 34359738368, + "memoryUsed": 34142601216, + "memoryFree": 217137152, + "memoryUsagePercent": 99.3680477142334, + "memoryEfficiency": 0.6319522857666016, + "cpuCount": 12, + "cpuLoad": 0.1239013671875, + "platform": "darwin", + "uptime": 184099 + }, + { + "timestamp": 1764820107886, + "memoryTotal": 34359738368, + "memoryUsed": 34235580416, + "memoryFree": 124157952, + "memoryUsagePercent": 99.63865280151367, + "memoryEfficiency": 0.3613471984863281, + "cpuCount": 12, + "cpuLoad": 0.13277180989583334, + "platform": "darwin", + "uptime": 184129 + }, + { + "timestamp": 1764820137887, + "memoryTotal": 34359738368, + "memoryUsed": 34105671680, + "memoryFree": 254066688, + "memoryUsagePercent": 99.26056861877441, + "memoryEfficiency": 0.7394313812255859, + "cpuCount": 12, + "cpuLoad": 0.16031901041666666, + "platform": "darwin", + "uptime": 184159 + }, + { + "timestamp": 1764820167888, + "memoryTotal": 34359738368, + "memoryUsed": 34214199296, + "memoryFree": 145539072, + "memoryUsagePercent": 99.57642555236816, + "memoryEfficiency": 0.42357444763183594, + "cpuCount": 12, + "cpuLoad": 0.15437825520833334, + "platform": "darwin", + "uptime": 184189 + }, + { + "timestamp": 1764820197889, + "memoryTotal": 34359738368, + "memoryUsed": 34229501952, + "memoryFree": 130236416, + "memoryUsagePercent": 99.62096214294434, + "memoryEfficiency": 0.37903785705566406, + "cpuCount": 12, + "cpuLoad": 0.15283203125, + "platform": "darwin", + "uptime": 184219 + }, + { + "timestamp": 1764820227890, + "memoryTotal": 34359738368, + "memoryUsed": 34108719104, + "memoryFree": 251019264, + "memoryUsagePercent": 99.26943778991699, + "memoryEfficiency": 0.7305622100830078, + "cpuCount": 12, + "cpuLoad": 0.15836588541666666, + "platform": "darwin", + "uptime": 184249 + }, + { + "timestamp": 1764820257890, + "memoryTotal": 34359738368, + "memoryUsed": 34156412928, + "memoryFree": 203325440, + "memoryUsagePercent": 99.40824508666992, + "memoryEfficiency": 0.5917549133300781, + "cpuCount": 12, + "cpuLoad": 0.18717447916666666, + "platform": "darwin", + "uptime": 184279 + }, + { + "timestamp": 1764820287891, + "memoryTotal": 34359738368, + "memoryUsed": 34222030848, + "memoryFree": 137707520, + "memoryUsagePercent": 99.59921836853027, + "memoryEfficiency": 0.40078163146972656, + "cpuCount": 12, + "cpuLoad": 0.20320638020833334, + "platform": "darwin", + "uptime": 184309 + }, + { + "timestamp": 1764820317892, + "memoryTotal": 34359738368, + "memoryUsed": 34222915584, + "memoryFree": 136822784, + "memoryUsagePercent": 99.60179328918457, + "memoryEfficiency": 0.3982067108154297, + "cpuCount": 12, + "cpuLoad": 0.18965657552083334, + "platform": "darwin", + "uptime": 184339 + }, + { + "timestamp": 1764820347894, + "memoryTotal": 34359738368, + "memoryUsed": 34144321536, + "memoryFree": 215416832, + "memoryUsagePercent": 99.37305450439453, + "memoryEfficiency": 0.6269454956054688, + "cpuCount": 12, + "cpuLoad": 0.1776123046875, + "platform": "darwin", + "uptime": 184369 + }, + { + "timestamp": 1764820377895, + "memoryTotal": 34359738368, + "memoryUsed": 34158608384, + "memoryFree": 201129984, + "memoryUsagePercent": 99.41463470458984, + "memoryEfficiency": 0.5853652954101562, + "cpuCount": 12, + "cpuLoad": 0.19535319010416666, + "platform": "darwin", + "uptime": 184399 + }, + { + "timestamp": 1764820407895, + "memoryTotal": 34359738368, + "memoryUsed": 34197946368, + "memoryFree": 161792000, + "memoryUsagePercent": 99.52912330627441, + "memoryEfficiency": 0.47087669372558594, + "cpuCount": 12, + "cpuLoad": 0.19254557291666666, + "platform": "darwin", + "uptime": 184429 + }, + { + "timestamp": 1764820437897, + "memoryTotal": 34359738368, + "memoryUsed": 34117828608, + "memoryFree": 241909760, + "memoryUsagePercent": 99.29594993591309, + "memoryEfficiency": 0.7040500640869141, + "cpuCount": 12, + "cpuLoad": 0.14876302083333334, + "platform": "darwin", + "uptime": 184459 + }, + { + "timestamp": 1764820467898, + "memoryTotal": 34359738368, + "memoryUsed": 34269872128, + "memoryFree": 89866240, + "memoryUsagePercent": 99.73845481872559, + "memoryEfficiency": 0.26154518127441406, + "cpuCount": 12, + "cpuLoad": 0.13008626302083334, + "platform": "darwin", + "uptime": 184489 + }, + { + "timestamp": 1764820497899, + "memoryTotal": 34359738368, + "memoryUsed": 34212659200, + "memoryFree": 147079168, + "memoryUsagePercent": 99.57194328308105, + "memoryEfficiency": 0.4280567169189453, + "cpuCount": 12, + "cpuLoad": 0.20987955729166666, + "platform": "darwin", + "uptime": 184519 + }, + { + "timestamp": 1764820527901, + "memoryTotal": 34359738368, + "memoryUsed": 34186690560, + "memoryFree": 173047808, + "memoryUsagePercent": 99.49636459350586, + "memoryEfficiency": 0.5036354064941406, + "cpuCount": 12, + "cpuLoad": 0.289794921875, + "platform": "darwin", + "uptime": 184549 + }, + { + "timestamp": 1764820557902, + "memoryTotal": 34359738368, + "memoryUsed": 34223898624, + "memoryFree": 135839744, + "memoryUsagePercent": 99.60465431213379, + "memoryEfficiency": 0.39534568786621094, + "cpuCount": 12, + "cpuLoad": 0.20381673177083334, + "platform": "darwin", + "uptime": 184579 + }, + { + "timestamp": 1764820587903, + "memoryTotal": 34359738368, + "memoryUsed": 34131574784, + "memoryFree": 228163584, + "memoryUsagePercent": 99.33595657348633, + "memoryEfficiency": 0.6640434265136719, + "cpuCount": 12, + "cpuLoad": 0.181640625, + "platform": "darwin", + "uptime": 184609 + }, + { + "timestamp": 1764820617905, + "memoryTotal": 34359738368, + "memoryUsed": 34150088704, + "memoryFree": 209649664, + "memoryUsagePercent": 99.38983917236328, + "memoryEfficiency": 0.6101608276367188, + "cpuCount": 12, + "cpuLoad": 0.18721516927083334, + "platform": "darwin", + "uptime": 184639 + }, + { + "timestamp": 1764820647907, + "memoryTotal": 34359738368, + "memoryUsed": 34117369856, + "memoryFree": 242368512, + "memoryUsagePercent": 99.29461479187012, + "memoryEfficiency": 0.7053852081298828, + "cpuCount": 12, + "cpuLoad": 0.13167317708333334, + "platform": "darwin", + "uptime": 184669 + }, + { + "timestamp": 1764820677908, + "memoryTotal": 34359738368, + "memoryUsed": 34117779456, + "memoryFree": 241958912, + "memoryUsagePercent": 99.29580688476562, + "memoryEfficiency": 0.704193115234375, + "cpuCount": 12, + "cpuLoad": 0.11893717447916667, + "platform": "darwin", + "uptime": 184699 + }, + { + "timestamp": 1764820707909, + "memoryTotal": 34359738368, + "memoryUsed": 34155741184, + "memoryFree": 203997184, + "memoryUsagePercent": 99.40629005432129, + "memoryEfficiency": 0.5937099456787109, + "cpuCount": 12, + "cpuLoad": 0.1339111328125, + "platform": "darwin", + "uptime": 184729 + }, + { + "timestamp": 1764820737910, + "memoryTotal": 34359738368, + "memoryUsed": 34253438976, + "memoryFree": 106299392, + "memoryUsagePercent": 99.69062805175781, + "memoryEfficiency": 0.3093719482421875, + "cpuCount": 12, + "cpuLoad": 0.21341959635416666, + "platform": "darwin", + "uptime": 184759 + }, + { + "timestamp": 1764820767912, + "memoryTotal": 34359738368, + "memoryUsed": 34224291840, + "memoryFree": 135446528, + "memoryUsagePercent": 99.60579872131348, + "memoryEfficiency": 0.39420127868652344, + "cpuCount": 12, + "cpuLoad": 0.17626953125, + "platform": "darwin", + "uptime": 184789 + }, + { + "timestamp": 1764820797913, + "memoryTotal": 34359738368, + "memoryUsed": 34070560768, + "memoryFree": 289177600, + "memoryUsagePercent": 99.15838241577148, + "memoryEfficiency": 0.8416175842285156, + "cpuCount": 12, + "cpuLoad": 0.1561279296875, + "platform": "darwin", + "uptime": 184819 + }, + { + "timestamp": 1764820827914, + "memoryTotal": 34359738368, + "memoryUsed": 34243297280, + "memoryFree": 116441088, + "memoryUsagePercent": 99.66111183166504, + "memoryEfficiency": 0.33888816833496094, + "cpuCount": 12, + "cpuLoad": 0.12740071614583334, + "platform": "darwin", + "uptime": 184849 + }, + { + "timestamp": 1764820857915, + "memoryTotal": 34359738368, + "memoryUsed": 34144616448, + "memoryFree": 215121920, + "memoryUsagePercent": 99.3739128112793, + "memoryEfficiency": 0.6260871887207031, + "cpuCount": 12, + "cpuLoad": 0.10457356770833333, + "platform": "darwin", + "uptime": 184879 + }, + { + "timestamp": 1764820887915, + "memoryTotal": 34359738368, + "memoryUsed": 34250637312, + "memoryFree": 109101056, + "memoryUsagePercent": 99.68247413635254, + "memoryEfficiency": 0.31752586364746094, + "cpuCount": 12, + "cpuLoad": 0.126220703125, + "platform": "darwin", + "uptime": 184909 + }, + { + "timestamp": 1764820917916, + "memoryTotal": 34359738368, + "memoryUsed": 34228666368, + "memoryFree": 131072000, + "memoryUsagePercent": 99.6185302734375, + "memoryEfficiency": 0.3814697265625, + "cpuCount": 12, + "cpuLoad": 0.114501953125, + "platform": "darwin", + "uptime": 184939 + }, + { + "timestamp": 1764820947917, + "memoryTotal": 34359738368, + "memoryUsed": 33922727936, + "memoryFree": 437010432, + "memoryUsagePercent": 98.7281322479248, + "memoryEfficiency": 1.2718677520751953, + "cpuCount": 12, + "cpuLoad": 0.09073893229166667, + "platform": "darwin", + "uptime": 184969 + }, + { + "timestamp": 1764820977929, + "memoryTotal": 34359738368, + "memoryUsed": 34217984000, + "memoryFree": 141754368, + "memoryUsagePercent": 99.58744049072266, + "memoryEfficiency": 0.41255950927734375, + "cpuCount": 12, + "cpuLoad": 0.09940592447916667, + "platform": "darwin", + "uptime": 184999 + }, + { + "timestamp": 1764821007937, + "memoryTotal": 34359738368, + "memoryUsed": 34254716928, + "memoryFree": 105021440, + "memoryUsagePercent": 99.6943473815918, + "memoryEfficiency": 0.3056526184082031, + "cpuCount": 12, + "cpuLoad": 0.10892740885416667, + "platform": "darwin", + "uptime": 185029 + }, + { + "timestamp": 1764821037940, + "memoryTotal": 34359738368, + "memoryUsed": 34267348992, + "memoryFree": 92389376, + "memoryUsagePercent": 99.73111152648926, + "memoryEfficiency": 0.2688884735107422, + "cpuCount": 12, + "cpuLoad": 0.11409505208333333, + "platform": "darwin", + "uptime": 185059 + }, + { + "timestamp": 1764821067941, + "memoryTotal": 34359738368, + "memoryUsed": 34264399872, + "memoryFree": 95338496, + "memoryUsagePercent": 99.7225284576416, + "memoryEfficiency": 0.27747154235839844, + "cpuCount": 12, + "cpuLoad": 0.096923828125, + "platform": "darwin", + "uptime": 185089 + }, + { + "timestamp": 1764821097942, + "memoryTotal": 34359738368, + "memoryUsed": 34127249408, + "memoryFree": 232488960, + "memoryUsagePercent": 99.32336807250977, + "memoryEfficiency": 0.6766319274902344, + "cpuCount": 12, + "cpuLoad": 0.1219482421875, + "platform": "darwin", + "uptime": 185119 + }, + { + "timestamp": 1764821127943, + "memoryTotal": 34359738368, + "memoryUsed": 34278080512, + "memoryFree": 81657856, + "memoryUsagePercent": 99.76234436035156, + "memoryEfficiency": 0.2376556396484375, + "cpuCount": 12, + "cpuLoad": 0.18257649739583334, + "platform": "darwin", + "uptime": 185149 + }, + { + "timestamp": 1764821157945, + "memoryTotal": 34359738368, + "memoryUsed": 34266431488, + "memoryFree": 93306880, + "memoryUsagePercent": 99.72844123840332, + "memoryEfficiency": 0.2715587615966797, + "cpuCount": 12, + "cpuLoad": 0.15193684895833334, + "platform": "darwin", + "uptime": 185179 + }, + { + "timestamp": 1764821187946, + "memoryTotal": 34359738368, + "memoryUsed": 34269249536, + "memoryFree": 90488832, + "memoryUsagePercent": 99.73664283752441, + "memoryEfficiency": 0.26335716247558594, + "cpuCount": 12, + "cpuLoad": 0.12723795572916666, + "platform": "darwin", + "uptime": 185209 + }, + { + "timestamp": 1764821217946, + "memoryTotal": 34359738368, + "memoryUsed": 34281275392, + "memoryFree": 78462976, + "memoryUsagePercent": 99.77164268493652, + "memoryEfficiency": 0.22835731506347656, + "cpuCount": 12, + "cpuLoad": 0.10274251302083333, + "platform": "darwin", + "uptime": 185239 + }, + { + "timestamp": 1764821247946, + "memoryTotal": 34359738368, + "memoryUsed": 34287894528, + "memoryFree": 71843840, + "memoryUsagePercent": 99.79090690612793, + "memoryEfficiency": 0.2090930938720703, + "cpuCount": 12, + "cpuLoad": 0.09415690104166667, + "platform": "darwin", + "uptime": 185269 + }, + { + "timestamp": 1764821277948, + "memoryTotal": 34359738368, + "memoryUsed": 34261975040, + "memoryFree": 97763328, + "memoryUsagePercent": 99.7154712677002, + "memoryEfficiency": 0.2845287322998047, + "cpuCount": 12, + "cpuLoad": 0.1007080078125, + "platform": "darwin", + "uptime": 185299 + }, + { + "timestamp": 1764821307948, + "memoryTotal": 34359738368, + "memoryUsed": 34275377152, + "memoryFree": 84361216, + "memoryUsagePercent": 99.75447654724121, + "memoryEfficiency": 0.24552345275878906, + "cpuCount": 12, + "cpuLoad": 0.10933430989583333, + "platform": "darwin", + "uptime": 185329 + }, + { + "timestamp": 1764821337950, + "memoryTotal": 34359738368, + "memoryUsed": 34276360192, + "memoryFree": 83378176, + "memoryUsagePercent": 99.75733757019043, + "memoryEfficiency": 0.2426624298095703, + "cpuCount": 12, + "cpuLoad": 0.09781901041666667, + "platform": "darwin", + "uptime": 185359 + }, + { + "timestamp": 1764821367951, + "memoryTotal": 34359738368, + "memoryUsed": 34192703488, + "memoryFree": 167034880, + "memoryUsagePercent": 99.51386451721191, + "memoryEfficiency": 0.48613548278808594, + "cpuCount": 12, + "cpuLoad": 0.12935384114583334, + "platform": "darwin", + "uptime": 185389 + }, + { + "timestamp": 1764821397952, + "memoryTotal": 34359738368, + "memoryUsed": 34259943424, + "memoryFree": 99794944, + "memoryUsagePercent": 99.70955848693848, + "memoryEfficiency": 0.29044151306152344, + "cpuCount": 12, + "cpuLoad": 0.17447916666666666, + "platform": "darwin", + "uptime": 185419 + }, + { + "timestamp": 1764821427953, + "memoryTotal": 34359738368, + "memoryUsed": 34235449344, + "memoryFree": 124289024, + "memoryUsagePercent": 99.63827133178711, + "memoryEfficiency": 0.3617286682128906, + "cpuCount": 12, + "cpuLoad": 0.15372721354166666, + "platform": "darwin", + "uptime": 185449 + }, + { + "timestamp": 1764821457954, + "memoryTotal": 34359738368, + "memoryUsed": 34154004480, + "memoryFree": 205733888, + "memoryUsagePercent": 99.40123558044434, + "memoryEfficiency": 0.5987644195556641, + "cpuCount": 12, + "cpuLoad": 0.19217936197916666, + "platform": "darwin", + "uptime": 185479 + }, + { + "timestamp": 1764821487956, + "memoryTotal": 34359738368, + "memoryUsed": 34218934272, + "memoryFree": 140804096, + "memoryUsagePercent": 99.59020614624023, + "memoryEfficiency": 0.4097938537597656, + "cpuCount": 12, + "cpuLoad": 0.24214680989583334, + "platform": "darwin", + "uptime": 185509 + }, + { + "timestamp": 1764821517958, + "memoryTotal": 34359738368, + "memoryUsed": 34055192576, + "memoryFree": 304545792, + "memoryUsagePercent": 99.11365509033203, + "memoryEfficiency": 0.8863449096679688, + "cpuCount": 12, + "cpuLoad": 0.23726399739583334, + "platform": "darwin", + "uptime": 185539 + }, + { + "timestamp": 1764821547960, + "memoryTotal": 34359738368, + "memoryUsed": 34281537536, + "memoryFree": 78200832, + "memoryUsagePercent": 99.77240562438965, + "memoryEfficiency": 0.22759437561035156, + "cpuCount": 12, + "cpuLoad": 0.250732421875, + "platform": "darwin", + "uptime": 185569 + }, + { + "timestamp": 1764821577961, + "memoryTotal": 34359738368, + "memoryUsed": 34281766912, + "memoryFree": 77971456, + "memoryUsagePercent": 99.77307319641113, + "memoryEfficiency": 0.2269268035888672, + "cpuCount": 12, + "cpuLoad": 0.17289225260416666, + "platform": "darwin", + "uptime": 185599 + }, + { + "timestamp": 1764821607962, + "memoryTotal": 34359738368, + "memoryUsed": 34254094336, + "memoryFree": 105644032, + "memoryUsagePercent": 99.69253540039062, + "memoryEfficiency": 0.307464599609375, + "cpuCount": 12, + "cpuLoad": 0.1435546875, + "platform": "darwin", + "uptime": 185629 + }, + { + "timestamp": 1764821637964, + "memoryTotal": 34359738368, + "memoryUsed": 34224685056, + "memoryFree": 135053312, + "memoryUsagePercent": 99.60694313049316, + "memoryEfficiency": 0.39305686950683594, + "cpuCount": 12, + "cpuLoad": 0.21333821614583334, + "platform": "darwin", + "uptime": 185659 + }, + { + "timestamp": 1764821667965, + "memoryTotal": 34359738368, + "memoryUsed": 34241658880, + "memoryFree": 118079488, + "memoryUsagePercent": 99.65634346008301, + "memoryEfficiency": 0.3436565399169922, + "cpuCount": 12, + "cpuLoad": 0.2208251953125, + "platform": "darwin", + "uptime": 185689 + }, + { + "timestamp": 1764821697967, + "memoryTotal": 34359738368, + "memoryUsed": 34071642112, + "memoryFree": 288096256, + "memoryUsagePercent": 99.16152954101562, + "memoryEfficiency": 0.838470458984375, + "cpuCount": 12, + "cpuLoad": 0.1668701171875, + "platform": "darwin", + "uptime": 185719 + }, + { + "timestamp": 1764821727968, + "memoryTotal": 34359738368, + "memoryUsed": 34103328768, + "memoryFree": 256409600, + "memoryUsagePercent": 99.25374984741211, + "memoryEfficiency": 0.7462501525878906, + "cpuCount": 12, + "cpuLoad": 0.13936360677083334, + "platform": "darwin", + "uptime": 185749 + }, + { + "timestamp": 1764821757969, + "memoryTotal": 34359738368, + "memoryUsed": 34260959232, + "memoryFree": 98779136, + "memoryUsagePercent": 99.71251487731934, + "memoryEfficiency": 0.28748512268066406, + "cpuCount": 12, + "cpuLoad": 0.14420572916666666, + "platform": "darwin", + "uptime": 185779 + }, + { + "timestamp": 1764821787971, + "memoryTotal": 34359738368, + "memoryUsed": 33994326016, + "memoryFree": 365412352, + "memoryUsagePercent": 98.93651008605957, + "memoryEfficiency": 1.0634899139404297, + "cpuCount": 12, + "cpuLoad": 0.180908203125, + "platform": "darwin", + "uptime": 185809 + }, + { + "timestamp": 1764821817973, + "memoryTotal": 34359738368, + "memoryUsed": 33829961728, + "memoryFree": 529776640, + "memoryUsagePercent": 98.4581470489502, + "memoryEfficiency": 1.5418529510498047, + "cpuCount": 12, + "cpuLoad": 0.18477376302083334, + "platform": "darwin", + "uptime": 185839 + }, + { + "timestamp": 1764821847974, + "memoryTotal": 34359738368, + "memoryUsed": 34185347072, + "memoryFree": 174391296, + "memoryUsagePercent": 99.4924545288086, + "memoryEfficiency": 0.5075454711914062, + "cpuCount": 12, + "cpuLoad": 0.205810546875, + "platform": "darwin", + "uptime": 185869 + }, + { + "timestamp": 1764821877975, + "memoryTotal": 34359738368, + "memoryUsed": 34291793920, + "memoryFree": 67944448, + "memoryUsagePercent": 99.80225563049316, + "memoryEfficiency": 0.19774436950683594, + "cpuCount": 12, + "cpuLoad": 0.2047119140625, + "platform": "darwin", + "uptime": 185899 + }, + { + "timestamp": 1764821907975, + "memoryTotal": 34359738368, + "memoryUsed": 34247507968, + "memoryFree": 112230400, + "memoryUsagePercent": 99.67336654663086, + "memoryEfficiency": 0.3266334533691406, + "cpuCount": 12, + "cpuLoad": 0.2829996744791667, + "platform": "darwin", + "uptime": 185929 + }, + { + "timestamp": 1764821937977, + "memoryTotal": 34359738368, + "memoryUsed": 34287452160, + "memoryFree": 72286208, + "memoryUsagePercent": 99.78961944580078, + "memoryEfficiency": 0.21038055419921875, + "cpuCount": 12, + "cpuLoad": 0.245361328125, + "platform": "darwin", + "uptime": 185959 + }, + { + "timestamp": 1764821967977, + "memoryTotal": 34359738368, + "memoryUsed": 34215641088, + "memoryFree": 144097280, + "memoryUsagePercent": 99.58062171936035, + "memoryEfficiency": 0.41937828063964844, + "cpuCount": 12, + "cpuLoad": 0.19873046875, + "platform": "darwin", + "uptime": 185989 + }, + { + "timestamp": 1764821997979, + "memoryTotal": 34359738368, + "memoryUsed": 34297872384, + "memoryFree": 61865984, + "memoryUsagePercent": 99.8199462890625, + "memoryEfficiency": 0.1800537109375, + "cpuCount": 12, + "cpuLoad": 0.2506510416666667, + "platform": "darwin", + "uptime": 186019 + }, + { + "timestamp": 1764822027981, + "memoryTotal": 34359738368, + "memoryUsed": 34294874112, + "memoryFree": 64864256, + "memoryUsagePercent": 99.81122016906738, + "memoryEfficiency": 0.1887798309326172, + "cpuCount": 12, + "cpuLoad": 0.23828125, + "platform": "darwin", + "uptime": 186049 + }, + { + "timestamp": 1764822057981, + "memoryTotal": 34359738368, + "memoryUsed": 34268659712, + "memoryFree": 91078656, + "memoryUsagePercent": 99.73492622375488, + "memoryEfficiency": 0.2650737762451172, + "cpuCount": 12, + "cpuLoad": 0.2242431640625, + "platform": "darwin", + "uptime": 186079 + }, + { + "timestamp": 1764822087982, + "memoryTotal": 34359738368, + "memoryUsed": 34270494720, + "memoryFree": 89243648, + "memoryUsagePercent": 99.74026679992676, + "memoryEfficiency": 0.2597332000732422, + "cpuCount": 12, + "cpuLoad": 0.2081298828125, + "platform": "darwin", + "uptime": 186109 + }, + { + "timestamp": 1764822117982, + "memoryTotal": 34359738368, + "memoryUsed": 34260664320, + "memoryFree": 99074048, + "memoryUsagePercent": 99.71165657043457, + "memoryEfficiency": 0.2883434295654297, + "cpuCount": 12, + "cpuLoad": 0.22355143229166666, + "platform": "darwin", + "uptime": 186139 + }, + { + "timestamp": 1764822147984, + "memoryTotal": 34359738368, + "memoryUsed": 34281504768, + "memoryFree": 78233600, + "memoryUsagePercent": 99.77231025695801, + "memoryEfficiency": 0.2276897430419922, + "cpuCount": 12, + "cpuLoad": 0.20780436197916666, + "platform": "darwin", + "uptime": 186169 + }, + { + "timestamp": 1764822177984, + "memoryTotal": 34359738368, + "memoryUsed": 34238660608, + "memoryFree": 121077760, + "memoryUsagePercent": 99.64761734008789, + "memoryEfficiency": 0.3523826599121094, + "cpuCount": 12, + "cpuLoad": 0.14676920572916666, + "platform": "darwin", + "uptime": 186199 + }, + { + "timestamp": 1764822207985, + "memoryTotal": 34359738368, + "memoryUsed": 33799520256, + "memoryFree": 560218112, + "memoryUsagePercent": 98.36955070495605, + "memoryEfficiency": 1.6304492950439453, + "cpuCount": 12, + "cpuLoad": 0.11739095052083333, + "platform": "darwin", + "uptime": 186229 + }, + { + "timestamp": 1764822237987, + "memoryTotal": 34359738368, + "memoryUsed": 34264449024, + "memoryFree": 95289344, + "memoryUsagePercent": 99.72267150878906, + "memoryEfficiency": 0.2773284912109375, + "cpuCount": 12, + "cpuLoad": 0.1505126953125, + "platform": "darwin", + "uptime": 186259 + }, + { + "timestamp": 1764822267992, + "memoryTotal": 34359738368, + "memoryUsed": 33939292160, + "memoryFree": 420446208, + "memoryUsagePercent": 98.77634048461914, + "memoryEfficiency": 1.2236595153808594, + "cpuCount": 12, + "cpuLoad": 0.2431640625, + "platform": "darwin", + "uptime": 186289 + }, + { + "timestamp": 1764822297992, + "memoryTotal": 34359738368, + "memoryUsed": 34244198400, + "memoryFree": 115539968, + "memoryUsagePercent": 99.66373443603516, + "memoryEfficiency": 0.33626556396484375, + "cpuCount": 12, + "cpuLoad": 0.3882242838541667, + "platform": "darwin", + "uptime": 186319 + }, + { + "timestamp": 1764822327993, + "memoryTotal": 34359738368, + "memoryUsed": 33952120832, + "memoryFree": 407617536, + "memoryUsagePercent": 98.81367683410645, + "memoryEfficiency": 1.1863231658935547, + "cpuCount": 12, + "cpuLoad": 0.3291829427083333, + "platform": "darwin", + "uptime": 186349 + }, + { + "timestamp": 1764822357995, + "memoryTotal": 34359738368, + "memoryUsed": 34246803456, + "memoryFree": 112934912, + "memoryUsagePercent": 99.67131614685059, + "memoryEfficiency": 0.32868385314941406, + "cpuCount": 12, + "cpuLoad": 0.28076171875, + "platform": "darwin", + "uptime": 186379 + }, + { + "timestamp": 1764822387997, + "memoryTotal": 34359738368, + "memoryUsed": 34158510080, + "memoryFree": 201228288, + "memoryUsagePercent": 99.41434860229492, + "memoryEfficiency": 0.5856513977050781, + "cpuCount": 12, + "cpuLoad": 0.21870930989583334, + "platform": "darwin", + "uptime": 186409 + }, + { + "timestamp": 1764822417999, + "memoryTotal": 34359738368, + "memoryUsed": 34283225088, + "memoryFree": 76513280, + "memoryUsagePercent": 99.77731704711914, + "memoryEfficiency": 0.22268295288085938, + "cpuCount": 12, + "cpuLoad": 0.16866048177083334, + "platform": "darwin", + "uptime": 186439 + }, + { + "timestamp": 1764822448000, + "memoryTotal": 34359738368, + "memoryUsed": 34053685248, + "memoryFree": 306053120, + "memoryUsagePercent": 99.10926818847656, + "memoryEfficiency": 0.8907318115234375, + "cpuCount": 12, + "cpuLoad": 0.1636962890625, + "platform": "darwin", + "uptime": 186470 + }, + { + "timestamp": 1764822478002, + "memoryTotal": 34359738368, + "memoryUsed": 34244362240, + "memoryFree": 115376128, + "memoryUsagePercent": 99.66421127319336, + "memoryEfficiency": 0.3357887268066406, + "cpuCount": 12, + "cpuLoad": 0.203125, + "platform": "darwin", + "uptime": 186500 + }, + { + "timestamp": 1764822508002, + "memoryTotal": 34359738368, + "memoryUsed": 34246492160, + "memoryFree": 113246208, + "memoryUsagePercent": 99.67041015625, + "memoryEfficiency": 0.32958984375, + "cpuCount": 12, + "cpuLoad": 0.13887532552083334, + "platform": "darwin", + "uptime": 186530 + }, + { + "timestamp": 1764822538003, + "memoryTotal": 34359738368, + "memoryUsed": 34262351872, + "memoryFree": 97386496, + "memoryUsagePercent": 99.71656799316406, + "memoryEfficiency": 0.2834320068359375, + "cpuCount": 12, + "cpuLoad": 0.0941162109375, + "platform": "darwin", + "uptime": 186560 + }, + { + "timestamp": 1764822568004, + "memoryTotal": 34359738368, + "memoryUsed": 34063138816, + "memoryFree": 296599552, + "memoryUsagePercent": 99.13678169250488, + "memoryEfficiency": 0.8632183074951172, + "cpuCount": 12, + "cpuLoad": 0.1201171875, + "platform": "darwin", + "uptime": 186590 + }, + { + "timestamp": 1764822598006, + "memoryTotal": 34359738368, + "memoryUsed": 34294743040, + "memoryFree": 64995328, + "memoryUsagePercent": 99.81083869934082, + "memoryEfficiency": 0.1891613006591797, + "cpuCount": 12, + "cpuLoad": 0.09488932291666667, + "platform": "darwin", + "uptime": 186620 + }, + { + "timestamp": 1764822628007, + "memoryTotal": 34359738368, + "memoryUsed": 34241937408, + "memoryFree": 117800960, + "memoryUsagePercent": 99.65715408325195, + "memoryEfficiency": 0.3428459167480469, + "cpuCount": 12, + "cpuLoad": 0.08695475260416667, + "platform": "darwin", + "uptime": 186650 + }, + { + "timestamp": 1764822658009, + "memoryTotal": 34359738368, + "memoryUsed": 34158804992, + "memoryFree": 200933376, + "memoryUsagePercent": 99.41520690917969, + "memoryEfficiency": 0.5847930908203125, + "cpuCount": 12, + "cpuLoad": 0.08349609375, + "platform": "darwin", + "uptime": 186680 + }, + { + "timestamp": 1764822688011, + "memoryTotal": 34359738368, + "memoryUsed": 34252390400, + "memoryFree": 107347968, + "memoryUsagePercent": 99.68757629394531, + "memoryEfficiency": 0.3124237060546875, + "cpuCount": 12, + "cpuLoad": 0.19038899739583334, + "platform": "darwin", + "uptime": 186710 + }, + { + "timestamp": 1764822718012, + "memoryTotal": 34359738368, + "memoryUsed": 34262024192, + "memoryFree": 97714176, + "memoryUsagePercent": 99.71561431884766, + "memoryEfficiency": 0.28438568115234375, + "cpuCount": 12, + "cpuLoad": 0.16524251302083334, + "platform": "darwin", + "uptime": 186740 + }, + { + "timestamp": 1764822748012, + "memoryTotal": 34359738368, + "memoryUsed": 34088960000, + "memoryFree": 270778368, + "memoryUsagePercent": 99.2119312286377, + "memoryEfficiency": 0.7880687713623047, + "cpuCount": 12, + "cpuLoad": 0.14188639322916666, + "platform": "darwin", + "uptime": 186770 + }, + { + "timestamp": 1764822778012, + "memoryTotal": 34359738368, + "memoryUsed": 34287878144, + "memoryFree": 71860224, + "memoryUsagePercent": 99.79085922241211, + "memoryEfficiency": 0.20914077758789062, + "cpuCount": 12, + "cpuLoad": 0.12931315104166666, + "platform": "darwin", + "uptime": 186800 + }, + { + "timestamp": 1764822808014, + "memoryTotal": 34359738368, + "memoryUsed": 34258550784, + "memoryFree": 101187584, + "memoryUsagePercent": 99.70550537109375, + "memoryEfficiency": 0.29449462890625, + "cpuCount": 12, + "cpuLoad": 0.12736002604166666, + "platform": "darwin", + "uptime": 186830 + }, + { + "timestamp": 1764822838016, + "memoryTotal": 34359738368, + "memoryUsed": 34288435200, + "memoryFree": 71303168, + "memoryUsagePercent": 99.79248046875, + "memoryEfficiency": 0.20751953125, + "cpuCount": 12, + "cpuLoad": 0.12276204427083333, + "platform": "darwin", + "uptime": 186860 + }, + { + "timestamp": 1764822868019, + "memoryTotal": 34359738368, + "memoryUsed": 34049720320, + "memoryFree": 310018048, + "memoryUsagePercent": 99.09772872924805, + "memoryEfficiency": 0.9022712707519531, + "cpuCount": 12, + "cpuLoad": 0.18729654947916666, + "platform": "darwin", + "uptime": 186890 + }, + { + "timestamp": 1764822898020, + "memoryTotal": 34359738368, + "memoryUsed": 33364901888, + "memoryFree": 994836480, + "memoryUsagePercent": 97.10464477539062, + "memoryEfficiency": 2.895355224609375, + "cpuCount": 12, + "cpuLoad": 0.17073567708333334, + "platform": "darwin", + "uptime": 186920 + }, + { + "timestamp": 1764822928021, + "memoryTotal": 34359738368, + "memoryUsed": 33744044032, + "memoryFree": 615694336, + "memoryUsagePercent": 98.20809364318848, + "memoryEfficiency": 1.7919063568115234, + "cpuCount": 12, + "cpuLoad": 0.12874348958333334, + "platform": "darwin", + "uptime": 186950 + }, + { + "timestamp": 1764822958022, + "memoryTotal": 34359738368, + "memoryUsed": 34110013440, + "memoryFree": 249724928, + "memoryUsagePercent": 99.2732048034668, + "memoryEfficiency": 0.7267951965332031, + "cpuCount": 12, + "cpuLoad": 0.16752115885416666, + "platform": "darwin", + "uptime": 186980 + }, + { + "timestamp": 1764822988022, + "memoryTotal": 34359738368, + "memoryUsed": 33764032512, + "memoryFree": 595705856, + "memoryUsagePercent": 98.26626777648926, + "memoryEfficiency": 1.7337322235107422, + "cpuCount": 12, + "cpuLoad": 0.3875325520833333, + "platform": "darwin", + "uptime": 187010 + }, + { + "timestamp": 1764823018024, + "memoryTotal": 34359738368, + "memoryUsed": 34144616448, + "memoryFree": 215121920, + "memoryUsagePercent": 99.3739128112793, + "memoryEfficiency": 0.6260871887207031, + "cpuCount": 12, + "cpuLoad": 0.2803955078125, + "platform": "darwin", + "uptime": 187040 + }, + { + "timestamp": 1764823048025, + "memoryTotal": 34359738368, + "memoryUsed": 34266824704, + "memoryFree": 92913664, + "memoryUsagePercent": 99.72958564758301, + "memoryEfficiency": 0.2704143524169922, + "cpuCount": 12, + "cpuLoad": 0.25, + "platform": "darwin", + "uptime": 187070 + }, + { + "timestamp": 1764823078026, + "memoryTotal": 34359738368, + "memoryUsed": 34243035136, + "memoryFree": 116703232, + "memoryUsagePercent": 99.66034889221191, + "memoryEfficiency": 0.33965110778808594, + "cpuCount": 12, + "cpuLoad": 0.4665934244791667, + "platform": "darwin", + "uptime": 187100 + }, + { + "timestamp": 1764823108028, + "memoryTotal": 34359738368, + "memoryUsed": 34222555136, + "memoryFree": 137183232, + "memoryUsagePercent": 99.60074424743652, + "memoryEfficiency": 0.39925575256347656, + "cpuCount": 12, + "cpuLoad": 0.3116455078125, + "platform": "darwin", + "uptime": 187130 + }, + { + "timestamp": 1764823138029, + "memoryTotal": 34359738368, + "memoryUsed": 34196176896, + "memoryFree": 163561472, + "memoryUsagePercent": 99.52397346496582, + "memoryEfficiency": 0.4760265350341797, + "cpuCount": 12, + "cpuLoad": 0.2535807291666667, + "platform": "darwin", + "uptime": 187160 + }, + { + "timestamp": 1764823168030, + "memoryTotal": 34359738368, + "memoryUsed": 34251177984, + "memoryFree": 108560384, + "memoryUsagePercent": 99.68404769897461, + "memoryEfficiency": 0.3159523010253906, + "cpuCount": 12, + "cpuLoad": 0.230712890625, + "platform": "darwin", + "uptime": 187190 + }, + { + "timestamp": 1764823198032, + "memoryTotal": 34359738368, + "memoryUsed": 34237546496, + "memoryFree": 122191872, + "memoryUsagePercent": 99.64437484741211, + "memoryEfficiency": 0.3556251525878906, + "cpuCount": 12, + "cpuLoad": 0.2549641927083333, + "platform": "darwin", + "uptime": 187220 + }, + { + "timestamp": 1764823228033, + "memoryTotal": 34359738368, + "memoryUsed": 34282520576, + "memoryFree": 77217792, + "memoryUsagePercent": 99.77526664733887, + "memoryEfficiency": 0.2247333526611328, + "cpuCount": 12, + "cpuLoad": 0.22920735677083334, + "platform": "darwin", + "uptime": 187250 + }, + { + "timestamp": 1764823258034, + "memoryTotal": 34359738368, + "memoryUsed": 34232991744, + "memoryFree": 126746624, + "memoryUsagePercent": 99.63111877441406, + "memoryEfficiency": 0.3688812255859375, + "cpuCount": 12, + "cpuLoad": 0.18717447916666666, + "platform": "darwin", + "uptime": 187280 + }, + { + "timestamp": 1764823288036, + "memoryTotal": 34359738368, + "memoryUsed": 34224832512, + "memoryFree": 134905856, + "memoryUsagePercent": 99.60737228393555, + "memoryEfficiency": 0.3926277160644531, + "cpuCount": 12, + "cpuLoad": 0.18302408854166666, + "platform": "darwin", + "uptime": 187310 + }, + { + "timestamp": 1764823318037, + "memoryTotal": 34359738368, + "memoryUsed": 34223177728, + "memoryFree": 136560640, + "memoryUsagePercent": 99.6025562286377, + "memoryEfficiency": 0.3974437713623047, + "cpuCount": 12, + "cpuLoad": 0.16532389322916666, + "platform": "darwin", + "uptime": 187340 + }, + { + "timestamp": 1764823348038, + "memoryTotal": 34359738368, + "memoryUsed": 34130493440, + "memoryFree": 229244928, + "memoryUsagePercent": 99.33280944824219, + "memoryEfficiency": 0.6671905517578125, + "cpuCount": 12, + "cpuLoad": 0.14306640625, + "platform": "darwin", + "uptime": 187370 + }, + { + "timestamp": 1764823378039, + "memoryTotal": 34359738368, + "memoryUsed": 34239135744, + "memoryFree": 120602624, + "memoryUsagePercent": 99.64900016784668, + "memoryEfficiency": 0.3509998321533203, + "cpuCount": 12, + "cpuLoad": 0.167724609375, + "platform": "darwin", + "uptime": 187400 + }, + { + "timestamp": 1764823408040, + "memoryTotal": 34359738368, + "memoryUsed": 34271625216, + "memoryFree": 88113152, + "memoryUsagePercent": 99.74355697631836, + "memoryEfficiency": 0.2564430236816406, + "cpuCount": 12, + "cpuLoad": 0.1600341796875, + "platform": "darwin", + "uptime": 187430 + }, + { + "timestamp": 1764823438042, + "memoryTotal": 34359738368, + "memoryUsed": 34177482752, + "memoryFree": 182255616, + "memoryUsagePercent": 99.46956634521484, + "memoryEfficiency": 0.5304336547851562, + "cpuCount": 12, + "cpuLoad": 0.14554850260416666, + "platform": "darwin", + "uptime": 187460 + }, + { + "timestamp": 1764823468043, + "memoryTotal": 34359738368, + "memoryUsed": 34205761536, + "memoryFree": 153976832, + "memoryUsagePercent": 99.5518684387207, + "memoryEfficiency": 0.4481315612792969, + "cpuCount": 12, + "cpuLoad": 0.1376953125, + "platform": "darwin", + "uptime": 187490 + }, + { + "timestamp": 1764823498044, + "memoryTotal": 34359738368, + "memoryUsed": 34102312960, + "memoryFree": 257425408, + "memoryUsagePercent": 99.25079345703125, + "memoryEfficiency": 0.74920654296875, + "cpuCount": 12, + "cpuLoad": 0.13960774739583334, + "platform": "darwin", + "uptime": 187520 + }, + { + "timestamp": 1764823528046, + "memoryTotal": 34359738368, + "memoryUsed": 34197438464, + "memoryFree": 162299904, + "memoryUsagePercent": 99.52764511108398, + "memoryEfficiency": 0.4723548889160156, + "cpuCount": 12, + "cpuLoad": 0.18229166666666666, + "platform": "darwin", + "uptime": 187550 + }, + { + "timestamp": 1764823558046, + "memoryTotal": 34359738368, + "memoryUsed": 34151366656, + "memoryFree": 208371712, + "memoryUsagePercent": 99.39355850219727, + "memoryEfficiency": 0.6064414978027344, + "cpuCount": 12, + "cpuLoad": 0.19112141927083334, + "platform": "darwin", + "uptime": 187580 + }, + { + "timestamp": 1764823588048, + "memoryTotal": 34359738368, + "memoryUsed": 34101395456, + "memoryFree": 258342912, + "memoryUsagePercent": 99.24812316894531, + "memoryEfficiency": 0.7518768310546875, + "cpuCount": 12, + "cpuLoad": 0.19283040364583334, + "platform": "darwin", + "uptime": 187610 + }, + { + "timestamp": 1764823618049, + "memoryTotal": 34359738368, + "memoryUsed": 34150973440, + "memoryFree": 208764928, + "memoryUsagePercent": 99.39241409301758, + "memoryEfficiency": 0.6075859069824219, + "cpuCount": 12, + "cpuLoad": 0.1829833984375, + "platform": "darwin", + "uptime": 187640 + }, + { + "timestamp": 1764823648050, + "memoryTotal": 34359738368, + "memoryUsed": 34069725184, + "memoryFree": 290013184, + "memoryUsagePercent": 99.15595054626465, + "memoryEfficiency": 0.8440494537353516, + "cpuCount": 12, + "cpuLoad": 0.2566324869791667, + "platform": "darwin", + "uptime": 187670 + }, + { + "timestamp": 1764823678051, + "memoryTotal": 34359738368, + "memoryUsed": 34161475584, + "memoryFree": 198262784, + "memoryUsagePercent": 99.4229793548584, + "memoryEfficiency": 0.5770206451416016, + "cpuCount": 12, + "cpuLoad": 0.23697916666666666, + "platform": "darwin", + "uptime": 187700 + }, + { + "timestamp": 1764823708052, + "memoryTotal": 34359738368, + "memoryUsed": 34235203584, + "memoryFree": 124534784, + "memoryUsagePercent": 99.6375560760498, + "memoryEfficiency": 0.3624439239501953, + "cpuCount": 12, + "cpuLoad": 0.2110595703125, + "platform": "darwin", + "uptime": 187730 + }, + { + "timestamp": 1764823738053, + "memoryTotal": 34359738368, + "memoryUsed": 34067021824, + "memoryFree": 292716544, + "memoryUsagePercent": 99.1480827331543, + "memoryEfficiency": 0.8519172668457031, + "cpuCount": 12, + "cpuLoad": 0.2342529296875, + "platform": "darwin", + "uptime": 187760 + }, + { + "timestamp": 1764823768054, + "memoryTotal": 34359738368, + "memoryUsed": 34264629248, + "memoryFree": 95109120, + "memoryUsagePercent": 99.72319602966309, + "memoryEfficiency": 0.27680397033691406, + "cpuCount": 12, + "cpuLoad": 0.2663981119791667, + "platform": "darwin", + "uptime": 187790 + }, + { + "timestamp": 1764823798056, + "memoryTotal": 34359738368, + "memoryUsed": 33947336704, + "memoryFree": 412401664, + "memoryUsagePercent": 98.79975318908691, + "memoryEfficiency": 1.200246810913086, + "cpuCount": 12, + "cpuLoad": 0.19112141927083334, + "platform": "darwin", + "uptime": 187820 + }, + { + "timestamp": 1764823828057, + "memoryTotal": 34359738368, + "memoryUsed": 34229944320, + "memoryFree": 129794048, + "memoryUsagePercent": 99.62224960327148, + "memoryEfficiency": 0.3777503967285156, + "cpuCount": 12, + "cpuLoad": 0.19856770833333334, + "platform": "darwin", + "uptime": 187850 + }, + { + "timestamp": 1764823858058, + "memoryTotal": 34359738368, + "memoryUsed": 34298396672, + "memoryFree": 61341696, + "memoryUsagePercent": 99.82147216796875, + "memoryEfficiency": 0.17852783203125, + "cpuCount": 12, + "cpuLoad": 0.2599283854166667, + "platform": "darwin", + "uptime": 187880 + }, + { + "timestamp": 1764823888059, + "memoryTotal": 34359738368, + "memoryUsed": 34147008512, + "memoryFree": 212729856, + "memoryUsagePercent": 99.38087463378906, + "memoryEfficiency": 0.6191253662109375, + "cpuCount": 12, + "cpuLoad": 0.2771402994791667, + "platform": "darwin", + "uptime": 187910 + }, + { + "timestamp": 1764823918061, + "memoryTotal": 34359738368, + "memoryUsed": 34221490176, + "memoryFree": 138248192, + "memoryUsagePercent": 99.5976448059082, + "memoryEfficiency": 0.4023551940917969, + "cpuCount": 12, + "cpuLoad": 0.2840169270833333, + "platform": "darwin", + "uptime": 187940 + }, + { + "timestamp": 1764823948062, + "memoryTotal": 34359738368, + "memoryUsed": 34201960448, + "memoryFree": 157777920, + "memoryUsagePercent": 99.54080581665039, + "memoryEfficiency": 0.4591941833496094, + "cpuCount": 12, + "cpuLoad": 0.22806803385416666, + "platform": "darwin", + "uptime": 187970 + }, + { + "timestamp": 1764823978066, + "memoryTotal": 34359738368, + "memoryUsed": 34176745472, + "memoryFree": 182992896, + "memoryUsagePercent": 99.46742057800293, + "memoryEfficiency": 0.5325794219970703, + "cpuCount": 12, + "cpuLoad": 0.2594401041666667, + "platform": "darwin", + "uptime": 188000 + }, + { + "timestamp": 1764824008068, + "memoryTotal": 34359738368, + "memoryUsed": 34129723392, + "memoryFree": 230014976, + "memoryUsagePercent": 99.33056831359863, + "memoryEfficiency": 0.6694316864013672, + "cpuCount": 12, + "cpuLoad": 0.2493896484375, + "platform": "darwin", + "uptime": 188030 + }, + { + "timestamp": 1764824038068, + "memoryTotal": 34359738368, + "memoryUsed": 34166456320, + "memoryFree": 193282048, + "memoryUsagePercent": 99.43747520446777, + "memoryEfficiency": 0.5625247955322266, + "cpuCount": 12, + "cpuLoad": 0.2652994791666667, + "platform": "darwin", + "uptime": 188060 + }, + { + "timestamp": 1764824068070, + "memoryTotal": 34359738368, + "memoryUsed": 34282110976, + "memoryFree": 77627392, + "memoryUsagePercent": 99.77407455444336, + "memoryEfficiency": 0.22592544555664062, + "cpuCount": 12, + "cpuLoad": 0.2987467447916667, + "platform": "darwin", + "uptime": 188090 + }, + { + "timestamp": 1764824098071, + "memoryTotal": 34359738368, + "memoryUsed": 34129428480, + "memoryFree": 230309888, + "memoryUsagePercent": 99.32971000671387, + "memoryEfficiency": 0.6702899932861328, + "cpuCount": 12, + "cpuLoad": 0.3067626953125, + "platform": "darwin", + "uptime": 188120 + }, + { + "timestamp": 1764824128071, + "memoryTotal": 34359738368, + "memoryUsed": 34134966272, + "memoryFree": 224772096, + "memoryUsagePercent": 99.34582710266113, + "memoryEfficiency": 0.6541728973388672, + "cpuCount": 12, + "cpuLoad": 0.2931722005208333, + "platform": "darwin", + "uptime": 188150 + }, + { + "timestamp": 1764824158071, + "memoryTotal": 34359738368, + "memoryUsed": 34092302336, + "memoryFree": 267436032, + "memoryUsagePercent": 99.22165870666504, + "memoryEfficiency": 0.7783412933349609, + "cpuCount": 12, + "cpuLoad": 0.2877604166666667, + "platform": "darwin", + "uptime": 188180 + }, + { + "timestamp": 1764824188073, + "memoryTotal": 34359738368, + "memoryUsed": 34224308224, + "memoryFree": 135430144, + "memoryUsagePercent": 99.6058464050293, + "memoryEfficiency": 0.3941535949707031, + "cpuCount": 12, + "cpuLoad": 0.23868815104166666, + "platform": "darwin", + "uptime": 188210 + }, + { + "timestamp": 1764824218075, + "memoryTotal": 34359738368, + "memoryUsed": 34191491072, + "memoryFree": 168247296, + "memoryUsagePercent": 99.51033592224121, + "memoryEfficiency": 0.48966407775878906, + "cpuCount": 12, + "cpuLoad": 0.3074137369791667, + "platform": "darwin", + "uptime": 188240 + }, + { + "timestamp": 1764824248077, + "memoryTotal": 34359738368, + "memoryUsed": 34262794240, + "memoryFree": 96944128, + "memoryUsagePercent": 99.71785545349121, + "memoryEfficiency": 0.28214454650878906, + "cpuCount": 12, + "cpuLoad": 0.4046223958333333, + "platform": "darwin", + "uptime": 188270 + }, + { + "timestamp": 1764824278078, + "memoryTotal": 34359738368, + "memoryUsed": 34286501888, + "memoryFree": 73236480, + "memoryUsagePercent": 99.7868537902832, + "memoryEfficiency": 0.21314620971679688, + "cpuCount": 12, + "cpuLoad": 0.3417154947916667, + "platform": "darwin", + "uptime": 188300 + }, + { + "timestamp": 1764824308079, + "memoryTotal": 34359738368, + "memoryUsed": 34288238592, + "memoryFree": 71499776, + "memoryUsagePercent": 99.79190826416016, + "memoryEfficiency": 0.20809173583984375, + "cpuCount": 12, + "cpuLoad": 0.2987874348958333, + "platform": "darwin", + "uptime": 188330 + }, + { + "timestamp": 1764824338080, + "memoryTotal": 34359738368, + "memoryUsed": 34257485824, + "memoryFree": 102252544, + "memoryUsagePercent": 99.70240592956543, + "memoryEfficiency": 0.2975940704345703, + "cpuCount": 12, + "cpuLoad": 0.4183349609375, + "platform": "darwin", + "uptime": 188360 + }, + { + "timestamp": 1764824368082, + "memoryTotal": 34359738368, + "memoryUsed": 34271444992, + "memoryFree": 88293376, + "memoryUsagePercent": 99.74303245544434, + "memoryEfficiency": 0.25696754455566406, + "cpuCount": 12, + "cpuLoad": 0.3357747395833333, + "platform": "darwin", + "uptime": 188390 + }, + { + "timestamp": 1764824398083, + "memoryTotal": 34359738368, + "memoryUsed": 34278342656, + "memoryFree": 81395712, + "memoryUsagePercent": 99.76310729980469, + "memoryEfficiency": 0.2368927001953125, + "cpuCount": 12, + "cpuLoad": 0.4168701171875, + "platform": "darwin", + "uptime": 188420 + }, + { + "timestamp": 1764824428084, + "memoryTotal": 34359738368, + "memoryUsed": 34262286336, + "memoryFree": 97452032, + "memoryUsagePercent": 99.71637725830078, + "memoryEfficiency": 0.28362274169921875, + "cpuCount": 12, + "cpuLoad": 0.4683024088541667, + "platform": "darwin", + "uptime": 188450 + }, + { + "timestamp": 1764824458085, + "memoryTotal": 34359738368, + "memoryUsed": 34143535104, + "memoryFree": 216203264, + "memoryUsagePercent": 99.37076568603516, + "memoryEfficiency": 0.6292343139648438, + "cpuCount": 12, + "cpuLoad": 0.5480550130208334, + "platform": "darwin", + "uptime": 188480 + }, + { + "timestamp": 1764824488086, + "memoryTotal": 34359738368, + "memoryUsed": 34288156672, + "memoryFree": 71581696, + "memoryUsagePercent": 99.79166984558105, + "memoryEfficiency": 0.2083301544189453, + "cpuCount": 12, + "cpuLoad": 0.4450276692708333, + "platform": "darwin", + "uptime": 188510 + }, + { + "timestamp": 1764824518088, + "memoryTotal": 34359738368, + "memoryUsed": 34220294144, + "memoryFree": 139444224, + "memoryUsagePercent": 99.59416389465332, + "memoryEfficiency": 0.4058361053466797, + "cpuCount": 12, + "cpuLoad": 0.4676106770833333, + "platform": "darwin", + "uptime": 188540 + }, + { + "timestamp": 1764824548088, + "memoryTotal": 34359738368, + "memoryUsed": 34282782720, + "memoryFree": 76955648, + "memoryUsagePercent": 99.77602958679199, + "memoryEfficiency": 0.2239704132080078, + "cpuCount": 12, + "cpuLoad": 0.3744303385416667, + "platform": "darwin", + "uptime": 188570 + }, + { + "timestamp": 1764824578089, + "memoryTotal": 34359738368, + "memoryUsed": 34267873280, + "memoryFree": 91865088, + "memoryUsagePercent": 99.73263740539551, + "memoryEfficiency": 0.2673625946044922, + "cpuCount": 12, + "cpuLoad": 0.2886962890625, + "platform": "darwin", + "uptime": 188600 + }, + { + "timestamp": 1764824608091, + "memoryTotal": 34359738368, + "memoryUsed": 34296741888, + "memoryFree": 62996480, + "memoryUsagePercent": 99.8166561126709, + "memoryEfficiency": 0.18334388732910156, + "cpuCount": 12, + "cpuLoad": 0.259033203125, + "platform": "darwin", + "uptime": 188630 + }, + { + "timestamp": 1764824638091, + "memoryTotal": 34359738368, + "memoryUsed": 34279522304, + "memoryFree": 80216064, + "memoryUsagePercent": 99.76654052734375, + "memoryEfficiency": 0.23345947265625, + "cpuCount": 12, + "cpuLoad": 0.2330322265625, + "platform": "darwin", + "uptime": 188660 + }, + { + "timestamp": 1764824668091, + "memoryTotal": 34359738368, + "memoryUsed": 34253258752, + "memoryFree": 106479616, + "memoryUsagePercent": 99.69010353088379, + "memoryEfficiency": 0.30989646911621094, + "cpuCount": 12, + "cpuLoad": 0.2496337890625, + "platform": "darwin", + "uptime": 188690 + }, + { + "timestamp": 1764824698093, + "memoryTotal": 34359738368, + "memoryUsed": 34279096320, + "memoryFree": 80642048, + "memoryUsagePercent": 99.76530075073242, + "memoryEfficiency": 0.23469924926757812, + "cpuCount": 12, + "cpuLoad": 0.2615966796875, + "platform": "darwin", + "uptime": 188720 + }, + { + "timestamp": 1764824728094, + "memoryTotal": 34359738368, + "memoryUsed": 34297708544, + "memoryFree": 62029824, + "memoryUsagePercent": 99.8194694519043, + "memoryEfficiency": 0.18053054809570312, + "cpuCount": 12, + "cpuLoad": 0.3036702473958333, + "platform": "darwin", + "uptime": 188750 + }, + { + "timestamp": 1764824758095, + "memoryTotal": 34359738368, + "memoryUsed": 34283732992, + "memoryFree": 76005376, + "memoryUsagePercent": 99.77879524230957, + "memoryEfficiency": 0.2212047576904297, + "cpuCount": 12, + "cpuLoad": 0.23876953125, + "platform": "darwin", + "uptime": 188780 + }, + { + "timestamp": 1764824788095, + "memoryTotal": 34359738368, + "memoryUsed": 34260156416, + "memoryFree": 99581952, + "memoryUsagePercent": 99.71017837524414, + "memoryEfficiency": 0.2898216247558594, + "cpuCount": 12, + "cpuLoad": 0.19779459635416666, + "platform": "darwin", + "uptime": 188810 + }, + { + "timestamp": 1764824818099, + "memoryTotal": 34359738368, + "memoryUsed": 34222637056, + "memoryFree": 137101312, + "memoryUsagePercent": 99.60098266601562, + "memoryEfficiency": 0.399017333984375, + "cpuCount": 12, + "cpuLoad": 0.3162027994791667, + "platform": "darwin", + "uptime": 188840 + }, + { + "timestamp": 1764825907435, + "memoryTotal": 34359738368, + "memoryUsed": 34156429312, + "memoryFree": 203309056, + "memoryUsagePercent": 99.40829277038574, + "memoryEfficiency": 0.5917072296142578, + "cpuCount": 12, + "cpuLoad": 0.2765706380208333, + "platform": "darwin", + "uptime": 189929 + }, + { + "timestamp": 1764831803093, + "memoryTotal": 34359738368, + "memoryUsed": 34196357120, + "memoryFree": 163381248, + "memoryUsagePercent": 99.52449798583984, + "memoryEfficiency": 0.47550201416015625, + "cpuCount": 12, + "cpuLoad": 0.5730387369791666, + "platform": "darwin", + "uptime": 195825 + }, + { + "timestamp": 1764835232686, + "memoryTotal": 34359738368, + "memoryUsed": 34096824320, + "memoryFree": 262914048, + "memoryUsagePercent": 99.23481941223145, + "memoryEfficiency": 0.7651805877685547, + "cpuCount": 12, + "cpuLoad": 0.4258626302083333, + "platform": "darwin", + "uptime": 199254 + }, + { + "timestamp": 1764838674000, + "memoryTotal": 34359738368, + "memoryUsed": 33971666944, + "memoryFree": 388071424, + "memoryUsagePercent": 98.87056350708008, + "memoryEfficiency": 1.1294364929199219, + "cpuCount": 12, + "cpuLoad": 1.2036946614583333, + "platform": "darwin", + "uptime": 202698 + }, + { + "timestamp": 1764840985179, + "memoryTotal": 34359738368, + "memoryUsed": 34259025920, + "memoryFree": 100712448, + "memoryUsagePercent": 99.70688819885254, + "memoryEfficiency": 0.29311180114746094, + "cpuCount": 12, + "cpuLoad": 1.7152913411458333, + "platform": "darwin", + "uptime": 205009 + }, + { + "timestamp": 1764844279516, + "memoryTotal": 34359738368, + "memoryUsed": 34181136384, + "memoryFree": 178601984, + "memoryUsagePercent": 99.48019981384277, + "memoryEfficiency": 0.5198001861572266, + "cpuCount": 12, + "cpuLoad": 1.3177897135416667, + "platform": "darwin", + "uptime": 208303 + }, + { + "timestamp": 1764844309550, + "memoryTotal": 34359738368, + "memoryUsed": 33686552576, + "memoryFree": 673185792, + "memoryUsagePercent": 98.040771484375, + "memoryEfficiency": 1.959228515625, + "cpuCount": 12, + "cpuLoad": 1.1720377604166667, + "platform": "darwin", + "uptime": 208333 + }, + { + "timestamp": 1764844339556, + "memoryTotal": 34359738368, + "memoryUsed": 34065317888, + "memoryFree": 294420480, + "memoryUsagePercent": 99.14312362670898, + "memoryEfficiency": 0.8568763732910156, + "cpuCount": 12, + "cpuLoad": 0.8697102864583334, + "platform": "darwin", + "uptime": 208363 + }, + { + "timestamp": 1764844369558, + "memoryTotal": 34359738368, + "memoryUsed": 34072952832, + "memoryFree": 286785536, + "memoryUsagePercent": 99.16534423828125, + "memoryEfficiency": 0.83465576171875, + "cpuCount": 12, + "cpuLoad": 0.5761311848958334, + "platform": "darwin", + "uptime": 208393 + }, + { + "timestamp": 1764844399559, + "memoryTotal": 34359738368, + "memoryUsed": 33877114880, + "memoryFree": 482623488, + "memoryUsagePercent": 98.59538078308105, + "memoryEfficiency": 1.4046192169189453, + "cpuCount": 12, + "cpuLoad": 0.5074055989583334, + "platform": "darwin", + "uptime": 208423 + }, + { + "timestamp": 1764844429561, + "memoryTotal": 34359738368, + "memoryUsed": 34183118848, + "memoryFree": 176619520, + "memoryUsagePercent": 99.48596954345703, + "memoryEfficiency": 0.5140304565429688, + "cpuCount": 12, + "cpuLoad": 0.3732503255208333, + "platform": "darwin", + "uptime": 208453 + }, + { + "timestamp": 1764844459562, + "memoryTotal": 34359738368, + "memoryUsed": 34209038336, + "memoryFree": 150700032, + "memoryUsagePercent": 99.56140518188477, + "memoryEfficiency": 0.4385948181152344, + "cpuCount": 12, + "cpuLoad": 0.2810872395833333, + "platform": "darwin", + "uptime": 208483 + }, + { + "timestamp": 1764844489563, + "memoryTotal": 34359738368, + "memoryUsed": 34283831296, + "memoryFree": 75907072, + "memoryUsagePercent": 99.77908134460449, + "memoryEfficiency": 0.2209186553955078, + "cpuCount": 12, + "cpuLoad": 0.23140462239583334, + "platform": "darwin", + "uptime": 208513 + }, + { + "timestamp": 1764844519564, + "memoryTotal": 34359738368, + "memoryUsed": 34068594688, + "memoryFree": 291143680, + "memoryUsagePercent": 99.15266036987305, + "memoryEfficiency": 0.8473396301269531, + "cpuCount": 12, + "cpuLoad": 0.21769205729166666, + "platform": "darwin", + "uptime": 208543 + }, + { + "timestamp": 1764844549565, + "memoryTotal": 34359738368, + "memoryUsed": 34200453120, + "memoryFree": 159285248, + "memoryUsagePercent": 99.53641891479492, + "memoryEfficiency": 0.4635810852050781, + "cpuCount": 12, + "cpuLoad": 0.15592447916666666, + "platform": "darwin", + "uptime": 208573 + }, + { + "timestamp": 1764844579567, + "memoryTotal": 34359738368, + "memoryUsed": 34230124544, + "memoryFree": 129613824, + "memoryUsagePercent": 99.62277412414551, + "memoryEfficiency": 0.3772258758544922, + "cpuCount": 12, + "cpuLoad": 0.1390380859375, + "platform": "darwin", + "uptime": 208603 + }, + { + "timestamp": 1764844609567, + "memoryTotal": 34359738368, + "memoryUsed": 34089287680, + "memoryFree": 270450688, + "memoryUsagePercent": 99.2128849029541, + "memoryEfficiency": 0.7871150970458984, + "cpuCount": 12, + "cpuLoad": 0.13993326822916666, + "platform": "darwin", + "uptime": 208633 + }, + { + "timestamp": 1764844639569, + "memoryTotal": 34359738368, + "memoryUsed": 34164916224, + "memoryFree": 194822144, + "memoryUsagePercent": 99.43299293518066, + "memoryEfficiency": 0.5670070648193359, + "cpuCount": 12, + "cpuLoad": 0.14481608072916666, + "platform": "darwin", + "uptime": 208663 + }, + { + "timestamp": 1764844669570, + "memoryTotal": 34359738368, + "memoryUsed": 33958428672, + "memoryFree": 401309696, + "memoryUsagePercent": 98.83203506469727, + "memoryEfficiency": 1.1679649353027344, + "cpuCount": 12, + "cpuLoad": 0.15714518229166666, + "platform": "darwin", + "uptime": 208693 + }, + { + "timestamp": 1764844699571, + "memoryTotal": 34359738368, + "memoryUsed": 34217590784, + "memoryFree": 142147584, + "memoryUsagePercent": 99.58629608154297, + "memoryEfficiency": 0.41370391845703125, + "cpuCount": 12, + "cpuLoad": 0.23734537760416666, + "platform": "darwin", + "uptime": 208723 + }, + { + "timestamp": 1764844729572, + "memoryTotal": 34359738368, + "memoryUsed": 34274050048, + "memoryFree": 85688320, + "memoryUsagePercent": 99.75061416625977, + "memoryEfficiency": 0.24938583374023438, + "cpuCount": 12, + "cpuLoad": 0.2579345703125, + "platform": "darwin", + "uptime": 208753 + }, + { + "timestamp": 1764844759574, + "memoryTotal": 34359738368, + "memoryUsed": 34144272384, + "memoryFree": 215465984, + "memoryUsagePercent": 99.37291145324707, + "memoryEfficiency": 0.6270885467529297, + "cpuCount": 12, + "cpuLoad": 0.3344319661458333, + "platform": "darwin", + "uptime": 208783 + }, + { + "timestamp": 1764844789574, + "memoryTotal": 34359738368, + "memoryUsed": 34164817920, + "memoryFree": 194920448, + "memoryUsagePercent": 99.43270683288574, + "memoryEfficiency": 0.5672931671142578, + "cpuCount": 12, + "cpuLoad": 0.24552408854166666, + "platform": "darwin", + "uptime": 208813 + }, + { + "timestamp": 1764844819575, + "memoryTotal": 34359738368, + "memoryUsed": 34233810944, + "memoryFree": 125927424, + "memoryUsagePercent": 99.63350296020508, + "memoryEfficiency": 0.3664970397949219, + "cpuCount": 12, + "cpuLoad": 0.19547526041666666, + "platform": "darwin", + "uptime": 208843 + }, + { + "timestamp": 1764844849576, + "memoryTotal": 34359738368, + "memoryUsed": 34270003200, + "memoryFree": 89735168, + "memoryUsagePercent": 99.73883628845215, + "memoryEfficiency": 0.26116371154785156, + "cpuCount": 12, + "cpuLoad": 0.16072591145833334, + "platform": "darwin", + "uptime": 208873 + }, + { + "timestamp": 1764844879577, + "memoryTotal": 34359738368, + "memoryUsed": 34258599936, + "memoryFree": 101138432, + "memoryUsagePercent": 99.70564842224121, + "memoryEfficiency": 0.29435157775878906, + "cpuCount": 12, + "cpuLoad": 0.2592366536458333, + "platform": "darwin", + "uptime": 208903 + }, + { + "timestamp": 1764844909578, + "memoryTotal": 34359738368, + "memoryUsed": 34191785984, + "memoryFree": 167952384, + "memoryUsagePercent": 99.51119422912598, + "memoryEfficiency": 0.48880577087402344, + "cpuCount": 12, + "cpuLoad": 0.3173014322916667, + "platform": "darwin", + "uptime": 208933 + }, + { + "timestamp": 1764844939580, + "memoryTotal": 34359738368, + "memoryUsed": 34265497600, + "memoryFree": 94240768, + "memoryUsagePercent": 99.72572326660156, + "memoryEfficiency": 0.2742767333984375, + "cpuCount": 12, + "cpuLoad": 0.20540364583333334, + "platform": "darwin", + "uptime": 208963 + }, + { + "timestamp": 1764844969581, + "memoryTotal": 34359738368, + "memoryUsed": 34262335488, + "memoryFree": 97402880, + "memoryUsagePercent": 99.71652030944824, + "memoryEfficiency": 0.2834796905517578, + "cpuCount": 12, + "cpuLoad": 0.15226236979166666, + "platform": "darwin", + "uptime": 208993 + }, + { + "timestamp": 1764844999583, + "memoryTotal": 34359738368, + "memoryUsed": 34221604864, + "memoryFree": 138133504, + "memoryUsagePercent": 99.59797859191895, + "memoryEfficiency": 0.4020214080810547, + "cpuCount": 12, + "cpuLoad": 0.12813313802083334, + "platform": "darwin", + "uptime": 209023 + }, + { + "timestamp": 1764845029584, + "memoryTotal": 34359738368, + "memoryUsed": 34255126528, + "memoryFree": 104611840, + "memoryUsagePercent": 99.6955394744873, + "memoryEfficiency": 0.3044605255126953, + "cpuCount": 12, + "cpuLoad": 0.11018880208333333, + "platform": "darwin", + "uptime": 209053 + }, + { + "timestamp": 1764845059584, + "memoryTotal": 34359738368, + "memoryUsed": 34275196928, + "memoryFree": 84541440, + "memoryUsagePercent": 99.75395202636719, + "memoryEfficiency": 0.2460479736328125, + "cpuCount": 12, + "cpuLoad": 0.07674153645833333, + "platform": "darwin", + "uptime": 209083 + }, + { + "timestamp": 1764845089586, + "memoryTotal": 34359738368, + "memoryUsed": 34293972992, + "memoryFree": 65765376, + "memoryUsagePercent": 99.80859756469727, + "memoryEfficiency": 0.19140243530273438, + "cpuCount": 12, + "cpuLoad": 0.06998697916666667, + "platform": "darwin", + "uptime": 209113 + }, + { + "timestamp": 1764845119586, + "memoryTotal": 34359738368, + "memoryUsed": 34127626240, + "memoryFree": 232112128, + "memoryUsagePercent": 99.32446479797363, + "memoryEfficiency": 0.6755352020263672, + "cpuCount": 12, + "cpuLoad": 0.09033203125, + "platform": "darwin", + "uptime": 209143 + }, + { + "timestamp": 1764845149588, + "memoryTotal": 34359738368, + "memoryUsed": 34275311616, + "memoryFree": 84426752, + "memoryUsagePercent": 99.75428581237793, + "memoryEfficiency": 0.2457141876220703, + "cpuCount": 12, + "cpuLoad": 0.10152180989583333, + "platform": "darwin", + "uptime": 209173 + }, + { + "timestamp": 1764845179589, + "memoryTotal": 34359738368, + "memoryUsed": 34281783296, + "memoryFree": 77955072, + "memoryUsagePercent": 99.77312088012695, + "memoryEfficiency": 0.22687911987304688, + "cpuCount": 12, + "cpuLoad": 0.10078938802083333, + "platform": "darwin", + "uptime": 209203 + }, + { + "timestamp": 1764845209590, + "memoryTotal": 34359738368, + "memoryUsed": 34218885120, + "memoryFree": 140853248, + "memoryUsagePercent": 99.59006309509277, + "memoryEfficiency": 0.40993690490722656, + "cpuCount": 12, + "cpuLoad": 0.15091959635416666, + "platform": "darwin", + "uptime": 209233 + }, + { + "timestamp": 1764845239591, + "memoryTotal": 34359738368, + "memoryUsed": 34099544064, + "memoryFree": 260194304, + "memoryUsagePercent": 99.24273490905762, + "memoryEfficiency": 0.7572650909423828, + "cpuCount": 12, + "cpuLoad": 0.12565104166666666, + "platform": "darwin", + "uptime": 209263 + }, + { + "timestamp": 1764845269592, + "memoryTotal": 34359738368, + "memoryUsed": 34262188032, + "memoryFree": 97550336, + "memoryUsagePercent": 99.71609115600586, + "memoryEfficiency": 0.2839088439941406, + "cpuCount": 12, + "cpuLoad": 0.16748046875, + "platform": "darwin", + "uptime": 209293 + }, + { + "timestamp": 1764845299593, + "memoryTotal": 34359738368, + "memoryUsed": 34255093760, + "memoryFree": 104644608, + "memoryUsagePercent": 99.69544410705566, + "memoryEfficiency": 0.30455589294433594, + "cpuCount": 12, + "cpuLoad": 0.17683919270833334, + "platform": "darwin", + "uptime": 209323 + }, + { + "timestamp": 1764845329594, + "memoryTotal": 34359738368, + "memoryUsed": 34283372544, + "memoryFree": 76365824, + "memoryUsagePercent": 99.77774620056152, + "memoryEfficiency": 0.22225379943847656, + "cpuCount": 12, + "cpuLoad": 0.15104166666666666, + "platform": "darwin", + "uptime": 209353 + }, + { + "timestamp": 1764845359596, + "memoryTotal": 34359738368, + "memoryUsed": 34198585344, + "memoryFree": 161153024, + "memoryUsagePercent": 99.5309829711914, + "memoryEfficiency": 0.46901702880859375, + "cpuCount": 12, + "cpuLoad": 0.14485677083333334, + "platform": "darwin", + "uptime": 209383 + }, + { + "timestamp": 1764845389597, + "memoryTotal": 34359738368, + "memoryUsed": 34280423424, + "memoryFree": 79314944, + "memoryUsagePercent": 99.76916313171387, + "memoryEfficiency": 0.2308368682861328, + "cpuCount": 12, + "cpuLoad": 0.17887369791666666, + "platform": "darwin", + "uptime": 209413 + }, + { + "timestamp": 1764845419567, + "memoryTotal": 34359738368, + "memoryUsed": 34130083840, + "memoryFree": 229654528, + "memoryUsagePercent": 99.33161735534668, + "memoryEfficiency": 0.6683826446533203, + "cpuCount": 12, + "cpuLoad": 0.14957682291666666, + "platform": "darwin", + "uptime": 209443 + }, + { + "timestamp": 1764845449555, + "memoryTotal": 34359738368, + "memoryUsed": 34162016256, + "memoryFree": 197722112, + "memoryUsagePercent": 99.42455291748047, + "memoryEfficiency": 0.5754470825195312, + "cpuCount": 12, + "cpuLoad": 0.156494140625, + "platform": "darwin", + "uptime": 209473 + }, + { + "timestamp": 1764845479553, + "memoryTotal": 34359738368, + "memoryUsed": 34261237760, + "memoryFree": 98500608, + "memoryUsagePercent": 99.71332550048828, + "memoryEfficiency": 0.28667449951171875, + "cpuCount": 12, + "cpuLoad": 0.11625162760416667, + "platform": "darwin", + "uptime": 209503 + }, + { + "timestamp": 1764845509552, + "memoryTotal": 34359738368, + "memoryUsed": 34252898304, + "memoryFree": 106840064, + "memoryUsagePercent": 99.68905448913574, + "memoryEfficiency": 0.3109455108642578, + "cpuCount": 12, + "cpuLoad": 0.11787923177083333, + "platform": "darwin", + "uptime": 209533 + }, + { + "timestamp": 1764845539553, + "memoryTotal": 34359738368, + "memoryUsed": 34257616896, + "memoryFree": 102121472, + "memoryUsagePercent": 99.70278739929199, + "memoryEfficiency": 0.2972126007080078, + "cpuCount": 12, + "cpuLoad": 0.12422688802083333, + "platform": "darwin", + "uptime": 209563 + }, + { + "timestamp": 1764845569555, + "memoryTotal": 34359738368, + "memoryUsed": 34249621504, + "memoryFree": 110116864, + "memoryUsagePercent": 99.67951774597168, + "memoryEfficiency": 0.3204822540283203, + "cpuCount": 12, + "cpuLoad": 0.12129720052083333, + "platform": "darwin", + "uptime": 209593 + }, + { + "timestamp": 1764845599556, + "memoryTotal": 34359738368, + "memoryUsed": 34279964672, + "memoryFree": 79773696, + "memoryUsagePercent": 99.7678279876709, + "memoryEfficiency": 0.23217201232910156, + "cpuCount": 12, + "cpuLoad": 0.14066569010416666, + "platform": "darwin", + "uptime": 209623 + }, + { + "timestamp": 1764845629556, + "memoryTotal": 34359738368, + "memoryUsed": 34242543616, + "memoryFree": 117194752, + "memoryUsagePercent": 99.6589183807373, + "memoryEfficiency": 0.3410816192626953, + "cpuCount": 12, + "cpuLoad": 0.14115397135416666, + "platform": "darwin", + "uptime": 209653 + }, + { + "timestamp": 1764845659556, + "memoryTotal": 34359738368, + "memoryUsed": 34263007232, + "memoryFree": 96731136, + "memoryUsagePercent": 99.71847534179688, + "memoryEfficiency": 0.281524658203125, + "cpuCount": 12, + "cpuLoad": 0.15218098958333334, + "platform": "darwin", + "uptime": 209683 + }, + { + "timestamp": 1764845689556, + "memoryTotal": 34359738368, + "memoryUsed": 34270101504, + "memoryFree": 89636864, + "memoryUsagePercent": 99.73912239074707, + "memoryEfficiency": 0.2608776092529297, + "cpuCount": 12, + "cpuLoad": 0.166748046875, + "platform": "darwin", + "uptime": 209713 + }, + { + "timestamp": 1764845719557, + "memoryTotal": 34359738368, + "memoryUsed": 34131083264, + "memoryFree": 228655104, + "memoryUsagePercent": 99.33452606201172, + "memoryEfficiency": 0.6654739379882812, + "cpuCount": 12, + "cpuLoad": 0.17122395833333334, + "platform": "darwin", + "uptime": 209743 + }, + { + "timestamp": 1764845749557, + "memoryTotal": 34359738368, + "memoryUsed": 34233778176, + "memoryFree": 125960192, + "memoryUsagePercent": 99.63340759277344, + "memoryEfficiency": 0.3665924072265625, + "cpuCount": 12, + "cpuLoad": 0.21138509114583334, + "platform": "darwin", + "uptime": 209773 + }, + { + "timestamp": 1764845779558, + "memoryTotal": 34359738368, + "memoryUsed": 34037137408, + "memoryFree": 322600960, + "memoryUsagePercent": 99.06110763549805, + "memoryEfficiency": 0.9388923645019531, + "cpuCount": 12, + "cpuLoad": 0.160888671875, + "platform": "darwin", + "uptime": 209803 + }, + { + "timestamp": 1764845809559, + "memoryTotal": 34359738368, + "memoryUsed": 34000355328, + "memoryFree": 359383040, + "memoryUsagePercent": 98.95405769348145, + "memoryEfficiency": 1.0459423065185547, + "cpuCount": 12, + "cpuLoad": 0.17415364583333334, + "platform": "darwin", + "uptime": 209833 + }, + { + "timestamp": 1764845839560, + "memoryTotal": 34359738368, + "memoryUsed": 32728449024, + "memoryFree": 1631289344, + "memoryUsagePercent": 95.25232315063477, + "memoryEfficiency": 4.747676849365234, + "cpuCount": 12, + "cpuLoad": 0.14432779947916666, + "platform": "darwin", + "uptime": 209863 + }, + { + "timestamp": 1764845869561, + "memoryTotal": 34359738368, + "memoryUsed": 32797638656, + "memoryFree": 1562099712, + "memoryUsagePercent": 95.45369148254395, + "memoryEfficiency": 4.546308517456055, + "cpuCount": 12, + "cpuLoad": 0.14925130208333334, + "platform": "darwin", + "uptime": 209893 + }, + { + "timestamp": 1764845899562, + "memoryTotal": 34359738368, + "memoryUsed": 34111569920, + "memoryFree": 248168448, + "memoryUsagePercent": 99.27773475646973, + "memoryEfficiency": 0.7222652435302734, + "cpuCount": 12, + "cpuLoad": 0.3014729817708333, + "platform": "darwin", + "uptime": 209923 + }, + { + "timestamp": 1764845929562, + "memoryTotal": 34359738368, + "memoryUsed": 34020278272, + "memoryFree": 339460096, + "memoryUsagePercent": 99.01204109191895, + "memoryEfficiency": 0.9879589080810547, + "cpuCount": 12, + "cpuLoad": 0.233154296875, + "platform": "darwin", + "uptime": 209953 + }, + { + "timestamp": 1764845959562, + "memoryTotal": 34359738368, + "memoryUsed": 34142846976, + "memoryFree": 216891392, + "memoryUsagePercent": 99.3687629699707, + "memoryEfficiency": 0.6312370300292969, + "cpuCount": 12, + "cpuLoad": 0.2236328125, + "platform": "darwin", + "uptime": 209983 + }, + { + "timestamp": 1764845989562, + "memoryTotal": 34359738368, + "memoryUsed": 34268413952, + "memoryFree": 91324416, + "memoryUsagePercent": 99.73421096801758, + "memoryEfficiency": 0.2657890319824219, + "cpuCount": 12, + "cpuLoad": 0.1932373046875, + "platform": "darwin", + "uptime": 210013 + }, + { + "timestamp": 1764846019564, + "memoryTotal": 34359738368, + "memoryUsed": 34018885632, + "memoryFree": 340852736, + "memoryUsagePercent": 99.00798797607422, + "memoryEfficiency": 0.9920120239257812, + "cpuCount": 12, + "cpuLoad": 0.17240397135416666, + "platform": "darwin", + "uptime": 210043 + }, + { + "timestamp": 1764846049565, + "memoryTotal": 34359738368, + "memoryUsed": 34266562560, + "memoryFree": 93175808, + "memoryUsagePercent": 99.72882270812988, + "memoryEfficiency": 0.2711772918701172, + "cpuCount": 12, + "cpuLoad": 0.19266764322916666, + "platform": "darwin", + "uptime": 210073 + }, + { + "timestamp": 1764846079565, + "memoryTotal": 34359738368, + "memoryUsed": 34178777088, + "memoryFree": 180961280, + "memoryUsagePercent": 99.47333335876465, + "memoryEfficiency": 0.5266666412353516, + "cpuCount": 12, + "cpuLoad": 0.16357421875, + "platform": "darwin", + "uptime": 210103 + }, + { + "timestamp": 1764846109566, + "memoryTotal": 34359738368, + "memoryUsed": 34220736512, + "memoryFree": 139001856, + "memoryUsagePercent": 99.59545135498047, + "memoryEfficiency": 0.40454864501953125, + "cpuCount": 12, + "cpuLoad": 0.12996419270833334, + "platform": "darwin", + "uptime": 210133 + }, + { + "timestamp": 1764846139567, + "memoryTotal": 34359738368, + "memoryUsed": 34052931584, + "memoryFree": 306806784, + "memoryUsagePercent": 99.10707473754883, + "memoryEfficiency": 0.8929252624511719, + "cpuCount": 12, + "cpuLoad": 0.09908040364583333, + "platform": "darwin", + "uptime": 210163 + }, + { + "timestamp": 1764846169567, + "memoryTotal": 34359738368, + "memoryUsed": 33813037056, + "memoryFree": 546701312, + "memoryUsagePercent": 98.40888977050781, + "memoryEfficiency": 1.5911102294921875, + "cpuCount": 12, + "cpuLoad": 0.10062662760416667, + "platform": "darwin", + "uptime": 210193 + }, + { + "timestamp": 1764846199568, + "memoryTotal": 34359738368, + "memoryUsed": 34170208256, + "memoryFree": 189530112, + "memoryUsagePercent": 99.44839477539062, + "memoryEfficiency": 0.551605224609375, + "cpuCount": 12, + "cpuLoad": 0.106689453125, + "platform": "darwin", + "uptime": 210223 + }, + { + "timestamp": 1764846229569, + "memoryTotal": 34359738368, + "memoryUsed": 34257977344, + "memoryFree": 101761024, + "memoryUsagePercent": 99.70383644104004, + "memoryEfficiency": 0.29616355895996094, + "cpuCount": 12, + "cpuLoad": 0.1143798828125, + "platform": "darwin", + "uptime": 210253 + }, + { + "timestamp": 1764846259571, + "memoryTotal": 34359738368, + "memoryUsed": 34207940608, + "memoryFree": 151797760, + "memoryUsagePercent": 99.5582103729248, + "memoryEfficiency": 0.4417896270751953, + "cpuCount": 12, + "cpuLoad": 0.13749186197916666, + "platform": "darwin", + "uptime": 210283 + }, + { + "timestamp": 1764846289572, + "memoryTotal": 34359738368, + "memoryUsed": 34123415552, + "memoryFree": 236322816, + "memoryUsagePercent": 99.31221008300781, + "memoryEfficiency": 0.6877899169921875, + "cpuCount": 12, + "cpuLoad": 0.19734700520833334, + "platform": "darwin", + "uptime": 210313 + }, + { + "timestamp": 1764846319572, + "memoryTotal": 34359738368, + "memoryUsed": 33960411136, + "memoryFree": 399327232, + "memoryUsagePercent": 98.83780479431152, + "memoryEfficiency": 1.1621952056884766, + "cpuCount": 12, + "cpuLoad": 0.15865071614583334, + "platform": "darwin", + "uptime": 210343 + }, + { + "timestamp": 1764846349572, + "memoryTotal": 34359738368, + "memoryUsed": 34080063488, + "memoryFree": 279674880, + "memoryUsagePercent": 99.18603897094727, + "memoryEfficiency": 0.8139610290527344, + "cpuCount": 12, + "cpuLoad": 0.11263020833333333, + "platform": "darwin", + "uptime": 210373 + }, + { + "timestamp": 1764846379574, + "memoryTotal": 34359738368, + "memoryUsed": 34159902720, + "memoryFree": 199835648, + "memoryUsagePercent": 99.41840171813965, + "memoryEfficiency": 0.5815982818603516, + "cpuCount": 12, + "cpuLoad": 0.08951822916666667, + "platform": "darwin", + "uptime": 210403 + }, + { + "timestamp": 1764846409574, + "memoryTotal": 34359738368, + "memoryUsed": 34260123648, + "memoryFree": 99614720, + "memoryUsagePercent": 99.7100830078125, + "memoryEfficiency": 0.2899169921875, + "cpuCount": 12, + "cpuLoad": 0.10689290364583333, + "platform": "darwin", + "uptime": 210433 + }, + { + "timestamp": 1764846439576, + "memoryTotal": 34359738368, + "memoryUsed": 34287271936, + "memoryFree": 72466432, + "memoryUsagePercent": 99.78909492492676, + "memoryEfficiency": 0.2109050750732422, + "cpuCount": 12, + "cpuLoad": 0.19185384114583334, + "platform": "darwin", + "uptime": 210463 + }, + { + "timestamp": 1764846469576, + "memoryTotal": 34359738368, + "memoryUsed": 34270478336, + "memoryFree": 89260032, + "memoryUsagePercent": 99.74021911621094, + "memoryEfficiency": 0.2597808837890625, + "cpuCount": 12, + "cpuLoad": 0.4093017578125, + "platform": "darwin", + "uptime": 210493 + }, + { + "timestamp": 1764846499577, + "memoryTotal": 34359738368, + "memoryUsed": 34282405888, + "memoryFree": 77332480, + "memoryUsagePercent": 99.77493286132812, + "memoryEfficiency": 0.225067138671875, + "cpuCount": 12, + "cpuLoad": 0.532958984375, + "platform": "darwin", + "uptime": 210523 + }, + { + "timestamp": 1764846529581, + "memoryTotal": 34359738368, + "memoryUsed": 34282749952, + "memoryFree": 76988416, + "memoryUsagePercent": 99.77593421936035, + "memoryEfficiency": 0.22406578063964844, + "cpuCount": 12, + "cpuLoad": 0.4501139322916667, + "platform": "darwin", + "uptime": 210553 + }, + { + "timestamp": 1764846559582, + "memoryTotal": 34359738368, + "memoryUsed": 34291466240, + "memoryFree": 68272128, + "memoryUsagePercent": 99.80130195617676, + "memoryEfficiency": 0.1986980438232422, + "cpuCount": 12, + "cpuLoad": 0.4307861328125, + "platform": "darwin", + "uptime": 210583 + }, + { + "timestamp": 1764846589582, + "memoryTotal": 34359738368, + "memoryUsed": 34294054912, + "memoryFree": 65683456, + "memoryUsagePercent": 99.80883598327637, + "memoryEfficiency": 0.1911640167236328, + "cpuCount": 12, + "cpuLoad": 0.3160400390625, + "platform": "darwin", + "uptime": 210613 + }, + { + "timestamp": 1764846619584, + "memoryTotal": 34359738368, + "memoryUsed": 34294906880, + "memoryFree": 64831488, + "memoryUsagePercent": 99.81131553649902, + "memoryEfficiency": 0.18868446350097656, + "cpuCount": 12, + "cpuLoad": 0.2740478515625, + "platform": "darwin", + "uptime": 210643 + }, + { + "timestamp": 1764846649585, + "memoryTotal": 34359738368, + "memoryUsed": 32388595712, + "memoryFree": 1971142656, + "memoryUsagePercent": 94.26321983337402, + "memoryEfficiency": 5.736780166625977, + "cpuCount": 12, + "cpuLoad": 0.23563639322916666, + "platform": "darwin", + "uptime": 210673 + }, + { + "timestamp": 1764846679587, + "memoryTotal": 34359738368, + "memoryUsed": 32663633920, + "memoryFree": 1696104448, + "memoryUsagePercent": 95.06368637084961, + "memoryEfficiency": 4.936313629150391, + "cpuCount": 12, + "cpuLoad": 0.20979817708333334, + "platform": "darwin", + "uptime": 210703 + }, + { + "timestamp": 1764846709588, + "memoryTotal": 34359738368, + "memoryUsed": 33120419840, + "memoryFree": 1239318528, + "memoryUsagePercent": 96.39310836791992, + "memoryEfficiency": 3.606891632080078, + "cpuCount": 12, + "cpuLoad": 0.17740885416666666, + "platform": "darwin", + "uptime": 210733 + }, + { + "timestamp": 1764846739588, + "memoryTotal": 34359738368, + "memoryUsed": 34259484672, + "memoryFree": 100253696, + "memoryUsagePercent": 99.70822334289551, + "memoryEfficiency": 0.2917766571044922, + "cpuCount": 12, + "cpuLoad": 0.20430501302083334, + "platform": "darwin", + "uptime": 210763 + }, + { + "timestamp": 1764846769585, + "memoryTotal": 34359738368, + "memoryUsed": 34257797120, + "memoryFree": 101941248, + "memoryUsagePercent": 99.70331192016602, + "memoryEfficiency": 0.2966880798339844, + "cpuCount": 12, + "cpuLoad": 0.21488444010416666, + "platform": "darwin", + "uptime": 210793 + }, + { + "timestamp": 1764846799581, + "memoryTotal": 34359738368, + "memoryUsed": 33835335680, + "memoryFree": 524402688, + "memoryUsagePercent": 98.47378730773926, + "memoryEfficiency": 1.5262126922607422, + "cpuCount": 12, + "cpuLoad": 0.16845703125, + "platform": "darwin", + "uptime": 210823 + }, + { + "timestamp": 1764846829581, + "memoryTotal": 34359738368, + "memoryUsed": 34150612992, + "memoryFree": 209125376, + "memoryUsagePercent": 99.39136505126953, + "memoryEfficiency": 0.6086349487304688, + "cpuCount": 12, + "cpuLoad": 0.18115234375, + "platform": "darwin", + "uptime": 210853 + }, + { + "timestamp": 1764846859582, + "memoryTotal": 34359738368, + "memoryUsed": 34180939776, + "memoryFree": 178798592, + "memoryUsagePercent": 99.47962760925293, + "memoryEfficiency": 0.5203723907470703, + "cpuCount": 12, + "cpuLoad": 0.16988118489583334, + "platform": "darwin", + "uptime": 210883 + }, + { + "timestamp": 1764846889583, + "memoryTotal": 34359738368, + "memoryUsed": 32423903232, + "memoryFree": 1935835136, + "memoryUsagePercent": 94.3659782409668, + "memoryEfficiency": 5.634021759033203, + "cpuCount": 12, + "cpuLoad": 0.15653483072916666, + "platform": "darwin", + "uptime": 210913 + }, + { + "timestamp": 1764846919584, + "memoryTotal": 34359738368, + "memoryUsed": 32645906432, + "memoryFree": 1713831936, + "memoryUsagePercent": 95.01209259033203, + "memoryEfficiency": 4.987907409667969, + "cpuCount": 12, + "cpuLoad": 0.13065592447916666, + "platform": "darwin", + "uptime": 210943 + }, + { + "timestamp": 1764846949585, + "memoryTotal": 34359738368, + "memoryUsed": 32859095040, + "memoryFree": 1500643328, + "memoryUsagePercent": 95.63255310058594, + "memoryEfficiency": 4.3674468994140625, + "cpuCount": 12, + "cpuLoad": 0.09615071614583333, + "platform": "darwin", + "uptime": 210973 + }, + { + "timestamp": 1764846979585, + "memoryTotal": 34359738368, + "memoryUsed": 32863682560, + "memoryFree": 1496055808, + "memoryUsagePercent": 95.64590454101562, + "memoryEfficiency": 4.354095458984375, + "cpuCount": 12, + "cpuLoad": 0.14339192708333334, + "platform": "darwin", + "uptime": 211003 + }, + { + "timestamp": 1764847009584, + "memoryTotal": 34359738368, + "memoryUsed": 33188823040, + "memoryFree": 1170915328, + "memoryUsagePercent": 96.59218788146973, + "memoryEfficiency": 3.4078121185302734, + "cpuCount": 12, + "cpuLoad": 0.10856119791666667, + "platform": "darwin", + "uptime": 211033 + }, + { + "timestamp": 1764847039584, + "memoryTotal": 34359738368, + "memoryUsed": 33323008000, + "memoryFree": 1036730368, + "memoryUsagePercent": 96.98271751403809, + "memoryEfficiency": 3.017282485961914, + "cpuCount": 12, + "cpuLoad": 0.11543782552083333, + "platform": "darwin", + "uptime": 211063 + }, + { + "timestamp": 1764847069587, + "memoryTotal": 34359738368, + "memoryUsed": 33412382720, + "memoryFree": 947355648, + "memoryUsagePercent": 97.24283218383789, + "memoryEfficiency": 2.7571678161621094, + "cpuCount": 12, + "cpuLoad": 0.10567220052083333, + "platform": "darwin", + "uptime": 211093 + }, + { + "timestamp": 1764847099588, + "memoryTotal": 34359738368, + "memoryUsed": 33675755520, + "memoryFree": 683982848, + "memoryUsagePercent": 98.00934791564941, + "memoryEfficiency": 1.990652084350586, + "cpuCount": 12, + "cpuLoad": 0.10017903645833333, + "platform": "darwin", + "uptime": 211123 + }, + { + "timestamp": 1764847129588, + "memoryTotal": 34359738368, + "memoryUsed": 33538146304, + "memoryFree": 821592064, + "memoryUsagePercent": 97.60885238647461, + "memoryEfficiency": 2.3911476135253906, + "cpuCount": 12, + "cpuLoad": 0.08988444010416667, + "platform": "darwin", + "uptime": 211153 + }, + { + "timestamp": 1764847159590, + "memoryTotal": 34359738368, + "memoryUsed": 33941536768, + "memoryFree": 418201600, + "memoryUsagePercent": 98.78287315368652, + "memoryEfficiency": 1.2171268463134766, + "cpuCount": 12, + "cpuLoad": 0.109130859375, + "platform": "darwin", + "uptime": 211183 + }, + { + "timestamp": 1764847189591, + "memoryTotal": 34359738368, + "memoryUsed": 33987133440, + "memoryFree": 372604928, + "memoryUsagePercent": 98.91557693481445, + "memoryEfficiency": 1.0844230651855469, + "cpuCount": 12, + "cpuLoad": 0.08296712239583333, + "platform": "darwin", + "uptime": 211213 + }, + { + "timestamp": 1764847219592, + "memoryTotal": 34359738368, + "memoryUsed": 33699872768, + "memoryFree": 659865600, + "memoryUsagePercent": 98.07953834533691, + "memoryEfficiency": 1.920461654663086, + "cpuCount": 12, + "cpuLoad": 0.09562174479166667, + "platform": "darwin", + "uptime": 211243 + }, + { + "timestamp": 1764847249593, + "memoryTotal": 34359738368, + "memoryUsed": 33715453952, + "memoryFree": 644284416, + "memoryUsagePercent": 98.12488555908203, + "memoryEfficiency": 1.8751144409179688, + "cpuCount": 12, + "cpuLoad": 0.0968017578125, + "platform": "darwin", + "uptime": 211273 + }, + { + "timestamp": 1764847279593, + "memoryTotal": 34359738368, + "memoryUsed": 33911504896, + "memoryFree": 448233472, + "memoryUsagePercent": 98.69546890258789, + "memoryEfficiency": 1.3045310974121094, + "cpuCount": 12, + "cpuLoad": 0.10262044270833333, + "platform": "darwin", + "uptime": 211303 + }, + { + "timestamp": 1764847309594, + "memoryTotal": 34359738368, + "memoryUsed": 33844789248, + "memoryFree": 514949120, + "memoryUsagePercent": 98.50130081176758, + "memoryEfficiency": 1.4986991882324219, + "cpuCount": 12, + "cpuLoad": 0.1121826171875, + "platform": "darwin", + "uptime": 211333 + }, + { + "timestamp": 1764847339594, + "memoryTotal": 34359738368, + "memoryUsed": 33853603840, + "memoryFree": 506134528, + "memoryUsagePercent": 98.5269546508789, + "memoryEfficiency": 1.4730453491210938, + "cpuCount": 12, + "cpuLoad": 0.1734619140625, + "platform": "darwin", + "uptime": 211363 + }, + { + "timestamp": 1764847369594, + "memoryTotal": 34359738368, + "memoryUsed": 34043658240, + "memoryFree": 316080128, + "memoryUsagePercent": 99.08008575439453, + "memoryEfficiency": 0.9199142456054688, + "cpuCount": 12, + "cpuLoad": 0.16939290364583334, + "platform": "darwin", + "uptime": 211393 + }, + { + "timestamp": 1764847399595, + "memoryTotal": 34359738368, + "memoryUsed": 34062696448, + "memoryFree": 297041920, + "memoryUsagePercent": 99.13549423217773, + "memoryEfficiency": 0.8645057678222656, + "cpuCount": 12, + "cpuLoad": 0.15718587239583334, + "platform": "darwin", + "uptime": 211423 + }, + { + "timestamp": 1764847429595, + "memoryTotal": 34359738368, + "memoryUsed": 34208137216, + "memoryFree": 151601152, + "memoryUsagePercent": 99.55878257751465, + "memoryEfficiency": 0.44121742248535156, + "cpuCount": 12, + "cpuLoad": 0.11710611979166667, + "platform": "darwin", + "uptime": 211453 + }, + { + "timestamp": 1764847459597, + "memoryTotal": 34359738368, + "memoryUsed": 34232942592, + "memoryFree": 126795776, + "memoryUsagePercent": 99.6309757232666, + "memoryEfficiency": 0.36902427673339844, + "cpuCount": 12, + "cpuLoad": 0.11885579427083333, + "platform": "darwin", + "uptime": 211483 + }, + { + "timestamp": 1764847489599, + "memoryTotal": 34359738368, + "memoryUsed": 34136293376, + "memoryFree": 223444992, + "memoryUsagePercent": 99.34968948364258, + "memoryEfficiency": 0.6503105163574219, + "cpuCount": 12, + "cpuLoad": 0.15620930989583334, + "platform": "darwin", + "uptime": 211513 + }, + { + "timestamp": 1764847519600, + "memoryTotal": 34359738368, + "memoryUsed": 34089140224, + "memoryFree": 270598144, + "memoryUsagePercent": 99.21245574951172, + "memoryEfficiency": 0.7875442504882812, + "cpuCount": 12, + "cpuLoad": 0.13671875, + "platform": "darwin", + "uptime": 211543 + }, + { + "timestamp": 1764847549602, + "memoryTotal": 34359738368, + "memoryUsed": 34176925696, + "memoryFree": 182812672, + "memoryUsagePercent": 99.46794509887695, + "memoryEfficiency": 0.5320549011230469, + "cpuCount": 12, + "cpuLoad": 0.15840657552083334, + "platform": "darwin", + "uptime": 211573 + }, + { + "timestamp": 1764847579603, + "memoryTotal": 34359738368, + "memoryUsed": 34295922688, + "memoryFree": 63815680, + "memoryUsagePercent": 99.81427192687988, + "memoryEfficiency": 0.1857280731201172, + "cpuCount": 12, + "cpuLoad": 0.17606608072916666, + "platform": "darwin", + "uptime": 211603 + }, + { + "timestamp": 1764847609604, + "memoryTotal": 34359738368, + "memoryUsed": 34010923008, + "memoryFree": 348815360, + "memoryUsagePercent": 98.98481369018555, + "memoryEfficiency": 1.0151863098144531, + "cpuCount": 12, + "cpuLoad": 0.20166015625, + "platform": "darwin", + "uptime": 211633 + }, + { + "timestamp": 1764847639606, + "memoryTotal": 34359738368, + "memoryUsed": 34048278528, + "memoryFree": 311459840, + "memoryUsagePercent": 99.09353256225586, + "memoryEfficiency": 0.9064674377441406, + "cpuCount": 12, + "cpuLoad": 0.21244303385416666, + "platform": "darwin", + "uptime": 211663 + }, + { + "timestamp": 1764847669608, + "memoryTotal": 34359738368, + "memoryUsed": 34159116288, + "memoryFree": 200622080, + "memoryUsagePercent": 99.41611289978027, + "memoryEfficiency": 0.5838871002197266, + "cpuCount": 12, + "cpuLoad": 0.18098958333333334, + "platform": "darwin", + "uptime": 211693 + }, + { + "timestamp": 1764847699609, + "memoryTotal": 34359738368, + "memoryUsed": 34169798656, + "memoryFree": 189939712, + "memoryUsagePercent": 99.44720268249512, + "memoryEfficiency": 0.5527973175048828, + "cpuCount": 12, + "cpuLoad": 0.2484130859375, + "platform": "darwin", + "uptime": 211723 + }, + { + "timestamp": 1764847729612, + "memoryTotal": 34359738368, + "memoryUsed": 34279424000, + "memoryFree": 80314368, + "memoryUsagePercent": 99.76625442504883, + "memoryEfficiency": 0.23374557495117188, + "cpuCount": 12, + "cpuLoad": 0.17976888020833334, + "platform": "darwin", + "uptime": 211753 + }, + { + "timestamp": 1764847759613, + "memoryTotal": 34359738368, + "memoryUsed": 34150236160, + "memoryFree": 209502208, + "memoryUsagePercent": 99.39026832580566, + "memoryEfficiency": 0.6097316741943359, + "cpuCount": 12, + "cpuLoad": 0.14013671875, + "platform": "darwin", + "uptime": 211783 + }, + { + "timestamp": 1764847789615, + "memoryTotal": 34359738368, + "memoryUsed": 34217476096, + "memoryFree": 142262272, + "memoryUsagePercent": 99.58596229553223, + "memoryEfficiency": 0.41403770446777344, + "cpuCount": 12, + "cpuLoad": 0.12263997395833333, + "platform": "darwin", + "uptime": 211813 + }, + { + "timestamp": 1764847819616, + "memoryTotal": 34359738368, + "memoryUsed": 33973747712, + "memoryFree": 385990656, + "memoryUsagePercent": 98.87661933898926, + "memoryEfficiency": 1.1233806610107422, + "cpuCount": 12, + "cpuLoad": 0.13028971354166666, + "platform": "darwin", + "uptime": 211843 + }, + { + "timestamp": 1764847849618, + "memoryTotal": 34359738368, + "memoryUsed": 34127233024, + "memoryFree": 232505344, + "memoryUsagePercent": 99.32332038879395, + "memoryEfficiency": 0.6766796112060547, + "cpuCount": 12, + "cpuLoad": 0.13871256510416666, + "platform": "darwin", + "uptime": 211873 + }, + { + "timestamp": 1764847879620, + "memoryTotal": 34359738368, + "memoryUsed": 34186461184, + "memoryFree": 173277184, + "memoryUsagePercent": 99.49569702148438, + "memoryEfficiency": 0.504302978515625, + "cpuCount": 12, + "cpuLoad": 0.1304931640625, + "platform": "darwin", + "uptime": 211903 + }, + { + "timestamp": 1764847909622, + "memoryTotal": 34359738368, + "memoryUsed": 34272985088, + "memoryFree": 86753280, + "memoryUsagePercent": 99.74751472473145, + "memoryEfficiency": 0.2524852752685547, + "cpuCount": 12, + "cpuLoad": 0.12308756510416667, + "platform": "darwin", + "uptime": 211933 + }, + { + "timestamp": 1764847939623, + "memoryTotal": 34359738368, + "memoryUsed": 34163949568, + "memoryFree": 195788800, + "memoryUsagePercent": 99.43017959594727, + "memoryEfficiency": 0.5698204040527344, + "cpuCount": 12, + "cpuLoad": 0.130615234375, + "platform": "darwin", + "uptime": 211963 + }, + { + "timestamp": 1764847969624, + "memoryTotal": 34359738368, + "memoryUsed": 34241150976, + "memoryFree": 118587392, + "memoryUsagePercent": 99.65486526489258, + "memoryEfficiency": 0.3451347351074219, + "cpuCount": 12, + "cpuLoad": 0.27392578125, + "platform": "darwin", + "uptime": 211993 + }, + { + "timestamp": 1764847999624, + "memoryTotal": 34359738368, + "memoryUsed": 34075820032, + "memoryFree": 283918336, + "memoryUsagePercent": 99.1736888885498, + "memoryEfficiency": 0.8263111114501953, + "cpuCount": 12, + "cpuLoad": 0.21114095052083334, + "platform": "darwin", + "uptime": 212023 + }, + { + "timestamp": 1764848029624, + "memoryTotal": 34359738368, + "memoryUsed": 34249523200, + "memoryFree": 110215168, + "memoryUsagePercent": 99.67923164367676, + "memoryEfficiency": 0.3207683563232422, + "cpuCount": 12, + "cpuLoad": 0.15718587239583334, + "platform": "darwin", + "uptime": 212053 + }, + { + "timestamp": 1764848059626, + "memoryTotal": 34359738368, + "memoryUsed": 34271215616, + "memoryFree": 88522752, + "memoryUsagePercent": 99.74236488342285, + "memoryEfficiency": 0.25763511657714844, + "cpuCount": 12, + "cpuLoad": 0.13728841145833334, + "platform": "darwin", + "uptime": 212083 + }, + { + "timestamp": 1764848089626, + "memoryTotal": 34359738368, + "memoryUsed": 34138750976, + "memoryFree": 220987392, + "memoryUsagePercent": 99.35684204101562, + "memoryEfficiency": 0.643157958984375, + "cpuCount": 12, + "cpuLoad": 0.12150065104166667, + "platform": "darwin", + "uptime": 212113 + }, + { + "timestamp": 1764848119626, + "memoryTotal": 34359738368, + "memoryUsed": 34126036992, + "memoryFree": 233701376, + "memoryUsagePercent": 99.31983947753906, + "memoryEfficiency": 0.6801605224609375, + "cpuCount": 12, + "cpuLoad": 0.11092122395833333, + "platform": "darwin", + "uptime": 212143 + }, + { + "timestamp": 1764848149625, + "memoryTotal": 34359738368, + "memoryUsed": 34208579584, + "memoryFree": 151158784, + "memoryUsagePercent": 99.5600700378418, + "memoryEfficiency": 0.4399299621582031, + "cpuCount": 12, + "cpuLoad": 0.15523274739583334, + "platform": "darwin", + "uptime": 212173 + }, + { + "timestamp": 1764848179626, + "memoryTotal": 34359738368, + "memoryUsed": 34258173952, + "memoryFree": 101564416, + "memoryUsagePercent": 99.70440864562988, + "memoryEfficiency": 0.2955913543701172, + "cpuCount": 12, + "cpuLoad": 0.19405110677083334, + "platform": "darwin", + "uptime": 212203 + }, + { + "timestamp": 1764848209627, + "memoryTotal": 34359738368, + "memoryUsed": 34266284032, + "memoryFree": 93454336, + "memoryUsagePercent": 99.72801208496094, + "memoryEfficiency": 0.2719879150390625, + "cpuCount": 12, + "cpuLoad": 0.15625, + "platform": "darwin", + "uptime": 212233 + }, + { + "timestamp": 1764848239627, + "memoryTotal": 34359738368, + "memoryUsed": 34192359424, + "memoryFree": 167378944, + "memoryUsagePercent": 99.51286315917969, + "memoryEfficiency": 0.4871368408203125, + "cpuCount": 12, + "cpuLoad": 0.1412353515625, + "platform": "darwin", + "uptime": 212263 + }, + { + "timestamp": 1764848269628, + "memoryTotal": 34359738368, + "memoryUsed": 34278129664, + "memoryFree": 81608704, + "memoryUsagePercent": 99.76248741149902, + "memoryEfficiency": 0.23751258850097656, + "cpuCount": 12, + "cpuLoad": 0.14632161458333334, + "platform": "darwin", + "uptime": 212293 + }, + { + "timestamp": 1764848299629, + "memoryTotal": 34359738368, + "memoryUsed": 34262220800, + "memoryFree": 97517568, + "memoryUsagePercent": 99.7161865234375, + "memoryEfficiency": 0.2838134765625, + "cpuCount": 12, + "cpuLoad": 0.140380859375, + "platform": "darwin", + "uptime": 212323 + }, + { + "timestamp": 1764848329628, + "memoryTotal": 34359738368, + "memoryUsed": 34187378688, + "memoryFree": 172359680, + "memoryUsagePercent": 99.49836730957031, + "memoryEfficiency": 0.5016326904296875, + "cpuCount": 12, + "cpuLoad": 0.13358561197916666, + "platform": "darwin", + "uptime": 212353 + }, + { + "timestamp": 1764848359628, + "memoryTotal": 34359738368, + "memoryUsed": 34213560320, + "memoryFree": 146178048, + "memoryUsagePercent": 99.57456588745117, + "memoryEfficiency": 0.4254341125488281, + "cpuCount": 12, + "cpuLoad": 0.11381022135416667, + "platform": "darwin", + "uptime": 212383 + }, + { + "timestamp": 1764848389629, + "memoryTotal": 34359738368, + "memoryUsed": 34288730112, + "memoryFree": 71008256, + "memoryUsagePercent": 99.79333877563477, + "memoryEfficiency": 0.20666122436523438, + "cpuCount": 12, + "cpuLoad": 0.12906901041666666, + "platform": "darwin", + "uptime": 212413 + }, + { + "timestamp": 1764848419629, + "memoryTotal": 34359738368, + "memoryUsed": 34268282880, + "memoryFree": 91455488, + "memoryUsagePercent": 99.73382949829102, + "memoryEfficiency": 0.2661705017089844, + "cpuCount": 12, + "cpuLoad": 0.08479817708333333, + "platform": "darwin", + "uptime": 212443 + }, + { + "timestamp": 1764848449629, + "memoryTotal": 34359738368, + "memoryUsed": 34269102080, + "memoryFree": 90636288, + "memoryUsagePercent": 99.73621368408203, + "memoryEfficiency": 0.26378631591796875, + "cpuCount": 12, + "cpuLoad": 0.11710611979166667, + "platform": "darwin", + "uptime": 212473 + }, + { + "timestamp": 1764848479630, + "memoryTotal": 34359738368, + "memoryUsed": 34259238912, + "memoryFree": 100499456, + "memoryUsagePercent": 99.7075080871582, + "memoryEfficiency": 0.2924919128417969, + "cpuCount": 12, + "cpuLoad": 0.1060791015625, + "platform": "darwin", + "uptime": 212503 + }, + { + "timestamp": 1764848509631, + "memoryTotal": 34359738368, + "memoryUsed": 34197716992, + "memoryFree": 162021376, + "memoryUsagePercent": 99.52845573425293, + "memoryEfficiency": 0.4715442657470703, + "cpuCount": 12, + "cpuLoad": 0.12923177083333334, + "platform": "darwin", + "uptime": 212533 + }, + { + "timestamp": 1764848539634, + "memoryTotal": 34359738368, + "memoryUsed": 34273542144, + "memoryFree": 86196224, + "memoryUsagePercent": 99.74913597106934, + "memoryEfficiency": 0.25086402893066406, + "cpuCount": 12, + "cpuLoad": 0.14383951822916666, + "platform": "darwin", + "uptime": 212563 + }, + { + "timestamp": 1764848569635, + "memoryTotal": 34359738368, + "memoryUsed": 34255519744, + "memoryFree": 104218624, + "memoryUsagePercent": 99.69668388366699, + "memoryEfficiency": 0.3033161163330078, + "cpuCount": 12, + "cpuLoad": 0.2891031901041667, + "platform": "darwin", + "uptime": 212593 + }, + { + "timestamp": 1764848599638, + "memoryTotal": 34359738368, + "memoryUsed": 34283257856, + "memoryFree": 76480512, + "memoryUsagePercent": 99.77741241455078, + "memoryEfficiency": 0.22258758544921875, + "cpuCount": 12, + "cpuLoad": 0.24943033854166666, + "platform": "darwin", + "uptime": 212623 + }, + { + "timestamp": 1764848629640, + "memoryTotal": 34359738368, + "memoryUsed": 33911390208, + "memoryFree": 448348160, + "memoryUsagePercent": 98.69513511657715, + "memoryEfficiency": 1.3048648834228516, + "cpuCount": 12, + "cpuLoad": 0.24991861979166666, + "platform": "darwin", + "uptime": 212653 + }, + { + "timestamp": 1764848659641, + "memoryTotal": 34359738368, + "memoryUsed": 34220425216, + "memoryFree": 139313152, + "memoryUsagePercent": 99.59454536437988, + "memoryEfficiency": 0.4054546356201172, + "cpuCount": 12, + "cpuLoad": 0.2928466796875, + "platform": "darwin", + "uptime": 212683 + }, + { + "timestamp": 1764848689643, + "memoryTotal": 34359738368, + "memoryUsed": 34286321664, + "memoryFree": 73416704, + "memoryUsagePercent": 99.78632926940918, + "memoryEfficiency": 0.2136707305908203, + "cpuCount": 12, + "cpuLoad": 0.2688802083333333, + "platform": "darwin", + "uptime": 212713 + }, + { + "timestamp": 1764848719644, + "memoryTotal": 34359738368, + "memoryUsed": 34276130816, + "memoryFree": 83607552, + "memoryUsagePercent": 99.75666999816895, + "memoryEfficiency": 0.2433300018310547, + "cpuCount": 12, + "cpuLoad": 0.22342936197916666, + "platform": "darwin", + "uptime": 212743 + }, + { + "timestamp": 1764848749646, + "memoryTotal": 34359738368, + "memoryUsed": 34268594176, + "memoryFree": 91144192, + "memoryUsagePercent": 99.7347354888916, + "memoryEfficiency": 0.26526451110839844, + "cpuCount": 12, + "cpuLoad": 0.2218017578125, + "platform": "darwin", + "uptime": 212773 + }, + { + "timestamp": 1764848779648, + "memoryTotal": 34359738368, + "memoryUsed": 34285764608, + "memoryFree": 73973760, + "memoryUsagePercent": 99.78470802307129, + "memoryEfficiency": 0.21529197692871094, + "cpuCount": 12, + "cpuLoad": 0.2008056640625, + "platform": "darwin", + "uptime": 212803 + }, + { + "timestamp": 1764848809650, + "memoryTotal": 34359738368, + "memoryUsed": 34278719488, + "memoryFree": 81018880, + "memoryUsagePercent": 99.76420402526855, + "memoryEfficiency": 0.2357959747314453, + "cpuCount": 12, + "cpuLoad": 0.18986002604166666, + "platform": "darwin", + "uptime": 212833 + }, + { + "timestamp": 1764848839650, + "memoryTotal": 34359738368, + "memoryUsed": 34221981696, + "memoryFree": 137756672, + "memoryUsagePercent": 99.59907531738281, + "memoryEfficiency": 0.4009246826171875, + "cpuCount": 12, + "cpuLoad": 0.20296223958333334, + "platform": "darwin", + "uptime": 212863 + }, + { + "timestamp": 1764848869652, + "memoryTotal": 34359738368, + "memoryUsed": 34286796800, + "memoryFree": 72941568, + "memoryUsagePercent": 99.78771209716797, + "memoryEfficiency": 0.21228790283203125, + "cpuCount": 12, + "cpuLoad": 0.18062337239583334, + "platform": "darwin", + "uptime": 212893 + }, + { + "timestamp": 1764848899654, + "memoryTotal": 34359738368, + "memoryUsed": 34285355008, + "memoryFree": 74383360, + "memoryUsagePercent": 99.78351593017578, + "memoryEfficiency": 0.21648406982421875, + "cpuCount": 12, + "cpuLoad": 0.18668619791666666, + "platform": "darwin", + "uptime": 212923 + }, + { + "timestamp": 1764848929654, + "memoryTotal": 34359738368, + "memoryUsed": 34274574336, + "memoryFree": 85164032, + "memoryUsagePercent": 99.75214004516602, + "memoryEfficiency": 0.24785995483398438, + "cpuCount": 12, + "cpuLoad": 0.18269856770833334, + "platform": "darwin", + "uptime": 212953 + }, + { + "timestamp": 1764848959657, + "memoryTotal": 34359738368, + "memoryUsed": 33749139456, + "memoryFree": 610598912, + "memoryUsagePercent": 98.2229232788086, + "memoryEfficiency": 1.7770767211914062, + "cpuCount": 12, + "cpuLoad": 0.17952473958333334, + "platform": "darwin", + "uptime": 212983 + }, + { + "timestamp": 1764848989656, + "memoryTotal": 34359738368, + "memoryUsed": 33658683392, + "memoryFree": 701054976, + "memoryUsagePercent": 97.95966148376465, + "memoryEfficiency": 2.0403385162353516, + "cpuCount": 12, + "cpuLoad": 0.16597493489583334, + "platform": "darwin", + "uptime": 213013 + }, + { + "timestamp": 1764849019657, + "memoryTotal": 34359738368, + "memoryUsed": 33952153600, + "memoryFree": 407584768, + "memoryUsagePercent": 98.81377220153809, + "memoryEfficiency": 1.186227798461914, + "cpuCount": 12, + "cpuLoad": 0.2158203125, + "platform": "darwin", + "uptime": 213043 + }, + { + "timestamp": 1764849049660, + "memoryTotal": 34359738368, + "memoryUsed": 33899593728, + "memoryFree": 460144640, + "memoryUsagePercent": 98.66080284118652, + "memoryEfficiency": 1.3391971588134766, + "cpuCount": 12, + "cpuLoad": 0.19222005208333334, + "platform": "darwin", + "uptime": 213073 + }, + { + "timestamp": 1764849079662, + "memoryTotal": 34359738368, + "memoryUsed": 33936211968, + "memoryFree": 423526400, + "memoryUsagePercent": 98.76737594604492, + "memoryEfficiency": 1.2326240539550781, + "cpuCount": 12, + "cpuLoad": 0.333251953125, + "platform": "darwin", + "uptime": 213103 + }, + { + "timestamp": 1764849109662, + "memoryTotal": 34359738368, + "memoryUsed": 33589690368, + "memoryFree": 770048000, + "memoryUsagePercent": 97.75886535644531, + "memoryEfficiency": 2.2411346435546875, + "cpuCount": 12, + "cpuLoad": 0.4261881510416667, + "platform": "darwin", + "uptime": 213133 + }, + { + "timestamp": 1764849139662, + "memoryTotal": 34359738368, + "memoryUsed": 33913077760, + "memoryFree": 446660608, + "memoryUsagePercent": 98.70004653930664, + "memoryEfficiency": 1.2999534606933594, + "cpuCount": 12, + "cpuLoad": 0.330322265625, + "platform": "darwin", + "uptime": 213163 + }, + { + "timestamp": 1764849169663, + "memoryTotal": 34359738368, + "memoryUsed": 34000879616, + "memoryFree": 358858752, + "memoryUsagePercent": 98.9555835723877, + "memoryEfficiency": 1.0444164276123047, + "cpuCount": 12, + "cpuLoad": 0.2956949869791667, + "platform": "darwin", + "uptime": 213193 + }, + { + "timestamp": 1764849199666, + "memoryTotal": 34359738368, + "memoryUsed": 33778089984, + "memoryFree": 581648384, + "memoryUsagePercent": 98.30718040466309, + "memoryEfficiency": 1.692819595336914, + "cpuCount": 12, + "cpuLoad": 0.243408203125, + "platform": "darwin", + "uptime": 213223 + }, + { + "timestamp": 1764849229668, + "memoryTotal": 34359738368, + "memoryUsed": 33974108160, + "memoryFree": 385630208, + "memoryUsagePercent": 98.8776683807373, + "memoryEfficiency": 1.1223316192626953, + "cpuCount": 12, + "cpuLoad": 0.23368326822916666, + "platform": "darwin", + "uptime": 213253 + }, + { + "timestamp": 1764849259669, + "memoryTotal": 34359738368, + "memoryUsed": 34020343808, + "memoryFree": 339394560, + "memoryUsagePercent": 99.01223182678223, + "memoryEfficiency": 0.9877681732177734, + "cpuCount": 12, + "cpuLoad": 0.2528483072916667, + "platform": "darwin", + "uptime": 213283 + }, + { + "timestamp": 1764849289669, + "memoryTotal": 34359738368, + "memoryUsed": 34062991360, + "memoryFree": 296747008, + "memoryUsagePercent": 99.1363525390625, + "memoryEfficiency": 0.8636474609375, + "cpuCount": 12, + "cpuLoad": 0.21443684895833334, + "platform": "darwin", + "uptime": 213313 + }, + { + "timestamp": 1764849319671, + "memoryTotal": 34359738368, + "memoryUsed": 34012807168, + "memoryFree": 346931200, + "memoryUsagePercent": 98.99029731750488, + "memoryEfficiency": 1.0097026824951172, + "cpuCount": 12, + "cpuLoad": 0.2613932291666667, + "platform": "darwin", + "uptime": 213343 + }, + { + "timestamp": 1764849349671, + "memoryTotal": 34359738368, + "memoryUsed": 34186051584, + "memoryFree": 173686784, + "memoryUsagePercent": 99.49450492858887, + "memoryEfficiency": 0.5054950714111328, + "cpuCount": 12, + "cpuLoad": 0.22977701822916666, + "platform": "darwin", + "uptime": 213373 + }, + { + "timestamp": 1764849379673, + "memoryTotal": 34359738368, + "memoryUsed": 34298707968, + "memoryFree": 61030400, + "memoryUsagePercent": 99.82237815856934, + "memoryEfficiency": 0.17762184143066406, + "cpuCount": 12, + "cpuLoad": 0.24491373697916666, + "platform": "darwin", + "uptime": 213403 + }, + { + "timestamp": 1764849409672, + "memoryTotal": 34359738368, + "memoryUsed": 34199126016, + "memoryFree": 160612352, + "memoryUsagePercent": 99.53255653381348, + "memoryEfficiency": 0.46744346618652344, + "cpuCount": 12, + "cpuLoad": 0.207275390625, + "platform": "darwin", + "uptime": 213433 + }, + { + "timestamp": 1764849439675, + "memoryTotal": 34359738368, + "memoryUsed": 34272133120, + "memoryFree": 87605248, + "memoryUsagePercent": 99.74503517150879, + "memoryEfficiency": 0.25496482849121094, + "cpuCount": 12, + "cpuLoad": 0.20613606770833334, + "platform": "darwin", + "uptime": 213463 + }, + { + "timestamp": 1764849469675, + "memoryTotal": 34359738368, + "memoryUsed": 34162032640, + "memoryFree": 197705728, + "memoryUsagePercent": 99.42460060119629, + "memoryEfficiency": 0.5753993988037109, + "cpuCount": 12, + "cpuLoad": 0.2562255859375, + "platform": "darwin", + "uptime": 213493 + }, + { + "timestamp": 1764849499675, + "memoryTotal": 34359738368, + "memoryUsed": 34208006144, + "memoryFree": 151732224, + "memoryUsagePercent": 99.55840110778809, + "memoryEfficiency": 0.44159889221191406, + "cpuCount": 12, + "cpuLoad": 0.2369384765625, + "platform": "darwin", + "uptime": 213523 + }, + { + "timestamp": 1764849529675, + "memoryTotal": 34359738368, + "memoryUsed": 34276950016, + "memoryFree": 82788352, + "memoryUsagePercent": 99.75905418395996, + "memoryEfficiency": 0.24094581604003906, + "cpuCount": 12, + "cpuLoad": 0.20963541666666666, + "platform": "darwin", + "uptime": 213553 + }, + { + "timestamp": 1764849559675, + "memoryTotal": 34359738368, + "memoryUsed": 34243067904, + "memoryFree": 116670464, + "memoryUsagePercent": 99.66044425964355, + "memoryEfficiency": 0.3395557403564453, + "cpuCount": 12, + "cpuLoad": 0.17207845052083334, + "platform": "darwin", + "uptime": 213583 + }, + { + "timestamp": 1764849589677, + "memoryTotal": 34359738368, + "memoryUsed": 34262417408, + "memoryFree": 97320960, + "memoryUsagePercent": 99.71675872802734, + "memoryEfficiency": 0.28324127197265625, + "cpuCount": 12, + "cpuLoad": 0.153076171875, + "platform": "darwin", + "uptime": 213613 + }, + { + "timestamp": 1764849619677, + "memoryTotal": 34359738368, + "memoryUsed": 34238644224, + "memoryFree": 121094144, + "memoryUsagePercent": 99.64756965637207, + "memoryEfficiency": 0.3524303436279297, + "cpuCount": 12, + "cpuLoad": 0.15718587239583334, + "platform": "darwin", + "uptime": 213643 + }, + { + "timestamp": 1764849649678, + "memoryTotal": 34359738368, + "memoryUsed": 34264154112, + "memoryFree": 95584256, + "memoryUsagePercent": 99.7218132019043, + "memoryEfficiency": 0.2781867980957031, + "cpuCount": 12, + "cpuLoad": 0.1575927734375, + "platform": "darwin", + "uptime": 213673 + }, + { + "timestamp": 1764849679679, + "memoryTotal": 34359738368, + "memoryUsed": 34086174720, + "memoryFree": 273563648, + "memoryUsagePercent": 99.20382499694824, + "memoryEfficiency": 0.7961750030517578, + "cpuCount": 12, + "cpuLoad": 0.1348876953125, + "platform": "darwin", + "uptime": 213703 + }, + { + "timestamp": 1764849709680, + "memoryTotal": 34359738368, + "memoryUsed": 34230108160, + "memoryFree": 129630208, + "memoryUsagePercent": 99.62272644042969, + "memoryEfficiency": 0.3772735595703125, + "cpuCount": 12, + "cpuLoad": 0.1317138671875, + "platform": "darwin", + "uptime": 213733 + }, + { + "timestamp": 1764849739680, + "memoryTotal": 34359738368, + "memoryUsed": 34243493888, + "memoryFree": 116244480, + "memoryUsagePercent": 99.66168403625488, + "memoryEfficiency": 0.3383159637451172, + "cpuCount": 12, + "cpuLoad": 0.12349446614583333, + "platform": "darwin", + "uptime": 213763 + }, + { + "timestamp": 1764849769682, + "memoryTotal": 34359738368, + "memoryUsed": 34159280128, + "memoryFree": 200458240, + "memoryUsagePercent": 99.41658973693848, + "memoryEfficiency": 0.5834102630615234, + "cpuCount": 12, + "cpuLoad": 0.3428141276041667, + "platform": "darwin", + "uptime": 213793 + }, + { + "timestamp": 1764849799683, + "memoryTotal": 34359738368, + "memoryUsed": 34290532352, + "memoryFree": 69206016, + "memoryUsagePercent": 99.798583984375, + "memoryEfficiency": 0.201416015625, + "cpuCount": 12, + "cpuLoad": 0.24393717447916666, + "platform": "darwin", + "uptime": 213823 + }, + { + "timestamp": 1764849829684, + "memoryTotal": 34359738368, + "memoryUsed": 34203893760, + "memoryFree": 155844608, + "memoryUsagePercent": 99.54643249511719, + "memoryEfficiency": 0.4535675048828125, + "cpuCount": 12, + "cpuLoad": 0.19148763020833334, + "platform": "darwin", + "uptime": 213853 + }, + { + "timestamp": 1764849859685, + "memoryTotal": 34359738368, + "memoryUsed": 34214068224, + "memoryFree": 145670144, + "memoryUsagePercent": 99.5760440826416, + "memoryEfficiency": 0.42395591735839844, + "cpuCount": 12, + "cpuLoad": 0.14347330729166666, + "platform": "darwin", + "uptime": 213883 + }, + { + "timestamp": 1764849889685, + "memoryTotal": 34359738368, + "memoryUsed": 34246017024, + "memoryFree": 113721344, + "memoryUsagePercent": 99.66902732849121, + "memoryEfficiency": 0.33097267150878906, + "cpuCount": 12, + "cpuLoad": 0.16886393229166666, + "platform": "darwin", + "uptime": 213913 + }, + { + "timestamp": 1764849919687, + "memoryTotal": 34359738368, + "memoryUsed": 34105589760, + "memoryFree": 254148608, + "memoryUsagePercent": 99.26033020019531, + "memoryEfficiency": 0.7396697998046875, + "cpuCount": 12, + "cpuLoad": 0.15681966145833334, + "platform": "darwin", + "uptime": 213943 + }, + { + "timestamp": 1764849949687, + "memoryTotal": 34359738368, + "memoryUsed": 34227290112, + "memoryFree": 132448256, + "memoryUsagePercent": 99.6145248413086, + "memoryEfficiency": 0.38547515869140625, + "cpuCount": 12, + "cpuLoad": 0.3756103515625, + "platform": "darwin", + "uptime": 213973 + }, + { + "timestamp": 1764849979689, + "memoryTotal": 34359738368, + "memoryUsed": 34230370304, + "memoryFree": 129368064, + "memoryUsagePercent": 99.62348937988281, + "memoryEfficiency": 0.3765106201171875, + "cpuCount": 12, + "cpuLoad": 0.2882893880208333, + "platform": "darwin", + "uptime": 214003 + }, + { + "timestamp": 1764850009690, + "memoryTotal": 34359738368, + "memoryUsed": 34228207616, + "memoryFree": 131530752, + "memoryUsagePercent": 99.61719512939453, + "memoryEfficiency": 0.38280487060546875, + "cpuCount": 12, + "cpuLoad": 0.3496907552083333, + "platform": "darwin", + "uptime": 214033 + }, + { + "timestamp": 1764850039691, + "memoryTotal": 34359738368, + "memoryUsed": 33736638464, + "memoryFree": 623099904, + "memoryUsagePercent": 98.1865406036377, + "memoryEfficiency": 1.8134593963623047, + "cpuCount": 12, + "cpuLoad": 0.2895100911458333, + "platform": "darwin", + "uptime": 214063 + }, + { + "timestamp": 1764850069691, + "memoryTotal": 34359738368, + "memoryUsed": 34233778176, + "memoryFree": 125960192, + "memoryUsagePercent": 99.63340759277344, + "memoryEfficiency": 0.3665924072265625, + "cpuCount": 12, + "cpuLoad": 0.248779296875, + "platform": "darwin", + "uptime": 214093 + }, + { + "timestamp": 1764850099692, + "memoryTotal": 34359738368, + "memoryUsed": 33951858688, + "memoryFree": 407879680, + "memoryUsagePercent": 98.81291389465332, + "memoryEfficiency": 1.1870861053466797, + "cpuCount": 12, + "cpuLoad": 0.2905680338541667, + "platform": "darwin", + "uptime": 214123 + }, + { + "timestamp": 1764850129695, + "memoryTotal": 34359738368, + "memoryUsed": 34083651584, + "memoryFree": 276086784, + "memoryUsagePercent": 99.19648170471191, + "memoryEfficiency": 0.8035182952880859, + "cpuCount": 12, + "cpuLoad": 0.2572428385416667, + "platform": "darwin", + "uptime": 214153 + }, + { + "timestamp": 1764850159696, + "memoryTotal": 34359738368, + "memoryUsed": 34222489600, + "memoryFree": 137248768, + "memoryUsagePercent": 99.60055351257324, + "memoryEfficiency": 0.3994464874267578, + "cpuCount": 12, + "cpuLoad": 0.21065266927083334, + "platform": "darwin", + "uptime": 214183 + }, + { + "timestamp": 1764850189698, + "memoryTotal": 34359738368, + "memoryUsed": 33940537344, + "memoryFree": 419201024, + "memoryUsagePercent": 98.77996444702148, + "memoryEfficiency": 1.2200355529785156, + "cpuCount": 12, + "cpuLoad": 0.19014485677083334, + "platform": "darwin", + "uptime": 214213 + }, + { + "timestamp": 1764850219699, + "memoryTotal": 34359738368, + "memoryUsed": 34186280960, + "memoryFree": 173457408, + "memoryUsagePercent": 99.49517250061035, + "memoryEfficiency": 0.5048274993896484, + "cpuCount": 12, + "cpuLoad": 0.17415364583333334, + "platform": "darwin", + "uptime": 214243 + }, + { + "timestamp": 1764850249701, + "memoryTotal": 34359738368, + "memoryUsed": 34133884928, + "memoryFree": 225853440, + "memoryUsagePercent": 99.34267997741699, + "memoryEfficiency": 0.6573200225830078, + "cpuCount": 12, + "cpuLoad": 0.19002278645833334, + "platform": "darwin", + "uptime": 214273 + }, + { + "timestamp": 1764850279704, + "memoryTotal": 34359738368, + "memoryUsed": 34195423232, + "memoryFree": 164315136, + "memoryUsagePercent": 99.52178001403809, + "memoryEfficiency": 0.47821998596191406, + "cpuCount": 12, + "cpuLoad": 0.3002115885416667, + "platform": "darwin", + "uptime": 214303 + }, + { + "timestamp": 1764850309706, + "memoryTotal": 34359738368, + "memoryUsed": 34266120192, + "memoryFree": 93618176, + "memoryUsagePercent": 99.72753524780273, + "memoryEfficiency": 0.2724647521972656, + "cpuCount": 12, + "cpuLoad": 0.2518310546875, + "platform": "darwin", + "uptime": 214333 + }, + { + "timestamp": 1764850339707, + "memoryTotal": 34359738368, + "memoryUsed": 34187345920, + "memoryFree": 172392448, + "memoryUsagePercent": 99.49827194213867, + "memoryEfficiency": 0.5017280578613281, + "cpuCount": 12, + "cpuLoad": 0.2220458984375, + "platform": "darwin", + "uptime": 214363 + }, + { + "timestamp": 1764850369707, + "memoryTotal": 34359738368, + "memoryUsed": 34188115968, + "memoryFree": 171622400, + "memoryUsagePercent": 99.50051307678223, + "memoryEfficiency": 0.49948692321777344, + "cpuCount": 12, + "cpuLoad": 0.20694986979166666, + "platform": "darwin", + "uptime": 214393 + }, + { + "timestamp": 1764850399710, + "memoryTotal": 34359738368, + "memoryUsed": 34216591360, + "memoryFree": 143147008, + "memoryUsagePercent": 99.58338737487793, + "memoryEfficiency": 0.4166126251220703, + "cpuCount": 12, + "cpuLoad": 0.23002115885416666, + "platform": "darwin", + "uptime": 214423 + }, + { + "timestamp": 1764850429711, + "memoryTotal": 34359738368, + "memoryUsed": 34192277504, + "memoryFree": 167460864, + "memoryUsagePercent": 99.51262474060059, + "memoryEfficiency": 0.48737525939941406, + "cpuCount": 12, + "cpuLoad": 0.1829833984375, + "platform": "darwin", + "uptime": 214453 + }, + { + "timestamp": 1764850459713, + "memoryTotal": 34359738368, + "memoryUsed": 34202091520, + "memoryFree": 157646848, + "memoryUsagePercent": 99.54118728637695, + "memoryEfficiency": 0.4588127136230469, + "cpuCount": 12, + "cpuLoad": 0.17842610677083334, + "platform": "darwin", + "uptime": 214483 + }, + { + "timestamp": 1764850489716, + "memoryTotal": 34359738368, + "memoryUsed": 34256568320, + "memoryFree": 103170048, + "memoryUsagePercent": 99.69973564147949, + "memoryEfficiency": 0.3002643585205078, + "cpuCount": 12, + "cpuLoad": 0.2147216796875, + "platform": "darwin", + "uptime": 214513 + }, + { + "timestamp": 1764850519716, + "memoryTotal": 34359738368, + "memoryUsed": 34241249280, + "memoryFree": 118489088, + "memoryUsagePercent": 99.6551513671875, + "memoryEfficiency": 0.3448486328125, + "cpuCount": 12, + "cpuLoad": 0.19706217447916666, + "platform": "darwin", + "uptime": 214543 + }, + { + "timestamp": 1764850549718, + "memoryTotal": 34359738368, + "memoryUsed": 34238464000, + "memoryFree": 121274368, + "memoryUsagePercent": 99.64704513549805, + "memoryEfficiency": 0.3529548645019531, + "cpuCount": 12, + "cpuLoad": 0.18721516927083334, + "platform": "darwin", + "uptime": 214573 + }, + { + "timestamp": 1764850579720, + "memoryTotal": 34359738368, + "memoryUsed": 34274131968, + "memoryFree": 85606400, + "memoryUsagePercent": 99.75085258483887, + "memoryEfficiency": 0.2491474151611328, + "cpuCount": 12, + "cpuLoad": 0.1513671875, + "platform": "darwin", + "uptime": 214603 + }, + { + "timestamp": 1764850609721, + "memoryTotal": 34359738368, + "memoryUsed": 34161885184, + "memoryFree": 197853184, + "memoryUsagePercent": 99.4241714477539, + "memoryEfficiency": 0.5758285522460938, + "cpuCount": 12, + "cpuLoad": 0.17167154947916666, + "platform": "darwin", + "uptime": 214633 + }, + { + "timestamp": 1764850639721, + "memoryTotal": 34359738368, + "memoryUsed": 34189672448, + "memoryFree": 170065920, + "memoryUsagePercent": 99.50504302978516, + "memoryEfficiency": 0.49495697021484375, + "cpuCount": 12, + "cpuLoad": 0.19075520833333334, + "platform": "darwin", + "uptime": 214663 + }, + { + "timestamp": 1764850669724, + "memoryTotal": 34359738368, + "memoryUsed": 34266218496, + "memoryFree": 93519872, + "memoryUsagePercent": 99.72782135009766, + "memoryEfficiency": 0.27217864990234375, + "cpuCount": 12, + "cpuLoad": 0.21439615885416666, + "platform": "darwin", + "uptime": 214693 + }, + { + "timestamp": 1764850699725, + "memoryTotal": 34359738368, + "memoryUsed": 34273050624, + "memoryFree": 86687744, + "memoryUsagePercent": 99.74770545959473, + "memoryEfficiency": 0.25229454040527344, + "cpuCount": 12, + "cpuLoad": 0.193359375, + "platform": "darwin", + "uptime": 214723 + }, + { + "timestamp": 1764850729727, + "memoryTotal": 34359738368, + "memoryUsed": 34211168256, + "memoryFree": 148570112, + "memoryUsagePercent": 99.5676040649414, + "memoryEfficiency": 0.43239593505859375, + "cpuCount": 12, + "cpuLoad": 0.19791666666666666, + "platform": "darwin", + "uptime": 214753 + }, + { + "timestamp": 1764850759728, + "memoryTotal": 34359738368, + "memoryUsed": 34245967872, + "memoryFree": 113770496, + "memoryUsagePercent": 99.66888427734375, + "memoryEfficiency": 0.33111572265625, + "cpuCount": 12, + "cpuLoad": 0.2353515625, + "platform": "darwin", + "uptime": 214783 + }, + { + "timestamp": 1764850789730, + "memoryTotal": 34359738368, + "memoryUsed": 34252111872, + "memoryFree": 107626496, + "memoryUsagePercent": 99.68676567077637, + "memoryEfficiency": 0.3132343292236328, + "cpuCount": 12, + "cpuLoad": 0.21044921875, + "platform": "darwin", + "uptime": 214813 + }, + { + "timestamp": 1764850819732, + "memoryTotal": 34359738368, + "memoryUsed": 34205089792, + "memoryFree": 154648576, + "memoryUsagePercent": 99.54991340637207, + "memoryEfficiency": 0.4500865936279297, + "cpuCount": 12, + "cpuLoad": 0.1920166015625, + "platform": "darwin", + "uptime": 214843 + }, + { + "timestamp": 1764850849734, + "memoryTotal": 34359738368, + "memoryUsed": 34250358784, + "memoryFree": 109379584, + "memoryUsagePercent": 99.6816635131836, + "memoryEfficiency": 0.31833648681640625, + "cpuCount": 12, + "cpuLoad": 0.20052083333333334, + "platform": "darwin", + "uptime": 214873 + }, + { + "timestamp": 1764850879735, + "memoryTotal": 34359738368, + "memoryUsed": 34279669760, + "memoryFree": 80068608, + "memoryUsagePercent": 99.76696968078613, + "memoryEfficiency": 0.2330303192138672, + "cpuCount": 12, + "cpuLoad": 0.278076171875, + "platform": "darwin", + "uptime": 214903 + }, + { + "timestamp": 1764850909736, + "memoryTotal": 34359738368, + "memoryUsed": 34179121152, + "memoryFree": 180617216, + "memoryUsagePercent": 99.47433471679688, + "memoryEfficiency": 0.525665283203125, + "cpuCount": 12, + "cpuLoad": 0.2567545572916667, + "platform": "darwin", + "uptime": 214933 + }, + { + "timestamp": 1764850939736, + "memoryTotal": 34359738368, + "memoryUsed": 34136784896, + "memoryFree": 222953472, + "memoryUsagePercent": 99.35111999511719, + "memoryEfficiency": 0.6488800048828125, + "cpuCount": 12, + "cpuLoad": 0.304443359375, + "platform": "darwin", + "uptime": 214963 + }, + { + "timestamp": 1764850969738, + "memoryTotal": 34359738368, + "memoryUsed": 34256814080, + "memoryFree": 102924288, + "memoryUsagePercent": 99.7004508972168, + "memoryEfficiency": 0.2995491027832031, + "cpuCount": 12, + "cpuLoad": 0.2593994140625, + "platform": "darwin", + "uptime": 214993 + }, + { + "timestamp": 1764850999740, + "memoryTotal": 34359738368, + "memoryUsed": 34231549952, + "memoryFree": 128188416, + "memoryUsagePercent": 99.62692260742188, + "memoryEfficiency": 0.373077392578125, + "cpuCount": 12, + "cpuLoad": 0.22855631510416666, + "platform": "darwin", + "uptime": 215023 + }, + { + "timestamp": 1764851029741, + "memoryTotal": 34359738368, + "memoryUsed": 34170470400, + "memoryFree": 189267968, + "memoryUsagePercent": 99.44915771484375, + "memoryEfficiency": 0.55084228515625, + "cpuCount": 12, + "cpuLoad": 0.4088541666666667, + "platform": "darwin", + "uptime": 215053 + }, + { + "timestamp": 1764851059743, + "memoryTotal": 34359738368, + "memoryUsed": 34252816384, + "memoryFree": 106921984, + "memoryUsagePercent": 99.68881607055664, + "memoryEfficiency": 0.3111839294433594, + "cpuCount": 12, + "cpuLoad": 0.3045654296875, + "platform": "darwin", + "uptime": 215083 + }, + { + "timestamp": 1764851089745, + "memoryTotal": 34359738368, + "memoryUsed": 34230976512, + "memoryFree": 128761856, + "memoryUsagePercent": 99.62525367736816, + "memoryEfficiency": 0.37474632263183594, + "cpuCount": 12, + "cpuLoad": 0.2667643229166667, + "platform": "darwin", + "uptime": 215113 + }, + { + "timestamp": 1764851119747, + "memoryTotal": 34359738368, + "memoryUsed": 34201878528, + "memoryFree": 157859840, + "memoryUsagePercent": 99.54056739807129, + "memoryEfficiency": 0.45943260192871094, + "cpuCount": 12, + "cpuLoad": 0.2701416015625, + "platform": "darwin", + "uptime": 215143 + }, + { + "timestamp": 1764851149747, + "memoryTotal": 34359738368, + "memoryUsed": 34108129280, + "memoryFree": 251609088, + "memoryUsagePercent": 99.26772117614746, + "memoryEfficiency": 0.7322788238525391, + "cpuCount": 12, + "cpuLoad": 0.244384765625, + "platform": "darwin", + "uptime": 215173 + }, + { + "timestamp": 1764851179748, + "memoryTotal": 34359738368, + "memoryUsed": 34247344128, + "memoryFree": 112394240, + "memoryUsagePercent": 99.67288970947266, + "memoryEfficiency": 0.32711029052734375, + "cpuCount": 12, + "cpuLoad": 0.20125325520833334, + "platform": "darwin", + "uptime": 215203 + }, + { + "timestamp": 1764851209750, + "memoryTotal": 34359738368, + "memoryUsed": 34266185728, + "memoryFree": 93552640, + "memoryUsagePercent": 99.72772598266602, + "memoryEfficiency": 0.2722740173339844, + "cpuCount": 12, + "cpuLoad": 0.4897054036458333, + "platform": "darwin", + "uptime": 215233 + }, + { + "timestamp": 1764851239750, + "memoryTotal": 34359738368, + "memoryUsed": 34276130816, + "memoryFree": 83607552, + "memoryUsagePercent": 99.75666999816895, + "memoryEfficiency": 0.2433300018310547, + "cpuCount": 12, + "cpuLoad": 0.4808349609375, + "platform": "darwin", + "uptime": 215263 + }, + { + "timestamp": 1764851269752, + "memoryTotal": 34359738368, + "memoryUsed": 34281570304, + "memoryFree": 78168064, + "memoryUsagePercent": 99.77250099182129, + "memoryEfficiency": 0.22749900817871094, + "cpuCount": 12, + "cpuLoad": 0.3796793619791667, + "platform": "darwin", + "uptime": 215293 + }, + { + "timestamp": 1764851299754, + "memoryTotal": 34359738368, + "memoryUsed": 34270773248, + "memoryFree": 88965120, + "memoryUsagePercent": 99.7410774230957, + "memoryEfficiency": 0.2589225769042969, + "cpuCount": 12, + "cpuLoad": 0.3577880859375, + "platform": "darwin", + "uptime": 215323 + }, + { + "timestamp": 1764851329755, + "memoryTotal": 34359738368, + "memoryUsed": 34264875008, + "memoryFree": 94863360, + "memoryUsagePercent": 99.72391128540039, + "memoryEfficiency": 0.2760887145996094, + "cpuCount": 12, + "cpuLoad": 0.2884521484375, + "platform": "darwin", + "uptime": 215353 + }, + { + "timestamp": 1764851359757, + "memoryTotal": 34359738368, + "memoryUsed": 34208677888, + "memoryFree": 151060480, + "memoryUsagePercent": 99.56035614013672, + "memoryEfficiency": 0.43964385986328125, + "cpuCount": 12, + "cpuLoad": 0.2596028645833333, + "platform": "darwin", + "uptime": 215383 + }, + { + "timestamp": 1764851389757, + "memoryTotal": 34359738368, + "memoryUsed": 34208677888, + "memoryFree": 151060480, + "memoryUsagePercent": 99.56035614013672, + "memoryEfficiency": 0.43964385986328125, + "cpuCount": 12, + "cpuLoad": 0.22770182291666666, + "platform": "darwin", + "uptime": 215413 + }, + { + "timestamp": 1764851419756, + "memoryTotal": 34359738368, + "memoryUsed": 34233368576, + "memoryFree": 126369792, + "memoryUsagePercent": 99.63221549987793, + "memoryEfficiency": 0.3677845001220703, + "cpuCount": 12, + "cpuLoad": 0.2965901692708333, + "platform": "darwin", + "uptime": 215443 + }, + { + "timestamp": 1764851449759, + "memoryTotal": 34359738368, + "memoryUsed": 34100232192, + "memoryFree": 259506176, + "memoryUsagePercent": 99.24473762512207, + "memoryEfficiency": 0.7552623748779297, + "cpuCount": 12, + "cpuLoad": 0.2406005859375, + "platform": "darwin", + "uptime": 215473 + }, + { + "timestamp": 1764851479760, + "memoryTotal": 34359738368, + "memoryUsed": 34271313920, + "memoryFree": 88424448, + "memoryUsagePercent": 99.74265098571777, + "memoryEfficiency": 0.25734901428222656, + "cpuCount": 12, + "cpuLoad": 0.18900553385416666, + "platform": "darwin", + "uptime": 215503 + }, + { + "timestamp": 1764851509762, + "memoryTotal": 34359738368, + "memoryUsed": 34245443584, + "memoryFree": 114294784, + "memoryUsagePercent": 99.6673583984375, + "memoryEfficiency": 0.3326416015625, + "cpuCount": 12, + "cpuLoad": 0.14119466145833334, + "platform": "darwin", + "uptime": 215533 + }, + { + "timestamp": 1764851539763, + "memoryTotal": 34359738368, + "memoryUsed": 33966948352, + "memoryFree": 392790016, + "memoryUsagePercent": 98.85683059692383, + "memoryEfficiency": 1.1431694030761719, + "cpuCount": 12, + "cpuLoad": 0.13553873697916666, + "platform": "darwin", + "uptime": 215563 + }, + { + "timestamp": 1764851569763, + "memoryTotal": 34359738368, + "memoryUsed": 34093547520, + "memoryFree": 266190848, + "memoryUsagePercent": 99.22528266906738, + "memoryEfficiency": 0.7747173309326172, + "cpuCount": 12, + "cpuLoad": 0.1529541015625, + "platform": "darwin", + "uptime": 215593 + }, + { + "timestamp": 1764851599763, + "memoryTotal": 34359738368, + "memoryUsed": 34294661120, + "memoryFree": 65077248, + "memoryUsagePercent": 99.81060028076172, + "memoryEfficiency": 0.18939971923828125, + "cpuCount": 12, + "cpuLoad": 0.13578287760416666, + "platform": "darwin", + "uptime": 215623 + }, + { + "timestamp": 1764851629764, + "memoryTotal": 34359738368, + "memoryUsed": 34219622400, + "memoryFree": 140115968, + "memoryUsagePercent": 99.59220886230469, + "memoryEfficiency": 0.4077911376953125, + "cpuCount": 12, + "cpuLoad": 0.15824381510416666, + "platform": "darwin", + "uptime": 215653 + }, + { + "timestamp": 1764851659765, + "memoryTotal": 34359738368, + "memoryUsed": 34208874496, + "memoryFree": 150863872, + "memoryUsagePercent": 99.56092834472656, + "memoryEfficiency": 0.4390716552734375, + "cpuCount": 12, + "cpuLoad": 0.13981119791666666, + "platform": "darwin", + "uptime": 215683 + }, + { + "timestamp": 1764851689765, + "memoryTotal": 34359738368, + "memoryUsed": 34192949248, + "memoryFree": 166789120, + "memoryUsagePercent": 99.51457977294922, + "memoryEfficiency": 0.48542022705078125, + "cpuCount": 12, + "cpuLoad": 0.11962890625, + "platform": "darwin", + "uptime": 215713 + }, + { + "timestamp": 1764851719765, + "memoryTotal": 34359738368, + "memoryUsed": 34255355904, + "memoryFree": 104382464, + "memoryUsagePercent": 99.69620704650879, + "memoryEfficiency": 0.30379295349121094, + "cpuCount": 12, + "cpuLoad": 0.102294921875, + "platform": "darwin", + "uptime": 215743 + }, + { + "timestamp": 1764851749766, + "memoryTotal": 34359738368, + "memoryUsed": 34082635776, + "memoryFree": 277102592, + "memoryUsagePercent": 99.19352531433105, + "memoryEfficiency": 0.8064746856689453, + "cpuCount": 12, + "cpuLoad": 0.14742024739583334, + "platform": "darwin", + "uptime": 215773 + }, + { + "timestamp": 1764851779767, + "memoryTotal": 34359738368, + "memoryUsed": 34142584832, + "memoryFree": 217153536, + "memoryUsagePercent": 99.36800003051758, + "memoryEfficiency": 0.6319999694824219, + "cpuCount": 12, + "cpuLoad": 0.1197509765625, + "platform": "darwin", + "uptime": 215803 + }, + { + "timestamp": 1764851809832, + "memoryTotal": 34359738368, + "memoryUsed": 34271051776, + "memoryFree": 88686592, + "memoryUsagePercent": 99.74188804626465, + "memoryEfficiency": 0.25811195373535156, + "cpuCount": 12, + "cpuLoad": 0.107666015625, + "platform": "darwin", + "uptime": 215833 + }, + { + "timestamp": 1764851839833, + "memoryTotal": 34359738368, + "memoryUsed": 34267676672, + "memoryFree": 92061696, + "memoryUsagePercent": 99.73206520080566, + "memoryEfficiency": 0.26793479919433594, + "cpuCount": 12, + "cpuLoad": 0.09232584635416667, + "platform": "darwin", + "uptime": 215863 + }, + { + "timestamp": 1764851869835, + "memoryTotal": 34359738368, + "memoryUsed": 34202173440, + "memoryFree": 157564928, + "memoryUsagePercent": 99.54142570495605, + "memoryEfficiency": 0.4585742950439453, + "cpuCount": 12, + "cpuLoad": 0.13053385416666666, + "platform": "darwin", + "uptime": 215893 + }, + { + "timestamp": 1764851899838, + "memoryTotal": 34359738368, + "memoryUsed": 34233712640, + "memoryFree": 126025728, + "memoryUsagePercent": 99.63321685791016, + "memoryEfficiency": 0.36678314208984375, + "cpuCount": 12, + "cpuLoad": 0.1175537109375, + "platform": "darwin", + "uptime": 215923 + }, + { + "timestamp": 1764851929840, + "memoryTotal": 34359738368, + "memoryUsed": 34233499648, + "memoryFree": 126238720, + "memoryUsagePercent": 99.63259696960449, + "memoryEfficiency": 0.3674030303955078, + "cpuCount": 12, + "cpuLoad": 0.14111328125, + "platform": "darwin", + "uptime": 215953 + }, + { + "timestamp": 1764851959842, + "memoryTotal": 34359738368, + "memoryUsed": 34242428928, + "memoryFree": 117309440, + "memoryUsagePercent": 99.65858459472656, + "memoryEfficiency": 0.3414154052734375, + "cpuCount": 12, + "cpuLoad": 0.135986328125, + "platform": "darwin", + "uptime": 215983 + }, + { + "timestamp": 1764851989843, + "memoryTotal": 34359738368, + "memoryUsed": 34222604288, + "memoryFree": 137134080, + "memoryUsagePercent": 99.60088729858398, + "memoryEfficiency": 0.3991127014160156, + "cpuCount": 12, + "cpuLoad": 0.11466471354166667, + "platform": "darwin", + "uptime": 216013 + }, + { + "timestamp": 1764852019844, + "memoryTotal": 34359738368, + "memoryUsed": 34282831872, + "memoryFree": 76906496, + "memoryUsagePercent": 99.77617263793945, + "memoryEfficiency": 0.22382736206054688, + "cpuCount": 12, + "cpuLoad": 0.1060791015625, + "platform": "darwin", + "uptime": 216043 + }, + { + "timestamp": 1764852049844, + "memoryTotal": 34359738368, + "memoryUsed": 34095955968, + "memoryFree": 263782400, + "memoryUsagePercent": 99.23229217529297, + "memoryEfficiency": 0.7677078247070312, + "cpuCount": 12, + "cpuLoad": 0.0703125, + "platform": "darwin", + "uptime": 216073 + }, + { + "timestamp": 1764852079844, + "memoryTotal": 34359738368, + "memoryUsed": 34233614336, + "memoryFree": 126124032, + "memoryUsagePercent": 99.63293075561523, + "memoryEfficiency": 0.3670692443847656, + "cpuCount": 12, + "cpuLoad": 0.08540852864583333, + "platform": "darwin", + "uptime": 216103 + }, + { + "timestamp": 1764852109846, + "memoryTotal": 34359738368, + "memoryUsed": 34222997504, + "memoryFree": 136740864, + "memoryUsagePercent": 99.60203170776367, + "memoryEfficiency": 0.3979682922363281, + "cpuCount": 12, + "cpuLoad": 0.10013834635416667, + "platform": "darwin", + "uptime": 216133 + }, + { + "timestamp": 1764852139848, + "memoryTotal": 34359738368, + "memoryUsed": 34105180160, + "memoryFree": 254558208, + "memoryUsagePercent": 99.2591381072998, + "memoryEfficiency": 0.7408618927001953, + "cpuCount": 12, + "cpuLoad": 0.21516927083333334, + "platform": "darwin", + "uptime": 216163 + }, + { + "timestamp": 1764852169850, + "memoryTotal": 34359738368, + "memoryUsed": 34257027072, + "memoryFree": 102711296, + "memoryUsagePercent": 99.70107078552246, + "memoryEfficiency": 0.29892921447753906, + "cpuCount": 12, + "cpuLoad": 0.17366536458333334, + "platform": "darwin", + "uptime": 216193 + }, + { + "timestamp": 1764852199852, + "memoryTotal": 34359738368, + "memoryUsed": 33682800640, + "memoryFree": 676937728, + "memoryUsagePercent": 98.02985191345215, + "memoryEfficiency": 1.9701480865478516, + "cpuCount": 12, + "cpuLoad": 0.22176106770833334, + "platform": "darwin", + "uptime": 216223 + }, + { + "timestamp": 1764852229854, + "memoryTotal": 34359738368, + "memoryUsed": 33989738496, + "memoryFree": 369999872, + "memoryUsagePercent": 98.92315864562988, + "memoryEfficiency": 1.0768413543701172, + "cpuCount": 12, + "cpuLoad": 0.20088704427083334, + "platform": "darwin", + "uptime": 216253 + }, + { + "timestamp": 1764852259855, + "memoryTotal": 34359738368, + "memoryUsed": 34146516992, + "memoryFree": 213221376, + "memoryUsagePercent": 99.37944412231445, + "memoryEfficiency": 0.6205558776855469, + "cpuCount": 12, + "cpuLoad": 0.1697998046875, + "platform": "darwin", + "uptime": 216283 + }, + { + "timestamp": 1764852289855, + "memoryTotal": 34359738368, + "memoryUsed": 34185904128, + "memoryFree": 173834240, + "memoryUsagePercent": 99.49407577514648, + "memoryEfficiency": 0.5059242248535156, + "cpuCount": 12, + "cpuLoad": 0.14501953125, + "platform": "darwin", + "uptime": 216313 + }, + { + "timestamp": 1764852319857, + "memoryTotal": 34359738368, + "memoryUsed": 34164162560, + "memoryFree": 195575808, + "memoryUsagePercent": 99.43079948425293, + "memoryEfficiency": 0.5692005157470703, + "cpuCount": 12, + "cpuLoad": 0.1778564453125, + "platform": "darwin", + "uptime": 216343 + }, + { + "timestamp": 1764852349860, + "memoryTotal": 34359738368, + "memoryUsed": 34230534144, + "memoryFree": 129204224, + "memoryUsagePercent": 99.62396621704102, + "memoryEfficiency": 0.3760337829589844, + "cpuCount": 12, + "cpuLoad": 0.2017822265625, + "platform": "darwin", + "uptime": 216373 + }, + { + "timestamp": 1764852379862, + "memoryTotal": 34359738368, + "memoryUsed": 34220621824, + "memoryFree": 139116544, + "memoryUsagePercent": 99.59511756896973, + "memoryEfficiency": 0.40488243103027344, + "cpuCount": 12, + "cpuLoad": 0.2511393229166667, + "platform": "darwin", + "uptime": 216403 + }, + { + "timestamp": 1764852409863, + "memoryTotal": 34359738368, + "memoryUsed": 34201452544, + "memoryFree": 158285824, + "memoryUsagePercent": 99.53932762145996, + "memoryEfficiency": 0.46067237854003906, + "cpuCount": 12, + "cpuLoad": 0.21964518229166666, + "platform": "darwin", + "uptime": 216433 + }, + { + "timestamp": 1764852439863, + "memoryTotal": 34359738368, + "memoryUsed": 34251259904, + "memoryFree": 108478464, + "memoryUsagePercent": 99.68428611755371, + "memoryEfficiency": 0.31571388244628906, + "cpuCount": 12, + "cpuLoad": 0.18253580729166666, + "platform": "darwin", + "uptime": 216463 + }, + { + "timestamp": 1764852469864, + "memoryTotal": 34359738368, + "memoryUsed": 34202566656, + "memoryFree": 157171712, + "memoryUsagePercent": 99.54257011413574, + "memoryEfficiency": 0.4574298858642578, + "cpuCount": 12, + "cpuLoad": 0.15852864583333334, + "platform": "darwin", + "uptime": 216493 + }, + { + "timestamp": 1764852499865, + "memoryTotal": 34359738368, + "memoryUsed": 34261319680, + "memoryFree": 98418688, + "memoryUsagePercent": 99.71356391906738, + "memoryEfficiency": 0.2864360809326172, + "cpuCount": 12, + "cpuLoad": 0.2052001953125, + "platform": "darwin", + "uptime": 216523 + }, + { + "timestamp": 1764852529866, + "memoryTotal": 34359738368, + "memoryUsed": 34266562560, + "memoryFree": 93175808, + "memoryUsagePercent": 99.72882270812988, + "memoryEfficiency": 0.2711772918701172, + "cpuCount": 12, + "cpuLoad": 0.20064290364583334, + "platform": "darwin", + "uptime": 216553 + }, + { + "timestamp": 1764852559866, + "memoryTotal": 34359738368, + "memoryUsed": 34150154240, + "memoryFree": 209584128, + "memoryUsagePercent": 99.39002990722656, + "memoryEfficiency": 0.6099700927734375, + "cpuCount": 12, + "cpuLoad": 0.2624104817708333, + "platform": "darwin", + "uptime": 216583 + }, + { + "timestamp": 1764852589867, + "memoryTotal": 34359738368, + "memoryUsed": 34233057280, + "memoryFree": 126681088, + "memoryUsagePercent": 99.63130950927734, + "memoryEfficiency": 0.36869049072265625, + "cpuCount": 12, + "cpuLoad": 0.3255208333333333, + "platform": "darwin", + "uptime": 216613 + }, + { + "timestamp": 1764852619868, + "memoryTotal": 34359738368, + "memoryUsed": 34103083008, + "memoryFree": 256655360, + "memoryUsagePercent": 99.2530345916748, + "memoryEfficiency": 0.7469654083251953, + "cpuCount": 12, + "cpuLoad": 0.2724202473958333, + "platform": "darwin", + "uptime": 216643 + }, + { + "timestamp": 1764852649869, + "memoryTotal": 34359738368, + "memoryUsed": 34221883392, + "memoryFree": 137854976, + "memoryUsagePercent": 99.59878921508789, + "memoryEfficiency": 0.4012107849121094, + "cpuCount": 12, + "cpuLoad": 0.22432454427083334, + "platform": "darwin", + "uptime": 216673 + }, + { + "timestamp": 1764852679872, + "memoryTotal": 34359738368, + "memoryUsed": 34241527808, + "memoryFree": 118210560, + "memoryUsagePercent": 99.65596199035645, + "memoryEfficiency": 0.3440380096435547, + "cpuCount": 12, + "cpuLoad": 0.20389811197916666, + "platform": "darwin", + "uptime": 216703 + }, + { + "timestamp": 1764852709771, + "memoryTotal": 34359738368, + "memoryUsed": 34254077952, + "memoryFree": 105660416, + "memoryUsagePercent": 99.6924877166748, + "memoryEfficiency": 0.3075122833251953, + "cpuCount": 12, + "cpuLoad": 0.1943359375, + "platform": "darwin", + "uptime": 216733 + }, + { + "timestamp": 1764852739772, + "memoryTotal": 34359738368, + "memoryUsed": 34231353344, + "memoryFree": 128385024, + "memoryUsagePercent": 99.62635040283203, + "memoryEfficiency": 0.37364959716796875, + "cpuCount": 12, + "cpuLoad": 0.165283203125, + "platform": "darwin", + "uptime": 216763 + }, + { + "timestamp": 1764852769774, + "memoryTotal": 34359738368, + "memoryUsed": 34261450752, + "memoryFree": 98287616, + "memoryUsagePercent": 99.71394538879395, + "memoryEfficiency": 0.2860546112060547, + "cpuCount": 12, + "cpuLoad": 0.20003255208333334, + "platform": "darwin", + "uptime": 216793 + }, + { + "timestamp": 1764852799776, + "memoryTotal": 34359738368, + "memoryUsed": 34292023296, + "memoryFree": 67715072, + "memoryUsagePercent": 99.80292320251465, + "memoryEfficiency": 0.19707679748535156, + "cpuCount": 12, + "cpuLoad": 0.1710205078125, + "platform": "darwin", + "uptime": 216823 + }, + { + "timestamp": 1764852829777, + "memoryTotal": 34359738368, + "memoryUsed": 34158002176, + "memoryFree": 201736192, + "memoryUsagePercent": 99.41287040710449, + "memoryEfficiency": 0.5871295928955078, + "cpuCount": 12, + "cpuLoad": 0.13818359375, + "platform": "darwin", + "uptime": 216853 + }, + { + "timestamp": 1764852859778, + "memoryTotal": 34359738368, + "memoryUsed": 34230632448, + "memoryFree": 129105920, + "memoryUsagePercent": 99.62425231933594, + "memoryEfficiency": 0.3757476806640625, + "cpuCount": 12, + "cpuLoad": 0.15055338541666666, + "platform": "darwin", + "uptime": 216883 + }, + { + "timestamp": 1764852889778, + "memoryTotal": 34359738368, + "memoryUsed": 34232172544, + "memoryFree": 127565824, + "memoryUsagePercent": 99.62873458862305, + "memoryEfficiency": 0.3712654113769531, + "cpuCount": 12, + "cpuLoad": 0.12093098958333333, + "platform": "darwin", + "uptime": 216913 + }, + { + "timestamp": 1764852919779, + "memoryTotal": 34359738368, + "memoryUsed": 34238038016, + "memoryFree": 121700352, + "memoryUsagePercent": 99.64580535888672, + "memoryEfficiency": 0.35419464111328125, + "cpuCount": 12, + "cpuLoad": 0.09383138020833333, + "platform": "darwin", + "uptime": 216943 + }, + { + "timestamp": 1764852949778, + "memoryTotal": 34359738368, + "memoryUsed": 34269249536, + "memoryFree": 90488832, + "memoryUsagePercent": 99.73664283752441, + "memoryEfficiency": 0.26335716247558594, + "cpuCount": 12, + "cpuLoad": 0.09708658854166667, + "platform": "darwin", + "uptime": 216973 + }, + { + "timestamp": 1764852979779, + "memoryTotal": 34359738368, + "memoryUsed": 34232664064, + "memoryFree": 127074304, + "memoryUsagePercent": 99.63016510009766, + "memoryEfficiency": 0.36983489990234375, + "cpuCount": 12, + "cpuLoad": 0.12113444010416667, + "platform": "darwin", + "uptime": 217003 + }, + { + "timestamp": 1764853009779, + "memoryTotal": 34359738368, + "memoryUsed": 34237595648, + "memoryFree": 122142720, + "memoryUsagePercent": 99.64451789855957, + "memoryEfficiency": 0.3554821014404297, + "cpuCount": 12, + "cpuLoad": 0.10660807291666667, + "platform": "darwin", + "uptime": 217033 + }, + { + "timestamp": 1764853039779, + "memoryTotal": 34359738368, + "memoryUsed": 34193326080, + "memoryFree": 166412288, + "memoryUsagePercent": 99.51567649841309, + "memoryEfficiency": 0.48432350158691406, + "cpuCount": 12, + "cpuLoad": 0.10563151041666667, + "platform": "darwin", + "uptime": 217063 + }, + { + "timestamp": 1764853069780, + "memoryTotal": 34359738368, + "memoryUsed": 34263515136, + "memoryFree": 96223232, + "memoryUsagePercent": 99.7199535369873, + "memoryEfficiency": 0.2800464630126953, + "cpuCount": 12, + "cpuLoad": 0.1014404296875, + "platform": "darwin", + "uptime": 217093 + }, + { + "timestamp": 1764853099780, + "memoryTotal": 34359738368, + "memoryUsed": 34171305984, + "memoryFree": 188432384, + "memoryUsagePercent": 99.45158958435059, + "memoryEfficiency": 0.5484104156494141, + "cpuCount": 12, + "cpuLoad": 0.100341796875, + "platform": "darwin", + "uptime": 217123 + }, + { + "timestamp": 1764853129781, + "memoryTotal": 34359738368, + "memoryUsed": 34224963584, + "memoryFree": 134774784, + "memoryUsagePercent": 99.60775375366211, + "memoryEfficiency": 0.3922462463378906, + "cpuCount": 12, + "cpuLoad": 0.09549967447916667, + "platform": "darwin", + "uptime": 217153 + }, + { + "timestamp": 1764853159782, + "memoryTotal": 34359738368, + "memoryUsed": 34197864448, + "memoryFree": 161873920, + "memoryUsagePercent": 99.52888488769531, + "memoryEfficiency": 0.4711151123046875, + "cpuCount": 12, + "cpuLoad": 0.10685221354166667, + "platform": "darwin", + "uptime": 217183 + }, + { + "timestamp": 1764853189783, + "memoryTotal": 34359738368, + "memoryUsed": 34271723520, + "memoryFree": 88014848, + "memoryUsagePercent": 99.74384307861328, + "memoryEfficiency": 0.25615692138671875, + "cpuCount": 12, + "cpuLoad": 0.11372884114583333, + "platform": "darwin", + "uptime": 217213 + }, + { + "timestamp": 1764853219783, + "memoryTotal": 34359738368, + "memoryUsed": 34157576192, + "memoryFree": 202162176, + "memoryUsagePercent": 99.41163063049316, + "memoryEfficiency": 0.5883693695068359, + "cpuCount": 12, + "cpuLoad": 0.11397298177083333, + "platform": "darwin", + "uptime": 217243 + }, + { + "timestamp": 1764853249784, + "memoryTotal": 34359738368, + "memoryUsed": 34238169088, + "memoryFree": 121569280, + "memoryUsagePercent": 99.64618682861328, + "memoryEfficiency": 0.35381317138671875, + "cpuCount": 12, + "cpuLoad": 0.11568196614583333, + "platform": "darwin", + "uptime": 217273 + }, + { + "timestamp": 1764853279784, + "memoryTotal": 34359738368, + "memoryUsed": 34242674688, + "memoryFree": 117063680, + "memoryUsagePercent": 99.65929985046387, + "memoryEfficiency": 0.3407001495361328, + "cpuCount": 12, + "cpuLoad": 0.10701497395833333, + "platform": "darwin", + "uptime": 217303 + }, + { + "timestamp": 1764853309787, + "memoryTotal": 34359738368, + "memoryUsed": 34222292992, + "memoryFree": 137445376, + "memoryUsagePercent": 99.5999813079834, + "memoryEfficiency": 0.40001869201660156, + "cpuCount": 12, + "cpuLoad": 0.08634440104166667, + "platform": "darwin", + "uptime": 217333 + }, + { + "timestamp": 1764853339788, + "memoryTotal": 34359738368, + "memoryUsed": 34235236352, + "memoryFree": 124502016, + "memoryUsagePercent": 99.63765144348145, + "memoryEfficiency": 0.3623485565185547, + "cpuCount": 12, + "cpuLoad": 0.10611979166666667, + "platform": "darwin", + "uptime": 217363 + }, + { + "timestamp": 1764853369789, + "memoryTotal": 34359738368, + "memoryUsed": 34253144064, + "memoryFree": 106594304, + "memoryUsagePercent": 99.68976974487305, + "memoryEfficiency": 0.3102302551269531, + "cpuCount": 12, + "cpuLoad": 0.16280110677083334, + "platform": "darwin", + "uptime": 217393 + }, + { + "timestamp": 1764853399789, + "memoryTotal": 34359738368, + "memoryUsed": 34102575104, + "memoryFree": 257163264, + "memoryUsagePercent": 99.25155639648438, + "memoryEfficiency": 0.748443603515625, + "cpuCount": 12, + "cpuLoad": 0.20491536458333334, + "platform": "darwin", + "uptime": 217423 + }, + { + "timestamp": 1764853429790, + "memoryTotal": 34359738368, + "memoryUsed": 34109112320, + "memoryFree": 250626048, + "memoryUsagePercent": 99.27058219909668, + "memoryEfficiency": 0.7294178009033203, + "cpuCount": 12, + "cpuLoad": 0.23494466145833334, + "platform": "darwin", + "uptime": 217453 + }, + { + "timestamp": 1764853459792, + "memoryTotal": 34359738368, + "memoryUsed": 34217443328, + "memoryFree": 142295040, + "memoryUsagePercent": 99.58586692810059, + "memoryEfficiency": 0.41413307189941406, + "cpuCount": 12, + "cpuLoad": 0.23099772135416666, + "platform": "darwin", + "uptime": 217483 + }, + { + "timestamp": 1764853489793, + "memoryTotal": 34359738368, + "memoryUsed": 34204336128, + "memoryFree": 155402240, + "memoryUsagePercent": 99.54771995544434, + "memoryEfficiency": 0.45228004455566406, + "cpuCount": 12, + "cpuLoad": 0.21663411458333334, + "platform": "darwin", + "uptime": 217513 + }, + { + "timestamp": 1764853519794, + "memoryTotal": 34359738368, + "memoryUsed": 34242756608, + "memoryFree": 116981760, + "memoryUsagePercent": 99.65953826904297, + "memoryEfficiency": 0.34046173095703125, + "cpuCount": 12, + "cpuLoad": 0.20133463541666666, + "platform": "darwin", + "uptime": 217543 + }, + { + "timestamp": 1764853549793, + "memoryTotal": 34359738368, + "memoryUsed": 34217345024, + "memoryFree": 142393344, + "memoryUsagePercent": 99.58558082580566, + "memoryEfficiency": 0.41441917419433594, + "cpuCount": 12, + "cpuLoad": 0.17732747395833334, + "platform": "darwin", + "uptime": 217573 + }, + { + "timestamp": 1764853579794, + "memoryTotal": 34359738368, + "memoryUsed": 34288664576, + "memoryFree": 71073792, + "memoryUsagePercent": 99.79314804077148, + "memoryEfficiency": 0.20685195922851562, + "cpuCount": 12, + "cpuLoad": 0.154296875, + "platform": "darwin", + "uptime": 217603 + }, + { + "timestamp": 1764853609795, + "memoryTotal": 34359738368, + "memoryUsed": 34112389120, + "memoryFree": 247349248, + "memoryUsagePercent": 99.28011894226074, + "memoryEfficiency": 0.7198810577392578, + "cpuCount": 12, + "cpuLoad": 0.15852864583333334, + "platform": "darwin", + "uptime": 217633 + }, + { + "timestamp": 1764853639795, + "memoryTotal": 34359738368, + "memoryUsed": 34266300416, + "memoryFree": 93437952, + "memoryUsagePercent": 99.72805976867676, + "memoryEfficiency": 0.2719402313232422, + "cpuCount": 12, + "cpuLoad": 0.15108235677083334, + "platform": "darwin", + "uptime": 217663 + }, + { + "timestamp": 1764853669796, + "memoryTotal": 34359738368, + "memoryUsed": 34250702848, + "memoryFree": 109035520, + "memoryUsagePercent": 99.68266487121582, + "memoryEfficiency": 0.3173351287841797, + "cpuCount": 12, + "cpuLoad": 0.14705403645833334, + "platform": "darwin", + "uptime": 217693 + }, + { + "timestamp": 1764853699796, + "memoryTotal": 34359738368, + "memoryUsed": 34221178880, + "memoryFree": 138559488, + "memoryUsagePercent": 99.59673881530762, + "memoryEfficiency": 0.4032611846923828, + "cpuCount": 12, + "cpuLoad": 0.1470947265625, + "platform": "darwin", + "uptime": 217723 + }, + { + "timestamp": 1764853729797, + "memoryTotal": 34359738368, + "memoryUsed": 34247409664, + "memoryFree": 112328704, + "memoryUsagePercent": 99.67308044433594, + "memoryEfficiency": 0.3269195556640625, + "cpuCount": 12, + "cpuLoad": 0.12959798177083334, + "platform": "darwin", + "uptime": 217753 + }, + { + "timestamp": 1764853759798, + "memoryTotal": 34359738368, + "memoryUsed": 34192474112, + "memoryFree": 167264256, + "memoryUsagePercent": 99.51319694519043, + "memoryEfficiency": 0.4868030548095703, + "cpuCount": 12, + "cpuLoad": 0.1417236328125, + "platform": "darwin", + "uptime": 217783 + }, + { + "timestamp": 1764853789799, + "memoryTotal": 34359738368, + "memoryUsed": 34210676736, + "memoryFree": 149061632, + "memoryUsagePercent": 99.5661735534668, + "memoryEfficiency": 0.4338264465332031, + "cpuCount": 12, + "cpuLoad": 0.1429443359375, + "platform": "darwin", + "uptime": 217813 + }, + { + "timestamp": 1764853819800, + "memoryTotal": 34359738368, + "memoryUsed": 34134622208, + "memoryFree": 225116160, + "memoryUsagePercent": 99.3448257446289, + "memoryEfficiency": 0.6551742553710938, + "cpuCount": 12, + "cpuLoad": 0.135986328125, + "platform": "darwin", + "uptime": 217843 + }, + { + "timestamp": 1764853849800, + "memoryTotal": 34359738368, + "memoryUsed": 34234793984, + "memoryFree": 124944384, + "memoryUsagePercent": 99.6363639831543, + "memoryEfficiency": 0.3636360168457031, + "cpuCount": 12, + "cpuLoad": 0.12166341145833333, + "platform": "darwin", + "uptime": 217873 + }, + { + "timestamp": 1764853879801, + "memoryTotal": 34359738368, + "memoryUsed": 34233499648, + "memoryFree": 126238720, + "memoryUsagePercent": 99.63259696960449, + "memoryEfficiency": 0.3674030303955078, + "cpuCount": 12, + "cpuLoad": 0.117431640625, + "platform": "darwin", + "uptime": 217903 + }, + { + "timestamp": 1764853909803, + "memoryTotal": 34359738368, + "memoryUsed": 34205630464, + "memoryFree": 154107904, + "memoryUsagePercent": 99.55148696899414, + "memoryEfficiency": 0.4485130310058594, + "cpuCount": 12, + "cpuLoad": 0.14388020833333334, + "platform": "darwin", + "uptime": 217933 + }, + { + "timestamp": 1764853939803, + "memoryTotal": 34359738368, + "memoryUsed": 34273968128, + "memoryFree": 85770240, + "memoryUsagePercent": 99.75037574768066, + "memoryEfficiency": 0.24962425231933594, + "cpuCount": 12, + "cpuLoad": 0.18794759114583334, + "platform": "darwin", + "uptime": 217963 + }, + { + "timestamp": 1764853969805, + "memoryTotal": 34359738368, + "memoryUsed": 34241363968, + "memoryFree": 118374400, + "memoryUsagePercent": 99.65548515319824, + "memoryEfficiency": 0.3445148468017578, + "cpuCount": 12, + "cpuLoad": 0.1971435546875, + "platform": "darwin", + "uptime": 217993 + }, + { + "timestamp": 1764853999807, + "memoryTotal": 34359738368, + "memoryUsed": 34208563200, + "memoryFree": 151175168, + "memoryUsagePercent": 99.56002235412598, + "memoryEfficiency": 0.43997764587402344, + "cpuCount": 12, + "cpuLoad": 0.3883463541666667, + "platform": "darwin", + "uptime": 218023 + }, + { + "timestamp": 1764854029809, + "memoryTotal": 34359738368, + "memoryUsed": 34274443264, + "memoryFree": 85295104, + "memoryUsagePercent": 99.75175857543945, + "memoryEfficiency": 0.24824142456054688, + "cpuCount": 12, + "cpuLoad": 0.3610026041666667, + "platform": "darwin", + "uptime": 218053 + }, + { + "timestamp": 1764854059808, + "memoryTotal": 34359738368, + "memoryUsed": 34204762112, + "memoryFree": 154976256, + "memoryUsagePercent": 99.54895973205566, + "memoryEfficiency": 0.45104026794433594, + "cpuCount": 12, + "cpuLoad": 0.3197428385416667, + "platform": "darwin", + "uptime": 218083 + }, + { + "timestamp": 1764854089809, + "memoryTotal": 34359738368, + "memoryUsed": 34236383232, + "memoryFree": 123355136, + "memoryUsagePercent": 99.64098930358887, + "memoryEfficiency": 0.3590106964111328, + "cpuCount": 12, + "cpuLoad": 0.2617594401041667, + "platform": "darwin", + "uptime": 218113 + }, + { + "timestamp": 1764854119808, + "memoryTotal": 34359738368, + "memoryUsed": 34242363392, + "memoryFree": 117374976, + "memoryUsagePercent": 99.65839385986328, + "memoryEfficiency": 0.34160614013671875, + "cpuCount": 12, + "cpuLoad": 0.2646891276041667, + "platform": "darwin", + "uptime": 218143 + }, + { + "timestamp": 1764854149808, + "memoryTotal": 34359738368, + "memoryUsed": 34245820416, + "memoryFree": 113917952, + "memoryUsagePercent": 99.66845512390137, + "memoryEfficiency": 0.3315448760986328, + "cpuCount": 12, + "cpuLoad": 0.22562662760416666, + "platform": "darwin", + "uptime": 218173 + }, + { + "timestamp": 1764854179809, + "memoryTotal": 34359738368, + "memoryUsed": 34259681280, + "memoryFree": 100057088, + "memoryUsagePercent": 99.70879554748535, + "memoryEfficiency": 0.29120445251464844, + "cpuCount": 12, + "cpuLoad": 0.17041015625, + "platform": "darwin", + "uptime": 218203 + }, + { + "timestamp": 1764854209810, + "memoryTotal": 34359738368, + "memoryUsed": 34299297792, + "memoryFree": 60440576, + "memoryUsagePercent": 99.82409477233887, + "memoryEfficiency": 0.1759052276611328, + "cpuCount": 12, + "cpuLoad": 0.13895670572916666, + "platform": "darwin", + "uptime": 218233 + }, + { + "timestamp": 1764854239811, + "memoryTotal": 34359738368, + "memoryUsed": 34143076352, + "memoryFree": 216662016, + "memoryUsagePercent": 99.36943054199219, + "memoryEfficiency": 0.6305694580078125, + "cpuCount": 12, + "cpuLoad": 0.112548828125, + "platform": "darwin", + "uptime": 218263 + }, + { + "timestamp": 1764854269811, + "memoryTotal": 34359738368, + "memoryUsed": 34253373440, + "memoryFree": 106364928, + "memoryUsagePercent": 99.69043731689453, + "memoryEfficiency": 0.30956268310546875, + "cpuCount": 12, + "cpuLoad": 0.129150390625, + "platform": "darwin", + "uptime": 218293 + }, + { + "timestamp": 1764854299813, + "memoryTotal": 34359738368, + "memoryUsed": 34294562816, + "memoryFree": 65175552, + "memoryUsagePercent": 99.8103141784668, + "memoryEfficiency": 0.18968582153320312, + "cpuCount": 12, + "cpuLoad": 0.1119384765625, + "platform": "darwin", + "uptime": 218323 + }, + { + "timestamp": 1764854329812, + "memoryTotal": 34359738368, + "memoryUsed": 34237497344, + "memoryFree": 122241024, + "memoryUsagePercent": 99.64423179626465, + "memoryEfficiency": 0.35576820373535156, + "cpuCount": 12, + "cpuLoad": 0.1451416015625, + "platform": "darwin", + "uptime": 218353 + }, + { + "timestamp": 1764854359813, + "memoryTotal": 34359738368, + "memoryUsed": 34225963008, + "memoryFree": 133775360, + "memoryUsagePercent": 99.61066246032715, + "memoryEfficiency": 0.38933753967285156, + "cpuCount": 12, + "cpuLoad": 0.2769368489583333, + "platform": "darwin", + "uptime": 218383 + }, + { + "timestamp": 1764854389814, + "memoryTotal": 34359738368, + "memoryUsed": 34236973056, + "memoryFree": 122765312, + "memoryUsagePercent": 99.6427059173584, + "memoryEfficiency": 0.35729408264160156, + "cpuCount": 12, + "cpuLoad": 0.20222981770833334, + "platform": "darwin", + "uptime": 218413 + }, + { + "timestamp": 1764854419814, + "memoryTotal": 34359738368, + "memoryUsed": 34260959232, + "memoryFree": 98779136, + "memoryUsagePercent": 99.71251487731934, + "memoryEfficiency": 0.28748512268066406, + "cpuCount": 12, + "cpuLoad": 0.15486653645833334, + "platform": "darwin", + "uptime": 218443 + }, + { + "timestamp": 1764854449815, + "memoryTotal": 34359738368, + "memoryUsed": 34250276864, + "memoryFree": 109461504, + "memoryUsagePercent": 99.68142509460449, + "memoryEfficiency": 0.3185749053955078, + "cpuCount": 12, + "cpuLoad": 0.1417236328125, + "platform": "darwin", + "uptime": 218473 + }, + { + "timestamp": 1764854479816, + "memoryTotal": 34359738368, + "memoryUsed": 34230501376, + "memoryFree": 129236992, + "memoryUsagePercent": 99.62387084960938, + "memoryEfficiency": 0.376129150390625, + "cpuCount": 12, + "cpuLoad": 0.1376953125, + "platform": "darwin", + "uptime": 218503 + }, + { + "timestamp": 1764854509816, + "memoryTotal": 34359738368, + "memoryUsed": 34242904064, + "memoryFree": 116834304, + "memoryUsagePercent": 99.65996742248535, + "memoryEfficiency": 0.34003257751464844, + "cpuCount": 12, + "cpuLoad": 0.1663818359375, + "platform": "darwin", + "uptime": 218533 + }, + { + "timestamp": 1764854539816, + "memoryTotal": 34359738368, + "memoryUsed": 34217312256, + "memoryFree": 142426112, + "memoryUsagePercent": 99.58548545837402, + "memoryEfficiency": 0.41451454162597656, + "cpuCount": 12, + "cpuLoad": 0.12813313802083334, + "platform": "darwin", + "uptime": 218563 + }, + { + "timestamp": 1764854569815, + "memoryTotal": 34359738368, + "memoryUsed": 34259222528, + "memoryFree": 100515840, + "memoryUsagePercent": 99.70746040344238, + "memoryEfficiency": 0.2925395965576172, + "cpuCount": 12, + "cpuLoad": 0.12491861979166667, + "platform": "darwin", + "uptime": 218593 + }, + { + "timestamp": 1764854599817, + "memoryTotal": 34359738368, + "memoryUsed": 34285764608, + "memoryFree": 73973760, + "memoryUsagePercent": 99.78470802307129, + "memoryEfficiency": 0.21529197692871094, + "cpuCount": 12, + "cpuLoad": 0.114990234375, + "platform": "darwin", + "uptime": 218623 + }, + { + "timestamp": 1764854629818, + "memoryTotal": 34359738368, + "memoryUsed": 34028027904, + "memoryFree": 331710464, + "memoryUsagePercent": 99.03459548950195, + "memoryEfficiency": 0.9654045104980469, + "cpuCount": 12, + "cpuLoad": 0.12495930989583333, + "platform": "darwin", + "uptime": 218653 + }, + { + "timestamp": 1764854659818, + "memoryTotal": 34359738368, + "memoryUsed": 34218852352, + "memoryFree": 140886016, + "memoryUsagePercent": 99.58996772766113, + "memoryEfficiency": 0.4100322723388672, + "cpuCount": 12, + "cpuLoad": 0.13997395833333334, + "platform": "darwin", + "uptime": 218683 + }, + { + "timestamp": 1764854689819, + "memoryTotal": 34359738368, + "memoryUsed": 34248343552, + "memoryFree": 111394816, + "memoryUsagePercent": 99.6757984161377, + "memoryEfficiency": 0.3242015838623047, + "cpuCount": 12, + "cpuLoad": 0.13985188802083334, + "platform": "darwin", + "uptime": 218713 + }, + { + "timestamp": 1764854719821, + "memoryTotal": 34359738368, + "memoryUsed": 34179989504, + "memoryFree": 179748864, + "memoryUsagePercent": 99.47686195373535, + "memoryEfficiency": 0.5231380462646484, + "cpuCount": 12, + "cpuLoad": 0.19783528645833334, + "platform": "darwin", + "uptime": 218743 + }, + { + "timestamp": 1764854749821, + "memoryTotal": 34359738368, + "memoryUsed": 34218180608, + "memoryFree": 141557760, + "memoryUsagePercent": 99.5880126953125, + "memoryEfficiency": 0.4119873046875, + "cpuCount": 12, + "cpuLoad": 0.17948404947916666, + "platform": "darwin", + "uptime": 218773 + }, + { + "timestamp": 1764854779821, + "memoryTotal": 34359738368, + "memoryUsed": 34237628416, + "memoryFree": 122109952, + "memoryUsagePercent": 99.64461326599121, + "memoryEfficiency": 0.35538673400878906, + "cpuCount": 12, + "cpuLoad": 0.1746826171875, + "platform": "darwin", + "uptime": 218803 + }, + { + "timestamp": 1764854809822, + "memoryTotal": 34359738368, + "memoryUsed": 34281078784, + "memoryFree": 78659584, + "memoryUsagePercent": 99.77107048034668, + "memoryEfficiency": 0.2289295196533203, + "cpuCount": 12, + "cpuLoad": 0.14790852864583334, + "platform": "darwin", + "uptime": 218833 + }, + { + "timestamp": 1764854839823, + "memoryTotal": 34359738368, + "memoryUsed": 34264727552, + "memoryFree": 95010816, + "memoryUsagePercent": 99.72348213195801, + "memoryEfficiency": 0.2765178680419922, + "cpuCount": 12, + "cpuLoad": 0.12845865885416666, + "platform": "darwin", + "uptime": 218863 + }, + { + "timestamp": 1764854869823, + "memoryTotal": 34359738368, + "memoryUsed": 33464123392, + "memoryFree": 895614976, + "memoryUsagePercent": 97.39341735839844, + "memoryEfficiency": 2.6065826416015625, + "cpuCount": 12, + "cpuLoad": 0.156494140625, + "platform": "darwin", + "uptime": 218893 + }, + { + "timestamp": 1764854899824, + "memoryTotal": 34359738368, + "memoryUsed": 34138406912, + "memoryFree": 221331456, + "memoryUsagePercent": 99.3558406829834, + "memoryEfficiency": 0.6441593170166016, + "cpuCount": 12, + "cpuLoad": 0.14811197916666666, + "platform": "darwin", + "uptime": 218923 + }, + { + "timestamp": 1764854929825, + "memoryTotal": 34359738368, + "memoryUsed": 34289303552, + "memoryFree": 70434816, + "memoryUsagePercent": 99.79500770568848, + "memoryEfficiency": 0.20499229431152344, + "cpuCount": 12, + "cpuLoad": 0.11104329427083333, + "platform": "darwin", + "uptime": 218953 + }, + { + "timestamp": 1764854959826, + "memoryTotal": 34359738368, + "memoryUsed": 34275540992, + "memoryFree": 84197376, + "memoryUsagePercent": 99.75495338439941, + "memoryEfficiency": 0.24504661560058594, + "cpuCount": 12, + "cpuLoad": 0.15799967447916666, + "platform": "darwin", + "uptime": 218983 + }, + { + "timestamp": 1764854989826, + "memoryTotal": 34359738368, + "memoryUsed": 34122711040, + "memoryFree": 237027328, + "memoryUsagePercent": 99.31015968322754, + "memoryEfficiency": 0.6898403167724609, + "cpuCount": 12, + "cpuLoad": 0.13716634114583334, + "platform": "darwin", + "uptime": 219013 + }, + { + "timestamp": 1764855019827, + "memoryTotal": 34359738368, + "memoryUsed": 34295971840, + "memoryFree": 63766528, + "memoryUsagePercent": 99.81441497802734, + "memoryEfficiency": 0.18558502197265625, + "cpuCount": 12, + "cpuLoad": 0.16748046875, + "platform": "darwin", + "uptime": 219043 + }, + { + "timestamp": 1764855049827, + "memoryTotal": 34359738368, + "memoryUsed": 34252226560, + "memoryFree": 107511808, + "memoryUsagePercent": 99.68709945678711, + "memoryEfficiency": 0.3129005432128906, + "cpuCount": 12, + "cpuLoad": 0.16064453125, + "platform": "darwin", + "uptime": 219073 + }, + { + "timestamp": 1764855079828, + "memoryTotal": 34359738368, + "memoryUsed": 34284306432, + "memoryFree": 75431936, + "memoryUsagePercent": 99.78046417236328, + "memoryEfficiency": 0.21953582763671875, + "cpuCount": 12, + "cpuLoad": 0.16153971354166666, + "platform": "darwin", + "uptime": 219103 + }, + { + "timestamp": 1764855109829, + "memoryTotal": 34359738368, + "memoryUsed": 34295660544, + "memoryFree": 64077824, + "memoryUsagePercent": 99.81350898742676, + "memoryEfficiency": 0.1864910125732422, + "cpuCount": 12, + "cpuLoad": 0.3978678385416667, + "platform": "darwin", + "uptime": 219133 + }, + { + "timestamp": 1764855139830, + "memoryTotal": 34359738368, + "memoryUsed": 34122498048, + "memoryFree": 237240320, + "memoryUsagePercent": 99.30953979492188, + "memoryEfficiency": 0.690460205078125, + "cpuCount": 12, + "cpuLoad": 0.3498942057291667, + "platform": "darwin", + "uptime": 219163 + }, + { + "timestamp": 1764855169830, + "memoryTotal": 34359738368, + "memoryUsed": 34262663168, + "memoryFree": 97075200, + "memoryUsagePercent": 99.71747398376465, + "memoryEfficiency": 0.28252601623535156, + "cpuCount": 12, + "cpuLoad": 0.2904052734375, + "platform": "darwin", + "uptime": 219193 + }, + { + "timestamp": 1764855199830, + "memoryTotal": 34359738368, + "memoryUsed": 34291728384, + "memoryFree": 68009984, + "memoryUsagePercent": 99.80206489562988, + "memoryEfficiency": 0.1979351043701172, + "cpuCount": 12, + "cpuLoad": 0.20076497395833334, + "platform": "darwin", + "uptime": 219223 + }, + { + "timestamp": 1764855229832, + "memoryTotal": 34359738368, + "memoryUsed": 34252537856, + "memoryFree": 107200512, + "memoryUsagePercent": 99.6880054473877, + "memoryEfficiency": 0.3119945526123047, + "cpuCount": 12, + "cpuLoad": 0.165771484375, + "platform": "darwin", + "uptime": 219253 + }, + { + "timestamp": 1764855259833, + "memoryTotal": 34359738368, + "memoryUsed": 34202599424, + "memoryFree": 157138944, + "memoryUsagePercent": 99.54266548156738, + "memoryEfficiency": 0.4573345184326172, + "cpuCount": 12, + "cpuLoad": 0.10514322916666667, + "platform": "darwin", + "uptime": 219283 + }, + { + "timestamp": 1764855289833, + "memoryTotal": 34359738368, + "memoryUsed": 34267873280, + "memoryFree": 91865088, + "memoryUsagePercent": 99.73263740539551, + "memoryEfficiency": 0.2673625946044922, + "cpuCount": 12, + "cpuLoad": 0.13736979166666666, + "platform": "darwin", + "uptime": 219313 + }, + { + "timestamp": 1764855319938, + "memoryTotal": 34359738368, + "memoryUsed": 34287108096, + "memoryFree": 72630272, + "memoryUsagePercent": 99.78861808776855, + "memoryEfficiency": 0.2113819122314453, + "cpuCount": 12, + "cpuLoad": 0.12544759114583334, + "platform": "darwin", + "uptime": 219343 + }, + { + "timestamp": 1764855349939, + "memoryTotal": 34359738368, + "memoryUsed": 34294956032, + "memoryFree": 64782336, + "memoryUsagePercent": 99.81145858764648, + "memoryEfficiency": 0.18854141235351562, + "cpuCount": 12, + "cpuLoad": 0.13016764322916666, + "platform": "darwin", + "uptime": 219373 + }, + { + "timestamp": 1764855379940, + "memoryTotal": 34359738368, + "memoryUsed": 34296004608, + "memoryFree": 63733760, + "memoryUsagePercent": 99.81451034545898, + "memoryEfficiency": 0.18548965454101562, + "cpuCount": 12, + "cpuLoad": 0.111083984375, + "platform": "darwin", + "uptime": 219403 + }, + { + "timestamp": 1764855409942, + "memoryTotal": 34359738368, + "memoryUsed": 34260303872, + "memoryFree": 99434496, + "memoryUsagePercent": 99.71060752868652, + "memoryEfficiency": 0.28939247131347656, + "cpuCount": 12, + "cpuLoad": 0.11185709635416667, + "platform": "darwin", + "uptime": 219433 + }, + { + "timestamp": 1764855439943, + "memoryTotal": 34359738368, + "memoryUsed": 34200190976, + "memoryFree": 159547392, + "memoryUsagePercent": 99.5356559753418, + "memoryEfficiency": 0.4643440246582031, + "cpuCount": 12, + "cpuLoad": 0.14388020833333334, + "platform": "darwin", + "uptime": 219463 + }, + { + "timestamp": 1764855469945, + "memoryTotal": 34359738368, + "memoryUsed": 34250588160, + "memoryFree": 109150208, + "memoryUsagePercent": 99.68233108520508, + "memoryEfficiency": 0.3176689147949219, + "cpuCount": 12, + "cpuLoad": 0.114990234375, + "platform": "darwin", + "uptime": 219493 + }, + { + "timestamp": 1764855499947, + "memoryTotal": 34359738368, + "memoryUsed": 34285666304, + "memoryFree": 74072064, + "memoryUsagePercent": 99.78442192077637, + "memoryEfficiency": 0.2155780792236328, + "cpuCount": 12, + "cpuLoad": 0.20088704427083334, + "platform": "darwin", + "uptime": 219523 + }, + { + "timestamp": 1764855529948, + "memoryTotal": 34359738368, + "memoryUsed": 34262810624, + "memoryFree": 96927744, + "memoryUsagePercent": 99.71790313720703, + "memoryEfficiency": 0.28209686279296875, + "cpuCount": 12, + "cpuLoad": 0.2719319661458333, + "platform": "darwin", + "uptime": 219553 + }, + { + "timestamp": 1764855559950, + "memoryTotal": 34359738368, + "memoryUsed": 34236465152, + "memoryFree": 123273216, + "memoryUsagePercent": 99.64122772216797, + "memoryEfficiency": 0.35877227783203125, + "cpuCount": 12, + "cpuLoad": 0.3889567057291667, + "platform": "darwin", + "uptime": 219583 + }, + { + "timestamp": 1764855589951, + "memoryTotal": 34359738368, + "memoryUsed": 34280046592, + "memoryFree": 79691776, + "memoryUsagePercent": 99.76806640625, + "memoryEfficiency": 0.23193359375, + "cpuCount": 12, + "cpuLoad": 0.3015543619791667, + "platform": "darwin", + "uptime": 219613 + }, + { + "timestamp": 1764855619953, + "memoryTotal": 34359738368, + "memoryUsed": 34248818688, + "memoryFree": 110919680, + "memoryUsagePercent": 99.67718124389648, + "memoryEfficiency": 0.3228187561035156, + "cpuCount": 12, + "cpuLoad": 0.20723470052083334, + "platform": "darwin", + "uptime": 219643 + }, + { + "timestamp": 1764855649953, + "memoryTotal": 34359738368, + "memoryUsed": 34278506496, + "memoryFree": 81231872, + "memoryUsagePercent": 99.76358413696289, + "memoryEfficiency": 0.23641586303710938, + "cpuCount": 12, + "cpuLoad": 0.16324869791666666, + "platform": "darwin", + "uptime": 219673 + }, + { + "timestamp": 1764855679954, + "memoryTotal": 34359738368, + "memoryUsed": 34180825088, + "memoryFree": 178913280, + "memoryUsagePercent": 99.47929382324219, + "memoryEfficiency": 0.5207061767578125, + "cpuCount": 12, + "cpuLoad": 0.1097412109375, + "platform": "darwin", + "uptime": 219703 + }, + { + "timestamp": 1764855709955, + "memoryTotal": 34359738368, + "memoryUsed": 34315730944, + "memoryFree": 44007424, + "memoryUsagePercent": 99.87192153930664, + "memoryEfficiency": 0.12807846069335938, + "cpuCount": 12, + "cpuLoad": 0.09908040364583333, + "platform": "darwin", + "uptime": 219733 + }, + { + "timestamp": 1764855739957, + "memoryTotal": 34359738368, + "memoryUsed": 34294300672, + "memoryFree": 65437696, + "memoryUsagePercent": 99.80955123901367, + "memoryEfficiency": 0.19044876098632812, + "cpuCount": 12, + "cpuLoad": 0.126953125, + "platform": "darwin", + "uptime": 219763 + }, + { + "timestamp": 1764855769957, + "memoryTotal": 34359738368, + "memoryUsed": 34280079360, + "memoryFree": 79659008, + "memoryUsagePercent": 99.76816177368164, + "memoryEfficiency": 0.23183822631835938, + "cpuCount": 12, + "cpuLoad": 0.1417236328125, + "platform": "darwin", + "uptime": 219793 + }, + { + "timestamp": 1764855799959, + "memoryTotal": 34359738368, + "memoryUsed": 34053980160, + "memoryFree": 305758208, + "memoryUsagePercent": 99.11012649536133, + "memoryEfficiency": 0.8898735046386719, + "cpuCount": 12, + "cpuLoad": 0.2861328125, + "platform": "darwin", + "uptime": 219823 + }, + { + "timestamp": 1764855829961, + "memoryTotal": 34359738368, + "memoryUsed": 34276294656, + "memoryFree": 83443712, + "memoryUsagePercent": 99.75714683532715, + "memoryEfficiency": 0.24285316467285156, + "cpuCount": 12, + "cpuLoad": 0.247314453125, + "platform": "darwin", + "uptime": 219853 + }, + { + "timestamp": 1764855859961, + "memoryTotal": 34359738368, + "memoryUsed": 34286731264, + "memoryFree": 73007104, + "memoryUsagePercent": 99.78752136230469, + "memoryEfficiency": 0.2124786376953125, + "cpuCount": 12, + "cpuLoad": 0.19278971354166666, + "platform": "darwin", + "uptime": 219883 + }, + { + "timestamp": 1764855889962, + "memoryTotal": 34359738368, + "memoryUsed": 34245410816, + "memoryFree": 114327552, + "memoryUsagePercent": 99.66726303100586, + "memoryEfficiency": 0.3327369689941406, + "cpuCount": 12, + "cpuLoad": 0.17106119791666666, + "platform": "darwin", + "uptime": 219913 + }, + { + "timestamp": 1764855919962, + "memoryTotal": 34359738368, + "memoryUsed": 34278473728, + "memoryFree": 81264640, + "memoryUsagePercent": 99.76348876953125, + "memoryEfficiency": 0.23651123046875, + "cpuCount": 12, + "cpuLoad": 0.19856770833333334, + "platform": "darwin", + "uptime": 219943 + }, + { + "timestamp": 1764855949963, + "memoryTotal": 34359738368, + "memoryUsed": 34290860032, + "memoryFree": 68878336, + "memoryUsagePercent": 99.7995376586914, + "memoryEfficiency": 0.20046234130859375, + "cpuCount": 12, + "cpuLoad": 0.23722330729166666, + "platform": "darwin", + "uptime": 219973 + }, + { + "timestamp": 1764855979964, + "memoryTotal": 34359738368, + "memoryUsed": 34287796224, + "memoryFree": 71942144, + "memoryUsagePercent": 99.79062080383301, + "memoryEfficiency": 0.2093791961669922, + "cpuCount": 12, + "cpuLoad": 0.17154947916666666, + "platform": "darwin", + "uptime": 220003 + }, + { + "timestamp": 1764856009966, + "memoryTotal": 34359738368, + "memoryUsed": 34273837056, + "memoryFree": 85901312, + "memoryUsagePercent": 99.7499942779541, + "memoryEfficiency": 0.25000572204589844, + "cpuCount": 12, + "cpuLoad": 0.14225260416666666, + "platform": "darwin", + "uptime": 220033 + }, + { + "timestamp": 1764856039968, + "memoryTotal": 34359738368, + "memoryUsed": 34284535808, + "memoryFree": 75202560, + "memoryUsagePercent": 99.78113174438477, + "memoryEfficiency": 0.21886825561523438, + "cpuCount": 12, + "cpuLoad": 0.1732177734375, + "platform": "darwin", + "uptime": 220063 + }, + { + "timestamp": 1764856069969, + "memoryTotal": 34359738368, + "memoryUsed": 34295857152, + "memoryFree": 63881216, + "memoryUsagePercent": 99.8140811920166, + "memoryEfficiency": 0.18591880798339844, + "cpuCount": 12, + "cpuLoad": 0.16520182291666666, + "platform": "darwin", + "uptime": 220093 + }, + { + "timestamp": 1764856099971, + "memoryTotal": 34359738368, + "memoryUsed": 34262138880, + "memoryFree": 97599488, + "memoryUsagePercent": 99.7159481048584, + "memoryEfficiency": 0.28405189514160156, + "cpuCount": 12, + "cpuLoad": 0.1556396484375, + "platform": "darwin", + "uptime": 220123 + }, + { + "timestamp": 1764856129972, + "memoryTotal": 34359738368, + "memoryUsed": 34269462528, + "memoryFree": 90275840, + "memoryUsagePercent": 99.73726272583008, + "memoryEfficiency": 0.2627372741699219, + "cpuCount": 12, + "cpuLoad": 0.12890625, + "platform": "darwin", + "uptime": 220153 + }, + { + "timestamp": 1764856159974, + "memoryTotal": 34359738368, + "memoryUsed": 34210463744, + "memoryFree": 149274624, + "memoryUsagePercent": 99.56555366516113, + "memoryEfficiency": 0.4344463348388672, + "cpuCount": 12, + "cpuLoad": 0.15555826822916666, + "platform": "darwin", + "uptime": 220183 + }, + { + "timestamp": 1764856189975, + "memoryTotal": 34359738368, + "memoryUsed": 34263711744, + "memoryFree": 96026624, + "memoryUsagePercent": 99.72052574157715, + "memoryEfficiency": 0.27947425842285156, + "cpuCount": 12, + "cpuLoad": 0.1324462890625, + "platform": "darwin", + "uptime": 220213 + }, + { + "timestamp": 1764856219976, + "memoryTotal": 34359738368, + "memoryUsed": 34217705472, + "memoryFree": 142032896, + "memoryUsagePercent": 99.58662986755371, + "memoryEfficiency": 0.41337013244628906, + "cpuCount": 12, + "cpuLoad": 0.1199951171875, + "platform": "darwin", + "uptime": 220243 + }, + { + "timestamp": 1764856249978, + "memoryTotal": 34359738368, + "memoryUsed": 34279653376, + "memoryFree": 80084992, + "memoryUsagePercent": 99.76692199707031, + "memoryEfficiency": 0.2330780029296875, + "cpuCount": 12, + "cpuLoad": 0.10957845052083333, + "platform": "darwin", + "uptime": 220273 + }, + { + "timestamp": 1764856279978, + "memoryTotal": 34359738368, + "memoryUsed": 34275966976, + "memoryFree": 83771392, + "memoryUsagePercent": 99.75619316101074, + "memoryEfficiency": 0.2438068389892578, + "cpuCount": 12, + "cpuLoad": 0.15474446614583334, + "platform": "darwin", + "uptime": 220303 + }, + { + "timestamp": 1764856309980, + "memoryTotal": 34359738368, + "memoryUsed": 34215673856, + "memoryFree": 144064512, + "memoryUsagePercent": 99.58071708679199, + "memoryEfficiency": 0.4192829132080078, + "cpuCount": 12, + "cpuLoad": 0.14644368489583334, + "platform": "darwin", + "uptime": 220333 + }, + { + "timestamp": 1764856339980, + "memoryTotal": 34359738368, + "memoryUsed": 34266152960, + "memoryFree": 93585408, + "memoryUsagePercent": 99.72763061523438, + "memoryEfficiency": 0.272369384765625, + "cpuCount": 12, + "cpuLoad": 0.13936360677083334, + "platform": "darwin", + "uptime": 220363 + }, + { + "timestamp": 1764856369982, + "memoryTotal": 34359738368, + "memoryUsed": 34279194624, + "memoryFree": 80543744, + "memoryUsagePercent": 99.76558685302734, + "memoryEfficiency": 0.23441314697265625, + "cpuCount": 12, + "cpuLoad": 0.4305826822916667, + "platform": "darwin", + "uptime": 220393 + }, + { + "timestamp": 1764856399983, + "memoryTotal": 34359738368, + "memoryUsed": 34265088000, + "memoryFree": 94650368, + "memoryUsagePercent": 99.72453117370605, + "memoryEfficiency": 0.2754688262939453, + "cpuCount": 12, + "cpuLoad": 0.3036702473958333, + "platform": "darwin", + "uptime": 220423 + }, + { + "timestamp": 1764856429985, + "memoryTotal": 34359738368, + "memoryUsed": 34084929536, + "memoryFree": 274808832, + "memoryUsagePercent": 99.2002010345459, + "memoryEfficiency": 0.7997989654541016, + "cpuCount": 12, + "cpuLoad": 0.4000651041666667, + "platform": "darwin", + "uptime": 220453 + }, + { + "timestamp": 1764856459987, + "memoryTotal": 34359738368, + "memoryUsed": 34289123328, + "memoryFree": 70615040, + "memoryUsagePercent": 99.79448318481445, + "memoryEfficiency": 0.20551681518554688, + "cpuCount": 12, + "cpuLoad": 0.400634765625, + "platform": "darwin", + "uptime": 220483 + }, + { + "timestamp": 1764856489988, + "memoryTotal": 34359738368, + "memoryUsed": 34292826112, + "memoryFree": 66912256, + "memoryUsagePercent": 99.80525970458984, + "memoryEfficiency": 0.19474029541015625, + "cpuCount": 12, + "cpuLoad": 0.2634684244791667, + "platform": "darwin", + "uptime": 220513 + }, + { + "timestamp": 1764856519990, + "memoryTotal": 34359738368, + "memoryUsed": 34284388352, + "memoryFree": 75350016, + "memoryUsagePercent": 99.78070259094238, + "memoryEfficiency": 0.2192974090576172, + "cpuCount": 12, + "cpuLoad": 0.20003255208333334, + "platform": "darwin", + "uptime": 220543 + }, + { + "timestamp": 1764856549991, + "memoryTotal": 34359738368, + "memoryUsed": 34045853696, + "memoryFree": 313884672, + "memoryUsagePercent": 99.08647537231445, + "memoryEfficiency": 0.9135246276855469, + "cpuCount": 12, + "cpuLoad": 0.18575032552083334, + "platform": "darwin", + "uptime": 220573 + }, + { + "timestamp": 1764856579992, + "memoryTotal": 34359738368, + "memoryUsed": 34275934208, + "memoryFree": 83804160, + "memoryUsagePercent": 99.7560977935791, + "memoryEfficiency": 0.24390220642089844, + "cpuCount": 12, + "cpuLoad": 0.16520182291666666, + "platform": "darwin", + "uptime": 220603 + }, + { + "timestamp": 1764856609993, + "memoryTotal": 34359738368, + "memoryUsed": 34296430592, + "memoryFree": 63307776, + "memoryUsagePercent": 99.81575012207031, + "memoryEfficiency": 0.1842498779296875, + "cpuCount": 12, + "cpuLoad": 0.16389973958333334, + "platform": "darwin", + "uptime": 220633 + }, + { + "timestamp": 1764856639995, + "memoryTotal": 34359738368, + "memoryUsed": 34289762304, + "memoryFree": 69976064, + "memoryUsagePercent": 99.79634284973145, + "memoryEfficiency": 0.2036571502685547, + "cpuCount": 12, + "cpuLoad": 0.15531412760416666, + "platform": "darwin", + "uptime": 220663 + }, + { + "timestamp": 1764856669997, + "memoryTotal": 34359738368, + "memoryUsed": 34285551616, + "memoryFree": 74186752, + "memoryUsagePercent": 99.78408813476562, + "memoryEfficiency": 0.215911865234375, + "cpuCount": 12, + "cpuLoad": 0.239013671875, + "platform": "darwin", + "uptime": 220693 + }, + { + "timestamp": 1764856699998, + "memoryTotal": 34359738368, + "memoryUsed": 34217066496, + "memoryFree": 142671872, + "memoryUsagePercent": 99.58477020263672, + "memoryEfficiency": 0.41522979736328125, + "cpuCount": 12, + "cpuLoad": 0.1669921875, + "platform": "darwin", + "uptime": 220723 + }, + { + "timestamp": 1764856729998, + "memoryTotal": 34359738368, + "memoryUsed": 34287009792, + "memoryFree": 72728576, + "memoryUsagePercent": 99.78833198547363, + "memoryEfficiency": 0.2116680145263672, + "cpuCount": 12, + "cpuLoad": 0.3778889973958333, + "platform": "darwin", + "uptime": 220753 + }, + { + "timestamp": 1764856759999, + "memoryTotal": 34359738368, + "memoryUsed": 34278424576, + "memoryFree": 81313792, + "memoryUsagePercent": 99.76334571838379, + "memoryEfficiency": 0.23665428161621094, + "cpuCount": 12, + "cpuLoad": 0.3140462239583333, + "platform": "darwin", + "uptime": 220783 + }, + { + "timestamp": 1764856790002, + "memoryTotal": 34359738368, + "memoryUsed": 34256633856, + "memoryFree": 103104512, + "memoryUsagePercent": 99.69992637634277, + "memoryEfficiency": 0.30007362365722656, + "cpuCount": 12, + "cpuLoad": 0.23824055989583334, + "platform": "darwin", + "uptime": 220814 + }, + { + "timestamp": 1764856820003, + "memoryTotal": 34359738368, + "memoryUsed": 34266923008, + "memoryFree": 92815360, + "memoryUsagePercent": 99.72987174987793, + "memoryEfficiency": 0.2701282501220703, + "cpuCount": 12, + "cpuLoad": 0.2144775390625, + "platform": "darwin", + "uptime": 220844 + }, + { + "timestamp": 1764856850004, + "memoryTotal": 34359738368, + "memoryUsed": 34269659136, + "memoryFree": 90079232, + "memoryUsagePercent": 99.73783493041992, + "memoryEfficiency": 0.2621650695800781, + "cpuCount": 12, + "cpuLoad": 0.17801920572916666, + "platform": "darwin", + "uptime": 220874 + }, + { + "timestamp": 1764856880006, + "memoryTotal": 34359738368, + "memoryUsed": 34264350720, + "memoryFree": 95387648, + "memoryUsagePercent": 99.72238540649414, + "memoryEfficiency": 0.2776145935058594, + "cpuCount": 12, + "cpuLoad": 0.208740234375, + "platform": "darwin", + "uptime": 220904 + }, + { + "timestamp": 1764856910007, + "memoryTotal": 34359738368, + "memoryUsed": 34260680704, + "memoryFree": 99057664, + "memoryUsagePercent": 99.71170425415039, + "memoryEfficiency": 0.2882957458496094, + "cpuCount": 12, + "cpuLoad": 0.2242431640625, + "platform": "darwin", + "uptime": 220934 + }, + { + "timestamp": 1764856940008, + "memoryTotal": 34359738368, + "memoryUsed": 34248556544, + "memoryFree": 111181824, + "memoryUsagePercent": 99.67641830444336, + "memoryEfficiency": 0.3235816955566406, + "cpuCount": 12, + "cpuLoad": 0.16630045572916666, + "platform": "darwin", + "uptime": 220964 + }, + { + "timestamp": 1764856970008, + "memoryTotal": 34359738368, + "memoryUsed": 34287812608, + "memoryFree": 71925760, + "memoryUsagePercent": 99.79066848754883, + "memoryEfficiency": 0.20933151245117188, + "cpuCount": 12, + "cpuLoad": 0.1805419921875, + "platform": "darwin", + "uptime": 220994 + }, + { + "timestamp": 1764857000009, + "memoryTotal": 34359738368, + "memoryUsed": 34282291200, + "memoryFree": 77447168, + "memoryUsagePercent": 99.77459907531738, + "memoryEfficiency": 0.2254009246826172, + "cpuCount": 12, + "cpuLoad": 0.252197265625, + "platform": "darwin", + "uptime": 221024 + }, + { + "timestamp": 1764857030009, + "memoryTotal": 34359738368, + "memoryUsed": 34274623488, + "memoryFree": 85114880, + "memoryUsagePercent": 99.75228309631348, + "memoryEfficiency": 0.24771690368652344, + "cpuCount": 12, + "cpuLoad": 0.2590738932291667, + "platform": "darwin", + "uptime": 221054 + }, + { + "timestamp": 1764857060011, + "memoryTotal": 34359738368, + "memoryUsed": 34232287232, + "memoryFree": 127451136, + "memoryUsagePercent": 99.62906837463379, + "memoryEfficiency": 0.37093162536621094, + "cpuCount": 12, + "cpuLoad": 0.2069091796875, + "platform": "darwin", + "uptime": 221084 + }, + { + "timestamp": 1764857090013, + "memoryTotal": 34359738368, + "memoryUsed": 34248097792, + "memoryFree": 111640576, + "memoryUsagePercent": 99.67508316040039, + "memoryEfficiency": 0.3249168395996094, + "cpuCount": 12, + "cpuLoad": 0.2701009114583333, + "platform": "darwin", + "uptime": 221114 + }, + { + "timestamp": 1764857120015, + "memoryTotal": 34359738368, + "memoryUsed": 34281373696, + "memoryFree": 78364672, + "memoryUsagePercent": 99.77192878723145, + "memoryEfficiency": 0.2280712127685547, + "cpuCount": 12, + "cpuLoad": 0.20857747395833334, + "platform": "darwin", + "uptime": 221144 + }, + { + "timestamp": 1764857150017, + "memoryTotal": 34359738368, + "memoryUsed": 34270969856, + "memoryFree": 88768512, + "memoryUsagePercent": 99.74164962768555, + "memoryEfficiency": 0.2583503723144531, + "cpuCount": 12, + "cpuLoad": 0.23771158854166666, + "platform": "darwin", + "uptime": 221174 + }, + { + "timestamp": 1764857180019, + "memoryTotal": 34359738368, + "memoryUsed": 34201747456, + "memoryFree": 157990912, + "memoryUsagePercent": 99.54018592834473, + "memoryEfficiency": 0.45981407165527344, + "cpuCount": 12, + "cpuLoad": 0.24235026041666666, + "platform": "darwin", + "uptime": 221204 + }, + { + "timestamp": 1764857210021, + "memoryTotal": 34359738368, + "memoryUsed": 34259419136, + "memoryFree": 100319232, + "memoryUsagePercent": 99.70803260803223, + "memoryEfficiency": 0.29196739196777344, + "cpuCount": 12, + "cpuLoad": 0.19746907552083334, + "platform": "darwin", + "uptime": 221234 + }, + { + "timestamp": 1764857240022, + "memoryTotal": 34359738368, + "memoryUsed": 34264940544, + "memoryFree": 94797824, + "memoryUsagePercent": 99.72410202026367, + "memoryEfficiency": 0.2758979797363281, + "cpuCount": 12, + "cpuLoad": 0.16805013020833334, + "platform": "darwin", + "uptime": 221264 + }, + { + "timestamp": 1764857270025, + "memoryTotal": 34359738368, + "memoryUsed": 34282733568, + "memoryFree": 77004800, + "memoryUsagePercent": 99.77588653564453, + "memoryEfficiency": 0.22411346435546875, + "cpuCount": 12, + "cpuLoad": 0.17427571614583334, + "platform": "darwin", + "uptime": 221294 + }, + { + "timestamp": 1764857300026, + "memoryTotal": 34359738368, + "memoryUsed": 34247016448, + "memoryFree": 112721920, + "memoryUsagePercent": 99.67193603515625, + "memoryEfficiency": 0.32806396484375, + "cpuCount": 12, + "cpuLoad": 0.14986165364583334, + "platform": "darwin", + "uptime": 221324 + }, + { + "timestamp": 1764857330028, + "memoryTotal": 34359738368, + "memoryUsed": 34258255872, + "memoryFree": 101482496, + "memoryUsagePercent": 99.70464706420898, + "memoryEfficiency": 0.2953529357910156, + "cpuCount": 12, + "cpuLoad": 0.21419270833333334, + "platform": "darwin", + "uptime": 221354 + }, + { + "timestamp": 1764857360028, + "memoryTotal": 34359738368, + "memoryUsed": 34267021312, + "memoryFree": 92717056, + "memoryUsagePercent": 99.73015785217285, + "memoryEfficiency": 0.26984214782714844, + "cpuCount": 12, + "cpuLoad": 0.2164306640625, + "platform": "darwin", + "uptime": 221384 + }, + { + "timestamp": 1764857390031, + "memoryTotal": 34359738368, + "memoryUsed": 34247622656, + "memoryFree": 112115712, + "memoryUsagePercent": 99.6737003326416, + "memoryEfficiency": 0.32629966735839844, + "cpuCount": 12, + "cpuLoad": 0.24471028645833334, + "platform": "darwin", + "uptime": 221414 + }, + { + "timestamp": 1764857420032, + "memoryTotal": 34359738368, + "memoryUsed": 34285862912, + "memoryFree": 73875456, + "memoryUsagePercent": 99.78499412536621, + "memoryEfficiency": 0.21500587463378906, + "cpuCount": 12, + "cpuLoad": 0.2583821614583333, + "platform": "darwin", + "uptime": 221444 + }, + { + "timestamp": 1764857450036, + "memoryTotal": 34359738368, + "memoryUsed": 34254946304, + "memoryFree": 104792064, + "memoryUsagePercent": 99.69501495361328, + "memoryEfficiency": 0.30498504638671875, + "cpuCount": 12, + "cpuLoad": 0.22578938802083334, + "platform": "darwin", + "uptime": 221474 + }, + { + "timestamp": 1764857480038, + "memoryTotal": 34359738368, + "memoryUsed": 34262188032, + "memoryFree": 97550336, + "memoryUsagePercent": 99.71609115600586, + "memoryEfficiency": 0.2839088439941406, + "cpuCount": 12, + "cpuLoad": 0.24702962239583334, + "platform": "darwin", + "uptime": 221504 + }, + { + "timestamp": 1764857510039, + "memoryTotal": 34359738368, + "memoryUsed": 34242215936, + "memoryFree": 117522432, + "memoryUsagePercent": 99.6579647064209, + "memoryEfficiency": 0.34203529357910156, + "cpuCount": 12, + "cpuLoad": 0.2906494140625, + "platform": "darwin", + "uptime": 221534 + }, + { + "timestamp": 1764857540041, + "memoryTotal": 34359738368, + "memoryUsed": 34219786240, + "memoryFree": 139952128, + "memoryUsagePercent": 99.59268569946289, + "memoryEfficiency": 0.4073143005371094, + "cpuCount": 12, + "cpuLoad": 0.3817952473958333, + "platform": "darwin", + "uptime": 221564 + }, + { + "timestamp": 1764857570043, + "memoryTotal": 34359738368, + "memoryUsed": 34271723520, + "memoryFree": 88014848, + "memoryUsagePercent": 99.74384307861328, + "memoryEfficiency": 0.25615692138671875, + "cpuCount": 12, + "cpuLoad": 0.3946533203125, + "platform": "darwin", + "uptime": 221594 + }, + { + "timestamp": 1764857600045, + "memoryTotal": 34359738368, + "memoryUsed": 34266677248, + "memoryFree": 93061120, + "memoryUsagePercent": 99.72915649414062, + "memoryEfficiency": 0.270843505859375, + "cpuCount": 12, + "cpuLoad": 0.3334554036458333, + "platform": "darwin", + "uptime": 221624 + }, + { + "timestamp": 1764857630047, + "memoryTotal": 34359738368, + "memoryUsed": 34284732416, + "memoryFree": 75005952, + "memoryUsagePercent": 99.78170394897461, + "memoryEfficiency": 0.21829605102539062, + "cpuCount": 12, + "cpuLoad": 0.30712890625, + "platform": "darwin", + "uptime": 221654 + }, + { + "timestamp": 1764857660049, + "memoryTotal": 34359738368, + "memoryUsed": 34266595328, + "memoryFree": 93143040, + "memoryUsagePercent": 99.72891807556152, + "memoryEfficiency": 0.27108192443847656, + "cpuCount": 12, + "cpuLoad": 0.2850341796875, + "platform": "darwin", + "uptime": 221684 + }, + { + "timestamp": 1764857690051, + "memoryTotal": 34359738368, + "memoryUsed": 34149613568, + "memoryFree": 210124800, + "memoryUsagePercent": 99.38845634460449, + "memoryEfficiency": 0.6115436553955078, + "cpuCount": 12, + "cpuLoad": 0.2213134765625, + "platform": "darwin", + "uptime": 221714 + }, + { + "timestamp": 1764857720053, + "memoryTotal": 34359738368, + "memoryUsed": 34291433472, + "memoryFree": 68304896, + "memoryUsagePercent": 99.80120658874512, + "memoryEfficiency": 0.1987934112548828, + "cpuCount": 12, + "cpuLoad": 0.2744547526041667, + "platform": "darwin", + "uptime": 221744 + }, + { + "timestamp": 1764857750055, + "memoryTotal": 34359738368, + "memoryUsed": 34278719488, + "memoryFree": 81018880, + "memoryUsagePercent": 99.76420402526855, + "memoryEfficiency": 0.2357959747314453, + "cpuCount": 12, + "cpuLoad": 0.2795003255208333, + "platform": "darwin", + "uptime": 221774 + }, + { + "timestamp": 1764857780058, + "memoryTotal": 34359738368, + "memoryUsed": 34269085696, + "memoryFree": 90652672, + "memoryUsagePercent": 99.73616600036621, + "memoryEfficiency": 0.26383399963378906, + "cpuCount": 12, + "cpuLoad": 0.3448079427083333, + "platform": "darwin", + "uptime": 221804 + }, + { + "timestamp": 1764857810059, + "memoryTotal": 34359738368, + "memoryUsed": 34245165056, + "memoryFree": 114573312, + "memoryUsagePercent": 99.66654777526855, + "memoryEfficiency": 0.3334522247314453, + "cpuCount": 12, + "cpuLoad": 0.3886311848958333, + "platform": "darwin", + "uptime": 221834 + }, + { + "timestamp": 1764857840062, + "memoryTotal": 34359738368, + "memoryUsed": 34258042880, + "memoryFree": 101695488, + "memoryUsagePercent": 99.70402717590332, + "memoryEfficiency": 0.2959728240966797, + "cpuCount": 12, + "cpuLoad": 0.299560546875, + "platform": "darwin", + "uptime": 221864 + }, + { + "timestamp": 1764857870064, + "memoryTotal": 34359738368, + "memoryUsed": 34261663744, + "memoryFree": 98074624, + "memoryUsagePercent": 99.71456527709961, + "memoryEfficiency": 0.2854347229003906, + "cpuCount": 12, + "cpuLoad": 0.23734537760416666, + "platform": "darwin", + "uptime": 221894 + }, + { + "timestamp": 1764857900066, + "memoryTotal": 34359738368, + "memoryUsed": 34253488128, + "memoryFree": 106250240, + "memoryUsagePercent": 99.69077110290527, + "memoryEfficiency": 0.30922889709472656, + "cpuCount": 12, + "cpuLoad": 0.21366373697916666, + "platform": "darwin", + "uptime": 221924 + }, + { + "timestamp": 1764857930069, + "memoryTotal": 34359738368, + "memoryUsed": 34282291200, + "memoryFree": 77447168, + "memoryUsagePercent": 99.77459907531738, + "memoryEfficiency": 0.2254009246826172, + "cpuCount": 12, + "cpuLoad": 0.18489583333333334, + "platform": "darwin", + "uptime": 221954 + }, + { + "timestamp": 1764857960071, + "memoryTotal": 34359738368, + "memoryUsed": 34208333824, + "memoryFree": 151404544, + "memoryUsagePercent": 99.55935478210449, + "memoryEfficiency": 0.4406452178955078, + "cpuCount": 12, + "cpuLoad": 0.23726399739583334, + "platform": "darwin", + "uptime": 221984 + }, + { + "timestamp": 1764857990073, + "memoryTotal": 34359738368, + "memoryUsed": 34024685568, + "memoryFree": 335052800, + "memoryUsagePercent": 99.02486801147461, + "memoryEfficiency": 0.9751319885253906, + "cpuCount": 12, + "cpuLoad": 1.1036783854166667, + "platform": "darwin", + "uptime": 222014 + }, + { + "timestamp": 1764858020074, + "memoryTotal": 34359738368, + "memoryUsed": 34237480960, + "memoryFree": 122257408, + "memoryUsagePercent": 99.64418411254883, + "memoryEfficiency": 0.3558158874511719, + "cpuCount": 12, + "cpuLoad": 0.7883707682291666, + "platform": "darwin", + "uptime": 222044 + }, + { + "timestamp": 1764858050076, + "memoryTotal": 34359738368, + "memoryUsed": 33837285376, + "memoryFree": 522452992, + "memoryUsagePercent": 98.47946166992188, + "memoryEfficiency": 1.520538330078125, + "cpuCount": 12, + "cpuLoad": 0.5722249348958334, + "platform": "darwin", + "uptime": 222074 + }, + { + "timestamp": 1764858080078, + "memoryTotal": 34359738368, + "memoryUsed": 34257862656, + "memoryFree": 101875712, + "memoryUsagePercent": 99.7035026550293, + "memoryEfficiency": 0.2964973449707031, + "cpuCount": 12, + "cpuLoad": 0.3618977864583333, + "platform": "darwin", + "uptime": 222104 + }, + { + "timestamp": 1764858110080, + "memoryTotal": 34359738368, + "memoryUsed": 33868873728, + "memoryFree": 490864640, + "memoryUsagePercent": 98.57139587402344, + "memoryEfficiency": 1.4286041259765625, + "cpuCount": 12, + "cpuLoad": 0.3157958984375, + "platform": "darwin", + "uptime": 222134 + }, + { + "timestamp": 1764858140080, + "memoryTotal": 34359738368, + "memoryUsed": 33862926336, + "memoryFree": 496812032, + "memoryUsagePercent": 98.55408668518066, + "memoryEfficiency": 1.445913314819336, + "cpuCount": 12, + "cpuLoad": 0.204833984375, + "platform": "darwin", + "uptime": 222164 + }, + { + "timestamp": 1764858170083, + "memoryTotal": 34359738368, + "memoryUsed": 33930444800, + "memoryFree": 429293568, + "memoryUsagePercent": 98.75059127807617, + "memoryEfficiency": 1.2494087219238281, + "cpuCount": 12, + "cpuLoad": 0.2564697265625, + "platform": "darwin", + "uptime": 222194 + }, + { + "timestamp": 1764858200084, + "memoryTotal": 34359738368, + "memoryUsed": 34012561408, + "memoryFree": 347176960, + "memoryUsagePercent": 98.98958206176758, + "memoryEfficiency": 1.0104179382324219, + "cpuCount": 12, + "cpuLoad": 0.21134440104166666, + "platform": "darwin", + "uptime": 222224 + }, + { + "timestamp": 1764858230085, + "memoryTotal": 34359738368, + "memoryUsed": 34162671616, + "memoryFree": 197066752, + "memoryUsagePercent": 99.42646026611328, + "memoryEfficiency": 0.5735397338867188, + "cpuCount": 12, + "cpuLoad": 0.24491373697916666, + "platform": "darwin", + "uptime": 222254 + }, + { + "timestamp": 1764858260087, + "memoryTotal": 34359738368, + "memoryUsed": 34294284288, + "memoryFree": 65454080, + "memoryUsagePercent": 99.80950355529785, + "memoryEfficiency": 0.19049644470214844, + "cpuCount": 12, + "cpuLoad": 0.1693115234375, + "platform": "darwin", + "uptime": 222284 + }, + { + "timestamp": 1764858290088, + "memoryTotal": 34359738368, + "memoryUsed": 34252865536, + "memoryFree": 106872832, + "memoryUsagePercent": 99.6889591217041, + "memoryEfficiency": 0.31104087829589844, + "cpuCount": 12, + "cpuLoad": 0.16162109375, + "platform": "darwin", + "uptime": 222314 + }, + { + "timestamp": 1764858320090, + "memoryTotal": 34359738368, + "memoryUsed": 34146009088, + "memoryFree": 213729280, + "memoryUsagePercent": 99.37796592712402, + "memoryEfficiency": 0.6220340728759766, + "cpuCount": 12, + "cpuLoad": 0.19775390625, + "platform": "darwin", + "uptime": 222344 + }, + { + "timestamp": 1764858350092, + "memoryTotal": 34359738368, + "memoryUsed": 34139635712, + "memoryFree": 220102656, + "memoryUsagePercent": 99.35941696166992, + "memoryEfficiency": 0.6405830383300781, + "cpuCount": 12, + "cpuLoad": 0.136474609375, + "platform": "darwin", + "uptime": 222374 + }, + { + "timestamp": 1764858380094, + "memoryTotal": 34359738368, + "memoryUsed": 33755217920, + "memoryFree": 604520448, + "memoryUsagePercent": 98.24061393737793, + "memoryEfficiency": 1.7593860626220703, + "cpuCount": 12, + "cpuLoad": 0.1077880859375, + "platform": "darwin", + "uptime": 222404 + }, + { + "timestamp": 1764858410097, + "memoryTotal": 34359738368, + "memoryUsed": 34038988800, + "memoryFree": 320749568, + "memoryUsagePercent": 99.06649589538574, + "memoryEfficiency": 0.9335041046142578, + "cpuCount": 12, + "cpuLoad": 0.1165771484375, + "platform": "darwin", + "uptime": 222434 + }, + { + "timestamp": 1764858440097, + "memoryTotal": 34359738368, + "memoryUsed": 34276376576, + "memoryFree": 83361792, + "memoryUsagePercent": 99.75738525390625, + "memoryEfficiency": 0.24261474609375, + "cpuCount": 12, + "cpuLoad": 0.21907552083333334, + "platform": "darwin", + "uptime": 222464 + }, + { + "timestamp": 1764858470097, + "memoryTotal": 34359738368, + "memoryUsed": 34268905472, + "memoryFree": 90832896, + "memoryUsagePercent": 99.73564147949219, + "memoryEfficiency": 0.2643585205078125, + "cpuCount": 12, + "cpuLoad": 0.241455078125, + "platform": "darwin", + "uptime": 222494 + }, + { + "timestamp": 1764858500099, + "memoryTotal": 34359738368, + "memoryUsed": 34263433216, + "memoryFree": 96305152, + "memoryUsagePercent": 99.7197151184082, + "memoryEfficiency": 0.2802848815917969, + "cpuCount": 12, + "cpuLoad": 0.2489013671875, + "platform": "darwin", + "uptime": 222524 + }, + { + "timestamp": 1764858530101, + "memoryTotal": 34359738368, + "memoryUsed": 34278473728, + "memoryFree": 81264640, + "memoryUsagePercent": 99.76348876953125, + "memoryEfficiency": 0.23651123046875, + "cpuCount": 12, + "cpuLoad": 0.18009440104166666, + "platform": "darwin", + "uptime": 222554 + }, + { + "timestamp": 1764858560102, + "memoryTotal": 34359738368, + "memoryUsed": 34257829888, + "memoryFree": 101908480, + "memoryUsagePercent": 99.70340728759766, + "memoryEfficiency": 0.29659271240234375, + "cpuCount": 12, + "cpuLoad": 0.1514892578125, + "platform": "darwin", + "uptime": 222584 + }, + { + "timestamp": 1764858590102, + "memoryTotal": 34359738368, + "memoryUsed": 34270363648, + "memoryFree": 89374720, + "memoryUsagePercent": 99.7398853302002, + "memoryEfficiency": 0.2601146697998047, + "cpuCount": 12, + "cpuLoad": 0.13179524739583334, + "platform": "darwin", + "uptime": 222614 + }, + { + "timestamp": 1764858620103, + "memoryTotal": 34359738368, + "memoryUsed": 34188460032, + "memoryFree": 171278336, + "memoryUsagePercent": 99.50151443481445, + "memoryEfficiency": 0.4984855651855469, + "cpuCount": 12, + "cpuLoad": 0.09110514322916667, + "platform": "darwin", + "uptime": 222644 + }, + { + "timestamp": 1764858650105, + "memoryTotal": 34359738368, + "memoryUsed": 34262794240, + "memoryFree": 96944128, + "memoryUsagePercent": 99.71785545349121, + "memoryEfficiency": 0.28214454650878906, + "cpuCount": 12, + "cpuLoad": 0.055135091145833336, + "platform": "darwin", + "uptime": 222674 + }, + { + "timestamp": 1764858680106, + "memoryTotal": 34359738368, + "memoryUsed": 34264612864, + "memoryFree": 95125504, + "memoryUsagePercent": 99.72314834594727, + "memoryEfficiency": 0.2768516540527344, + "cpuCount": 12, + "cpuLoad": 0.11669921875, + "platform": "darwin", + "uptime": 222704 + }, + { + "timestamp": 1764858710107, + "memoryTotal": 34359738368, + "memoryUsed": 33928773632, + "memoryFree": 430964736, + "memoryUsagePercent": 98.7457275390625, + "memoryEfficiency": 1.2542724609375, + "cpuCount": 12, + "cpuLoad": 0.15201822916666666, + "platform": "darwin", + "uptime": 222734 + }, + { + "timestamp": 1764858740107, + "memoryTotal": 34359738368, + "memoryUsed": 34051293184, + "memoryFree": 308445184, + "memoryUsagePercent": 99.1023063659668, + "memoryEfficiency": 0.8976936340332031, + "cpuCount": 12, + "cpuLoad": 0.18485514322916666, + "platform": "darwin", + "uptime": 222764 + }, + { + "timestamp": 1764858770109, + "memoryTotal": 34359738368, + "memoryUsed": 34147139584, + "memoryFree": 212598784, + "memoryUsagePercent": 99.38125610351562, + "memoryEfficiency": 0.618743896484375, + "cpuCount": 12, + "cpuLoad": 0.1688232421875, + "platform": "darwin", + "uptime": 222794 + }, + { + "timestamp": 1764858800110, + "memoryTotal": 34359738368, + "memoryUsed": 34285731840, + "memoryFree": 74006528, + "memoryUsagePercent": 99.78461265563965, + "memoryEfficiency": 0.21538734436035156, + "cpuCount": 12, + "cpuLoad": 0.13016764322916666, + "platform": "darwin", + "uptime": 222824 + }, + { + "timestamp": 1764858830111, + "memoryTotal": 34359738368, + "memoryUsed": 34225045504, + "memoryFree": 134692864, + "memoryUsagePercent": 99.60799217224121, + "memoryEfficiency": 0.39200782775878906, + "cpuCount": 12, + "cpuLoad": 0.10542805989583333, + "platform": "darwin", + "uptime": 222854 + }, + { + "timestamp": 1764858860112, + "memoryTotal": 34359738368, + "memoryUsed": 34075115520, + "memoryFree": 284622848, + "memoryUsagePercent": 99.17163848876953, + "memoryEfficiency": 0.8283615112304688, + "cpuCount": 12, + "cpuLoad": 0.13004557291666666, + "platform": "darwin", + "uptime": 222884 + }, + { + "timestamp": 1764858890114, + "memoryTotal": 34359738368, + "memoryUsed": 34159919104, + "memoryFree": 199819264, + "memoryUsagePercent": 99.41844940185547, + "memoryEfficiency": 0.5815505981445312, + "cpuCount": 12, + "cpuLoad": 0.13533528645833334, + "platform": "darwin", + "uptime": 222914 + }, + { + "timestamp": 1764858920116, + "memoryTotal": 34359738368, + "memoryUsed": 34172256256, + "memoryFree": 187482112, + "memoryUsagePercent": 99.45435523986816, + "memoryEfficiency": 0.5456447601318359, + "cpuCount": 12, + "cpuLoad": 0.14847819010416666, + "platform": "darwin", + "uptime": 222944 + }, + { + "timestamp": 1764858950118, + "memoryTotal": 34359738368, + "memoryUsed": 34260516864, + "memoryFree": 99221504, + "memoryUsagePercent": 99.71122741699219, + "memoryEfficiency": 0.2887725830078125, + "cpuCount": 12, + "cpuLoad": 0.1329345703125, + "platform": "darwin", + "uptime": 222974 + }, + { + "timestamp": 1764858980119, + "memoryTotal": 34359738368, + "memoryUsed": 34288861184, + "memoryFree": 70877184, + "memoryUsagePercent": 99.79372024536133, + "memoryEfficiency": 0.20627975463867188, + "cpuCount": 12, + "cpuLoad": 0.1566162109375, + "platform": "darwin", + "uptime": 223004 + }, + { + "timestamp": 1764859010121, + "memoryTotal": 34359738368, + "memoryUsed": 34200780800, + "memoryFree": 158957568, + "memoryUsagePercent": 99.53737258911133, + "memoryEfficiency": 0.4626274108886719, + "cpuCount": 12, + "cpuLoad": 0.11527506510416667, + "platform": "darwin", + "uptime": 223034 + }, + { + "timestamp": 1764859040122, + "memoryTotal": 34359738368, + "memoryUsed": 34286616576, + "memoryFree": 73121792, + "memoryUsagePercent": 99.78718757629395, + "memoryEfficiency": 0.2128124237060547, + "cpuCount": 12, + "cpuLoad": 0.15531412760416666, + "platform": "darwin", + "uptime": 223064 + }, + { + "timestamp": 1764859070124, + "memoryTotal": 34359738368, + "memoryUsed": 34245836800, + "memoryFree": 113901568, + "memoryUsagePercent": 99.66850280761719, + "memoryEfficiency": 0.3314971923828125, + "cpuCount": 12, + "cpuLoad": 0.146484375, + "platform": "darwin", + "uptime": 223094 + }, + { + "timestamp": 1764859100126, + "memoryTotal": 34359738368, + "memoryUsed": 34032189440, + "memoryFree": 327548928, + "memoryUsagePercent": 99.04670715332031, + "memoryEfficiency": 0.9532928466796875, + "cpuCount": 12, + "cpuLoad": 0.13134765625, + "platform": "darwin", + "uptime": 223124 + }, + { + "timestamp": 1764859130127, + "memoryTotal": 34359738368, + "memoryUsed": 34201796608, + "memoryFree": 157941760, + "memoryUsagePercent": 99.54032897949219, + "memoryEfficiency": 0.4596710205078125, + "cpuCount": 12, + "cpuLoad": 0.08390299479166667, + "platform": "darwin", + "uptime": 223154 + }, + { + "timestamp": 1764859160130, + "memoryTotal": 34359738368, + "memoryUsed": 34288762880, + "memoryFree": 70975488, + "memoryUsagePercent": 99.7934341430664, + "memoryEfficiency": 0.20656585693359375, + "cpuCount": 12, + "cpuLoad": 0.06355794270833333, + "platform": "darwin", + "uptime": 223184 + }, + { + "timestamp": 1764859190131, + "memoryTotal": 34359738368, + "memoryUsed": 34147041280, + "memoryFree": 212697088, + "memoryUsagePercent": 99.3809700012207, + "memoryEfficiency": 0.6190299987792969, + "cpuCount": 12, + "cpuLoad": 0.18452962239583334, + "platform": "darwin", + "uptime": 223214 + }, + { + "timestamp": 1764859220133, + "memoryTotal": 34359738368, + "memoryUsed": 34213560320, + "memoryFree": 146178048, + "memoryUsagePercent": 99.57456588745117, + "memoryEfficiency": 0.4254341125488281, + "cpuCount": 12, + "cpuLoad": 0.16597493489583334, + "platform": "darwin", + "uptime": 223244 + }, + { + "timestamp": 1764859250134, + "memoryTotal": 34359738368, + "memoryUsed": 34206187520, + "memoryFree": 153550848, + "memoryUsagePercent": 99.55310821533203, + "memoryEfficiency": 0.44689178466796875, + "cpuCount": 12, + "cpuLoad": 0.237548828125, + "platform": "darwin", + "uptime": 223274 + }, + { + "timestamp": 1764859280136, + "memoryTotal": 34359738368, + "memoryUsed": 34274443264, + "memoryFree": 85295104, + "memoryUsagePercent": 99.75175857543945, + "memoryEfficiency": 0.24824142456054688, + "cpuCount": 12, + "cpuLoad": 0.192138671875, + "platform": "darwin", + "uptime": 223304 + }, + { + "timestamp": 1764859310137, + "memoryTotal": 34359738368, + "memoryUsed": 34278473728, + "memoryFree": 81264640, + "memoryUsagePercent": 99.76348876953125, + "memoryEfficiency": 0.23651123046875, + "cpuCount": 12, + "cpuLoad": 0.16048177083333334, + "platform": "darwin", + "uptime": 223334 + }, + { + "timestamp": 1764859340138, + "memoryTotal": 34359738368, + "memoryUsed": 34214330368, + "memoryFree": 145408000, + "memoryUsagePercent": 99.57680702209473, + "memoryEfficiency": 0.42319297790527344, + "cpuCount": 12, + "cpuLoad": 0.12007649739583333, + "platform": "darwin", + "uptime": 223364 + }, + { + "timestamp": 1764859370139, + "memoryTotal": 34359738368, + "memoryUsed": 34283798528, + "memoryFree": 75939840, + "memoryUsagePercent": 99.77898597717285, + "memoryEfficiency": 0.22101402282714844, + "cpuCount": 12, + "cpuLoad": 0.11759440104166667, + "platform": "darwin", + "uptime": 223394 + }, + { + "timestamp": 1764859400141, + "memoryTotal": 34359738368, + "memoryUsed": 34100232192, + "memoryFree": 259506176, + "memoryUsagePercent": 99.24473762512207, + "memoryEfficiency": 0.7552623748779297, + "cpuCount": 12, + "cpuLoad": 0.128662109375, + "platform": "darwin", + "uptime": 223424 + }, + { + "timestamp": 1764859430142, + "memoryTotal": 34359738368, + "memoryUsed": 34286682112, + "memoryFree": 73056256, + "memoryUsagePercent": 99.78737831115723, + "memoryEfficiency": 0.21262168884277344, + "cpuCount": 12, + "cpuLoad": 0.2993570963541667, + "platform": "darwin", + "uptime": 223454 + }, + { + "timestamp": 1764859460143, + "memoryTotal": 34359738368, + "memoryUsed": 34270347264, + "memoryFree": 89391104, + "memoryUsagePercent": 99.73983764648438, + "memoryEfficiency": 0.260162353515625, + "cpuCount": 12, + "cpuLoad": 0.23518880208333334, + "platform": "darwin", + "uptime": 223484 + }, + { + "timestamp": 1764859490145, + "memoryTotal": 34359738368, + "memoryUsed": 34281308160, + "memoryFree": 78430208, + "memoryUsagePercent": 99.77173805236816, + "memoryEfficiency": 0.22826194763183594, + "cpuCount": 12, + "cpuLoad": 0.2215576171875, + "platform": "darwin", + "uptime": 223514 + }, + { + "timestamp": 1764859520147, + "memoryTotal": 34359738368, + "memoryUsed": 34234564608, + "memoryFree": 125173760, + "memoryUsagePercent": 99.63569641113281, + "memoryEfficiency": 0.3643035888671875, + "cpuCount": 12, + "cpuLoad": 0.18929036458333334, + "platform": "darwin", + "uptime": 223544 + }, + { + "timestamp": 1764859550148, + "memoryTotal": 34359738368, + "memoryUsed": 34285338624, + "memoryFree": 74399744, + "memoryUsagePercent": 99.78346824645996, + "memoryEfficiency": 0.21653175354003906, + "cpuCount": 12, + "cpuLoad": 0.13423665364583334, + "platform": "darwin", + "uptime": 223574 + }, + { + "timestamp": 1764859580150, + "memoryTotal": 34359738368, + "memoryUsed": 34160656384, + "memoryFree": 199081984, + "memoryUsagePercent": 99.42059516906738, + "memoryEfficiency": 0.5794048309326172, + "cpuCount": 12, + "cpuLoad": 0.2110595703125, + "platform": "darwin", + "uptime": 223604 + }, + { + "timestamp": 1764859610150, + "memoryTotal": 34359738368, + "memoryUsed": 34252734464, + "memoryFree": 107003904, + "memoryUsagePercent": 99.68857765197754, + "memoryEfficiency": 0.31142234802246094, + "cpuCount": 12, + "cpuLoad": 0.2733154296875, + "platform": "darwin", + "uptime": 223634 + }, + { + "timestamp": 1764859640152, + "memoryTotal": 34359738368, + "memoryUsed": 34286829568, + "memoryFree": 72908800, + "memoryUsagePercent": 99.78780746459961, + "memoryEfficiency": 0.21219253540039062, + "cpuCount": 12, + "cpuLoad": 0.20694986979166666, + "platform": "darwin", + "uptime": 223664 + }, + { + "timestamp": 1764859670154, + "memoryTotal": 34359738368, + "memoryUsed": 34277539840, + "memoryFree": 82198528, + "memoryUsagePercent": 99.76077079772949, + "memoryEfficiency": 0.2392292022705078, + "cpuCount": 12, + "cpuLoad": 0.16670735677083334, + "platform": "darwin", + "uptime": 223694 + }, + { + "timestamp": 1764859700155, + "memoryTotal": 34359738368, + "memoryUsed": 34267709440, + "memoryFree": 92028928, + "memoryUsagePercent": 99.7321605682373, + "memoryEfficiency": 0.2678394317626953, + "cpuCount": 12, + "cpuLoad": 0.16743977864583334, + "platform": "darwin", + "uptime": 223724 + }, + { + "timestamp": 1764859730156, + "memoryTotal": 34359738368, + "memoryUsed": 34254831616, + "memoryFree": 104906752, + "memoryUsagePercent": 99.69468116760254, + "memoryEfficiency": 0.30531883239746094, + "cpuCount": 12, + "cpuLoad": 0.14689127604166666, + "platform": "darwin", + "uptime": 223754 + }, + { + "timestamp": 1764859760157, + "memoryTotal": 34359738368, + "memoryUsed": 34222358528, + "memoryFree": 137379840, + "memoryUsagePercent": 99.60017204284668, + "memoryEfficiency": 0.3998279571533203, + "cpuCount": 12, + "cpuLoad": 0.115966796875, + "platform": "darwin", + "uptime": 223784 + }, + { + "timestamp": 1764859790159, + "memoryTotal": 34359738368, + "memoryUsed": 34195603456, + "memoryFree": 164134912, + "memoryUsagePercent": 99.52230453491211, + "memoryEfficiency": 0.4776954650878906, + "cpuCount": 12, + "cpuLoad": 0.193115234375, + "platform": "darwin", + "uptime": 223814 + }, + { + "timestamp": 1764859820160, + "memoryTotal": 34359738368, + "memoryUsed": 34206744576, + "memoryFree": 152993792, + "memoryUsagePercent": 99.55472946166992, + "memoryEfficiency": 0.4452705383300781, + "cpuCount": 12, + "cpuLoad": 0.14501953125, + "platform": "darwin", + "uptime": 223844 + }, + { + "timestamp": 1764859850162, + "memoryTotal": 34359738368, + "memoryUsed": 34236006400, + "memoryFree": 123731968, + "memoryUsagePercent": 99.639892578125, + "memoryEfficiency": 0.360107421875, + "cpuCount": 12, + "cpuLoad": 0.14571126302083334, + "platform": "darwin", + "uptime": 223874 + }, + { + "timestamp": 1764859880162, + "memoryTotal": 34359738368, + "memoryUsed": 34211725312, + "memoryFree": 148013056, + "memoryUsagePercent": 99.5692253112793, + "memoryEfficiency": 0.4307746887207031, + "cpuCount": 12, + "cpuLoad": 0.12333170572916667, + "platform": "darwin", + "uptime": 223904 + }, + { + "timestamp": 1764859910164, + "memoryTotal": 34359738368, + "memoryUsed": 34268332032, + "memoryFree": 91406336, + "memoryUsagePercent": 99.73397254943848, + "memoryEfficiency": 0.26602745056152344, + "cpuCount": 12, + "cpuLoad": 0.111572265625, + "platform": "darwin", + "uptime": 223934 + }, + { + "timestamp": 1764859940165, + "memoryTotal": 34359738368, + "memoryUsed": 34277556224, + "memoryFree": 82182144, + "memoryUsagePercent": 99.76081848144531, + "memoryEfficiency": 0.2391815185546875, + "cpuCount": 12, + "cpuLoad": 0.09383138020833333, + "platform": "darwin", + "uptime": 223964 + }, + { + "timestamp": 1764859970166, + "memoryTotal": 34359738368, + "memoryUsed": 34262695936, + "memoryFree": 97042432, + "memoryUsagePercent": 99.71756935119629, + "memoryEfficiency": 0.28243064880371094, + "cpuCount": 12, + "cpuLoad": 0.08194986979166667, + "platform": "darwin", + "uptime": 223994 + }, + { + "timestamp": 1764860000168, + "memoryTotal": 34359738368, + "memoryUsed": 34259763200, + "memoryFree": 99975168, + "memoryUsagePercent": 99.70903396606445, + "memoryEfficiency": 0.2909660339355469, + "cpuCount": 12, + "cpuLoad": 0.08719889322916667, + "platform": "darwin", + "uptime": 224024 + }, + { + "timestamp": 1764860030169, + "memoryTotal": 34359738368, + "memoryUsed": 34175746048, + "memoryFree": 183992320, + "memoryUsagePercent": 99.46451187133789, + "memoryEfficiency": 0.5354881286621094, + "cpuCount": 12, + "cpuLoad": 0.2921956380208333, + "platform": "darwin", + "uptime": 224054 + }, + { + "timestamp": 1764860060169, + "memoryTotal": 34359738368, + "memoryUsed": 34239905792, + "memoryFree": 119832576, + "memoryUsagePercent": 99.65124130249023, + "memoryEfficiency": 0.3487586975097656, + "cpuCount": 12, + "cpuLoad": 0.220703125, + "platform": "darwin", + "uptime": 224084 + }, + { + "timestamp": 1764860090170, + "memoryTotal": 34359738368, + "memoryUsed": 34190934016, + "memoryFree": 168804352, + "memoryUsagePercent": 99.50871467590332, + "memoryEfficiency": 0.4912853240966797, + "cpuCount": 12, + "cpuLoad": 0.16670735677083334, + "platform": "darwin", + "uptime": 224114 + }, + { + "timestamp": 1764860120172, + "memoryTotal": 34359738368, + "memoryUsed": 34265235456, + "memoryFree": 94502912, + "memoryUsagePercent": 99.72496032714844, + "memoryEfficiency": 0.2750396728515625, + "cpuCount": 12, + "cpuLoad": 0.1708984375, + "platform": "darwin", + "uptime": 224144 + }, + { + "timestamp": 1764860150173, + "memoryTotal": 34359738368, + "memoryUsed": 34168422400, + "memoryFree": 191315968, + "memoryUsagePercent": 99.44319725036621, + "memoryEfficiency": 0.5568027496337891, + "cpuCount": 12, + "cpuLoad": 0.13956705729166666, + "platform": "darwin", + "uptime": 224174 + }, + { + "timestamp": 1764860180173, + "memoryTotal": 34359738368, + "memoryUsed": 34253488128, + "memoryFree": 106250240, + "memoryUsagePercent": 99.69077110290527, + "memoryEfficiency": 0.30922889709472656, + "cpuCount": 12, + "cpuLoad": 0.16544596354166666, + "platform": "darwin", + "uptime": 224204 + }, + { + "timestamp": 1764860210174, + "memoryTotal": 34359738368, + "memoryUsed": 34267987968, + "memoryFree": 91750400, + "memoryUsagePercent": 99.73297119140625, + "memoryEfficiency": 0.26702880859375, + "cpuCount": 12, + "cpuLoad": 0.12894694010416666, + "platform": "darwin", + "uptime": 224234 + }, + { + "timestamp": 1764860240174, + "memoryTotal": 34359738368, + "memoryUsed": 34211102720, + "memoryFree": 148635648, + "memoryUsagePercent": 99.56741333007812, + "memoryEfficiency": 0.432586669921875, + "cpuCount": 12, + "cpuLoad": 0.1278076171875, + "platform": "darwin", + "uptime": 224264 + }, + { + "timestamp": 1764860270175, + "memoryTotal": 34359738368, + "memoryUsed": 34264383488, + "memoryFree": 95354880, + "memoryUsagePercent": 99.72248077392578, + "memoryEfficiency": 0.27751922607421875, + "cpuCount": 12, + "cpuLoad": 0.13138834635416666, + "platform": "darwin", + "uptime": 224294 + }, + { + "timestamp": 1764860300177, + "memoryTotal": 34359738368, + "memoryUsed": 34204106752, + "memoryFree": 155631616, + "memoryUsagePercent": 99.54705238342285, + "memoryEfficiency": 0.45294761657714844, + "cpuCount": 12, + "cpuLoad": 0.10526529947916667, + "platform": "darwin", + "uptime": 224324 + }, + { + "timestamp": 1764860330178, + "memoryTotal": 34359738368, + "memoryUsed": 34236071936, + "memoryFree": 123666432, + "memoryUsagePercent": 99.64008331298828, + "memoryEfficiency": 0.35991668701171875, + "cpuCount": 12, + "cpuLoad": 0.10457356770833333, + "platform": "darwin", + "uptime": 224354 + }, + { + "timestamp": 1764860360098, + "memoryTotal": 34359738368, + "memoryUsed": 34257485824, + "memoryFree": 102252544, + "memoryUsagePercent": 99.70240592956543, + "memoryEfficiency": 0.2975940704345703, + "cpuCount": 12, + "cpuLoad": 0.17720540364583334, + "platform": "darwin", + "uptime": 224384 + }, + { + "timestamp": 1764860390098, + "memoryTotal": 34359738368, + "memoryUsed": 34264285184, + "memoryFree": 95453184, + "memoryUsagePercent": 99.72219467163086, + "memoryEfficiency": 0.2778053283691406, + "cpuCount": 12, + "cpuLoad": 0.18306477864583334, + "platform": "darwin", + "uptime": 224414 + }, + { + "timestamp": 1764860420099, + "memoryTotal": 34359738368, + "memoryUsed": 34297675776, + "memoryFree": 62062592, + "memoryUsagePercent": 99.81937408447266, + "memoryEfficiency": 0.18062591552734375, + "cpuCount": 12, + "cpuLoad": 0.17154947916666666, + "platform": "darwin", + "uptime": 224444 + }, + { + "timestamp": 1764860450101, + "memoryTotal": 34359738368, + "memoryUsed": 34197766144, + "memoryFree": 161972224, + "memoryUsagePercent": 99.52859878540039, + "memoryEfficiency": 0.4714012145996094, + "cpuCount": 12, + "cpuLoad": 0.15022786458333334, + "platform": "darwin", + "uptime": 224474 + }, + { + "timestamp": 1764860480102, + "memoryTotal": 34359738368, + "memoryUsed": 34220408832, + "memoryFree": 139329536, + "memoryUsagePercent": 99.59449768066406, + "memoryEfficiency": 0.4055023193359375, + "cpuCount": 12, + "cpuLoad": 0.10677083333333333, + "platform": "darwin", + "uptime": 224504 + }, + { + "timestamp": 1764860510104, + "memoryTotal": 34359738368, + "memoryUsed": 34258403328, + "memoryFree": 101335040, + "memoryUsagePercent": 99.70507621765137, + "memoryEfficiency": 0.2949237823486328, + "cpuCount": 12, + "cpuLoad": 0.12939453125, + "platform": "darwin", + "uptime": 224534 + }, + { + "timestamp": 1764860540106, + "memoryTotal": 34359738368, + "memoryUsed": 34260647936, + "memoryFree": 99090432, + "memoryUsagePercent": 99.71160888671875, + "memoryEfficiency": 0.28839111328125, + "cpuCount": 12, + "cpuLoad": 0.1004638671875, + "platform": "darwin", + "uptime": 224564 + }, + { + "timestamp": 1764860570107, + "memoryTotal": 34359738368, + "memoryUsed": 34271920128, + "memoryFree": 87818240, + "memoryUsagePercent": 99.74441528320312, + "memoryEfficiency": 0.255584716796875, + "cpuCount": 12, + "cpuLoad": 0.12910970052083334, + "platform": "darwin", + "uptime": 224594 + }, + { + "timestamp": 1764860600107, + "memoryTotal": 34359738368, + "memoryUsed": 34245099520, + "memoryFree": 114638848, + "memoryUsagePercent": 99.66635704040527, + "memoryEfficiency": 0.33364295959472656, + "cpuCount": 12, + "cpuLoad": 0.11722819010416667, + "platform": "darwin", + "uptime": 224624 + }, + { + "timestamp": 1764860630108, + "memoryTotal": 34359738368, + "memoryUsed": 34264039424, + "memoryFree": 95698944, + "memoryUsagePercent": 99.72147941589355, + "memoryEfficiency": 0.2785205841064453, + "cpuCount": 12, + "cpuLoad": 0.12776692708333334, + "platform": "darwin", + "uptime": 224654 + }, + { + "timestamp": 1764860660109, + "memoryTotal": 34359738368, + "memoryUsed": 34265382912, + "memoryFree": 94355456, + "memoryUsagePercent": 99.72538948059082, + "memoryEfficiency": 0.2746105194091797, + "cpuCount": 12, + "cpuLoad": 0.16984049479166666, + "platform": "darwin", + "uptime": 224684 + }, + { + "timestamp": 1764860690112, + "memoryTotal": 34359738368, + "memoryUsed": 34225553408, + "memoryFree": 134184960, + "memoryUsagePercent": 99.60947036743164, + "memoryEfficiency": 0.3905296325683594, + "cpuCount": 12, + "cpuLoad": 0.14493815104166666, + "platform": "darwin", + "uptime": 224714 + }, + { + "timestamp": 1764860720112, + "memoryTotal": 34359738368, + "memoryUsed": 34154430464, + "memoryFree": 205307904, + "memoryUsagePercent": 99.40247535705566, + "memoryEfficiency": 0.5975246429443359, + "cpuCount": 12, + "cpuLoad": 0.2354736328125, + "platform": "darwin", + "uptime": 224744 + }, + { + "timestamp": 1764860750112, + "memoryTotal": 34359738368, + "memoryUsed": 34189328384, + "memoryFree": 170409984, + "memoryUsagePercent": 99.50404167175293, + "memoryEfficiency": 0.4959583282470703, + "cpuCount": 12, + "cpuLoad": 0.199951171875, + "platform": "darwin", + "uptime": 224774 + }, + { + "timestamp": 1764860780112, + "memoryTotal": 34359738368, + "memoryUsed": 34254716928, + "memoryFree": 105021440, + "memoryUsagePercent": 99.6943473815918, + "memoryEfficiency": 0.3056526184082031, + "cpuCount": 12, + "cpuLoad": 0.17464192708333334, + "platform": "darwin", + "uptime": 224804 + }, + { + "timestamp": 1764860810114, + "memoryTotal": 34359738368, + "memoryUsed": 34257207296, + "memoryFree": 102531072, + "memoryUsagePercent": 99.70159530639648, + "memoryEfficiency": 0.2984046936035156, + "cpuCount": 12, + "cpuLoad": 0.16817220052083334, + "platform": "darwin", + "uptime": 224834 + }, + { + "timestamp": 1764860840115, + "memoryTotal": 34359738368, + "memoryUsed": 34110554112, + "memoryFree": 249184256, + "memoryUsagePercent": 99.27477836608887, + "memoryEfficiency": 0.7252216339111328, + "cpuCount": 12, + "cpuLoad": 0.12910970052083334, + "platform": "darwin", + "uptime": 224864 + }, + { + "timestamp": 1764860870115, + "memoryTotal": 34359738368, + "memoryUsed": 34268020736, + "memoryFree": 91717632, + "memoryUsagePercent": 99.73306655883789, + "memoryEfficiency": 0.2669334411621094, + "cpuCount": 12, + "cpuLoad": 0.1004638671875, + "platform": "darwin", + "uptime": 224894 + }, + { + "timestamp": 1764860900116, + "memoryTotal": 34359738368, + "memoryUsed": 34192326656, + "memoryFree": 167411712, + "memoryUsagePercent": 99.51276779174805, + "memoryEfficiency": 0.4872322082519531, + "cpuCount": 12, + "cpuLoad": 0.08357747395833333, + "platform": "darwin", + "uptime": 224924 + }, + { + "timestamp": 1764860930116, + "memoryTotal": 34359738368, + "memoryUsed": 34242838528, + "memoryFree": 116899840, + "memoryUsagePercent": 99.65977668762207, + "memoryEfficiency": 0.3402233123779297, + "cpuCount": 12, + "cpuLoad": 0.11698404947916667, + "platform": "darwin", + "uptime": 224954 + }, + { + "timestamp": 1764860960116, + "memoryTotal": 34359738368, + "memoryUsed": 34244165632, + "memoryFree": 115572736, + "memoryUsagePercent": 99.66363906860352, + "memoryEfficiency": 0.3363609313964844, + "cpuCount": 12, + "cpuLoad": 0.10868326822916667, + "platform": "darwin", + "uptime": 224984 + }, + { + "timestamp": 1764860990118, + "memoryTotal": 34359738368, + "memoryUsed": 34213494784, + "memoryFree": 146243584, + "memoryUsagePercent": 99.57437515258789, + "memoryEfficiency": 0.4256248474121094, + "cpuCount": 12, + "cpuLoad": 0.08626302083333333, + "platform": "darwin", + "uptime": 225014 + }, + { + "timestamp": 1764861020120, + "memoryTotal": 34359738368, + "memoryUsed": 34276868096, + "memoryFree": 82870272, + "memoryUsagePercent": 99.75881576538086, + "memoryEfficiency": 0.24118423461914062, + "cpuCount": 12, + "cpuLoad": 0.0972900390625, + "platform": "darwin", + "uptime": 225044 + }, + { + "timestamp": 1764861050121, + "memoryTotal": 34359738368, + "memoryUsed": 34188394496, + "memoryFree": 171343872, + "memoryUsagePercent": 99.50132369995117, + "memoryEfficiency": 0.4986763000488281, + "cpuCount": 12, + "cpuLoad": 0.07491048177083333, + "platform": "darwin", + "uptime": 225074 + }, + { + "timestamp": 1764861080121, + "memoryTotal": 34359738368, + "memoryUsed": 34274148352, + "memoryFree": 85590016, + "memoryUsagePercent": 99.75090026855469, + "memoryEfficiency": 0.2490997314453125, + "cpuCount": 12, + "cpuLoad": 0.1739501953125, + "platform": "darwin", + "uptime": 225104 + }, + { + "timestamp": 1764861110121, + "memoryTotal": 34359738368, + "memoryUsed": 34268200960, + "memoryFree": 91537408, + "memoryUsagePercent": 99.73359107971191, + "memoryEfficiency": 0.26640892028808594, + "cpuCount": 12, + "cpuLoad": 0.16446940104166666, + "platform": "darwin", + "uptime": 225134 + }, + { + "timestamp": 1764861140123, + "memoryTotal": 34359738368, + "memoryUsed": 34161180672, + "memoryFree": 198557696, + "memoryUsagePercent": 99.42212104797363, + "memoryEfficiency": 0.5778789520263672, + "cpuCount": 12, + "cpuLoad": 0.13102213541666666, + "platform": "darwin", + "uptime": 225164 + }, + { + "timestamp": 1764861170124, + "memoryTotal": 34359738368, + "memoryUsed": 34255060992, + "memoryFree": 104677376, + "memoryUsagePercent": 99.69534873962402, + "memoryEfficiency": 0.30465126037597656, + "cpuCount": 12, + "cpuLoad": 0.1226806640625, + "platform": "darwin", + "uptime": 225194 + }, + { + "timestamp": 1764861200125, + "memoryTotal": 34359738368, + "memoryUsed": 34200125440, + "memoryFree": 159612928, + "memoryUsagePercent": 99.53546524047852, + "memoryEfficiency": 0.4645347595214844, + "cpuCount": 12, + "cpuLoad": 0.0909423828125, + "platform": "darwin", + "uptime": 225224 + }, + { + "timestamp": 1764861230128, + "memoryTotal": 34359738368, + "memoryUsed": 34258567168, + "memoryFree": 101171200, + "memoryUsagePercent": 99.70555305480957, + "memoryEfficiency": 0.2944469451904297, + "cpuCount": 12, + "cpuLoad": 0.09130859375, + "platform": "darwin", + "uptime": 225254 + }, + { + "timestamp": 1764861260130, + "memoryTotal": 34359738368, + "memoryUsed": 34256633856, + "memoryFree": 103104512, + "memoryUsagePercent": 99.69992637634277, + "memoryEfficiency": 0.30007362365722656, + "cpuCount": 12, + "cpuLoad": 0.10302734375, + "platform": "darwin", + "uptime": 225284 + }, + { + "timestamp": 1764861290131, + "memoryTotal": 34359738368, + "memoryUsed": 34210643968, + "memoryFree": 149094400, + "memoryUsagePercent": 99.56607818603516, + "memoryEfficiency": 0.43392181396484375, + "cpuCount": 12, + "cpuLoad": 0.08939615885416667, + "platform": "darwin", + "uptime": 225314 + }, + { + "timestamp": 1764861320132, + "memoryTotal": 34359738368, + "memoryUsed": 34249228288, + "memoryFree": 110510080, + "memoryUsagePercent": 99.67837333679199, + "memoryEfficiency": 0.3216266632080078, + "cpuCount": 12, + "cpuLoad": 0.0731201171875, + "platform": "darwin", + "uptime": 225344 + }, + { + "timestamp": 1764861350132, + "memoryTotal": 34359738368, + "memoryUsed": 34269839360, + "memoryFree": 89899008, + "memoryUsagePercent": 99.73835945129395, + "memoryEfficiency": 0.2616405487060547, + "cpuCount": 12, + "cpuLoad": 0.09464518229166667, + "platform": "darwin", + "uptime": 225374 + }, + { + "timestamp": 1764861380132, + "memoryTotal": 34359738368, + "memoryUsed": 34284421120, + "memoryFree": 75317248, + "memoryUsagePercent": 99.78079795837402, + "memoryEfficiency": 0.21920204162597656, + "cpuCount": 12, + "cpuLoad": 0.07763671875, + "platform": "darwin", + "uptime": 225404 + }, + { + "timestamp": 1764861410132, + "memoryTotal": 34359738368, + "memoryUsed": 34270068736, + "memoryFree": 89669632, + "memoryUsagePercent": 99.73902702331543, + "memoryEfficiency": 0.2609729766845703, + "cpuCount": 12, + "cpuLoad": 0.11381022135416667, + "platform": "darwin", + "uptime": 225434 + }, + { + "timestamp": 1764861440134, + "memoryTotal": 34359738368, + "memoryUsed": 34222751744, + "memoryFree": 136986624, + "memoryUsagePercent": 99.60131645202637, + "memoryEfficiency": 0.3986835479736328, + "cpuCount": 12, + "cpuLoad": 0.09688313802083333, + "platform": "darwin", + "uptime": 225464 + }, + { + "timestamp": 1764861470135, + "memoryTotal": 34359738368, + "memoryUsed": 34253799424, + "memoryFree": 105938944, + "memoryUsagePercent": 99.69167709350586, + "memoryEfficiency": 0.3083229064941406, + "cpuCount": 12, + "cpuLoad": 0.09407552083333333, + "platform": "darwin", + "uptime": 225494 + }, + { + "timestamp": 1764861500136, + "memoryTotal": 34359738368, + "memoryUsed": 34290548736, + "memoryFree": 69189632, + "memoryUsagePercent": 99.79863166809082, + "memoryEfficiency": 0.2013683319091797, + "cpuCount": 12, + "cpuLoad": 0.07352701822916667, + "platform": "darwin", + "uptime": 225524 + }, + { + "timestamp": 1764861530136, + "memoryTotal": 34359738368, + "memoryUsed": 34252455936, + "memoryFree": 107282432, + "memoryUsagePercent": 99.6877670288086, + "memoryEfficiency": 0.31223297119140625, + "cpuCount": 12, + "cpuLoad": 0.09330240885416667, + "platform": "darwin", + "uptime": 225554 + }, + { + "timestamp": 1764861560138, + "memoryTotal": 34359738368, + "memoryUsed": 34266595328, + "memoryFree": 93143040, + "memoryUsagePercent": 99.72891807556152, + "memoryEfficiency": 0.27108192443847656, + "cpuCount": 12, + "cpuLoad": 0.10965983072916667, + "platform": "darwin", + "uptime": 225584 + }, + { + "timestamp": 1764861590140, + "memoryTotal": 34359738368, + "memoryUsed": 34181283840, + "memoryFree": 178454528, + "memoryUsagePercent": 99.48062896728516, + "memoryEfficiency": 0.5193710327148438, + "cpuCount": 12, + "cpuLoad": 0.12288411458333333, + "platform": "darwin", + "uptime": 225614 + }, + { + "timestamp": 1764861620142, + "memoryTotal": 34359738368, + "memoryUsed": 34293055488, + "memoryFree": 66682880, + "memoryUsagePercent": 99.80592727661133, + "memoryEfficiency": 0.19407272338867188, + "cpuCount": 12, + "cpuLoad": 0.24361165364583334, + "platform": "darwin", + "uptime": 225644 + }, + { + "timestamp": 1764861650142, + "memoryTotal": 34359738368, + "memoryUsed": 34263121920, + "memoryFree": 96616448, + "memoryUsagePercent": 99.71880912780762, + "memoryEfficiency": 0.2811908721923828, + "cpuCount": 12, + "cpuLoad": 0.168212890625, + "platform": "darwin", + "uptime": 225674 + }, + { + "timestamp": 1764861680142, + "memoryTotal": 34359738368, + "memoryUsed": 34225094656, + "memoryFree": 134643712, + "memoryUsagePercent": 99.60813522338867, + "memoryEfficiency": 0.3918647766113281, + "cpuCount": 12, + "cpuLoad": 0.14754231770833334, + "platform": "darwin", + "uptime": 225704 + }, + { + "timestamp": 1764861710144, + "memoryTotal": 34359738368, + "memoryUsed": 34268889088, + "memoryFree": 90849280, + "memoryUsagePercent": 99.73559379577637, + "memoryEfficiency": 0.2644062042236328, + "cpuCount": 12, + "cpuLoad": 0.14583333333333334, + "platform": "darwin", + "uptime": 225734 + }, + { + "timestamp": 1764861740145, + "memoryTotal": 34359738368, + "memoryUsed": 34229092352, + "memoryFree": 130646016, + "memoryUsagePercent": 99.61977005004883, + "memoryEfficiency": 0.3802299499511719, + "cpuCount": 12, + "cpuLoad": 0.11519368489583333, + "platform": "darwin", + "uptime": 225764 + }, + { + "timestamp": 1764861770146, + "memoryTotal": 34359738368, + "memoryUsed": 34285993984, + "memoryFree": 73744384, + "memoryUsagePercent": 99.78537559509277, + "memoryEfficiency": 0.21462440490722656, + "cpuCount": 12, + "cpuLoad": 0.1099853515625, + "platform": "darwin", + "uptime": 225794 + }, + { + "timestamp": 1764861800147, + "memoryTotal": 34359738368, + "memoryUsed": 34249621504, + "memoryFree": 110116864, + "memoryUsagePercent": 99.67951774597168, + "memoryEfficiency": 0.3204822540283203, + "cpuCount": 12, + "cpuLoad": 0.0826416015625, + "platform": "darwin", + "uptime": 225824 + }, + { + "timestamp": 1764861830147, + "memoryTotal": 34359738368, + "memoryUsed": 34251735040, + "memoryFree": 108003328, + "memoryUsagePercent": 99.6856689453125, + "memoryEfficiency": 0.3143310546875, + "cpuCount": 12, + "cpuLoad": 0.12060546875, + "platform": "darwin", + "uptime": 225854 + }, + { + "timestamp": 1764861860147, + "memoryTotal": 34359738368, + "memoryUsed": 34291793920, + "memoryFree": 67944448, + "memoryUsagePercent": 99.80225563049316, + "memoryEfficiency": 0.19774436950683594, + "cpuCount": 12, + "cpuLoad": 0.1129150390625, + "platform": "darwin", + "uptime": 225884 + }, + { + "timestamp": 1764861890149, + "memoryTotal": 34359738368, + "memoryUsed": 34197897216, + "memoryFree": 161841152, + "memoryUsagePercent": 99.52898025512695, + "memoryEfficiency": 0.4710197448730469, + "cpuCount": 12, + "cpuLoad": 0.1339111328125, + "platform": "darwin", + "uptime": 225914 + }, + { + "timestamp": 1764861920151, + "memoryTotal": 34359738368, + "memoryUsed": 34245328896, + "memoryFree": 114409472, + "memoryUsagePercent": 99.66702461242676, + "memoryEfficiency": 0.3329753875732422, + "cpuCount": 12, + "cpuLoad": 0.10526529947916667, + "platform": "darwin", + "uptime": 225944 + }, + { + "timestamp": 1764861950153, + "memoryTotal": 34359738368, + "memoryUsed": 34135097344, + "memoryFree": 224641024, + "memoryUsagePercent": 99.3462085723877, + "memoryEfficiency": 0.6537914276123047, + "cpuCount": 12, + "cpuLoad": 0.09993489583333333, + "platform": "darwin", + "uptime": 225974 + }, + { + "timestamp": 1764861980155, + "memoryTotal": 34359738368, + "memoryUsed": 34166308864, + "memoryFree": 193429504, + "memoryUsagePercent": 99.43704605102539, + "memoryEfficiency": 0.5629539489746094, + "cpuCount": 12, + "cpuLoad": 0.07088216145833333, + "platform": "darwin", + "uptime": 226004 + }, + { + "timestamp": 1764862010157, + "memoryTotal": 34359738368, + "memoryUsed": 34279817216, + "memoryFree": 79921152, + "memoryUsagePercent": 99.76739883422852, + "memoryEfficiency": 0.23260116577148438, + "cpuCount": 12, + "cpuLoad": 0.080810546875, + "platform": "darwin", + "uptime": 226034 + }, + { + "timestamp": 1764862040159, + "memoryTotal": 34359738368, + "memoryUsed": 34279391232, + "memoryFree": 80347136, + "memoryUsagePercent": 99.76615905761719, + "memoryEfficiency": 0.2338409423828125, + "cpuCount": 12, + "cpuLoad": 0.09700520833333333, + "platform": "darwin", + "uptime": 226064 + }, + { + "timestamp": 1764862070160, + "memoryTotal": 34359738368, + "memoryUsed": 34280751104, + "memoryFree": 78987264, + "memoryUsagePercent": 99.77011680603027, + "memoryEfficiency": 0.22988319396972656, + "cpuCount": 12, + "cpuLoad": 0.08671061197916667, + "platform": "darwin", + "uptime": 226094 + }, + { + "timestamp": 1764862100161, + "memoryTotal": 34359738368, + "memoryUsed": 34256011264, + "memoryFree": 103727104, + "memoryUsagePercent": 99.6981143951416, + "memoryEfficiency": 0.30188560485839844, + "cpuCount": 12, + "cpuLoad": 0.07609049479166667, + "platform": "darwin", + "uptime": 226124 + }, + { + "timestamp": 1764862130161, + "memoryTotal": 34359738368, + "memoryUsed": 34248114176, + "memoryFree": 111624192, + "memoryUsagePercent": 99.67513084411621, + "memoryEfficiency": 0.32486915588378906, + "cpuCount": 12, + "cpuLoad": 0.0869140625, + "platform": "darwin", + "uptime": 226154 + }, + { + "timestamp": 1764862160163, + "memoryTotal": 34359738368, + "memoryUsed": 34230779904, + "memoryFree": 128958464, + "memoryUsagePercent": 99.62468147277832, + "memoryEfficiency": 0.3753185272216797, + "cpuCount": 12, + "cpuLoad": 0.179931640625, + "platform": "darwin", + "uptime": 226184 + }, + { + "timestamp": 1764862190164, + "memoryTotal": 34359738368, + "memoryUsed": 34209497088, + "memoryFree": 150241280, + "memoryUsagePercent": 99.56274032592773, + "memoryEfficiency": 0.4372596740722656, + "cpuCount": 12, + "cpuLoad": 0.13285319010416666, + "platform": "darwin", + "uptime": 226214 + }, + { + "timestamp": 1764862220164, + "memoryTotal": 34359738368, + "memoryUsed": 34285715456, + "memoryFree": 74022912, + "memoryUsagePercent": 99.78456497192383, + "memoryEfficiency": 0.21543502807617188, + "cpuCount": 12, + "cpuLoad": 0.13716634114583334, + "platform": "darwin", + "uptime": 226244 + }, + { + "timestamp": 1764862250164, + "memoryTotal": 34359738368, + "memoryUsed": 34257567744, + "memoryFree": 102170624, + "memoryUsagePercent": 99.70264434814453, + "memoryEfficiency": 0.29735565185546875, + "cpuCount": 12, + "cpuLoad": 0.143798828125, + "platform": "darwin", + "uptime": 226274 + }, + { + "timestamp": 1764862280164, + "memoryTotal": 34359738368, + "memoryUsed": 34253340672, + "memoryFree": 106397696, + "memoryUsagePercent": 99.69034194946289, + "memoryEfficiency": 0.3096580505371094, + "cpuCount": 12, + "cpuLoad": 0.12593587239583334, + "platform": "darwin", + "uptime": 226304 + }, + { + "timestamp": 1764862310166, + "memoryTotal": 34359738368, + "memoryUsed": 34262237184, + "memoryFree": 97501184, + "memoryUsagePercent": 99.71623420715332, + "memoryEfficiency": 0.2837657928466797, + "cpuCount": 12, + "cpuLoad": 0.17142740885416666, + "platform": "darwin", + "uptime": 226334 + }, + { + "timestamp": 1764862340169, + "memoryTotal": 34359738368, + "memoryUsed": 34249998336, + "memoryFree": 109740032, + "memoryUsagePercent": 99.68061447143555, + "memoryEfficiency": 0.3193855285644531, + "cpuCount": 12, + "cpuLoad": 0.12137858072916667, + "platform": "darwin", + "uptime": 226364 + }, + { + "timestamp": 1764862370169, + "memoryTotal": 34359738368, + "memoryUsed": 34291843072, + "memoryFree": 67895296, + "memoryUsagePercent": 99.80239868164062, + "memoryEfficiency": 0.197601318359375, + "cpuCount": 12, + "cpuLoad": 0.12451171875, + "platform": "darwin", + "uptime": 226394 + }, + { + "timestamp": 1764862400170, + "memoryTotal": 34359738368, + "memoryUsed": 34188165120, + "memoryFree": 171573248, + "memoryUsagePercent": 99.50065612792969, + "memoryEfficiency": 0.4993438720703125, + "cpuCount": 12, + "cpuLoad": 0.15250651041666666, + "platform": "darwin", + "uptime": 226424 + }, + { + "timestamp": 1764862430172, + "memoryTotal": 34359738368, + "memoryUsed": 34176778240, + "memoryFree": 182960128, + "memoryUsagePercent": 99.46751594543457, + "memoryEfficiency": 0.5324840545654297, + "cpuCount": 12, + "cpuLoad": 0.135009765625, + "platform": "darwin", + "uptime": 226454 + }, + { + "timestamp": 1764862460175, + "memoryTotal": 34359738368, + "memoryUsed": 34273951744, + "memoryFree": 85786624, + "memoryUsagePercent": 99.75032806396484, + "memoryEfficiency": 0.24967193603515625, + "cpuCount": 12, + "cpuLoad": 0.2288818359375, + "platform": "darwin", + "uptime": 226484 + }, + { + "timestamp": 1764862490176, + "memoryTotal": 34359738368, + "memoryUsed": 34206154752, + "memoryFree": 153583616, + "memoryUsagePercent": 99.55301284790039, + "memoryEfficiency": 0.4469871520996094, + "cpuCount": 12, + "cpuLoad": 0.20731608072916666, + "platform": "darwin", + "uptime": 226514 + }, + { + "timestamp": 1764862520178, + "memoryTotal": 34359738368, + "memoryUsed": 34105901056, + "memoryFree": 253837312, + "memoryUsagePercent": 99.2612361907959, + "memoryEfficiency": 0.7387638092041016, + "cpuCount": 12, + "cpuLoad": 0.14481608072916666, + "platform": "darwin", + "uptime": 226544 + }, + { + "timestamp": 1764862550179, + "memoryTotal": 34359738368, + "memoryUsed": 34255716352, + "memoryFree": 104022016, + "memoryUsagePercent": 99.69725608825684, + "memoryEfficiency": 0.30274391174316406, + "cpuCount": 12, + "cpuLoad": 0.12422688802083333, + "platform": "darwin", + "uptime": 226574 + }, + { + "timestamp": 1764862580178, + "memoryTotal": 34359738368, + "memoryUsed": 34246098944, + "memoryFree": 113639424, + "memoryUsagePercent": 99.66926574707031, + "memoryEfficiency": 0.3307342529296875, + "cpuCount": 12, + "cpuLoad": 0.10892740885416667, + "platform": "darwin", + "uptime": 226604 + }, + { + "timestamp": 1764862610181, + "memoryTotal": 34359738368, + "memoryUsed": 34258599936, + "memoryFree": 101138432, + "memoryUsagePercent": 99.70564842224121, + "memoryEfficiency": 0.29435157775878906, + "cpuCount": 12, + "cpuLoad": 0.1044921875, + "platform": "darwin", + "uptime": 226634 + }, + { + "timestamp": 1764862640182, + "memoryTotal": 34359738368, + "memoryUsed": 34257879040, + "memoryFree": 101859328, + "memoryUsagePercent": 99.70355033874512, + "memoryEfficiency": 0.2964496612548828, + "cpuCount": 12, + "cpuLoad": 0.1177978515625, + "platform": "darwin", + "uptime": 226664 + }, + { + "timestamp": 1764862670184, + "memoryTotal": 34359738368, + "memoryUsed": 34251833344, + "memoryFree": 107905024, + "memoryUsagePercent": 99.68595504760742, + "memoryEfficiency": 0.3140449523925781, + "cpuCount": 12, + "cpuLoad": 0.15079752604166666, + "platform": "darwin", + "uptime": 226694 + }, + { + "timestamp": 1764862700185, + "memoryTotal": 34359738368, + "memoryUsed": 34264432640, + "memoryFree": 95305728, + "memoryUsagePercent": 99.72262382507324, + "memoryEfficiency": 0.2773761749267578, + "cpuCount": 12, + "cpuLoad": 0.11572265625, + "platform": "darwin", + "uptime": 226724 + }, + { + "timestamp": 1764862730185, + "memoryTotal": 34359738368, + "memoryUsed": 34257977344, + "memoryFree": 101761024, + "memoryUsagePercent": 99.70383644104004, + "memoryEfficiency": 0.29616355895996094, + "cpuCount": 12, + "cpuLoad": 0.1065673828125, + "platform": "darwin", + "uptime": 226754 + }, + { + "timestamp": 1764862760187, + "memoryTotal": 34359738368, + "memoryUsed": 34210594816, + "memoryFree": 149143552, + "memoryUsagePercent": 99.5659351348877, + "memoryEfficiency": 0.4340648651123047, + "cpuCount": 12, + "cpuLoad": 0.09244791666666667, + "platform": "darwin", + "uptime": 226784 + }, + { + "timestamp": 1764862790189, + "memoryTotal": 34359738368, + "memoryUsed": 34236645376, + "memoryFree": 123092992, + "memoryUsagePercent": 99.64175224304199, + "memoryEfficiency": 0.3582477569580078, + "cpuCount": 12, + "cpuLoad": 0.10563151041666667, + "platform": "darwin", + "uptime": 226814 + }, + { + "timestamp": 1764862820188, + "memoryTotal": 34359738368, + "memoryUsed": 34259828736, + "memoryFree": 99909632, + "memoryUsagePercent": 99.70922470092773, + "memoryEfficiency": 0.2907752990722656, + "cpuCount": 12, + "cpuLoad": 0.10355631510416667, + "platform": "darwin", + "uptime": 226844 + }, + { + "timestamp": 1764862850191, + "memoryTotal": 34359738368, + "memoryUsed": 34259206144, + "memoryFree": 100532224, + "memoryUsagePercent": 99.70741271972656, + "memoryEfficiency": 0.2925872802734375, + "cpuCount": 12, + "cpuLoad": 0.1436767578125, + "platform": "darwin", + "uptime": 226874 + }, + { + "timestamp": 1764862880191, + "memoryTotal": 34359738368, + "memoryUsed": 34278703104, + "memoryFree": 81035264, + "memoryUsagePercent": 99.76415634155273, + "memoryEfficiency": 0.23584365844726562, + "cpuCount": 12, + "cpuLoad": 0.16117350260416666, + "platform": "darwin", + "uptime": 226904 + }, + { + "timestamp": 1764862910193, + "memoryTotal": 34359738368, + "memoryUsed": 34240315392, + "memoryFree": 119422976, + "memoryUsagePercent": 99.65243339538574, + "memoryEfficiency": 0.3475666046142578, + "cpuCount": 12, + "cpuLoad": 0.1385498046875, + "platform": "darwin", + "uptime": 226934 + }, + { + "timestamp": 1764862940196, + "memoryTotal": 34359738368, + "memoryUsed": 34277703680, + "memoryFree": 82034688, + "memoryUsagePercent": 99.7612476348877, + "memoryEfficiency": 0.2387523651123047, + "cpuCount": 12, + "cpuLoad": 0.116455078125, + "platform": "darwin", + "uptime": 226964 + }, + { + "timestamp": 1764862970197, + "memoryTotal": 34359738368, + "memoryUsed": 34285305856, + "memoryFree": 74432512, + "memoryUsagePercent": 99.78337287902832, + "memoryEfficiency": 0.2166271209716797, + "cpuCount": 12, + "cpuLoad": 0.1278076171875, + "platform": "darwin", + "uptime": 226994 + }, + { + "timestamp": 1764863000198, + "memoryTotal": 34359738368, + "memoryUsed": 34273771520, + "memoryFree": 85966848, + "memoryUsagePercent": 99.74980354309082, + "memoryEfficiency": 0.2501964569091797, + "cpuCount": 12, + "cpuLoad": 0.14115397135416666, + "platform": "darwin", + "uptime": 227024 + }, + { + "timestamp": 1764863030199, + "memoryTotal": 34359738368, + "memoryUsed": 34251685888, + "memoryFree": 108052480, + "memoryUsagePercent": 99.68552589416504, + "memoryEfficiency": 0.31447410583496094, + "cpuCount": 12, + "cpuLoad": 0.11714680989583333, + "platform": "darwin", + "uptime": 227054 + }, + { + "timestamp": 1764863060199, + "memoryTotal": 34359738368, + "memoryUsed": 34264154112, + "memoryFree": 95584256, + "memoryUsagePercent": 99.7218132019043, + "memoryEfficiency": 0.2781867980957031, + "cpuCount": 12, + "cpuLoad": 0.09090169270833333, + "platform": "darwin", + "uptime": 227084 + }, + { + "timestamp": 1764863090201, + "memoryTotal": 34359738368, + "memoryUsed": 34270380032, + "memoryFree": 89358336, + "memoryUsagePercent": 99.73993301391602, + "memoryEfficiency": 0.2600669860839844, + "cpuCount": 12, + "cpuLoad": 0.23836263020833334, + "platform": "darwin", + "uptime": 227114 + }, + { + "timestamp": 1764863120203, + "memoryTotal": 34359738368, + "memoryUsed": 34210988032, + "memoryFree": 148750336, + "memoryUsagePercent": 99.56707954406738, + "memoryEfficiency": 0.4329204559326172, + "cpuCount": 12, + "cpuLoad": 0.16617838541666666, + "platform": "darwin", + "uptime": 227144 + }, + { + "timestamp": 1764863150204, + "memoryTotal": 34359738368, + "memoryUsed": 34258223104, + "memoryFree": 101515264, + "memoryUsagePercent": 99.70455169677734, + "memoryEfficiency": 0.29544830322265625, + "cpuCount": 12, + "cpuLoad": 0.13517252604166666, + "platform": "darwin", + "uptime": 227174 + }, + { + "timestamp": 1764863180206, + "memoryTotal": 34359738368, + "memoryUsed": 34265235456, + "memoryFree": 94502912, + "memoryUsagePercent": 99.72496032714844, + "memoryEfficiency": 0.2750396728515625, + "cpuCount": 12, + "cpuLoad": 0.16532389322916666, + "platform": "darwin", + "uptime": 227204 + }, + { + "timestamp": 1764863210208, + "memoryTotal": 34359738368, + "memoryUsed": 34255683584, + "memoryFree": 104054784, + "memoryUsagePercent": 99.6971607208252, + "memoryEfficiency": 0.3028392791748047, + "cpuCount": 12, + "cpuLoad": 0.14156087239583334, + "platform": "darwin", + "uptime": 227234 + }, + { + "timestamp": 1764863240210, + "memoryTotal": 34359738368, + "memoryUsed": 34265448448, + "memoryFree": 94289920, + "memoryUsagePercent": 99.7255802154541, + "memoryEfficiency": 0.27441978454589844, + "cpuCount": 12, + "cpuLoad": 0.12556966145833334, + "platform": "darwin", + "uptime": 227264 + }, + { + "timestamp": 1764863270210, + "memoryTotal": 34359738368, + "memoryUsed": 34272346112, + "memoryFree": 87392256, + "memoryUsagePercent": 99.74565505981445, + "memoryEfficiency": 0.2543449401855469, + "cpuCount": 12, + "cpuLoad": 0.14009602864583334, + "platform": "darwin", + "uptime": 227294 + }, + { + "timestamp": 1764863300213, + "memoryTotal": 34359738368, + "memoryUsed": 34257092608, + "memoryFree": 102645760, + "memoryUsagePercent": 99.70126152038574, + "memoryEfficiency": 0.2987384796142578, + "cpuCount": 12, + "cpuLoad": 0.16499837239583334, + "platform": "darwin", + "uptime": 227324 + }, + { + "timestamp": 1764863330213, + "memoryTotal": 34359738368, + "memoryUsed": 34258436096, + "memoryFree": 101302272, + "memoryUsagePercent": 99.70517158508301, + "memoryEfficiency": 0.2948284149169922, + "cpuCount": 12, + "cpuLoad": 0.14652506510416666, + "platform": "darwin", + "uptime": 227354 + }, + { + "timestamp": 1764863360215, + "memoryTotal": 34359738368, + "memoryUsed": 34263302144, + "memoryFree": 96436224, + "memoryUsagePercent": 99.71933364868164, + "memoryEfficiency": 0.2806663513183594, + "cpuCount": 12, + "cpuLoad": 0.2530110677083333, + "platform": "darwin", + "uptime": 227384 + }, + { + "timestamp": 1764863390216, + "memoryTotal": 34359738368, + "memoryUsed": 34152153088, + "memoryFree": 207585280, + "memoryUsagePercent": 99.39584732055664, + "memoryEfficiency": 0.6041526794433594, + "cpuCount": 12, + "cpuLoad": 0.22489420572916666, + "platform": "darwin", + "uptime": 227414 + }, + { + "timestamp": 1764863420216, + "memoryTotal": 34359738368, + "memoryUsed": 34240675840, + "memoryFree": 119062528, + "memoryUsagePercent": 99.65348243713379, + "memoryEfficiency": 0.34651756286621094, + "cpuCount": 12, + "cpuLoad": 0.1925048828125, + "platform": "darwin", + "uptime": 227444 + }, + { + "timestamp": 1764863450218, + "memoryTotal": 34359738368, + "memoryUsed": 34211037184, + "memoryFree": 148701184, + "memoryUsagePercent": 99.56722259521484, + "memoryEfficiency": 0.43277740478515625, + "cpuCount": 12, + "cpuLoad": 0.204833984375, + "platform": "darwin", + "uptime": 227474 + }, + { + "timestamp": 1764863480220, + "memoryTotal": 34359738368, + "memoryUsed": 34262843392, + "memoryFree": 96894976, + "memoryUsagePercent": 99.71799850463867, + "memoryEfficiency": 0.2820014953613281, + "cpuCount": 12, + "cpuLoad": 0.21297200520833334, + "platform": "darwin", + "uptime": 227504 + }, + { + "timestamp": 1764863510221, + "memoryTotal": 34359738368, + "memoryUsed": 34252423168, + "memoryFree": 107315200, + "memoryUsagePercent": 99.68767166137695, + "memoryEfficiency": 0.3123283386230469, + "cpuCount": 12, + "cpuLoad": 0.4066975911458333, + "platform": "darwin", + "uptime": 227534 + }, + { + "timestamp": 1764863540222, + "memoryTotal": 34359738368, + "memoryUsed": 34257010688, + "memoryFree": 102727680, + "memoryUsagePercent": 99.70102310180664, + "memoryEfficiency": 0.2989768981933594, + "cpuCount": 12, + "cpuLoad": 0.3551432291666667, + "platform": "darwin", + "uptime": 227564 + }, + { + "timestamp": 1764863570222, + "memoryTotal": 34359738368, + "memoryUsed": 34256814080, + "memoryFree": 102924288, + "memoryUsagePercent": 99.7004508972168, + "memoryEfficiency": 0.2995491027832031, + "cpuCount": 12, + "cpuLoad": 0.281494140625, + "platform": "darwin", + "uptime": 227594 + }, + { + "timestamp": 1764863600222, + "memoryTotal": 34359738368, + "memoryUsed": 34257862656, + "memoryFree": 101875712, + "memoryUsagePercent": 99.7035026550293, + "memoryEfficiency": 0.2964973449707031, + "cpuCount": 12, + "cpuLoad": 0.21378580729166666, + "platform": "darwin", + "uptime": 227624 + }, + { + "timestamp": 1764863630223, + "memoryTotal": 34359738368, + "memoryUsed": 33972862976, + "memoryFree": 386875392, + "memoryUsagePercent": 98.87404441833496, + "memoryEfficiency": 1.125955581665039, + "cpuCount": 12, + "cpuLoad": 0.19759114583333334, + "platform": "darwin", + "uptime": 227654 + }, + { + "timestamp": 1764863660224, + "memoryTotal": 34359738368, + "memoryUsed": 34043084800, + "memoryFree": 316653568, + "memoryUsagePercent": 99.07841682434082, + "memoryEfficiency": 0.9215831756591797, + "cpuCount": 12, + "cpuLoad": 0.15584309895833334, + "platform": "darwin", + "uptime": 227684 + }, + { + "timestamp": 1764863690225, + "memoryTotal": 34359738368, + "memoryUsed": 34283372544, + "memoryFree": 76365824, + "memoryUsagePercent": 99.77774620056152, + "memoryEfficiency": 0.22225379943847656, + "cpuCount": 12, + "cpuLoad": 0.1566162109375, + "platform": "darwin", + "uptime": 227714 + }, + { + "timestamp": 1764863720226, + "memoryTotal": 34359738368, + "memoryUsed": 34262286336, + "memoryFree": 97452032, + "memoryUsagePercent": 99.71637725830078, + "memoryEfficiency": 0.28362274169921875, + "cpuCount": 12, + "cpuLoad": 0.11625162760416667, + "platform": "darwin", + "uptime": 227744 + }, + { + "timestamp": 1764863750227, + "memoryTotal": 34359738368, + "memoryUsed": 34237972480, + "memoryFree": 121765888, + "memoryUsagePercent": 99.64561462402344, + "memoryEfficiency": 0.3543853759765625, + "cpuCount": 12, + "cpuLoad": 0.11295572916666667, + "platform": "darwin", + "uptime": 227774 + }, + { + "timestamp": 1764863780228, + "memoryTotal": 34359738368, + "memoryUsed": 34259615744, + "memoryFree": 100122624, + "memoryUsagePercent": 99.70860481262207, + "memoryEfficiency": 0.2913951873779297, + "cpuCount": 12, + "cpuLoad": 0.16337076822916666, + "platform": "darwin", + "uptime": 227804 + }, + { + "timestamp": 1764863810229, + "memoryTotal": 34359738368, + "memoryUsed": 34225192960, + "memoryFree": 134545408, + "memoryUsagePercent": 99.6084213256836, + "memoryEfficiency": 0.39157867431640625, + "cpuCount": 12, + "cpuLoad": 0.172607421875, + "platform": "darwin", + "uptime": 227834 + }, + { + "timestamp": 1764863840231, + "memoryTotal": 34359738368, + "memoryUsed": 34264694784, + "memoryFree": 95043584, + "memoryUsagePercent": 99.72338676452637, + "memoryEfficiency": 0.2766132354736328, + "cpuCount": 12, + "cpuLoad": 0.17875162760416666, + "platform": "darwin", + "uptime": 227864 + }, + { + "timestamp": 1764863870232, + "memoryTotal": 34359738368, + "memoryUsed": 34264678400, + "memoryFree": 95059968, + "memoryUsagePercent": 99.72333908081055, + "memoryEfficiency": 0.2766609191894531, + "cpuCount": 12, + "cpuLoad": 0.2186279296875, + "platform": "darwin", + "uptime": 227894 + }, + { + "timestamp": 1764863900231, + "memoryTotal": 34359738368, + "memoryUsed": 33749729280, + "memoryFree": 610009088, + "memoryUsagePercent": 98.22463989257812, + "memoryEfficiency": 1.775360107421875, + "cpuCount": 12, + "cpuLoad": 1.0496012369791667, + "platform": "darwin", + "uptime": 227924 + }, + { + "timestamp": 1764863931160, + "memoryTotal": 34359738368, + "memoryUsed": 33937457152, + "memoryFree": 422281216, + "memoryUsagePercent": 98.77099990844727, + "memoryEfficiency": 1.2290000915527344, + "cpuCount": 12, + "cpuLoad": 0.7813720703125, + "platform": "darwin", + "uptime": 227955 + }, + { + "timestamp": 1764863961159, + "memoryTotal": 34359738368, + "memoryUsed": 34005254144, + "memoryFree": 354484224, + "memoryUsagePercent": 98.96831512451172, + "memoryEfficiency": 1.0316848754882812, + "cpuCount": 12, + "cpuLoad": 0.5399576822916666, + "platform": "darwin", + "uptime": 227985 + }, + { + "timestamp": 1764863991159, + "memoryTotal": 34359738368, + "memoryUsed": 34211725312, + "memoryFree": 148013056, + "memoryUsagePercent": 99.5692253112793, + "memoryEfficiency": 0.4307746887207031, + "cpuCount": 12, + "cpuLoad": 0.4026285807291667, + "platform": "darwin", + "uptime": 228015 + }, + { + "timestamp": 1764864021160, + "memoryTotal": 34359738368, + "memoryUsed": 32816971776, + "memoryFree": 1542766592, + "memoryUsagePercent": 95.50995826721191, + "memoryEfficiency": 4.490041732788086, + "cpuCount": 12, + "cpuLoad": 0.4420166015625, + "platform": "darwin", + "uptime": 228045 + }, + { + "timestamp": 1764864051162, + "memoryTotal": 34359738368, + "memoryUsed": 33075904512, + "memoryFree": 1283833856, + "memoryUsagePercent": 96.26355171203613, + "memoryEfficiency": 3.736448287963867, + "cpuCount": 12, + "cpuLoad": 0.3680013020833333, + "platform": "darwin", + "uptime": 228075 + }, + { + "timestamp": 1764864081164, + "memoryTotal": 34359738368, + "memoryUsed": 33218396160, + "memoryFree": 1141342208, + "memoryUsagePercent": 96.67825698852539, + "memoryEfficiency": 3.3217430114746094, + "cpuCount": 12, + "cpuLoad": 0.2818603515625, + "platform": "darwin", + "uptime": 228105 + }, + { + "timestamp": 1764864111164, + "memoryTotal": 34359738368, + "memoryUsed": 33623834624, + "memoryFree": 735903744, + "memoryUsagePercent": 97.85823822021484, + "memoryEfficiency": 2.1417617797851562, + "cpuCount": 12, + "cpuLoad": 0.23152669270833334, + "platform": "darwin", + "uptime": 228135 + }, + { + "timestamp": 1764864141165, + "memoryTotal": 34359738368, + "memoryUsed": 34021064704, + "memoryFree": 338673664, + "memoryUsagePercent": 99.01432991027832, + "memoryEfficiency": 0.9856700897216797, + "cpuCount": 12, + "cpuLoad": 0.2579752604166667, + "platform": "darwin", + "uptime": 228165 + }, + { + "timestamp": 1764864171166, + "memoryTotal": 34359738368, + "memoryUsed": 33837088768, + "memoryFree": 522649600, + "memoryUsagePercent": 98.47888946533203, + "memoryEfficiency": 1.5211105346679688, + "cpuCount": 12, + "cpuLoad": 0.2891031901041667, + "platform": "darwin", + "uptime": 228195 + }, + { + "timestamp": 1764864201165, + "memoryTotal": 34359738368, + "memoryUsed": 33936998400, + "memoryFree": 422739968, + "memoryUsagePercent": 98.7696647644043, + "memoryEfficiency": 1.2303352355957031, + "cpuCount": 12, + "cpuLoad": 0.21700032552083334, + "platform": "darwin", + "uptime": 228225 + }, + { + "timestamp": 1764864231166, + "memoryTotal": 34359738368, + "memoryUsed": 34007121920, + "memoryFree": 352616448, + "memoryUsagePercent": 98.97375106811523, + "memoryEfficiency": 1.0262489318847656, + "cpuCount": 12, + "cpuLoad": 0.16068522135416666, + "platform": "darwin", + "uptime": 228255 + }, + { + "timestamp": 1764864261166, + "memoryTotal": 34359738368, + "memoryUsed": 34222358528, + "memoryFree": 137379840, + "memoryUsagePercent": 99.60017204284668, + "memoryEfficiency": 0.3998279571533203, + "cpuCount": 12, + "cpuLoad": 0.1614990234375, + "platform": "darwin", + "uptime": 228285 + }, + { + "timestamp": 1764864291168, + "memoryTotal": 34359738368, + "memoryUsed": 34099675136, + "memoryFree": 260063232, + "memoryUsagePercent": 99.24311637878418, + "memoryEfficiency": 0.7568836212158203, + "cpuCount": 12, + "cpuLoad": 0.12748209635416666, + "platform": "darwin", + "uptime": 228315 + }, + { + "timestamp": 1764864321168, + "memoryTotal": 34359738368, + "memoryUsed": 34229387264, + "memoryFree": 130351104, + "memoryUsagePercent": 99.6206283569336, + "memoryEfficiency": 0.37937164306640625, + "cpuCount": 12, + "cpuLoad": 0.10856119791666667, + "platform": "darwin", + "uptime": 228345 + }, + { + "timestamp": 1764864351170, + "memoryTotal": 34359738368, + "memoryUsed": 34230501376, + "memoryFree": 129236992, + "memoryUsagePercent": 99.62387084960938, + "memoryEfficiency": 0.376129150390625, + "cpuCount": 12, + "cpuLoad": 0.14998372395833334, + "platform": "darwin", + "uptime": 228375 + }, + { + "timestamp": 1764864381171, + "memoryTotal": 34359738368, + "memoryUsed": 34171568128, + "memoryFree": 188170240, + "memoryUsagePercent": 99.45235252380371, + "memoryEfficiency": 0.5476474761962891, + "cpuCount": 12, + "cpuLoad": 0.132080078125, + "platform": "darwin", + "uptime": 228405 + }, + { + "timestamp": 1764864411171, + "memoryTotal": 34359738368, + "memoryUsed": 34246852608, + "memoryFree": 112885760, + "memoryUsagePercent": 99.67145919799805, + "memoryEfficiency": 0.3285408020019531, + "cpuCount": 12, + "cpuLoad": 0.1683349609375, + "platform": "darwin", + "uptime": 228435 + }, + { + "timestamp": 1764864441173, + "memoryTotal": 34359738368, + "memoryUsed": 34207793152, + "memoryFree": 151945216, + "memoryUsagePercent": 99.55778121948242, + "memoryEfficiency": 0.4422187805175781, + "cpuCount": 12, + "cpuLoad": 0.15950520833333334, + "platform": "darwin", + "uptime": 228465 + }, + { + "timestamp": 1764864471174, + "memoryTotal": 34359738368, + "memoryUsed": 34223947776, + "memoryFree": 135790592, + "memoryUsagePercent": 99.60479736328125, + "memoryEfficiency": 0.39520263671875, + "cpuCount": 12, + "cpuLoad": 0.16499837239583334, + "platform": "darwin", + "uptime": 228495 + }, + { + "timestamp": 1764864501174, + "memoryTotal": 34359738368, + "memoryUsed": 34259173376, + "memoryFree": 100564992, + "memoryUsagePercent": 99.70731735229492, + "memoryEfficiency": 0.2926826477050781, + "cpuCount": 12, + "cpuLoad": 0.17228190104166666, + "platform": "darwin", + "uptime": 228525 + }, + { + "timestamp": 1764864531175, + "memoryTotal": 34359738368, + "memoryUsed": 34266398720, + "memoryFree": 93339648, + "memoryUsagePercent": 99.72834587097168, + "memoryEfficiency": 0.2716541290283203, + "cpuCount": 12, + "cpuLoad": 0.13179524739583334, + "platform": "darwin", + "uptime": 228555 + }, + { + "timestamp": 1764864561176, + "memoryTotal": 34359738368, + "memoryUsed": 34178220032, + "memoryFree": 181518336, + "memoryUsagePercent": 99.47171211242676, + "memoryEfficiency": 0.5282878875732422, + "cpuCount": 12, + "cpuLoad": 0.14644368489583334, + "platform": "darwin", + "uptime": 228585 + }, + { + "timestamp": 1764864591177, + "memoryTotal": 34359738368, + "memoryUsed": 34129068032, + "memoryFree": 230670336, + "memoryUsagePercent": 99.32866096496582, + "memoryEfficiency": 0.6713390350341797, + "cpuCount": 12, + "cpuLoad": 0.15629069010416666, + "platform": "darwin", + "uptime": 228615 + }, + { + "timestamp": 1764864621177, + "memoryTotal": 34359738368, + "memoryUsed": 34130444288, + "memoryFree": 229294080, + "memoryUsagePercent": 99.33266639709473, + "memoryEfficiency": 0.6673336029052734, + "cpuCount": 12, + "cpuLoad": 0.17521158854166666, + "platform": "darwin", + "uptime": 228645 + }, + { + "timestamp": 1764864651178, + "memoryTotal": 34359738368, + "memoryUsed": 34254094336, + "memoryFree": 105644032, + "memoryUsagePercent": 99.69253540039062, + "memoryEfficiency": 0.307464599609375, + "cpuCount": 12, + "cpuLoad": 0.12931315104166666, + "platform": "darwin", + "uptime": 228675 + }, + { + "timestamp": 1764864681179, + "memoryTotal": 34359738368, + "memoryUsed": 34249916416, + "memoryFree": 109821952, + "memoryUsagePercent": 99.68037605285645, + "memoryEfficiency": 0.3196239471435547, + "cpuCount": 12, + "cpuLoad": 0.2657877604166667, + "platform": "darwin", + "uptime": 228705 + }, + { + "timestamp": 1764864711179, + "memoryTotal": 34359738368, + "memoryUsed": 34232729600, + "memoryFree": 127008768, + "memoryUsagePercent": 99.63035583496094, + "memoryEfficiency": 0.3696441650390625, + "cpuCount": 12, + "cpuLoad": 0.22273763020833334, + "platform": "darwin", + "uptime": 228735 + }, + { + "timestamp": 1764864741179, + "memoryTotal": 34359738368, + "memoryUsed": 34033827840, + "memoryFree": 325910528, + "memoryUsagePercent": 99.05147552490234, + "memoryEfficiency": 0.9485244750976562, + "cpuCount": 12, + "cpuLoad": 0.15568033854166666, + "platform": "darwin", + "uptime": 228765 + }, + { + "timestamp": 1764864771181, + "memoryTotal": 34359738368, + "memoryUsed": 34254716928, + "memoryFree": 105021440, + "memoryUsagePercent": 99.6943473815918, + "memoryEfficiency": 0.3056526184082031, + "cpuCount": 12, + "cpuLoad": 0.14326985677083334, + "platform": "darwin", + "uptime": 228795 + }, + { + "timestamp": 1764864801245, + "memoryTotal": 34359738368, + "memoryUsed": 34264285184, + "memoryFree": 95453184, + "memoryUsagePercent": 99.72219467163086, + "memoryEfficiency": 0.2778053283691406, + "cpuCount": 12, + "cpuLoad": 0.16121419270833334, + "platform": "darwin", + "uptime": 228825 + }, + { + "timestamp": 1764864831245, + "memoryTotal": 34359738368, + "memoryUsed": 34209218560, + "memoryFree": 150519808, + "memoryUsagePercent": 99.56192970275879, + "memoryEfficiency": 0.43807029724121094, + "cpuCount": 12, + "cpuLoad": 0.17972819010416666, + "platform": "darwin", + "uptime": 228855 + }, + { + "timestamp": 1764864861245, + "memoryTotal": 34359738368, + "memoryUsed": 34086060032, + "memoryFree": 273678336, + "memoryUsagePercent": 99.2034912109375, + "memoryEfficiency": 0.7965087890625, + "cpuCount": 12, + "cpuLoad": 0.19527180989583334, + "platform": "darwin", + "uptime": 228885 + }, + { + "timestamp": 1764864891247, + "memoryTotal": 34359738368, + "memoryUsed": 33830748160, + "memoryFree": 528990208, + "memoryUsagePercent": 98.46043586730957, + "memoryEfficiency": 1.5395641326904297, + "cpuCount": 12, + "cpuLoad": 0.7301432291666666, + "platform": "darwin", + "uptime": 228915 + }, + { + "timestamp": 1764864921248, + "memoryTotal": 34359738368, + "memoryUsed": 33508917248, + "memoryFree": 850821120, + "memoryUsagePercent": 97.52378463745117, + "memoryEfficiency": 2.476215362548828, + "cpuCount": 12, + "cpuLoad": 0.5435384114583334, + "platform": "darwin", + "uptime": 228945 + }, + { + "timestamp": 1764864951249, + "memoryTotal": 34359738368, + "memoryUsed": 33919221760, + "memoryFree": 440516608, + "memoryUsagePercent": 98.71792793273926, + "memoryEfficiency": 1.2820720672607422, + "cpuCount": 12, + "cpuLoad": 0.3672281901041667, + "platform": "darwin", + "uptime": 228975 + }, + { + "timestamp": 1764864981250, + "memoryTotal": 34359738368, + "memoryUsed": 34277605376, + "memoryFree": 82132992, + "memoryUsagePercent": 99.76096153259277, + "memoryEfficiency": 0.23903846740722656, + "cpuCount": 12, + "cpuLoad": 0.24141438802083334, + "platform": "darwin", + "uptime": 229005 + }, + { + "timestamp": 1764865011251, + "memoryTotal": 34359738368, + "memoryUsed": 34270806016, + "memoryFree": 88932352, + "memoryUsagePercent": 99.74117279052734, + "memoryEfficiency": 0.25882720947265625, + "cpuCount": 12, + "cpuLoad": 0.3330891927083333, + "platform": "darwin", + "uptime": 229035 + }, + { + "timestamp": 1764865041251, + "memoryTotal": 34359738368, + "memoryUsed": 33996062720, + "memoryFree": 363675648, + "memoryUsagePercent": 98.94156455993652, + "memoryEfficiency": 1.0584354400634766, + "cpuCount": 12, + "cpuLoad": 0.2308349609375, + "platform": "darwin", + "uptime": 229065 + }, + { + "timestamp": 1764865071252, + "memoryTotal": 34359738368, + "memoryUsed": 34293088256, + "memoryFree": 66650112, + "memoryUsagePercent": 99.80602264404297, + "memoryEfficiency": 0.19397735595703125, + "cpuCount": 12, + "cpuLoad": 0.2257080078125, + "platform": "darwin", + "uptime": 229095 + }, + { + "timestamp": 1764865101253, + "memoryTotal": 34359738368, + "memoryUsed": 34287337472, + "memoryFree": 72400896, + "memoryUsagePercent": 99.78928565979004, + "memoryEfficiency": 0.21071434020996094, + "cpuCount": 12, + "cpuLoad": 0.17333984375, + "platform": "darwin", + "uptime": 229125 + }, + { + "timestamp": 1764865131254, + "memoryTotal": 34359738368, + "memoryUsed": 34281832448, + "memoryFree": 77905920, + "memoryUsagePercent": 99.77326393127441, + "memoryEfficiency": 0.22673606872558594, + "cpuCount": 12, + "cpuLoad": 0.15824381510416666, + "platform": "darwin", + "uptime": 229155 + }, + { + "timestamp": 1764865161255, + "memoryTotal": 34359738368, + "memoryUsed": 34250768384, + "memoryFree": 108969984, + "memoryUsagePercent": 99.6828556060791, + "memoryEfficiency": 0.31714439392089844, + "cpuCount": 12, + "cpuLoad": 0.1181640625, + "platform": "darwin", + "uptime": 229185 + }, + { + "timestamp": 1764865191257, + "memoryTotal": 34359738368, + "memoryUsed": 34266398720, + "memoryFree": 93339648, + "memoryUsagePercent": 99.72834587097168, + "memoryEfficiency": 0.2716541290283203, + "cpuCount": 12, + "cpuLoad": 0.09065755208333333, + "platform": "darwin", + "uptime": 229215 + }, + { + "timestamp": 1764865221259, + "memoryTotal": 34359738368, + "memoryUsed": 33989181440, + "memoryFree": 370556928, + "memoryUsagePercent": 98.92153739929199, + "memoryEfficiency": 1.0784626007080078, + "cpuCount": 12, + "cpuLoad": 0.3357340494791667, + "platform": "darwin", + "uptime": 229245 + }, + { + "timestamp": 1764865251260, + "memoryTotal": 34359738368, + "memoryUsed": 33976631296, + "memoryFree": 383107072, + "memoryUsagePercent": 98.88501167297363, + "memoryEfficiency": 1.1149883270263672, + "cpuCount": 12, + "cpuLoad": 0.2732747395833333, + "platform": "darwin", + "uptime": 229275 + }, + { + "timestamp": 1764865281260, + "memoryTotal": 34359738368, + "memoryUsed": 34256470016, + "memoryFree": 103268352, + "memoryUsagePercent": 99.69944953918457, + "memoryEfficiency": 0.3005504608154297, + "cpuCount": 12, + "cpuLoad": 0.2635498046875, + "platform": "darwin", + "uptime": 229305 + }, + { + "timestamp": 1764865311260, + "memoryTotal": 34359738368, + "memoryUsed": 34289270784, + "memoryFree": 70467584, + "memoryUsagePercent": 99.79491233825684, + "memoryEfficiency": 0.20508766174316406, + "cpuCount": 12, + "cpuLoad": 0.23978678385416666, + "platform": "darwin", + "uptime": 229335 + }, + { + "timestamp": 1764865341261, + "memoryTotal": 34359738368, + "memoryUsed": 34226503680, + "memoryFree": 133234688, + "memoryUsagePercent": 99.61223602294922, + "memoryEfficiency": 0.38776397705078125, + "cpuCount": 12, + "cpuLoad": 0.2871907552083333, + "platform": "darwin", + "uptime": 229365 + }, + { + "timestamp": 1764865371261, + "memoryTotal": 34359738368, + "memoryUsed": 34252144640, + "memoryFree": 107593728, + "memoryUsagePercent": 99.68686103820801, + "memoryEfficiency": 0.3131389617919922, + "cpuCount": 12, + "cpuLoad": 0.2700602213541667, + "platform": "darwin", + "uptime": 229395 + }, + { + "timestamp": 1764865401261, + "memoryTotal": 34359738368, + "memoryUsed": 34215165952, + "memoryFree": 144572416, + "memoryUsagePercent": 99.57923889160156, + "memoryEfficiency": 0.4207611083984375, + "cpuCount": 12, + "cpuLoad": 0.23116048177083334, + "platform": "darwin", + "uptime": 229425 + }, + { + "timestamp": 1764865431263, + "memoryTotal": 34359738368, + "memoryUsed": 34219589632, + "memoryFree": 140148736, + "memoryUsagePercent": 99.59211349487305, + "memoryEfficiency": 0.4078865051269531, + "cpuCount": 12, + "cpuLoad": 0.18086751302083334, + "platform": "darwin", + "uptime": 229455 + }, + { + "timestamp": 1764865461263, + "memoryTotal": 34359738368, + "memoryUsed": 34256207872, + "memoryFree": 103530496, + "memoryUsagePercent": 99.69868659973145, + "memoryEfficiency": 0.3013134002685547, + "cpuCount": 12, + "cpuLoad": 0.1473388671875, + "platform": "darwin", + "uptime": 229485 + }, + { + "timestamp": 1764865491264, + "memoryTotal": 34359738368, + "memoryUsed": 34232549376, + "memoryFree": 127188992, + "memoryUsagePercent": 99.62983131408691, + "memoryEfficiency": 0.37016868591308594, + "cpuCount": 12, + "cpuLoad": 0.1375732421875, + "platform": "darwin", + "uptime": 229515 + }, + { + "timestamp": 1764865521264, + "memoryTotal": 34359738368, + "memoryUsed": 34237661184, + "memoryFree": 122077184, + "memoryUsagePercent": 99.64470863342285, + "memoryEfficiency": 0.35529136657714844, + "cpuCount": 12, + "cpuLoad": 0.12552897135416666, + "platform": "darwin", + "uptime": 229545 + }, + { + "timestamp": 1764865551266, + "memoryTotal": 34359738368, + "memoryUsed": 34228944896, + "memoryFree": 130793472, + "memoryUsagePercent": 99.61934089660645, + "memoryEfficiency": 0.3806591033935547, + "cpuCount": 12, + "cpuLoad": 0.16426595052083334, + "platform": "darwin", + "uptime": 229575 + }, + { + "timestamp": 1764865581267, + "memoryTotal": 34359738368, + "memoryUsed": 34246868992, + "memoryFree": 112869376, + "memoryUsagePercent": 99.67150688171387, + "memoryEfficiency": 0.3284931182861328, + "cpuCount": 12, + "cpuLoad": 0.17167154947916666, + "platform": "darwin", + "uptime": 229605 + }, + { + "timestamp": 1764865611269, + "memoryTotal": 34359738368, + "memoryUsed": 34239463424, + "memoryFree": 120274944, + "memoryUsagePercent": 99.64995384216309, + "memoryEfficiency": 0.35004615783691406, + "cpuCount": 12, + "cpuLoad": 0.16068522135416666, + "platform": "darwin", + "uptime": 229635 + }, + { + "timestamp": 1764865641274, + "memoryTotal": 34359738368, + "memoryUsed": 34268119040, + "memoryFree": 91619328, + "memoryUsagePercent": 99.73335266113281, + "memoryEfficiency": 0.2666473388671875, + "cpuCount": 12, + "cpuLoad": 0.1669921875, + "platform": "darwin", + "uptime": 229665 + }, + { + "timestamp": 1764865671275, + "memoryTotal": 34359738368, + "memoryUsed": 34257895424, + "memoryFree": 101842944, + "memoryUsagePercent": 99.70359802246094, + "memoryEfficiency": 0.2964019775390625, + "cpuCount": 12, + "cpuLoad": 0.13444010416666666, + "platform": "darwin", + "uptime": 229695 + }, + { + "timestamp": 1764865701277, + "memoryTotal": 34359738368, + "memoryUsed": 34065580032, + "memoryFree": 294158336, + "memoryUsagePercent": 99.14388656616211, + "memoryEfficiency": 0.8561134338378906, + "cpuCount": 12, + "cpuLoad": 0.12276204427083333, + "platform": "darwin", + "uptime": 229725 + }, + { + "timestamp": 1764865731280, + "memoryTotal": 34359738368, + "memoryUsed": 34218295296, + "memoryFree": 141443072, + "memoryUsagePercent": 99.58834648132324, + "memoryEfficiency": 0.4116535186767578, + "cpuCount": 12, + "cpuLoad": 0.09737141927083333, + "platform": "darwin", + "uptime": 229755 + }, + { + "timestamp": 1764865761281, + "memoryTotal": 34359738368, + "memoryUsed": 34238922752, + "memoryFree": 120815616, + "memoryUsagePercent": 99.64838027954102, + "memoryEfficiency": 0.3516197204589844, + "cpuCount": 12, + "cpuLoad": 0.0740966796875, + "platform": "darwin", + "uptime": 229785 + }, + { + "timestamp": 1764865791282, + "memoryTotal": 34359738368, + "memoryUsed": 34243788800, + "memoryFree": 115949568, + "memoryUsagePercent": 99.66254234313965, + "memoryEfficiency": 0.33745765686035156, + "cpuCount": 12, + "cpuLoad": 0.08736165364583333, + "platform": "darwin", + "uptime": 229815 + }, + { + "timestamp": 1764865821283, + "memoryTotal": 34359738368, + "memoryUsed": 34209677312, + "memoryFree": 150061056, + "memoryUsagePercent": 99.56326484680176, + "memoryEfficiency": 0.4367351531982422, + "cpuCount": 12, + "cpuLoad": 0.08841959635416667, + "platform": "darwin", + "uptime": 229845 + }, + { + "timestamp": 1764865851284, + "memoryTotal": 34359738368, + "memoryUsed": 34234859520, + "memoryFree": 124878848, + "memoryUsagePercent": 99.63655471801758, + "memoryEfficiency": 0.3634452819824219, + "cpuCount": 12, + "cpuLoad": 0.12308756510416667, + "platform": "darwin", + "uptime": 229875 + }, + { + "timestamp": 1764865881285, + "memoryTotal": 34359738368, + "memoryUsed": 34141831168, + "memoryFree": 217907200, + "memoryUsagePercent": 99.36580657958984, + "memoryEfficiency": 0.6341934204101562, + "cpuCount": 12, + "cpuLoad": 0.11429850260416667, + "platform": "darwin", + "uptime": 229905 + }, + { + "timestamp": 1764865911286, + "memoryTotal": 34359738368, + "memoryUsed": 34054406144, + "memoryFree": 305332224, + "memoryUsagePercent": 99.11136627197266, + "memoryEfficiency": 0.8886337280273438, + "cpuCount": 12, + "cpuLoad": 0.0853271484375, + "platform": "darwin", + "uptime": 229935 + }, + { + "timestamp": 1764865941288, + "memoryTotal": 34359738368, + "memoryUsed": 34121711616, + "memoryFree": 238026752, + "memoryUsagePercent": 99.3072509765625, + "memoryEfficiency": 0.6927490234375, + "cpuCount": 12, + "cpuLoad": 0.18794759114583334, + "platform": "darwin", + "uptime": 229965 + }, + { + "timestamp": 1764865971288, + "memoryTotal": 34359738368, + "memoryUsed": 34233565184, + "memoryFree": 126173184, + "memoryUsagePercent": 99.63278770446777, + "memoryEfficiency": 0.36721229553222656, + "cpuCount": 12, + "cpuLoad": 0.13627115885416666, + "platform": "darwin", + "uptime": 229995 + }, + { + "timestamp": 1764866001291, + "memoryTotal": 34359738368, + "memoryUsed": 34140667904, + "memoryFree": 219070464, + "memoryUsagePercent": 99.3624210357666, + "memoryEfficiency": 0.6375789642333984, + "cpuCount": 12, + "cpuLoad": 0.17191569010416666, + "platform": "darwin", + "uptime": 230025 + }, + { + "timestamp": 1764866031291, + "memoryTotal": 34359738368, + "memoryUsed": 34239889408, + "memoryFree": 119848960, + "memoryUsagePercent": 99.65119361877441, + "memoryEfficiency": 0.34880638122558594, + "cpuCount": 12, + "cpuLoad": 0.3196207682291667, + "platform": "darwin", + "uptime": 230055 + }, + { + "timestamp": 1764866061292, + "memoryTotal": 34359738368, + "memoryUsed": 31339626496, + "memoryFree": 3020111872, + "memoryUsagePercent": 91.21031761169434, + "memoryEfficiency": 8.789682388305664, + "cpuCount": 12, + "cpuLoad": 0.2910563151041667, + "platform": "darwin", + "uptime": 230085 + }, + { + "timestamp": 1764866091301, + "memoryTotal": 34359738368, + "memoryUsed": 31601573888, + "memoryFree": 2758164480, + "memoryUsagePercent": 91.97268486022949, + "memoryEfficiency": 8.027315139770508, + "cpuCount": 12, + "cpuLoad": 0.21724446614583334, + "platform": "darwin", + "uptime": 230115 + }, + { + "timestamp": 1764866121309, + "memoryTotal": 34359738368, + "memoryUsed": 31864848384, + "memoryFree": 2494889984, + "memoryUsagePercent": 92.7389144897461, + "memoryEfficiency": 7.261085510253906, + "cpuCount": 12, + "cpuLoad": 0.18798828125, + "platform": "darwin", + "uptime": 230145 + }, + { + "timestamp": 1764866151311, + "memoryTotal": 34359738368, + "memoryUsed": 32048955392, + "memoryFree": 2310782976, + "memoryUsagePercent": 93.27473640441895, + "memoryEfficiency": 6.725263595581055, + "cpuCount": 12, + "cpuLoad": 0.14156087239583334, + "platform": "darwin", + "uptime": 230175 + }, + { + "timestamp": 1764866181312, + "memoryTotal": 34359738368, + "memoryUsed": 32293601280, + "memoryFree": 2066137088, + "memoryUsagePercent": 93.98674964904785, + "memoryEfficiency": 6.013250350952148, + "cpuCount": 12, + "cpuLoad": 0.15096028645833334, + "platform": "darwin", + "uptime": 230205 + }, + { + "timestamp": 1764866211314, + "memoryTotal": 34359738368, + "memoryUsed": 32351404032, + "memoryFree": 2008334336, + "memoryUsagePercent": 94.15497779846191, + "memoryEfficiency": 5.845022201538086, + "cpuCount": 12, + "cpuLoad": 0.114501953125, + "platform": "darwin", + "uptime": 230235 + }, + { + "timestamp": 1764866241315, + "memoryTotal": 34359738368, + "memoryUsed": 32336150528, + "memoryFree": 2023587840, + "memoryUsagePercent": 94.1105842590332, + "memoryEfficiency": 5.889415740966797, + "cpuCount": 12, + "cpuLoad": 0.147216796875, + "platform": "darwin", + "uptime": 230265 + }, + { + "timestamp": 1764866271317, + "memoryTotal": 34359738368, + "memoryUsed": 32381157376, + "memoryFree": 1978580992, + "memoryUsagePercent": 94.2415714263916, + "memoryEfficiency": 5.758428573608398, + "cpuCount": 12, + "cpuLoad": 0.124755859375, + "platform": "darwin", + "uptime": 230295 + }, + { + "timestamp": 1764866301318, + "memoryTotal": 34359738368, + "memoryUsed": 32479330304, + "memoryFree": 1880408064, + "memoryUsagePercent": 94.52729225158691, + "memoryEfficiency": 5.472707748413086, + "cpuCount": 12, + "cpuLoad": 0.11124674479166667, + "platform": "darwin", + "uptime": 230325 + }, + { + "timestamp": 1764866331320, + "memoryTotal": 34359738368, + "memoryUsed": 33232945152, + "memoryFree": 1126793216, + "memoryUsagePercent": 96.72060012817383, + "memoryEfficiency": 3.279399871826172, + "cpuCount": 12, + "cpuLoad": 0.14786783854166666, + "platform": "darwin", + "uptime": 230355 + }, + { + "timestamp": 1764866361321, + "memoryTotal": 34359738368, + "memoryUsed": 33384448000, + "memoryFree": 975290368, + "memoryUsagePercent": 97.16153144836426, + "memoryEfficiency": 2.838468551635742, + "cpuCount": 12, + "cpuLoad": 0.10042317708333333, + "platform": "darwin", + "uptime": 230385 + }, + { + "timestamp": 1764866391322, + "memoryTotal": 34359738368, + "memoryUsed": 33647296512, + "memoryFree": 712441856, + "memoryUsagePercent": 97.92652130126953, + "memoryEfficiency": 2.0734786987304688, + "cpuCount": 12, + "cpuLoad": 0.105224609375, + "platform": "darwin", + "uptime": 230415 + }, + { + "timestamp": 1764866421323, + "memoryTotal": 34359738368, + "memoryUsed": 33658781696, + "memoryFree": 700956672, + "memoryUsagePercent": 97.95994758605957, + "memoryEfficiency": 2.0400524139404297, + "cpuCount": 12, + "cpuLoad": 0.074462890625, + "platform": "darwin", + "uptime": 230445 + }, + { + "timestamp": 1764866451324, + "memoryTotal": 34359738368, + "memoryUsed": 33605533696, + "memoryFree": 754204672, + "memoryUsagePercent": 97.80497550964355, + "memoryEfficiency": 2.1950244903564453, + "cpuCount": 12, + "cpuLoad": 0.0906982421875, + "platform": "darwin", + "uptime": 230475 + }, + { + "timestamp": 1764866481326, + "memoryTotal": 34359738368, + "memoryUsed": 33615364096, + "memoryFree": 744374272, + "memoryUsagePercent": 97.83358573913574, + "memoryEfficiency": 2.166414260864258, + "cpuCount": 12, + "cpuLoad": 0.060546875, + "platform": "darwin", + "uptime": 230505 + }, + { + "timestamp": 1764866511327, + "memoryTotal": 34359738368, + "memoryUsed": 33739669504, + "memoryFree": 620068864, + "memoryUsagePercent": 98.19536209106445, + "memoryEfficiency": 1.8046379089355469, + "cpuCount": 12, + "cpuLoad": 0.11112467447916667, + "platform": "darwin", + "uptime": 230535 + }, + { + "timestamp": 1764866541327, + "memoryTotal": 34359738368, + "memoryUsed": 33698873344, + "memoryFree": 660865024, + "memoryUsagePercent": 98.07662963867188, + "memoryEfficiency": 1.923370361328125, + "cpuCount": 12, + "cpuLoad": 0.1295166015625, + "platform": "darwin", + "uptime": 230565 + }, + { + "timestamp": 1764866571329, + "memoryTotal": 34359738368, + "memoryUsed": 33986248704, + "memoryFree": 373489664, + "memoryUsagePercent": 98.91300201416016, + "memoryEfficiency": 1.0869979858398438, + "cpuCount": 12, + "cpuLoad": 0.08927408854166667, + "platform": "darwin", + "uptime": 230595 + }, + { + "timestamp": 1764866601331, + "memoryTotal": 34359738368, + "memoryUsed": 33738539008, + "memoryFree": 621199360, + "memoryUsagePercent": 98.19207191467285, + "memoryEfficiency": 1.8079280853271484, + "cpuCount": 12, + "cpuLoad": 0.151123046875, + "platform": "darwin", + "uptime": 230625 + }, + { + "timestamp": 1764866631331, + "memoryTotal": 34359738368, + "memoryUsed": 34238234624, + "memoryFree": 121503744, + "memoryUsagePercent": 99.64637756347656, + "memoryEfficiency": 0.3536224365234375, + "cpuCount": 12, + "cpuLoad": 0.1671142578125, + "platform": "darwin", + "uptime": 230655 + }, + { + "timestamp": 1764866661331, + "memoryTotal": 34359738368, + "memoryUsed": 34024046592, + "memoryFree": 335691776, + "memoryUsagePercent": 99.02300834655762, + "memoryEfficiency": 0.9769916534423828, + "cpuCount": 12, + "cpuLoad": 0.1807861328125, + "platform": "darwin", + "uptime": 230685 + }, + { + "timestamp": 1764866691332, + "memoryTotal": 34359738368, + "memoryUsed": 34111750144, + "memoryFree": 247988224, + "memoryUsagePercent": 99.27825927734375, + "memoryEfficiency": 0.72174072265625, + "cpuCount": 12, + "cpuLoad": 0.1265869140625, + "platform": "darwin", + "uptime": 230715 + }, + { + "timestamp": 1764866721332, + "memoryTotal": 34359738368, + "memoryUsed": 34106327040, + "memoryFree": 253411328, + "memoryUsagePercent": 99.26247596740723, + "memoryEfficiency": 0.7375240325927734, + "cpuCount": 12, + "cpuLoad": 0.14554850260416666, + "platform": "darwin", + "uptime": 230745 + }, + { + "timestamp": 1764866751334, + "memoryTotal": 34359738368, + "memoryUsed": 34238169088, + "memoryFree": 121569280, + "memoryUsagePercent": 99.64618682861328, + "memoryEfficiency": 0.35381317138671875, + "cpuCount": 12, + "cpuLoad": 0.24580891927083334, + "platform": "darwin", + "uptime": 230775 + }, + { + "timestamp": 1764866781335, + "memoryTotal": 34359738368, + "memoryUsed": 34235514880, + "memoryFree": 124223488, + "memoryUsagePercent": 99.63846206665039, + "memoryEfficiency": 0.3615379333496094, + "cpuCount": 12, + "cpuLoad": 0.2545572916666667, + "platform": "darwin", + "uptime": 230805 + }, + { + "timestamp": 1764866811335, + "memoryTotal": 34359738368, + "memoryUsed": 34231533568, + "memoryFree": 128204800, + "memoryUsagePercent": 99.62687492370605, + "memoryEfficiency": 0.3731250762939453, + "cpuCount": 12, + "cpuLoad": 0.19791666666666666, + "platform": "darwin", + "uptime": 230835 + }, + { + "timestamp": 1764866841335, + "memoryTotal": 34359738368, + "memoryUsed": 34178334720, + "memoryFree": 181403648, + "memoryUsagePercent": 99.4720458984375, + "memoryEfficiency": 0.5279541015625, + "cpuCount": 12, + "cpuLoad": 0.17012532552083334, + "platform": "darwin", + "uptime": 230865 + }, + { + "timestamp": 1764866871336, + "memoryTotal": 34359738368, + "memoryUsed": 34211676160, + "memoryFree": 148062208, + "memoryUsagePercent": 99.56908226013184, + "memoryEfficiency": 0.43091773986816406, + "cpuCount": 12, + "cpuLoad": 0.15360514322916666, + "platform": "darwin", + "uptime": 230895 + }, + { + "timestamp": 1764866901338, + "memoryTotal": 34359738368, + "memoryUsed": 34207793152, + "memoryFree": 151945216, + "memoryUsagePercent": 99.55778121948242, + "memoryEfficiency": 0.4422187805175781, + "cpuCount": 12, + "cpuLoad": 0.157958984375, + "platform": "darwin", + "uptime": 230925 + }, + { + "timestamp": 1764866931338, + "memoryTotal": 34359738368, + "memoryUsed": 34134802432, + "memoryFree": 224935936, + "memoryUsagePercent": 99.34535026550293, + "memoryEfficiency": 0.6546497344970703, + "cpuCount": 12, + "cpuLoad": 0.12589518229166666, + "platform": "darwin", + "uptime": 230955 + }, + { + "timestamp": 1764866961339, + "memoryTotal": 34359738368, + "memoryUsed": 34187689984, + "memoryFree": 172048384, + "memoryUsagePercent": 99.4992733001709, + "memoryEfficiency": 0.5007266998291016, + "cpuCount": 12, + "cpuLoad": 0.1160888671875, + "platform": "darwin", + "uptime": 230985 + }, + { + "timestamp": 1764866991341, + "memoryTotal": 34359738368, + "memoryUsed": 33633107968, + "memoryFree": 726630400, + "memoryUsagePercent": 97.88522720336914, + "memoryEfficiency": 2.1147727966308594, + "cpuCount": 12, + "cpuLoad": 0.09541829427083333, + "platform": "darwin", + "uptime": 231015 + }, + { + "timestamp": 1764867021342, + "memoryTotal": 34359738368, + "memoryUsed": 33955037184, + "memoryFree": 404701184, + "memoryUsagePercent": 98.82216453552246, + "memoryEfficiency": 1.177835464477539, + "cpuCount": 12, + "cpuLoad": 0.1107177734375, + "platform": "darwin", + "uptime": 231045 + }, + { + "timestamp": 1764867051343, + "memoryTotal": 34359738368, + "memoryUsed": 34057961472, + "memoryFree": 301776896, + "memoryUsagePercent": 99.12171363830566, + "memoryEfficiency": 0.8782863616943359, + "cpuCount": 12, + "cpuLoad": 0.1966552734375, + "platform": "darwin", + "uptime": 231075 + }, + { + "timestamp": 1764867081344, + "memoryTotal": 34359738368, + "memoryUsed": 34199797760, + "memoryFree": 159940608, + "memoryUsagePercent": 99.53451156616211, + "memoryEfficiency": 0.4654884338378906, + "cpuCount": 12, + "cpuLoad": 0.16121419270833334, + "platform": "darwin", + "uptime": 231105 + }, + { + "timestamp": 1764867111345, + "memoryTotal": 34359738368, + "memoryUsed": 33966145536, + "memoryFree": 393592832, + "memoryUsagePercent": 98.85449409484863, + "memoryEfficiency": 1.1455059051513672, + "cpuCount": 12, + "cpuLoad": 0.1651611328125, + "platform": "darwin", + "uptime": 231135 + }, + { + "timestamp": 1764867141347, + "memoryTotal": 34359738368, + "memoryUsed": 33815773184, + "memoryFree": 543965184, + "memoryUsagePercent": 98.4168529510498, + "memoryEfficiency": 1.5831470489501953, + "cpuCount": 12, + "cpuLoad": 0.16609700520833334, + "platform": "darwin", + "uptime": 231165 + }, + { + "timestamp": 1764867171348, + "memoryTotal": 34359738368, + "memoryUsed": 34095267840, + "memoryFree": 264470528, + "memoryUsagePercent": 99.23028945922852, + "memoryEfficiency": 0.7697105407714844, + "cpuCount": 12, + "cpuLoad": 0.16715494791666666, + "platform": "darwin", + "uptime": 231195 + }, + { + "timestamp": 1764867201349, + "memoryTotal": 34359738368, + "memoryUsed": 34142863360, + "memoryFree": 216875008, + "memoryUsagePercent": 99.36881065368652, + "memoryEfficiency": 0.6311893463134766, + "cpuCount": 12, + "cpuLoad": 0.19974772135416666, + "platform": "darwin", + "uptime": 231225 + }, + { + "timestamp": 1764867231350, + "memoryTotal": 34359738368, + "memoryUsed": 34131771392, + "memoryFree": 227966976, + "memoryUsagePercent": 99.33652877807617, + "memoryEfficiency": 0.6634712219238281, + "cpuCount": 12, + "cpuLoad": 0.1787109375, + "platform": "darwin", + "uptime": 231255 + }, + { + "timestamp": 1764867261351, + "memoryTotal": 34359738368, + "memoryUsed": 34173698048, + "memoryFree": 186040320, + "memoryUsagePercent": 99.45855140686035, + "memoryEfficiency": 0.5414485931396484, + "cpuCount": 12, + "cpuLoad": 0.20979817708333334, + "platform": "darwin", + "uptime": 231285 + }, + { + "timestamp": 1764867291352, + "memoryTotal": 34359738368, + "memoryUsed": 33091207168, + "memoryFree": 1268531200, + "memoryUsagePercent": 96.3080883026123, + "memoryEfficiency": 3.6919116973876953, + "cpuCount": 12, + "cpuLoad": 0.1602783203125, + "platform": "darwin", + "uptime": 231315 + }, + { + "timestamp": 1764867321353, + "memoryTotal": 34359738368, + "memoryUsed": 33198751744, + "memoryFree": 1160986624, + "memoryUsagePercent": 96.62108421325684, + "memoryEfficiency": 3.378915786743164, + "cpuCount": 12, + "cpuLoad": 0.17879231770833334, + "platform": "darwin", + "uptime": 231345 + }, + { + "timestamp": 1764867351355, + "memoryTotal": 34359738368, + "memoryUsed": 33546584064, + "memoryFree": 813154304, + "memoryUsagePercent": 97.63340950012207, + "memoryEfficiency": 2.3665904998779297, + "cpuCount": 12, + "cpuLoad": 0.21016438802083334, + "platform": "darwin", + "uptime": 231375 + }, + { + "timestamp": 1764867381350, + "memoryTotal": 34359738368, + "memoryUsed": 33839562752, + "memoryFree": 520175616, + "memoryUsagePercent": 98.4860897064209, + "memoryEfficiency": 1.5139102935791016, + "cpuCount": 12, + "cpuLoad": 0.18623860677083334, + "platform": "darwin", + "uptime": 231405 + }, + { + "timestamp": 1764867411350, + "memoryTotal": 34359738368, + "memoryUsed": 33764130816, + "memoryFree": 595607552, + "memoryUsagePercent": 98.26655387878418, + "memoryEfficiency": 1.7334461212158203, + "cpuCount": 12, + "cpuLoad": 0.14278157552083334, + "platform": "darwin", + "uptime": 231435 + }, + { + "timestamp": 1764867441351, + "memoryTotal": 34359738368, + "memoryUsed": 33647001600, + "memoryFree": 712736768, + "memoryUsagePercent": 97.92566299438477, + "memoryEfficiency": 2.0743370056152344, + "cpuCount": 12, + "cpuLoad": 0.1048583984375, + "platform": "darwin", + "uptime": 231465 + }, + { + "timestamp": 1764867471351, + "memoryTotal": 34359738368, + "memoryUsed": 34270740480, + "memoryFree": 88997888, + "memoryUsagePercent": 99.74098205566406, + "memoryEfficiency": 0.2590179443359375, + "cpuCount": 12, + "cpuLoad": 0.193359375, + "platform": "darwin", + "uptime": 231495 + }, + { + "timestamp": 1764867501352, + "memoryTotal": 34359738368, + "memoryUsed": 34162622464, + "memoryFree": 197115904, + "memoryUsagePercent": 99.42631721496582, + "memoryEfficiency": 0.5736827850341797, + "cpuCount": 12, + "cpuLoad": 0.18583170572916666, + "platform": "darwin", + "uptime": 231525 + }, + { + "timestamp": 1764867531354, + "memoryTotal": 34359738368, + "memoryUsed": 34272985088, + "memoryFree": 86753280, + "memoryUsagePercent": 99.74751472473145, + "memoryEfficiency": 0.2524852752685547, + "cpuCount": 12, + "cpuLoad": 0.2645670572916667, + "platform": "darwin", + "uptime": 231555 + }, + { + "timestamp": 1764867561356, + "memoryTotal": 34359738368, + "memoryUsed": 34269331456, + "memoryFree": 90406912, + "memoryUsagePercent": 99.73688125610352, + "memoryEfficiency": 0.2631187438964844, + "cpuCount": 12, + "cpuLoad": 0.1968994140625, + "platform": "darwin", + "uptime": 231585 + }, + { + "timestamp": 1764867591357, + "memoryTotal": 34359738368, + "memoryUsed": 34210201600, + "memoryFree": 149536768, + "memoryUsagePercent": 99.56479072570801, + "memoryEfficiency": 0.4352092742919922, + "cpuCount": 12, + "cpuLoad": 0.19612630208333334, + "platform": "darwin", + "uptime": 231615 + }, + { + "timestamp": 1764867621358, + "memoryTotal": 34359738368, + "memoryUsed": 33486405632, + "memoryFree": 873332736, + "memoryUsagePercent": 97.45826721191406, + "memoryEfficiency": 2.5417327880859375, + "cpuCount": 12, + "cpuLoad": 0.2501220703125, + "platform": "darwin", + "uptime": 231645 + }, + { + "timestamp": 1764867651362, + "memoryTotal": 34359738368, + "memoryUsed": 34257092608, + "memoryFree": 102645760, + "memoryUsagePercent": 99.70126152038574, + "memoryEfficiency": 0.2987384796142578, + "cpuCount": 12, + "cpuLoad": 0.2276611328125, + "platform": "darwin", + "uptime": 231675 + }, + { + "timestamp": 1764867681363, + "memoryTotal": 34359738368, + "memoryUsed": 34290679808, + "memoryFree": 69058560, + "memoryUsagePercent": 99.79901313781738, + "memoryEfficiency": 0.2009868621826172, + "cpuCount": 12, + "cpuLoad": 0.24283854166666666, + "platform": "darwin", + "uptime": 231705 + }, + { + "timestamp": 1764867711365, + "memoryTotal": 34359738368, + "memoryUsed": 34284470272, + "memoryFree": 75268096, + "memoryUsagePercent": 99.78094100952148, + "memoryEfficiency": 0.21905899047851562, + "cpuCount": 12, + "cpuLoad": 0.18363444010416666, + "platform": "darwin", + "uptime": 231735 + }, + { + "timestamp": 1764867741365, + "memoryTotal": 34359738368, + "memoryUsed": 34280488960, + "memoryFree": 79249408, + "memoryUsagePercent": 99.76935386657715, + "memoryEfficiency": 0.23064613342285156, + "cpuCount": 12, + "cpuLoad": 0.15096028645833334, + "platform": "darwin", + "uptime": 231765 + }, + { + "timestamp": 1764867771365, + "memoryTotal": 34359738368, + "memoryUsed": 34291990528, + "memoryFree": 67747840, + "memoryUsagePercent": 99.80282783508301, + "memoryEfficiency": 0.1971721649169922, + "cpuCount": 12, + "cpuLoad": 0.13155110677083334, + "platform": "darwin", + "uptime": 231795 + }, + { + "timestamp": 1764867801366, + "memoryTotal": 34359738368, + "memoryUsed": 34291122176, + "memoryFree": 68616192, + "memoryUsagePercent": 99.80030059814453, + "memoryEfficiency": 0.19969940185546875, + "cpuCount": 12, + "cpuLoad": 0.118408203125, + "platform": "darwin", + "uptime": 231825 + }, + { + "timestamp": 1764867831366, + "memoryTotal": 34359738368, + "memoryUsed": 34280996864, + "memoryFree": 78741504, + "memoryUsagePercent": 99.77083206176758, + "memoryEfficiency": 0.22916793823242188, + "cpuCount": 12, + "cpuLoad": 0.14078776041666666, + "platform": "darwin", + "uptime": 231855 + }, + { + "timestamp": 1764867861367, + "memoryTotal": 34359738368, + "memoryUsed": 34276032512, + "memoryFree": 83705856, + "memoryUsagePercent": 99.75638389587402, + "memoryEfficiency": 0.24361610412597656, + "cpuCount": 12, + "cpuLoad": 0.13326009114583334, + "platform": "darwin", + "uptime": 231885 + }, + { + "timestamp": 1764867891367, + "memoryTotal": 34359738368, + "memoryUsed": 34281472000, + "memoryFree": 78266368, + "memoryUsagePercent": 99.77221488952637, + "memoryEfficiency": 0.2277851104736328, + "cpuCount": 12, + "cpuLoad": 0.09383138020833333, + "platform": "darwin", + "uptime": 231915 + }, + { + "timestamp": 1764867921367, + "memoryTotal": 34359738368, + "memoryUsed": 34285076480, + "memoryFree": 74661888, + "memoryUsagePercent": 99.78270530700684, + "memoryEfficiency": 0.21729469299316406, + "cpuCount": 12, + "cpuLoad": 0.16267903645833334, + "platform": "darwin", + "uptime": 231945 + }, + { + "timestamp": 1764867951368, + "memoryTotal": 34359738368, + "memoryUsed": 34270691328, + "memoryFree": 89047040, + "memoryUsagePercent": 99.7408390045166, + "memoryEfficiency": 0.25916099548339844, + "cpuCount": 12, + "cpuLoad": 0.15352376302083334, + "platform": "darwin", + "uptime": 231975 + }, + { + "timestamp": 1764867981370, + "memoryTotal": 34359738368, + "memoryUsed": 34288746496, + "memoryFree": 70991872, + "memoryUsagePercent": 99.79338645935059, + "memoryEfficiency": 0.20661354064941406, + "cpuCount": 12, + "cpuLoad": 0.10481770833333333, + "platform": "darwin", + "uptime": 232005 + }, + { + "timestamp": 1764868011370, + "memoryTotal": 34359738368, + "memoryUsed": 34289287168, + "memoryFree": 70451200, + "memoryUsagePercent": 99.79496002197266, + "memoryEfficiency": 0.20503997802734375, + "cpuCount": 12, + "cpuLoad": 0.14599609375, + "platform": "darwin", + "uptime": 232035 + }, + { + "timestamp": 1764868041370, + "memoryTotal": 34359738368, + "memoryUsed": 34248441856, + "memoryFree": 111296512, + "memoryUsagePercent": 99.67608451843262, + "memoryEfficiency": 0.3239154815673828, + "cpuCount": 12, + "cpuLoad": 0.14265950520833334, + "platform": "darwin", + "uptime": 232065 + }, + { + "timestamp": 1764868071371, + "memoryTotal": 34359738368, + "memoryUsed": 34289975296, + "memoryFree": 69763072, + "memoryUsagePercent": 99.79696273803711, + "memoryEfficiency": 0.20303726196289062, + "cpuCount": 12, + "cpuLoad": 0.108642578125, + "platform": "darwin", + "uptime": 232095 + }, + { + "timestamp": 1764868101372, + "memoryTotal": 34359738368, + "memoryUsed": 34279440384, + "memoryFree": 80297984, + "memoryUsagePercent": 99.76630210876465, + "memoryEfficiency": 0.23369789123535156, + "cpuCount": 12, + "cpuLoad": 0.18794759114583334, + "platform": "darwin", + "uptime": 232125 + }, + { + "timestamp": 1764868131373, + "memoryTotal": 34359738368, + "memoryUsed": 34206302208, + "memoryFree": 153436160, + "memoryUsagePercent": 99.55344200134277, + "memoryEfficiency": 0.44655799865722656, + "cpuCount": 12, + "cpuLoad": 0.11824544270833333, + "platform": "darwin", + "uptime": 232155 + }, + { + "timestamp": 1764868161374, + "memoryTotal": 34359738368, + "memoryUsed": 34233614336, + "memoryFree": 126124032, + "memoryUsagePercent": 99.63293075561523, + "memoryEfficiency": 0.3670692443847656, + "cpuCount": 12, + "cpuLoad": 0.130615234375, + "platform": "darwin", + "uptime": 232185 + }, + { + "timestamp": 1764868191376, + "memoryTotal": 34359738368, + "memoryUsed": 34247802880, + "memoryFree": 111935488, + "memoryUsagePercent": 99.67422485351562, + "memoryEfficiency": 0.325775146484375, + "cpuCount": 12, + "cpuLoad": 0.116943359375, + "platform": "darwin", + "uptime": 232215 + }, + { + "timestamp": 1764868221378, + "memoryTotal": 34359738368, + "memoryUsed": 34280947712, + "memoryFree": 78790656, + "memoryUsagePercent": 99.77068901062012, + "memoryEfficiency": 0.2293109893798828, + "cpuCount": 12, + "cpuLoad": 0.10384114583333333, + "platform": "darwin", + "uptime": 232245 + }, + { + "timestamp": 1764868251380, + "memoryTotal": 34359738368, + "memoryUsed": 34290565120, + "memoryFree": 69173248, + "memoryUsagePercent": 99.79867935180664, + "memoryEfficiency": 0.20132064819335938, + "cpuCount": 12, + "cpuLoad": 0.09529622395833333, + "platform": "darwin", + "uptime": 232275 + }, + { + "timestamp": 1764868281382, + "memoryTotal": 34359738368, + "memoryUsed": 34167652352, + "memoryFree": 192086016, + "memoryUsagePercent": 99.44095611572266, + "memoryEfficiency": 0.5590438842773438, + "cpuCount": 12, + "cpuLoad": 0.19986979166666666, + "platform": "darwin", + "uptime": 232305 + }, + { + "timestamp": 1764868311383, + "memoryTotal": 34359738368, + "memoryUsed": 34266611712, + "memoryFree": 93126656, + "memoryUsagePercent": 99.72896575927734, + "memoryEfficiency": 0.27103424072265625, + "cpuCount": 12, + "cpuLoad": 0.16475423177083334, + "platform": "darwin", + "uptime": 232335 + }, + { + "timestamp": 1764868341385, + "memoryTotal": 34359738368, + "memoryUsed": 34282356736, + "memoryFree": 77381632, + "memoryUsagePercent": 99.77478981018066, + "memoryEfficiency": 0.22521018981933594, + "cpuCount": 12, + "cpuLoad": 0.13492838541666666, + "platform": "darwin", + "uptime": 232365 + }, + { + "timestamp": 1764868371387, + "memoryTotal": 34359738368, + "memoryUsed": 34228961280, + "memoryFree": 130777088, + "memoryUsagePercent": 99.61938858032227, + "memoryEfficiency": 0.3806114196777344, + "cpuCount": 12, + "cpuLoad": 0.15787760416666666, + "platform": "darwin", + "uptime": 232395 + }, + { + "timestamp": 1764868401387, + "memoryTotal": 34359738368, + "memoryUsed": 34271641600, + "memoryFree": 88096768, + "memoryUsagePercent": 99.74360466003418, + "memoryEfficiency": 0.2563953399658203, + "cpuCount": 12, + "cpuLoad": 0.13883463541666666, + "platform": "darwin", + "uptime": 232425 + }, + { + "timestamp": 1764868431389, + "memoryTotal": 34359738368, + "memoryUsed": 34280456192, + "memoryFree": 79282176, + "memoryUsagePercent": 99.76925849914551, + "memoryEfficiency": 0.2307415008544922, + "cpuCount": 12, + "cpuLoad": 0.1817626953125, + "platform": "darwin", + "uptime": 232455 + }, + { + "timestamp": 1764868461390, + "memoryTotal": 34359738368, + "memoryUsed": 34288254976, + "memoryFree": 71483392, + "memoryUsagePercent": 99.79195594787598, + "memoryEfficiency": 0.20804405212402344, + "cpuCount": 12, + "cpuLoad": 0.157470703125, + "platform": "darwin", + "uptime": 232485 + }, + { + "timestamp": 1764868491391, + "memoryTotal": 34359738368, + "memoryUsed": 34214723584, + "memoryFree": 145014784, + "memoryUsagePercent": 99.57795143127441, + "memoryEfficiency": 0.42204856872558594, + "cpuCount": 12, + "cpuLoad": 0.503173828125, + "platform": "darwin", + "uptime": 232515 + }, + { + "timestamp": 1764868521392, + "memoryTotal": 34359738368, + "memoryUsed": 34284208128, + "memoryFree": 75530240, + "memoryUsagePercent": 99.78017807006836, + "memoryEfficiency": 0.21982192993164062, + "cpuCount": 12, + "cpuLoad": 0.4798177083333333, + "platform": "darwin", + "uptime": 232545 + }, + { + "timestamp": 1764868551392, + "memoryTotal": 34359738368, + "memoryUsed": 34264170496, + "memoryFree": 95567872, + "memoryUsagePercent": 99.72186088562012, + "memoryEfficiency": 0.2781391143798828, + "cpuCount": 12, + "cpuLoad": 0.498291015625, + "platform": "darwin", + "uptime": 232575 + }, + { + "timestamp": 1764868581393, + "memoryTotal": 34359738368, + "memoryUsed": 34276474880, + "memoryFree": 83263488, + "memoryUsagePercent": 99.75767135620117, + "memoryEfficiency": 0.24232864379882812, + "cpuCount": 12, + "cpuLoad": 0.4454345703125, + "platform": "darwin", + "uptime": 232605 + }, + { + "timestamp": 1764868611395, + "memoryTotal": 34359738368, + "memoryUsed": 34284601344, + "memoryFree": 75137024, + "memoryUsagePercent": 99.78132247924805, + "memoryEfficiency": 0.21867752075195312, + "cpuCount": 12, + "cpuLoad": 0.3526204427083333, + "platform": "darwin", + "uptime": 232635 + }, + { + "timestamp": 1764868641395, + "memoryTotal": 34359738368, + "memoryUsed": 34275901440, + "memoryFree": 83836928, + "memoryUsagePercent": 99.75600242614746, + "memoryEfficiency": 0.24399757385253906, + "cpuCount": 12, + "cpuLoad": 0.398681640625, + "platform": "darwin", + "uptime": 232665 + }, + { + "timestamp": 1764868671395, + "memoryTotal": 34359738368, + "memoryUsed": 34155167744, + "memoryFree": 204570624, + "memoryUsagePercent": 99.40462112426758, + "memoryEfficiency": 0.5953788757324219, + "cpuCount": 12, + "cpuLoad": 0.34765625, + "platform": "darwin", + "uptime": 232695 + }, + { + "timestamp": 1764868701396, + "memoryTotal": 34359738368, + "memoryUsed": 33407041536, + "memoryFree": 952696832, + "memoryUsagePercent": 97.22728729248047, + "memoryEfficiency": 2.7727127075195312, + "cpuCount": 12, + "cpuLoad": 0.24397786458333334, + "platform": "darwin", + "uptime": 232725 + }, + { + "timestamp": 1764868731396, + "memoryTotal": 34359738368, + "memoryUsed": 33537785856, + "memoryFree": 821952512, + "memoryUsagePercent": 97.60780334472656, + "memoryEfficiency": 2.3921966552734375, + "cpuCount": 12, + "cpuLoad": 0.19051106770833334, + "platform": "darwin", + "uptime": 232755 + }, + { + "timestamp": 1764868761397, + "memoryTotal": 34359738368, + "memoryUsed": 33591869440, + "memoryFree": 767868928, + "memoryUsagePercent": 97.76520729064941, + "memoryEfficiency": 2.234792709350586, + "cpuCount": 12, + "cpuLoad": 0.1649169921875, + "platform": "darwin", + "uptime": 232785 + }, + { + "timestamp": 1764868791398, + "memoryTotal": 34359738368, + "memoryUsed": 33646182400, + "memoryFree": 713555968, + "memoryUsagePercent": 97.92327880859375, + "memoryEfficiency": 2.07672119140625, + "cpuCount": 12, + "cpuLoad": 0.17036946614583334, + "platform": "darwin", + "uptime": 232815 + }, + { + "timestamp": 1764868821400, + "memoryTotal": 34359738368, + "memoryUsed": 33614954496, + "memoryFree": 744783872, + "memoryUsagePercent": 97.83239364624023, + "memoryEfficiency": 2.1676063537597656, + "cpuCount": 12, + "cpuLoad": 0.12703450520833334, + "platform": "darwin", + "uptime": 232845 + }, + { + "timestamp": 1764868851402, + "memoryTotal": 34359738368, + "memoryUsed": 34051325952, + "memoryFree": 308412416, + "memoryUsagePercent": 99.10240173339844, + "memoryEfficiency": 0.8975982666015625, + "cpuCount": 12, + "cpuLoad": 0.13818359375, + "platform": "darwin", + "uptime": 232875 + }, + { + "timestamp": 1764868881404, + "memoryTotal": 34359738368, + "memoryUsed": 34285076480, + "memoryFree": 74661888, + "memoryUsagePercent": 99.78270530700684, + "memoryEfficiency": 0.21729469299316406, + "cpuCount": 12, + "cpuLoad": 0.2059326171875, + "platform": "darwin", + "uptime": 232905 + }, + { + "timestamp": 1764868911406, + "memoryTotal": 34359738368, + "memoryUsed": 34295250944, + "memoryFree": 64487424, + "memoryUsagePercent": 99.81231689453125, + "memoryEfficiency": 0.18768310546875, + "cpuCount": 12, + "cpuLoad": 0.1932373046875, + "platform": "darwin", + "uptime": 232935 + }, + { + "timestamp": 1764868941407, + "memoryTotal": 34359738368, + "memoryUsed": 34296201216, + "memoryFree": 63537152, + "memoryUsagePercent": 99.81508255004883, + "memoryEfficiency": 0.18491744995117188, + "cpuCount": 12, + "cpuLoad": 0.2532145182291667, + "platform": "darwin", + "uptime": 232965 + }, + { + "timestamp": 1764868971409, + "memoryTotal": 34359738368, + "memoryUsed": 34189688832, + "memoryFree": 170049536, + "memoryUsagePercent": 99.50509071350098, + "memoryEfficiency": 0.49490928649902344, + "cpuCount": 12, + "cpuLoad": 0.22977701822916666, + "platform": "darwin", + "uptime": 232995 + }, + { + "timestamp": 1764869001411, + "memoryTotal": 34359738368, + "memoryUsed": 34173517824, + "memoryFree": 186220544, + "memoryUsagePercent": 99.45802688598633, + "memoryEfficiency": 0.5419731140136719, + "cpuCount": 12, + "cpuLoad": 0.2722981770833333, + "platform": "darwin", + "uptime": 233025 + }, + { + "timestamp": 1764869031412, + "memoryTotal": 34359738368, + "memoryUsed": 34213871616, + "memoryFree": 145866752, + "memoryUsagePercent": 99.57547187805176, + "memoryEfficiency": 0.4245281219482422, + "cpuCount": 12, + "cpuLoad": 0.21964518229166666, + "platform": "darwin", + "uptime": 233055 + }, + { + "timestamp": 1764869061415, + "memoryTotal": 34359738368, + "memoryUsed": 34277588992, + "memoryFree": 82149376, + "memoryUsagePercent": 99.76091384887695, + "memoryEfficiency": 0.23908615112304688, + "cpuCount": 12, + "cpuLoad": 0.2418212890625, + "platform": "darwin", + "uptime": 233085 + }, + { + "timestamp": 1764869091417, + "memoryTotal": 34359738368, + "memoryUsed": 34280275968, + "memoryFree": 79462400, + "memoryUsagePercent": 99.76873397827148, + "memoryEfficiency": 0.23126602172851562, + "cpuCount": 12, + "cpuLoad": 0.2729899088541667, + "platform": "darwin", + "uptime": 233115 + }, + { + "timestamp": 1764869121419, + "memoryTotal": 34359738368, + "memoryUsed": 34257960960, + "memoryFree": 101777408, + "memoryUsagePercent": 99.70378875732422, + "memoryEfficiency": 0.29621124267578125, + "cpuCount": 12, + "cpuLoad": 0.25830078125, + "platform": "darwin", + "uptime": 233145 + }, + { + "timestamp": 1764869151420, + "memoryTotal": 34359738368, + "memoryUsed": 34282700800, + "memoryFree": 77037568, + "memoryUsagePercent": 99.77579116821289, + "memoryEfficiency": 0.22420883178710938, + "cpuCount": 12, + "cpuLoad": 0.21883138020833334, + "platform": "darwin", + "uptime": 233175 + }, + { + "timestamp": 1764869181423, + "memoryTotal": 34359738368, + "memoryUsed": 34284912640, + "memoryFree": 74825728, + "memoryUsagePercent": 99.78222846984863, + "memoryEfficiency": 0.2177715301513672, + "cpuCount": 12, + "cpuLoad": 0.23014322916666666, + "platform": "darwin", + "uptime": 233205 + }, + { + "timestamp": 1764869211426, + "memoryTotal": 34359738368, + "memoryUsed": 34270887936, + "memoryFree": 88850432, + "memoryUsagePercent": 99.74141120910645, + "memoryEfficiency": 0.2585887908935547, + "cpuCount": 12, + "cpuLoad": 0.21634928385416666, + "platform": "darwin", + "uptime": 233235 + }, + { + "timestamp": 1764869241428, + "memoryTotal": 34359738368, + "memoryUsed": 34176040960, + "memoryFree": 183697408, + "memoryUsagePercent": 99.46537017822266, + "memoryEfficiency": 0.5346298217773438, + "cpuCount": 12, + "cpuLoad": 0.2093505859375, + "platform": "darwin", + "uptime": 233265 + }, + { + "timestamp": 1764869271429, + "memoryTotal": 34359738368, + "memoryUsed": 34288500736, + "memoryFree": 71237632, + "memoryUsagePercent": 99.79267120361328, + "memoryEfficiency": 0.20732879638671875, + "cpuCount": 12, + "cpuLoad": 0.282470703125, + "platform": "darwin", + "uptime": 233295 + }, + { + "timestamp": 1764869301431, + "memoryTotal": 34359738368, + "memoryUsed": 34284732416, + "memoryFree": 75005952, + "memoryUsagePercent": 99.78170394897461, + "memoryEfficiency": 0.21829605102539062, + "cpuCount": 12, + "cpuLoad": 0.236083984375, + "platform": "darwin", + "uptime": 233325 + }, + { + "timestamp": 1764869331431, + "memoryTotal": 34359738368, + "memoryUsed": 34270691328, + "memoryFree": 89047040, + "memoryUsagePercent": 99.7408390045166, + "memoryEfficiency": 0.25916099548339844, + "cpuCount": 12, + "cpuLoad": 0.19999186197916666, + "platform": "darwin", + "uptime": 233355 + }, + { + "timestamp": 1764869361433, + "memoryTotal": 34359738368, + "memoryUsed": 34275278848, + "memoryFree": 84459520, + "memoryUsagePercent": 99.75419044494629, + "memoryEfficiency": 0.24580955505371094, + "cpuCount": 12, + "cpuLoad": 0.2474365234375, + "platform": "darwin", + "uptime": 233385 + }, + { + "timestamp": 1764869391436, + "memoryTotal": 34359738368, + "memoryUsed": 34283798528, + "memoryFree": 75939840, + "memoryUsagePercent": 99.77898597717285, + "memoryEfficiency": 0.22101402282714844, + "cpuCount": 12, + "cpuLoad": 0.22208658854166666, + "platform": "darwin", + "uptime": 233415 + }, + { + "timestamp": 1764869421438, + "memoryTotal": 34359738368, + "memoryUsed": 34214559744, + "memoryFree": 145178624, + "memoryUsagePercent": 99.57747459411621, + "memoryEfficiency": 0.42252540588378906, + "cpuCount": 12, + "cpuLoad": 0.22684733072916666, + "platform": "darwin", + "uptime": 233445 + }, + { + "timestamp": 1764869451441, + "memoryTotal": 34359738368, + "memoryUsed": 34282831872, + "memoryFree": 76906496, + "memoryUsagePercent": 99.77617263793945, + "memoryEfficiency": 0.22382736206054688, + "cpuCount": 12, + "cpuLoad": 0.2726236979166667, + "platform": "darwin", + "uptime": 233475 + }, + { + "timestamp": 1764869481443, + "memoryTotal": 34359738368, + "memoryUsed": 34275016704, + "memoryFree": 84721664, + "memoryUsagePercent": 99.75342750549316, + "memoryEfficiency": 0.24657249450683594, + "cpuCount": 12, + "cpuLoad": 0.24759928385416666, + "platform": "darwin", + "uptime": 233505 + }, + { + "timestamp": 1764869511446, + "memoryTotal": 34359738368, + "memoryUsed": 34284060672, + "memoryFree": 75677696, + "memoryUsagePercent": 99.77974891662598, + "memoryEfficiency": 0.22025108337402344, + "cpuCount": 12, + "cpuLoad": 0.23958333333333334, + "platform": "darwin", + "uptime": 233535 + }, + { + "timestamp": 1764869541448, + "memoryTotal": 34359738368, + "memoryUsed": 34147155968, + "memoryFree": 212582400, + "memoryUsagePercent": 99.38130378723145, + "memoryEfficiency": 0.6186962127685547, + "cpuCount": 12, + "cpuLoad": 0.20450846354166666, + "platform": "darwin", + "uptime": 233565 + }, + { + "timestamp": 1764869571450, + "memoryTotal": 34359738368, + "memoryUsed": 34236858368, + "memoryFree": 122880000, + "memoryUsagePercent": 99.64237213134766, + "memoryEfficiency": 0.35762786865234375, + "cpuCount": 12, + "cpuLoad": 0.19205729166666666, + "platform": "darwin", + "uptime": 233595 + }, + { + "timestamp": 1764869601452, + "memoryTotal": 34359738368, + "memoryUsed": 34285584384, + "memoryFree": 74153984, + "memoryUsagePercent": 99.78418350219727, + "memoryEfficiency": 0.21581649780273438, + "cpuCount": 12, + "cpuLoad": 0.2154541015625, + "platform": "darwin", + "uptime": 233625 + }, + { + "timestamp": 1764869631454, + "memoryTotal": 34359738368, + "memoryUsed": 34263285760, + "memoryFree": 96452608, + "memoryUsagePercent": 99.71928596496582, + "memoryEfficiency": 0.2807140350341797, + "cpuCount": 12, + "cpuLoad": 0.18375651041666666, + "platform": "darwin", + "uptime": 233655 + }, + { + "timestamp": 1764869661396, + "memoryTotal": 34359738368, + "memoryUsed": 34265104384, + "memoryFree": 94633984, + "memoryUsagePercent": 99.72457885742188, + "memoryEfficiency": 0.275421142578125, + "cpuCount": 12, + "cpuLoad": 0.23396809895833334, + "platform": "darwin", + "uptime": 233685 + }, + { + "timestamp": 1764869691397, + "memoryTotal": 34359738368, + "memoryUsed": 34291384320, + "memoryFree": 68354048, + "memoryUsagePercent": 99.80106353759766, + "memoryEfficiency": 0.19893646240234375, + "cpuCount": 12, + "cpuLoad": 0.2982177734375, + "platform": "darwin", + "uptime": 233715 + }, + { + "timestamp": 1764869721397, + "memoryTotal": 34359738368, + "memoryUsed": 34242199552, + "memoryFree": 117538816, + "memoryUsagePercent": 99.65791702270508, + "memoryEfficiency": 0.3420829772949219, + "cpuCount": 12, + "cpuLoad": 0.3435465494791667, + "platform": "darwin", + "uptime": 233745 + }, + { + "timestamp": 1764869751398, + "memoryTotal": 34359738368, + "memoryUsed": 34254176256, + "memoryFree": 105562112, + "memoryUsagePercent": 99.69277381896973, + "memoryEfficiency": 0.30722618103027344, + "cpuCount": 12, + "cpuLoad": 0.2685546875, + "platform": "darwin", + "uptime": 233775 + }, + { + "timestamp": 1764869781400, + "memoryTotal": 34359738368, + "memoryUsed": 34236710912, + "memoryFree": 123027456, + "memoryUsagePercent": 99.64194297790527, + "memoryEfficiency": 0.35805702209472656, + "cpuCount": 12, + "cpuLoad": 0.22298177083333334, + "platform": "darwin", + "uptime": 233805 + }, + { + "timestamp": 1764869811401, + "memoryTotal": 34359738368, + "memoryUsed": 34300428288, + "memoryFree": 59310080, + "memoryUsagePercent": 99.82738494873047, + "memoryEfficiency": 0.17261505126953125, + "cpuCount": 12, + "cpuLoad": 0.2132568359375, + "platform": "darwin", + "uptime": 233835 + }, + { + "timestamp": 1764869841402, + "memoryTotal": 34359738368, + "memoryUsed": 34253586432, + "memoryFree": 106151936, + "memoryUsagePercent": 99.6910572052002, + "memoryEfficiency": 0.3089427947998047, + "cpuCount": 12, + "cpuLoad": 0.1851806640625, + "platform": "darwin", + "uptime": 233865 + }, + { + "timestamp": 1764869871403, + "memoryTotal": 34359738368, + "memoryUsed": 34281472000, + "memoryFree": 78266368, + "memoryUsagePercent": 99.77221488952637, + "memoryEfficiency": 0.2277851104736328, + "cpuCount": 12, + "cpuLoad": 0.17574055989583334, + "platform": "darwin", + "uptime": 233895 + }, + { + "timestamp": 1764869901405, + "memoryTotal": 34359738368, + "memoryUsed": 33967112192, + "memoryFree": 392626176, + "memoryUsagePercent": 98.85730743408203, + "memoryEfficiency": 1.1426925659179688, + "cpuCount": 12, + "cpuLoad": 0.14278157552083334, + "platform": "darwin", + "uptime": 233925 + }, + { + "timestamp": 1764869931406, + "memoryTotal": 34359738368, + "memoryUsed": 34291957760, + "memoryFree": 67780608, + "memoryUsagePercent": 99.80273246765137, + "memoryEfficiency": 0.1972675323486328, + "cpuCount": 12, + "cpuLoad": 0.0975341796875, + "platform": "darwin", + "uptime": 233955 + }, + { + "timestamp": 1764869961406, + "memoryTotal": 34359738368, + "memoryUsed": 34118500352, + "memoryFree": 241238016, + "memoryUsagePercent": 99.29790496826172, + "memoryEfficiency": 0.7020950317382812, + "cpuCount": 12, + "cpuLoad": 0.0750732421875, + "platform": "darwin", + "uptime": 233985 + }, + { + "timestamp": 1764869991407, + "memoryTotal": 34359738368, + "memoryUsed": 34261172224, + "memoryFree": 98566144, + "memoryUsagePercent": 99.713134765625, + "memoryEfficiency": 0.286865234375, + "cpuCount": 12, + "cpuLoad": 0.16231282552083334, + "platform": "darwin", + "uptime": 234015 + }, + { + "timestamp": 1764870021407, + "memoryTotal": 34359738368, + "memoryUsed": 34263990272, + "memoryFree": 95748096, + "memoryUsagePercent": 99.7213363647461, + "memoryEfficiency": 0.27866363525390625, + "cpuCount": 12, + "cpuLoad": 0.1534423828125, + "platform": "darwin", + "uptime": 234045 + }, + { + "timestamp": 1764870051408, + "memoryTotal": 34359738368, + "memoryUsed": 34293235712, + "memoryFree": 66502656, + "memoryUsagePercent": 99.80645179748535, + "memoryEfficiency": 0.19354820251464844, + "cpuCount": 12, + "cpuLoad": 0.16581217447916666, + "platform": "darwin", + "uptime": 234075 + }, + { + "timestamp": 1764870081409, + "memoryTotal": 34359738368, + "memoryUsed": 34244870144, + "memoryFree": 114868224, + "memoryUsagePercent": 99.66568946838379, + "memoryEfficiency": 0.33431053161621094, + "cpuCount": 12, + "cpuLoad": 0.1160888671875, + "platform": "darwin", + "uptime": 234105 + }, + { + "timestamp": 1764870111409, + "memoryTotal": 34359738368, + "memoryUsed": 34280767488, + "memoryFree": 78970880, + "memoryUsagePercent": 99.7701644897461, + "memoryEfficiency": 0.22983551025390625, + "cpuCount": 12, + "cpuLoad": 0.1588134765625, + "platform": "darwin", + "uptime": 234135 + }, + { + "timestamp": 1764870141412, + "memoryTotal": 34359738368, + "memoryUsed": 34290089984, + "memoryFree": 69648384, + "memoryUsagePercent": 99.79729652404785, + "memoryEfficiency": 0.20270347595214844, + "cpuCount": 12, + "cpuLoad": 0.2821044921875, + "platform": "darwin", + "uptime": 234165 + }, + { + "timestamp": 1764870171411, + "memoryTotal": 34359738368, + "memoryUsed": 34283061248, + "memoryFree": 76677120, + "memoryUsagePercent": 99.77684020996094, + "memoryEfficiency": 0.2231597900390625, + "cpuCount": 12, + "cpuLoad": 0.248046875, + "platform": "darwin", + "uptime": 234195 + }, + { + "timestamp": 1764870201411, + "memoryTotal": 34359738368, + "memoryUsed": 34274852864, + "memoryFree": 84885504, + "memoryUsagePercent": 99.75295066833496, + "memoryEfficiency": 0.24704933166503906, + "cpuCount": 12, + "cpuLoad": 0.18839518229166666, + "platform": "darwin", + "uptime": 234225 + }, + { + "timestamp": 1764870231411, + "memoryTotal": 34359738368, + "memoryUsed": 34243919872, + "memoryFree": 115818496, + "memoryUsagePercent": 99.66292381286621, + "memoryEfficiency": 0.33707618713378906, + "cpuCount": 12, + "cpuLoad": 0.15034993489583334, + "platform": "darwin", + "uptime": 234255 + }, + { + "timestamp": 1764870261412, + "memoryTotal": 34359738368, + "memoryUsed": 34193489920, + "memoryFree": 166248448, + "memoryUsagePercent": 99.51615333557129, + "memoryEfficiency": 0.48384666442871094, + "cpuCount": 12, + "cpuLoad": 0.16731770833333334, + "platform": "darwin", + "uptime": 234285 + }, + { + "timestamp": 1764870291412, + "memoryTotal": 34359738368, + "memoryUsed": 34252537856, + "memoryFree": 107200512, + "memoryUsagePercent": 99.6880054473877, + "memoryEfficiency": 0.3119945526123047, + "cpuCount": 12, + "cpuLoad": 0.127685546875, + "platform": "darwin", + "uptime": 234315 + }, + { + "timestamp": 1764870321413, + "memoryTotal": 34359738368, + "memoryUsed": 34279555072, + "memoryFree": 80183296, + "memoryUsagePercent": 99.76663589477539, + "memoryEfficiency": 0.23336410522460938, + "cpuCount": 12, + "cpuLoad": 0.13151041666666666, + "platform": "darwin", + "uptime": 234345 + }, + { + "timestamp": 1764870351414, + "memoryTotal": 34359738368, + "memoryUsed": 34291056640, + "memoryFree": 68681728, + "memoryUsagePercent": 99.80010986328125, + "memoryEfficiency": 0.19989013671875, + "cpuCount": 12, + "cpuLoad": 0.09956868489583333, + "platform": "darwin", + "uptime": 234375 + }, + { + "timestamp": 1764870381415, + "memoryTotal": 34359738368, + "memoryUsed": 34267103232, + "memoryFree": 92635136, + "memoryUsagePercent": 99.73039627075195, + "memoryEfficiency": 0.2696037292480469, + "cpuCount": 12, + "cpuLoad": 0.11307779947916667, + "platform": "darwin", + "uptime": 234405 + }, + { + "timestamp": 1764870411416, + "memoryTotal": 34359738368, + "memoryUsed": 34282569728, + "memoryFree": 77168640, + "memoryUsagePercent": 99.77540969848633, + "memoryEfficiency": 0.22459030151367188, + "cpuCount": 12, + "cpuLoad": 0.10262044270833333, + "platform": "darwin", + "uptime": 234435 + }, + { + "timestamp": 1764870441416, + "memoryTotal": 34359738368, + "memoryUsed": 34264039424, + "memoryFree": 95698944, + "memoryUsagePercent": 99.72147941589355, + "memoryEfficiency": 0.2785205841064453, + "cpuCount": 12, + "cpuLoad": 0.09749348958333333, + "platform": "darwin", + "uptime": 234465 + }, + { + "timestamp": 1764870471417, + "memoryTotal": 34359738368, + "memoryUsed": 34297266176, + "memoryFree": 62472192, + "memoryUsagePercent": 99.81818199157715, + "memoryEfficiency": 0.18181800842285156, + "cpuCount": 12, + "cpuLoad": 0.10636393229166667, + "platform": "darwin", + "uptime": 234495 + }, + { + "timestamp": 1764870501418, + "memoryTotal": 34359738368, + "memoryUsed": 34279653376, + "memoryFree": 80084992, + "memoryUsagePercent": 99.76692199707031, + "memoryEfficiency": 0.2330780029296875, + "cpuCount": 12, + "cpuLoad": 0.10774739583333333, + "platform": "darwin", + "uptime": 234525 + }, + { + "timestamp": 1764870531418, + "memoryTotal": 34359738368, + "memoryUsed": 34288140288, + "memoryFree": 71598080, + "memoryUsagePercent": 99.79162216186523, + "memoryEfficiency": 0.20837783813476562, + "cpuCount": 12, + "cpuLoad": 0.11161295572916667, + "platform": "darwin", + "uptime": 234555 + }, + { + "timestamp": 1764870561418, + "memoryTotal": 34359738368, + "memoryUsed": 34284191744, + "memoryFree": 75546624, + "memoryUsagePercent": 99.78013038635254, + "memoryEfficiency": 0.21986961364746094, + "cpuCount": 12, + "cpuLoad": 0.12398274739583333, + "platform": "darwin", + "uptime": 234585 + }, + { + "timestamp": 1764870591420, + "memoryTotal": 34359738368, + "memoryUsed": 34274017280, + "memoryFree": 85721088, + "memoryUsagePercent": 99.75051879882812, + "memoryEfficiency": 0.249481201171875, + "cpuCount": 12, + "cpuLoad": 0.10856119791666667, + "platform": "darwin", + "uptime": 234615 + }, + { + "timestamp": 1764870621422, + "memoryTotal": 34359738368, + "memoryUsed": 32937066496, + "memoryFree": 1422671872, + "memoryUsagePercent": 95.8594799041748, + "memoryEfficiency": 4.140520095825195, + "cpuCount": 12, + "cpuLoad": 0.17488606770833334, + "platform": "darwin", + "uptime": 234645 + }, + { + "timestamp": 1764870651423, + "memoryTotal": 34359738368, + "memoryUsed": 34071969792, + "memoryFree": 287768576, + "memoryUsagePercent": 99.16248321533203, + "memoryEfficiency": 0.8375167846679688, + "cpuCount": 12, + "cpuLoad": 0.24564615885416666, + "platform": "darwin", + "uptime": 234675 + }, + { + "timestamp": 1764870681424, + "memoryTotal": 34359738368, + "memoryUsed": 34266431488, + "memoryFree": 93306880, + "memoryUsagePercent": 99.72844123840332, + "memoryEfficiency": 0.2715587615966797, + "cpuCount": 12, + "cpuLoad": 0.24617513020833334, + "platform": "darwin", + "uptime": 234705 + }, + { + "timestamp": 1764870711426, + "memoryTotal": 34359738368, + "memoryUsed": 34167865344, + "memoryFree": 191873024, + "memoryUsagePercent": 99.44157600402832, + "memoryEfficiency": 0.5584239959716797, + "cpuCount": 12, + "cpuLoad": 0.4236246744791667, + "platform": "darwin", + "uptime": 234735 + }, + { + "timestamp": 1764870741429, + "memoryTotal": 34359738368, + "memoryUsed": 34295087104, + "memoryFree": 64651264, + "memoryUsagePercent": 99.81184005737305, + "memoryEfficiency": 0.18815994262695312, + "cpuCount": 12, + "cpuLoad": 0.2803955078125, + "platform": "darwin", + "uptime": 234765 + }, + { + "timestamp": 1764870771430, + "memoryTotal": 34359738368, + "memoryUsed": 34200223744, + "memoryFree": 159514624, + "memoryUsagePercent": 99.53575134277344, + "memoryEfficiency": 0.4642486572265625, + "cpuCount": 12, + "cpuLoad": 0.20572916666666666, + "platform": "darwin", + "uptime": 234795 + }, + { + "timestamp": 1764870801431, + "memoryTotal": 34359738368, + "memoryUsed": 34282733568, + "memoryFree": 77004800, + "memoryUsagePercent": 99.77588653564453, + "memoryEfficiency": 0.22411346435546875, + "cpuCount": 12, + "cpuLoad": 0.17899576822916666, + "platform": "darwin", + "uptime": 234825 + }, + { + "timestamp": 1764870831432, + "memoryTotal": 34359738368, + "memoryUsed": 34175205376, + "memoryFree": 184532992, + "memoryUsagePercent": 99.46293830871582, + "memoryEfficiency": 0.5370616912841797, + "cpuCount": 12, + "cpuLoad": 0.2606201171875, + "platform": "darwin", + "uptime": 234855 + }, + { + "timestamp": 1764870861432, + "memoryTotal": 34359738368, + "memoryUsed": 34282487808, + "memoryFree": 77250560, + "memoryUsagePercent": 99.77517127990723, + "memoryEfficiency": 0.22482872009277344, + "cpuCount": 12, + "cpuLoad": 0.21993001302083334, + "platform": "darwin", + "uptime": 234885 + }, + { + "timestamp": 1764870891433, + "memoryTotal": 34359738368, + "memoryUsed": 34281586688, + "memoryFree": 78151680, + "memoryUsagePercent": 99.77254867553711, + "memoryEfficiency": 0.22745132446289062, + "cpuCount": 12, + "cpuLoad": 0.23087565104166666, + "platform": "darwin", + "uptime": 234915 + }, + { + "timestamp": 1764870921434, + "memoryTotal": 34359738368, + "memoryUsed": 34294071296, + "memoryFree": 65667072, + "memoryUsagePercent": 99.80888366699219, + "memoryEfficiency": 0.1911163330078125, + "cpuCount": 12, + "cpuLoad": 0.17342122395833334, + "platform": "darwin", + "uptime": 234945 + }, + { + "timestamp": 1764870951434, + "memoryTotal": 34359738368, + "memoryUsed": 34298740736, + "memoryFree": 60997632, + "memoryUsagePercent": 99.82247352600098, + "memoryEfficiency": 0.17752647399902344, + "cpuCount": 12, + "cpuLoad": 0.15730794270833334, + "platform": "darwin", + "uptime": 234975 + }, + { + "timestamp": 1764870981435, + "memoryTotal": 34359738368, + "memoryUsed": 34298658816, + "memoryFree": 61079552, + "memoryUsagePercent": 99.82223510742188, + "memoryEfficiency": 0.177764892578125, + "cpuCount": 12, + "cpuLoad": 0.14912923177083334, + "platform": "darwin", + "uptime": 235005 + }, + { + "timestamp": 1764871011498, + "memoryTotal": 34359738368, + "memoryUsed": 34288107520, + "memoryFree": 71630848, + "memoryUsagePercent": 99.7915267944336, + "memoryEfficiency": 0.20847320556640625, + "cpuCount": 12, + "cpuLoad": 0.13248697916666666, + "platform": "darwin", + "uptime": 235035 + }, + { + "timestamp": 1764871041498, + "memoryTotal": 34359738368, + "memoryUsed": 34233466880, + "memoryFree": 126271488, + "memoryUsagePercent": 99.63250160217285, + "memoryEfficiency": 0.36749839782714844, + "cpuCount": 12, + "cpuLoad": 0.12939453125, + "platform": "darwin", + "uptime": 235065 + }, + { + "timestamp": 1764871071499, + "memoryTotal": 34359738368, + "memoryUsed": 34290941952, + "memoryFree": 68796416, + "memoryUsagePercent": 99.79977607727051, + "memoryEfficiency": 0.2002239227294922, + "cpuCount": 12, + "cpuLoad": 0.2327880859375, + "platform": "darwin", + "uptime": 235095 + }, + { + "timestamp": 1764871101501, + "memoryTotal": 34359738368, + "memoryUsed": 34294398976, + "memoryFree": 65339392, + "memoryUsagePercent": 99.8098373413086, + "memoryEfficiency": 0.19016265869140625, + "cpuCount": 12, + "cpuLoad": 0.18509928385416666, + "platform": "darwin", + "uptime": 235125 + }, + { + "timestamp": 1764871131502, + "memoryTotal": 34359738368, + "memoryUsed": 34260385792, + "memoryFree": 99352576, + "memoryUsagePercent": 99.71084594726562, + "memoryEfficiency": 0.289154052734375, + "cpuCount": 12, + "cpuLoad": 0.112060546875, + "platform": "darwin", + "uptime": 235155 + }, + { + "timestamp": 1764871161503, + "memoryTotal": 34359738368, + "memoryUsed": 34256142336, + "memoryFree": 103596032, + "memoryUsagePercent": 99.69849586486816, + "memoryEfficiency": 0.30150413513183594, + "cpuCount": 12, + "cpuLoad": 0.0863037109375, + "platform": "darwin", + "uptime": 235185 + }, + { + "timestamp": 1764871191505, + "memoryTotal": 34359738368, + "memoryUsed": 34285666304, + "memoryFree": 74072064, + "memoryUsagePercent": 99.78442192077637, + "memoryEfficiency": 0.2155780792236328, + "cpuCount": 12, + "cpuLoad": 0.10432942708333333, + "platform": "darwin", + "uptime": 235215 + }, + { + "timestamp": 1764871221506, + "memoryTotal": 34359738368, + "memoryUsed": 34288533504, + "memoryFree": 71204864, + "memoryUsagePercent": 99.79276657104492, + "memoryEfficiency": 0.20723342895507812, + "cpuCount": 12, + "cpuLoad": 0.10282389322916667, + "platform": "darwin", + "uptime": 235245 + }, + { + "timestamp": 1764871251507, + "memoryTotal": 34359738368, + "memoryUsed": 34284814336, + "memoryFree": 74924032, + "memoryUsagePercent": 99.78194236755371, + "memoryEfficiency": 0.21805763244628906, + "cpuCount": 12, + "cpuLoad": 0.1043701171875, + "platform": "darwin", + "uptime": 235275 + }, + { + "timestamp": 1764871281509, + "memoryTotal": 34359738368, + "memoryUsed": 34278146048, + "memoryFree": 81592320, + "memoryUsagePercent": 99.76253509521484, + "memoryEfficiency": 0.23746490478515625, + "cpuCount": 12, + "cpuLoad": 0.07755533854166667, + "platform": "darwin", + "uptime": 235305 + }, + { + "timestamp": 1764871311510, + "memoryTotal": 34359738368, + "memoryUsed": 34290515968, + "memoryFree": 69222400, + "memoryUsagePercent": 99.79853630065918, + "memoryEfficiency": 0.2014636993408203, + "cpuCount": 12, + "cpuLoad": 0.046875, + "platform": "darwin", + "uptime": 235335 + }, + { + "timestamp": 1764871341512, + "memoryTotal": 34359738368, + "memoryUsed": 34290237440, + "memoryFree": 69500928, + "memoryUsagePercent": 99.79772567749023, + "memoryEfficiency": 0.20227432250976562, + "cpuCount": 12, + "cpuLoad": 0.050537109375, + "platform": "darwin", + "uptime": 235365 + }, + { + "timestamp": 1764871371513, + "memoryTotal": 34359738368, + "memoryUsed": 34284486656, + "memoryFree": 75251712, + "memoryUsagePercent": 99.7809886932373, + "memoryEfficiency": 0.2190113067626953, + "cpuCount": 12, + "cpuLoad": 0.050089518229166664, + "platform": "darwin", + "uptime": 235395 + }, + { + "timestamp": 1764871401514, + "memoryTotal": 34359738368, + "memoryUsed": 34293825536, + "memoryFree": 65912832, + "memoryUsagePercent": 99.80816841125488, + "memoryEfficiency": 0.1918315887451172, + "cpuCount": 12, + "cpuLoad": 0.07560221354166667, + "platform": "darwin", + "uptime": 235425 + }, + { + "timestamp": 1764871431515, + "memoryTotal": 34359738368, + "memoryUsed": 34283077632, + "memoryFree": 76660736, + "memoryUsagePercent": 99.77688789367676, + "memoryEfficiency": 0.2231121063232422, + "cpuCount": 12, + "cpuLoad": 0.08683268229166667, + "platform": "darwin", + "uptime": 235455 + }, + { + "timestamp": 1764871461517, + "memoryTotal": 34359738368, + "memoryUsed": 34287828992, + "memoryFree": 71909376, + "memoryUsagePercent": 99.79071617126465, + "memoryEfficiency": 0.20928382873535156, + "cpuCount": 12, + "cpuLoad": 0.0989990234375, + "platform": "darwin", + "uptime": 235485 + }, + { + "timestamp": 1764871491518, + "memoryTotal": 34359738368, + "memoryUsed": 34266742784, + "memoryFree": 92995584, + "memoryUsagePercent": 99.7293472290039, + "memoryEfficiency": 0.27065277099609375, + "cpuCount": 12, + "cpuLoad": 0.10721842447916667, + "platform": "darwin", + "uptime": 235515 + }, + { + "timestamp": 1764871521530, + "memoryTotal": 34359738368, + "memoryUsed": 34285158400, + "memoryFree": 74579968, + "memoryUsagePercent": 99.78294372558594, + "memoryEfficiency": 0.2170562744140625, + "cpuCount": 12, + "cpuLoad": 0.11971028645833333, + "platform": "darwin", + "uptime": 235545 + }, + { + "timestamp": 1764871551530, + "memoryTotal": 34359738368, + "memoryUsed": 34284847104, + "memoryFree": 74891264, + "memoryUsagePercent": 99.78203773498535, + "memoryEfficiency": 0.21796226501464844, + "cpuCount": 12, + "cpuLoad": 0.08683268229166667, + "platform": "darwin", + "uptime": 235575 + }, + { + "timestamp": 1764871581535, + "memoryTotal": 34359738368, + "memoryUsed": 33828159488, + "memoryFree": 531578880, + "memoryUsagePercent": 98.45290184020996, + "memoryEfficiency": 1.547098159790039, + "cpuCount": 12, + "cpuLoad": 0.3519694010416667, + "platform": "darwin", + "uptime": 235605 + }, + { + "timestamp": 1764871611538, + "memoryTotal": 34359738368, + "memoryUsed": 34275196928, + "memoryFree": 84541440, + "memoryUsagePercent": 99.75395202636719, + "memoryEfficiency": 0.2460479736328125, + "cpuCount": 12, + "cpuLoad": 0.504638671875, + "platform": "darwin", + "uptime": 235635 + }, + { + "timestamp": 1764871641541, + "memoryTotal": 34359738368, + "memoryUsed": 34297872384, + "memoryFree": 61865984, + "memoryUsagePercent": 99.8199462890625, + "memoryEfficiency": 0.1800537109375, + "cpuCount": 12, + "cpuLoad": 0.5557861328125, + "platform": "darwin", + "uptime": 235665 + }, + { + "timestamp": 1764871671543, + "memoryTotal": 34359738368, + "memoryUsed": 34251833344, + "memoryFree": 107905024, + "memoryUsagePercent": 99.68595504760742, + "memoryEfficiency": 0.3140449523925781, + "cpuCount": 12, + "cpuLoad": 0.5893147786458334, + "platform": "darwin", + "uptime": 235695 + }, + { + "timestamp": 1764871701544, + "memoryTotal": 34359738368, + "memoryUsed": 33858813952, + "memoryFree": 500924416, + "memoryUsagePercent": 98.54211807250977, + "memoryEfficiency": 1.4578819274902344, + "cpuCount": 12, + "cpuLoad": 0.4123128255208333, + "platform": "darwin", + "uptime": 235725 + }, + { + "timestamp": 1764871731546, + "memoryTotal": 34359738368, + "memoryUsed": 34286960640, + "memoryFree": 72777728, + "memoryUsagePercent": 99.78818893432617, + "memoryEfficiency": 0.21181106567382812, + "cpuCount": 12, + "cpuLoad": 0.4256591796875, + "platform": "darwin", + "uptime": 235755 + }, + { + "timestamp": 1764871761548, + "memoryTotal": 34359738368, + "memoryUsed": 34290188288, + "memoryFree": 69550080, + "memoryUsagePercent": 99.79758262634277, + "memoryEfficiency": 0.20241737365722656, + "cpuCount": 12, + "cpuLoad": 0.3285319010416667, + "platform": "darwin", + "uptime": 235785 + }, + { + "timestamp": 1764871791549, + "memoryTotal": 34359738368, + "memoryUsed": 34278342656, + "memoryFree": 81395712, + "memoryUsagePercent": 99.76310729980469, + "memoryEfficiency": 0.2368927001953125, + "cpuCount": 12, + "cpuLoad": 0.3639729817708333, + "platform": "darwin", + "uptime": 235815 + }, + { + "timestamp": 1764871821551, + "memoryTotal": 34359738368, + "memoryUsed": 34279096320, + "memoryFree": 80642048, + "memoryUsagePercent": 99.76530075073242, + "memoryEfficiency": 0.23469924926757812, + "cpuCount": 12, + "cpuLoad": 0.2860107421875, + "platform": "darwin", + "uptime": 235845 + }, + { + "timestamp": 1764871851553, + "memoryTotal": 34359738368, + "memoryUsed": 34109800448, + "memoryFree": 249937920, + "memoryUsagePercent": 99.27258491516113, + "memoryEfficiency": 0.7274150848388672, + "cpuCount": 12, + "cpuLoad": 0.2505696614583333, + "platform": "darwin", + "uptime": 235875 + }, + { + "timestamp": 1764871881554, + "memoryTotal": 34359738368, + "memoryUsed": 34243379200, + "memoryFree": 116359168, + "memoryUsagePercent": 99.66135025024414, + "memoryEfficiency": 0.3386497497558594, + "cpuCount": 12, + "cpuLoad": 0.1688232421875, + "platform": "darwin", + "uptime": 235905 + }, + { + "timestamp": 1764871911555, + "memoryTotal": 34359738368, + "memoryUsed": 34239332352, + "memoryFree": 120406016, + "memoryUsagePercent": 99.64957237243652, + "memoryEfficiency": 0.35042762756347656, + "cpuCount": 12, + "cpuLoad": 0.147705078125, + "platform": "darwin", + "uptime": 235935 + }, + { + "timestamp": 1764871941557, + "memoryTotal": 34359738368, + "memoryUsed": 34224209920, + "memoryFree": 135528448, + "memoryUsagePercent": 99.60556030273438, + "memoryEfficiency": 0.394439697265625, + "cpuCount": 12, + "cpuLoad": 0.0989990234375, + "platform": "darwin", + "uptime": 235965 + }, + { + "timestamp": 1764871971558, + "memoryTotal": 34359738368, + "memoryUsed": 34116993024, + "memoryFree": 242745344, + "memoryUsagePercent": 99.29351806640625, + "memoryEfficiency": 0.70648193359375, + "cpuCount": 12, + "cpuLoad": 0.0941162109375, + "platform": "darwin", + "uptime": 235995 + }, + { + "timestamp": 1764872001559, + "memoryTotal": 34359738368, + "memoryUsed": 34286616576, + "memoryFree": 73121792, + "memoryUsagePercent": 99.78718757629395, + "memoryEfficiency": 0.2128124237060547, + "cpuCount": 12, + "cpuLoad": 0.07832845052083333, + "platform": "darwin", + "uptime": 236025 + }, + { + "timestamp": 1764872031561, + "memoryTotal": 34359738368, + "memoryUsed": 34285207552, + "memoryFree": 74530816, + "memoryUsagePercent": 99.7830867767334, + "memoryEfficiency": 0.21691322326660156, + "cpuCount": 12, + "cpuLoad": 0.16532389322916666, + "platform": "darwin", + "uptime": 236055 + }, + { + "timestamp": 1764872061562, + "memoryTotal": 34359738368, + "memoryUsed": 34279571456, + "memoryFree": 80166912, + "memoryUsagePercent": 99.76668357849121, + "memoryEfficiency": 0.23331642150878906, + "cpuCount": 12, + "cpuLoad": 0.21187337239583334, + "platform": "darwin", + "uptime": 236085 + }, + { + "timestamp": 1764872091565, + "memoryTotal": 34359738368, + "memoryUsed": 34246721536, + "memoryFree": 113016832, + "memoryUsagePercent": 99.67107772827148, + "memoryEfficiency": 0.3289222717285156, + "cpuCount": 12, + "cpuLoad": 0.20979817708333334, + "platform": "darwin", + "uptime": 236115 + }, + { + "timestamp": 1764872121566, + "memoryTotal": 34359738368, + "memoryUsed": 34274263040, + "memoryFree": 85475328, + "memoryUsagePercent": 99.75123405456543, + "memoryEfficiency": 0.2487659454345703, + "cpuCount": 12, + "cpuLoad": 0.19327799479166666, + "platform": "darwin", + "uptime": 236145 + }, + { + "timestamp": 1764872151569, + "memoryTotal": 34359738368, + "memoryUsed": 34286583808, + "memoryFree": 73154560, + "memoryUsagePercent": 99.7870922088623, + "memoryEfficiency": 0.2129077911376953, + "cpuCount": 12, + "cpuLoad": 0.21354166666666666, + "platform": "darwin", + "uptime": 236175 + }, + { + "timestamp": 1764872181570, + "memoryTotal": 34359738368, + "memoryUsed": 34293039104, + "memoryFree": 66699264, + "memoryUsagePercent": 99.80587959289551, + "memoryEfficiency": 0.1941204071044922, + "cpuCount": 12, + "cpuLoad": 0.3329264322916667, + "platform": "darwin", + "uptime": 236205 + }, + { + "timestamp": 1764872211573, + "memoryTotal": 34359738368, + "memoryUsed": 34293334016, + "memoryFree": 66404352, + "memoryUsagePercent": 99.80673789978027, + "memoryEfficiency": 0.19326210021972656, + "cpuCount": 12, + "cpuLoad": 0.2476806640625, + "platform": "darwin", + "uptime": 236235 + }, + { + "timestamp": 1764872241575, + "memoryTotal": 34359738368, + "memoryUsed": 34291941376, + "memoryFree": 67796992, + "memoryUsagePercent": 99.80268478393555, + "memoryEfficiency": 0.19731521606445312, + "cpuCount": 12, + "cpuLoad": 0.198486328125, + "platform": "darwin", + "uptime": 236265 + }, + { + "timestamp": 1764872271578, + "memoryTotal": 34359738368, + "memoryUsed": 34289893376, + "memoryFree": 69844992, + "memoryUsagePercent": 99.79672431945801, + "memoryEfficiency": 0.2032756805419922, + "cpuCount": 12, + "cpuLoad": 0.19071451822916666, + "platform": "darwin", + "uptime": 236295 + }, + { + "timestamp": 1764872301580, + "memoryTotal": 34359738368, + "memoryUsed": 34279981056, + "memoryFree": 79757312, + "memoryUsagePercent": 99.76787567138672, + "memoryEfficiency": 0.23212432861328125, + "cpuCount": 12, + "cpuLoad": 0.17610677083333334, + "platform": "darwin", + "uptime": 236325 + }, + { + "timestamp": 1764872331582, + "memoryTotal": 34359738368, + "memoryUsed": 34281095168, + "memoryFree": 78643200, + "memoryUsagePercent": 99.7711181640625, + "memoryEfficiency": 0.2288818359375, + "cpuCount": 12, + "cpuLoad": 0.24397786458333334, + "platform": "darwin", + "uptime": 236355 + }, + { + "timestamp": 1764872361583, + "memoryTotal": 34359738368, + "memoryUsed": 34133868544, + "memoryFree": 225869824, + "memoryUsagePercent": 99.34263229370117, + "memoryEfficiency": 0.6573677062988281, + "cpuCount": 12, + "cpuLoad": 0.2624104817708333, + "platform": "darwin", + "uptime": 236385 + }, + { + "timestamp": 1764872391585, + "memoryTotal": 34359738368, + "memoryUsed": 34217115648, + "memoryFree": 142622720, + "memoryUsagePercent": 99.58491325378418, + "memoryEfficiency": 0.4150867462158203, + "cpuCount": 12, + "cpuLoad": 0.2718912760416667, + "platform": "darwin", + "uptime": 236415 + }, + { + "timestamp": 1764872421588, + "memoryTotal": 34359738368, + "memoryUsed": 34221981696, + "memoryFree": 137756672, + "memoryUsagePercent": 99.59907531738281, + "memoryEfficiency": 0.4009246826171875, + "cpuCount": 12, + "cpuLoad": 0.22383626302083334, + "platform": "darwin", + "uptime": 236445 + }, + { + "timestamp": 1764872451590, + "memoryTotal": 34359738368, + "memoryUsed": 34291204096, + "memoryFree": 68534272, + "memoryUsagePercent": 99.80053901672363, + "memoryEfficiency": 0.1994609832763672, + "cpuCount": 12, + "cpuLoad": 0.22835286458333334, + "platform": "darwin", + "uptime": 236475 + }, + { + "timestamp": 1764872481536, + "memoryTotal": 34359738368, + "memoryUsed": 34270986240, + "memoryFree": 88752128, + "memoryUsagePercent": 99.74169731140137, + "memoryEfficiency": 0.2583026885986328, + "cpuCount": 12, + "cpuLoad": 0.240234375, + "platform": "darwin", + "uptime": 236505 + }, + { + "timestamp": 1764872511538, + "memoryTotal": 34359738368, + "memoryUsed": 34196865024, + "memoryFree": 162873344, + "memoryUsagePercent": 99.52597618103027, + "memoryEfficiency": 0.47402381896972656, + "cpuCount": 12, + "cpuLoad": 0.3077799479166667, + "platform": "darwin", + "uptime": 236535 + }, + { + "timestamp": 1764872541540, + "memoryTotal": 34359738368, + "memoryUsed": 34296102912, + "memoryFree": 63635456, + "memoryUsagePercent": 99.8147964477539, + "memoryEfficiency": 0.18520355224609375, + "cpuCount": 12, + "cpuLoad": 0.3350016276041667, + "platform": "darwin", + "uptime": 236565 + }, + { + "timestamp": 1764872571541, + "memoryTotal": 34359738368, + "memoryUsed": 34290827264, + "memoryFree": 68911104, + "memoryUsagePercent": 99.79944229125977, + "memoryEfficiency": 0.20055770874023438, + "cpuCount": 12, + "cpuLoad": 0.2760823567708333, + "platform": "darwin", + "uptime": 236595 + }, + { + "timestamp": 1764872601542, + "memoryTotal": 34359738368, + "memoryUsed": 34266349568, + "memoryFree": 93388800, + "memoryUsagePercent": 99.72820281982422, + "memoryEfficiency": 0.27179718017578125, + "cpuCount": 12, + "cpuLoad": 0.2576497395833333, + "platform": "darwin", + "uptime": 236625 + }, + { + "timestamp": 1764872631544, + "memoryTotal": 34359738368, + "memoryUsed": 34243362816, + "memoryFree": 116375552, + "memoryUsagePercent": 99.66130256652832, + "memoryEfficiency": 0.3386974334716797, + "cpuCount": 12, + "cpuLoad": 0.2398681640625, + "platform": "darwin", + "uptime": 236655 + }, + { + "timestamp": 1764872661546, + "memoryTotal": 34359738368, + "memoryUsed": 34294824960, + "memoryFree": 64913408, + "memoryUsagePercent": 99.81107711791992, + "memoryEfficiency": 0.18892288208007812, + "cpuCount": 12, + "cpuLoad": 0.2557779947916667, + "platform": "darwin", + "uptime": 236685 + }, + { + "timestamp": 1764872691549, + "memoryTotal": 34359738368, + "memoryUsed": 34280816640, + "memoryFree": 78921728, + "memoryUsagePercent": 99.77030754089355, + "memoryEfficiency": 0.2296924591064453, + "cpuCount": 12, + "cpuLoad": 0.2593994140625, + "platform": "darwin", + "uptime": 236715 + }, + { + "timestamp": 1764872721550, + "memoryTotal": 34359738368, + "memoryUsed": 34285518848, + "memoryFree": 74219520, + "memoryUsagePercent": 99.78399276733398, + "memoryEfficiency": 0.21600723266601562, + "cpuCount": 12, + "cpuLoad": 0.2529296875, + "platform": "darwin", + "uptime": 236745 + }, + { + "timestamp": 1764872751552, + "memoryTotal": 34359738368, + "memoryUsed": 34278719488, + "memoryFree": 81018880, + "memoryUsagePercent": 99.76420402526855, + "memoryEfficiency": 0.2357959747314453, + "cpuCount": 12, + "cpuLoad": 0.2835693359375, + "platform": "darwin", + "uptime": 236775 + }, + { + "timestamp": 1764872781554, + "memoryTotal": 34359738368, + "memoryUsed": 33794310144, + "memoryFree": 565428224, + "memoryUsagePercent": 98.3543872833252, + "memoryEfficiency": 1.6456127166748047, + "cpuCount": 12, + "cpuLoad": 0.28662109375, + "platform": "darwin", + "uptime": 236805 + }, + { + "timestamp": 1764872811556, + "memoryTotal": 34359738368, + "memoryUsed": 33717796864, + "memoryFree": 641941504, + "memoryUsagePercent": 98.13170433044434, + "memoryEfficiency": 1.868295669555664, + "cpuCount": 12, + "cpuLoad": 0.2515462239583333, + "platform": "darwin", + "uptime": 236835 + }, + { + "timestamp": 1764872841558, + "memoryTotal": 34359738368, + "memoryUsed": 33866153984, + "memoryFree": 493584384, + "memoryUsagePercent": 98.56348037719727, + "memoryEfficiency": 1.4365196228027344, + "cpuCount": 12, + "cpuLoad": 0.2840169270833333, + "platform": "darwin", + "uptime": 236865 + }, + { + "timestamp": 1764872871560, + "memoryTotal": 34359738368, + "memoryUsed": 33998110720, + "memoryFree": 361627648, + "memoryUsagePercent": 98.94752502441406, + "memoryEfficiency": 1.0524749755859375, + "cpuCount": 12, + "cpuLoad": 0.2523193359375, + "platform": "darwin", + "uptime": 236895 + }, + { + "timestamp": 1764872901562, + "memoryTotal": 34359738368, + "memoryUsed": 34129231872, + "memoryFree": 230506496, + "memoryUsagePercent": 99.32913780212402, + "memoryEfficiency": 0.6708621978759766, + "cpuCount": 12, + "cpuLoad": 0.2698974609375, + "platform": "darwin", + "uptime": 236925 + }, + { + "timestamp": 1764872931564, + "memoryTotal": 34359738368, + "memoryUsed": 34081603584, + "memoryFree": 278134784, + "memoryUsagePercent": 99.19052124023438, + "memoryEfficiency": 0.809478759765625, + "cpuCount": 12, + "cpuLoad": 0.3028971354166667, + "platform": "darwin", + "uptime": 236955 + }, + { + "timestamp": 1764872961566, + "memoryTotal": 34359738368, + "memoryUsed": 34238873600, + "memoryFree": 120864768, + "memoryUsagePercent": 99.64823722839355, + "memoryEfficiency": 0.3517627716064453, + "cpuCount": 12, + "cpuLoad": 0.33056640625, + "platform": "darwin", + "uptime": 236985 + }, + { + "timestamp": 1764872991567, + "memoryTotal": 34359738368, + "memoryUsed": 34283585536, + "memoryFree": 76152832, + "memoryUsagePercent": 99.77836608886719, + "memoryEfficiency": 0.2216339111328125, + "cpuCount": 12, + "cpuLoad": 0.285888671875, + "platform": "darwin", + "uptime": 237015 + }, + { + "timestamp": 1764873021568, + "memoryTotal": 34359738368, + "memoryUsed": 34282061824, + "memoryFree": 77676544, + "memoryUsagePercent": 99.7739315032959, + "memoryEfficiency": 0.22606849670410156, + "cpuCount": 12, + "cpuLoad": 0.2818603515625, + "platform": "darwin", + "uptime": 237045 + }, + { + "timestamp": 1764873051568, + "memoryTotal": 34359738368, + "memoryUsed": 34263957504, + "memoryFree": 95780864, + "memoryUsagePercent": 99.72124099731445, + "memoryEfficiency": 0.2787590026855469, + "cpuCount": 12, + "cpuLoad": 0.288330078125, + "platform": "darwin", + "uptime": 237075 + }, + { + "timestamp": 1764873081568, + "memoryTotal": 34359738368, + "memoryUsed": 34222358528, + "memoryFree": 137379840, + "memoryUsagePercent": 99.60017204284668, + "memoryEfficiency": 0.3998279571533203, + "cpuCount": 12, + "cpuLoad": 0.25830078125, + "platform": "darwin", + "uptime": 237105 + }, + { + "timestamp": 1764873111569, + "memoryTotal": 34359738368, + "memoryUsed": 34274394112, + "memoryFree": 85344256, + "memoryUsagePercent": 99.75161552429199, + "memoryEfficiency": 0.2483844757080078, + "cpuCount": 12, + "cpuLoad": 0.2548421223958333, + "platform": "darwin", + "uptime": 237135 + }, + { + "timestamp": 1764873141572, + "memoryTotal": 34359738368, + "memoryUsed": 34270363648, + "memoryFree": 89374720, + "memoryUsagePercent": 99.7398853302002, + "memoryEfficiency": 0.2601146697998047, + "cpuCount": 12, + "cpuLoad": 0.247314453125, + "platform": "darwin", + "uptime": 237165 + }, + { + "timestamp": 1764873171575, + "memoryTotal": 34359738368, + "memoryUsed": 34282979328, + "memoryFree": 76759040, + "memoryUsagePercent": 99.77660179138184, + "memoryEfficiency": 0.22339820861816406, + "cpuCount": 12, + "cpuLoad": 0.20633951822916666, + "platform": "darwin", + "uptime": 237195 + }, + { + "timestamp": 1764873201576, + "memoryTotal": 34359738368, + "memoryUsed": 34232844288, + "memoryFree": 126894080, + "memoryUsagePercent": 99.63068962097168, + "memoryEfficiency": 0.3693103790283203, + "cpuCount": 12, + "cpuLoad": 0.1982421875, + "platform": "darwin", + "uptime": 237225 + }, + { + "timestamp": 1764873231576, + "memoryTotal": 34359738368, + "memoryUsed": 34286370816, + "memoryFree": 73367552, + "memoryUsagePercent": 99.78647232055664, + "memoryEfficiency": 0.21352767944335938, + "cpuCount": 12, + "cpuLoad": 0.19026692708333334, + "platform": "darwin", + "uptime": 237255 + }, + { + "timestamp": 1764873261577, + "memoryTotal": 34359738368, + "memoryUsed": 34151088128, + "memoryFree": 208650240, + "memoryUsagePercent": 99.39274787902832, + "memoryEfficiency": 0.6072521209716797, + "cpuCount": 12, + "cpuLoad": 0.20194498697916666, + "platform": "darwin", + "uptime": 237285 + }, + { + "timestamp": 1764873291578, + "memoryTotal": 34359738368, + "memoryUsed": 34197880832, + "memoryFree": 161857536, + "memoryUsagePercent": 99.52893257141113, + "memoryEfficiency": 0.4710674285888672, + "cpuCount": 12, + "cpuLoad": 0.2001953125, + "platform": "darwin", + "uptime": 237315 + }, + { + "timestamp": 1764873321578, + "memoryTotal": 34359738368, + "memoryUsed": 34212823040, + "memoryFree": 146915328, + "memoryUsagePercent": 99.57242012023926, + "memoryEfficiency": 0.4275798797607422, + "cpuCount": 12, + "cpuLoad": 0.18697102864583334, + "platform": "darwin", + "uptime": 237345 + }, + { + "timestamp": 1764873351580, + "memoryTotal": 34359738368, + "memoryUsed": 34195292160, + "memoryFree": 164446208, + "memoryUsagePercent": 99.52139854431152, + "memoryEfficiency": 0.47860145568847656, + "cpuCount": 12, + "cpuLoad": 0.2020263671875, + "platform": "darwin", + "uptime": 237375 + }, + { + "timestamp": 1764873381582, + "memoryTotal": 34359738368, + "memoryUsed": 34163638272, + "memoryFree": 196100096, + "memoryUsagePercent": 99.42927360534668, + "memoryEfficiency": 0.5707263946533203, + "cpuCount": 12, + "cpuLoad": 0.2080078125, + "platform": "darwin", + "uptime": 237405 + }, + { + "timestamp": 1764873411582, + "memoryTotal": 34359738368, + "memoryUsed": 34207203328, + "memoryFree": 152535040, + "memoryUsagePercent": 99.55606460571289, + "memoryEfficiency": 0.4439353942871094, + "cpuCount": 12, + "cpuLoad": 0.236328125, + "platform": "darwin", + "uptime": 237435 + }, + { + "timestamp": 1764873441584, + "memoryTotal": 34359738368, + "memoryUsed": 34243362816, + "memoryFree": 116375552, + "memoryUsagePercent": 99.66130256652832, + "memoryEfficiency": 0.3386974334716797, + "cpuCount": 12, + "cpuLoad": 0.2330322265625, + "platform": "darwin", + "uptime": 237465 + }, + { + "timestamp": 1764873471586, + "memoryTotal": 34359738368, + "memoryUsed": 34291728384, + "memoryFree": 68009984, + "memoryUsagePercent": 99.80206489562988, + "memoryEfficiency": 0.1979351043701172, + "cpuCount": 12, + "cpuLoad": 0.2232666015625, + "platform": "darwin", + "uptime": 237495 + }, + { + "timestamp": 1764873501589, + "memoryTotal": 34359738368, + "memoryUsed": 34168487936, + "memoryFree": 191250432, + "memoryUsagePercent": 99.44338798522949, + "memoryEfficiency": 0.5566120147705078, + "cpuCount": 12, + "cpuLoad": 0.21736653645833334, + "platform": "darwin", + "uptime": 237525 + }, + { + "timestamp": 1764873531591, + "memoryTotal": 34359738368, + "memoryUsed": 34255994880, + "memoryFree": 103743488, + "memoryUsagePercent": 99.69806671142578, + "memoryEfficiency": 0.30193328857421875, + "cpuCount": 12, + "cpuLoad": 0.1849365234375, + "platform": "darwin", + "uptime": 237555 + }, + { + "timestamp": 1764873561593, + "memoryTotal": 34359738368, + "memoryUsed": 34283257856, + "memoryFree": 76480512, + "memoryUsagePercent": 99.77741241455078, + "memoryEfficiency": 0.22258758544921875, + "cpuCount": 12, + "cpuLoad": 0.17903645833333334, + "platform": "darwin", + "uptime": 237585 + }, + { + "timestamp": 1764873591594, + "memoryTotal": 34359738368, + "memoryUsed": 34278817792, + "memoryFree": 80920576, + "memoryUsagePercent": 99.76449012756348, + "memoryEfficiency": 0.23550987243652344, + "cpuCount": 12, + "cpuLoad": 0.19059244791666666, + "platform": "darwin", + "uptime": 237615 + }, + { + "timestamp": 1764873621596, + "memoryTotal": 34359738368, + "memoryUsed": 34292170752, + "memoryFree": 67567616, + "memoryUsagePercent": 99.80335235595703, + "memoryEfficiency": 0.19664764404296875, + "cpuCount": 12, + "cpuLoad": 0.1787109375, + "platform": "darwin", + "uptime": 237645 + }, + { + "timestamp": 1764873651597, + "memoryTotal": 34359738368, + "memoryUsed": 34264907776, + "memoryFree": 94830592, + "memoryUsagePercent": 99.72400665283203, + "memoryEfficiency": 0.27599334716796875, + "cpuCount": 12, + "cpuLoad": 0.16438802083333334, + "platform": "darwin", + "uptime": 237675 + }, + { + "timestamp": 1764873681597, + "memoryTotal": 34359738368, + "memoryUsed": 34289975296, + "memoryFree": 69763072, + "memoryUsagePercent": 99.79696273803711, + "memoryEfficiency": 0.20303726196289062, + "cpuCount": 12, + "cpuLoad": 0.24845377604166666, + "platform": "darwin", + "uptime": 237705 + }, + { + "timestamp": 1764873711598, + "memoryTotal": 34359738368, + "memoryUsed": 34269249536, + "memoryFree": 90488832, + "memoryUsagePercent": 99.73664283752441, + "memoryEfficiency": 0.26335716247558594, + "cpuCount": 12, + "cpuLoad": 0.24483235677083334, + "platform": "darwin", + "uptime": 237735 + }, + { + "timestamp": 1764873741601, + "memoryTotal": 34359738368, + "memoryUsed": 34243477504, + "memoryFree": 116260864, + "memoryUsagePercent": 99.66163635253906, + "memoryEfficiency": 0.3383636474609375, + "cpuCount": 12, + "cpuLoad": 0.19340006510416666, + "platform": "darwin", + "uptime": 237765 + }, + { + "timestamp": 1764873771603, + "memoryTotal": 34359738368, + "memoryUsed": 34241462272, + "memoryFree": 118276096, + "memoryUsagePercent": 99.65577125549316, + "memoryEfficiency": 0.34422874450683594, + "cpuCount": 12, + "cpuLoad": 0.1871337890625, + "platform": "darwin", + "uptime": 237795 + }, + { + "timestamp": 1764873801604, + "memoryTotal": 34359738368, + "memoryUsed": 34220556288, + "memoryFree": 139182080, + "memoryUsagePercent": 99.59492683410645, + "memoryEfficiency": 0.4050731658935547, + "cpuCount": 12, + "cpuLoad": 0.171630859375, + "platform": "darwin", + "uptime": 237825 + }, + { + "timestamp": 1764873831606, + "memoryTotal": 34359738368, + "memoryUsed": 34285633536, + "memoryFree": 74104832, + "memoryUsagePercent": 99.78432655334473, + "memoryEfficiency": 0.21567344665527344, + "cpuCount": 12, + "cpuLoad": 0.2684733072916667, + "platform": "darwin", + "uptime": 237855 + }, + { + "timestamp": 1764873861608, + "memoryTotal": 34359738368, + "memoryUsed": 34293727232, + "memoryFree": 66011136, + "memoryUsagePercent": 99.80788230895996, + "memoryEfficiency": 0.19211769104003906, + "cpuCount": 12, + "cpuLoad": 0.20731608072916666, + "platform": "darwin", + "uptime": 237885 + }, + { + "timestamp": 1764873891610, + "memoryTotal": 34359738368, + "memoryUsed": 34242756608, + "memoryFree": 116981760, + "memoryUsagePercent": 99.65953826904297, + "memoryEfficiency": 0.34046173095703125, + "cpuCount": 12, + "cpuLoad": 0.19523111979166666, + "platform": "darwin", + "uptime": 237915 + }, + { + "timestamp": 1764873921612, + "memoryTotal": 34359738368, + "memoryUsed": 34292793344, + "memoryFree": 66945024, + "memoryUsagePercent": 99.8051643371582, + "memoryEfficiency": 0.19483566284179688, + "cpuCount": 12, + "cpuLoad": 0.18798828125, + "platform": "darwin", + "uptime": 237945 + }, + { + "timestamp": 1764873951614, + "memoryTotal": 34359738368, + "memoryUsed": 34285371392, + "memoryFree": 74366976, + "memoryUsagePercent": 99.7835636138916, + "memoryEfficiency": 0.21643638610839844, + "cpuCount": 12, + "cpuLoad": 0.22298177083333334, + "platform": "darwin", + "uptime": 237975 + }, + { + "timestamp": 1764873981615, + "memoryTotal": 34359738368, + "memoryUsed": 34236760064, + "memoryFree": 122978304, + "memoryUsagePercent": 99.64208602905273, + "memoryEfficiency": 0.3579139709472656, + "cpuCount": 12, + "cpuLoad": 0.19026692708333334, + "platform": "darwin", + "uptime": 238005 + }, + { + "timestamp": 1764874011616, + "memoryTotal": 34359738368, + "memoryUsed": 34272477184, + "memoryFree": 87261184, + "memoryUsagePercent": 99.74603652954102, + "memoryEfficiency": 0.2539634704589844, + "cpuCount": 12, + "cpuLoad": 0.17423502604166666, + "platform": "darwin", + "uptime": 238035 + }, + { + "timestamp": 1764874041618, + "memoryTotal": 34359738368, + "memoryUsed": 34275737600, + "memoryFree": 84000768, + "memoryUsagePercent": 99.75552558898926, + "memoryEfficiency": 0.2444744110107422, + "cpuCount": 12, + "cpuLoad": 0.1966552734375, + "platform": "darwin", + "uptime": 238065 + }, + { + "timestamp": 1764874071618, + "memoryTotal": 34359738368, + "memoryUsed": 34185117696, + "memoryFree": 174620672, + "memoryUsagePercent": 99.49178695678711, + "memoryEfficiency": 0.5082130432128906, + "cpuCount": 12, + "cpuLoad": 0.1746826171875, + "platform": "darwin", + "uptime": 238095 + }, + { + "timestamp": 1764874101618, + "memoryTotal": 34359738368, + "memoryUsed": 34205925376, + "memoryFree": 153812992, + "memoryUsagePercent": 99.5523452758789, + "memoryEfficiency": 0.44765472412109375, + "cpuCount": 12, + "cpuLoad": 0.17708333333333334, + "platform": "darwin", + "uptime": 238125 + }, + { + "timestamp": 1764874131620, + "memoryTotal": 34359738368, + "memoryUsed": 34237775872, + "memoryFree": 121962496, + "memoryUsagePercent": 99.6450424194336, + "memoryEfficiency": 0.35495758056640625, + "cpuCount": 12, + "cpuLoad": 0.23722330729166666, + "platform": "darwin", + "uptime": 238155 + }, + { + "timestamp": 1764874161620, + "memoryTotal": 34359738368, + "memoryUsed": 34280243200, + "memoryFree": 79495168, + "memoryUsagePercent": 99.76863861083984, + "memoryEfficiency": 0.23136138916015625, + "cpuCount": 12, + "cpuLoad": 0.2757975260416667, + "platform": "darwin", + "uptime": 238185 + }, + { + "timestamp": 1764874191622, + "memoryTotal": 34359738368, + "memoryUsed": 34261565440, + "memoryFree": 98172928, + "memoryUsagePercent": 99.71427917480469, + "memoryEfficiency": 0.2857208251953125, + "cpuCount": 12, + "cpuLoad": 0.291015625, + "platform": "darwin", + "uptime": 238215 + }, + { + "timestamp": 1764874221624, + "memoryTotal": 34359738368, + "memoryUsed": 34263564288, + "memoryFree": 96174080, + "memoryUsagePercent": 99.72009658813477, + "memoryEfficiency": 0.2799034118652344, + "cpuCount": 12, + "cpuLoad": 0.2565511067708333, + "platform": "darwin", + "uptime": 238245 + }, + { + "timestamp": 1764874251625, + "memoryTotal": 34359738368, + "memoryUsed": 34275180544, + "memoryFree": 84557824, + "memoryUsagePercent": 99.75390434265137, + "memoryEfficiency": 0.2460956573486328, + "cpuCount": 12, + "cpuLoad": 0.20784505208333334, + "platform": "darwin", + "uptime": 238275 + }, + { + "timestamp": 1764874281628, + "memoryTotal": 34359738368, + "memoryUsed": 34293104640, + "memoryFree": 66633728, + "memoryUsagePercent": 99.80607032775879, + "memoryEfficiency": 0.19392967224121094, + "cpuCount": 12, + "cpuLoad": 0.18318684895833334, + "platform": "darwin", + "uptime": 238305 + }, + { + "timestamp": 1764874311630, + "memoryTotal": 34359738368, + "memoryUsed": 34291810304, + "memoryFree": 67928064, + "memoryUsagePercent": 99.80230331420898, + "memoryEfficiency": 0.19769668579101562, + "cpuCount": 12, + "cpuLoad": 0.18570963541666666, + "platform": "darwin", + "uptime": 238335 + }, + { + "timestamp": 1764874341631, + "memoryTotal": 34359738368, + "memoryUsed": 34207809536, + "memoryFree": 151928832, + "memoryUsagePercent": 99.55782890319824, + "memoryEfficiency": 0.4421710968017578, + "cpuCount": 12, + "cpuLoad": 0.18855794270833334, + "platform": "darwin", + "uptime": 238365 + }, + { + "timestamp": 1764874371632, + "memoryTotal": 34359738368, + "memoryUsed": 34259943424, + "memoryFree": 99794944, + "memoryUsagePercent": 99.70955848693848, + "memoryEfficiency": 0.29044151306152344, + "cpuCount": 12, + "cpuLoad": 0.19283040364583334, + "platform": "darwin", + "uptime": 238395 + }, + { + "timestamp": 1764874401635, + "memoryTotal": 34359738368, + "memoryUsed": 34292891648, + "memoryFree": 66846720, + "memoryUsagePercent": 99.80545043945312, + "memoryEfficiency": 0.194549560546875, + "cpuCount": 12, + "cpuLoad": 0.21394856770833334, + "platform": "darwin", + "uptime": 238425 + }, + { + "timestamp": 1764874431636, + "memoryTotal": 34359738368, + "memoryUsed": 34179481600, + "memoryFree": 180256768, + "memoryUsagePercent": 99.47538375854492, + "memoryEfficiency": 0.5246162414550781, + "cpuCount": 12, + "cpuLoad": 0.248291015625, + "platform": "darwin", + "uptime": 238455 + }, + { + "timestamp": 1764874461638, + "memoryTotal": 34359738368, + "memoryUsed": 34250915840, + "memoryFree": 108822528, + "memoryUsagePercent": 99.68328475952148, + "memoryEfficiency": 0.3167152404785156, + "cpuCount": 12, + "cpuLoad": 0.3323974609375, + "platform": "darwin", + "uptime": 238485 + }, + { + "timestamp": 1764874491639, + "memoryTotal": 34359738368, + "memoryUsed": 34275016704, + "memoryFree": 84721664, + "memoryUsagePercent": 99.75342750549316, + "memoryEfficiency": 0.24657249450683594, + "cpuCount": 12, + "cpuLoad": 0.3395589192708333, + "platform": "darwin", + "uptime": 238515 + }, + { + "timestamp": 1764874521640, + "memoryTotal": 34359738368, + "memoryUsed": 34272657408, + "memoryFree": 87080960, + "memoryUsagePercent": 99.74656105041504, + "memoryEfficiency": 0.25343894958496094, + "cpuCount": 12, + "cpuLoad": 0.2945963541666667, + "platform": "darwin", + "uptime": 238545 + }, + { + "timestamp": 1764874551643, + "memoryTotal": 34359738368, + "memoryUsed": 34297282560, + "memoryFree": 62455808, + "memoryUsagePercent": 99.81822967529297, + "memoryEfficiency": 0.18177032470703125, + "cpuCount": 12, + "cpuLoad": 0.2656656901041667, + "platform": "darwin", + "uptime": 238575 + }, + { + "timestamp": 1764874581644, + "memoryTotal": 34359738368, + "memoryUsed": 34289188864, + "memoryFree": 70549504, + "memoryUsagePercent": 99.79467391967773, + "memoryEfficiency": 0.20532608032226562, + "cpuCount": 12, + "cpuLoad": 0.23628743489583334, + "platform": "darwin", + "uptime": 238605 + }, + { + "timestamp": 1764874611645, + "memoryTotal": 34359738368, + "memoryUsed": 34275999744, + "memoryFree": 83738624, + "memoryUsagePercent": 99.75628852844238, + "memoryEfficiency": 0.2437114715576172, + "cpuCount": 12, + "cpuLoad": 0.22530110677083334, + "platform": "darwin", + "uptime": 238635 + }, + { + "timestamp": 1764874641647, + "memoryTotal": 34359738368, + "memoryUsed": 34269396992, + "memoryFree": 90341376, + "memoryUsagePercent": 99.7370719909668, + "memoryEfficiency": 0.2629280090332031, + "cpuCount": 12, + "cpuLoad": 0.18684895833333334, + "platform": "darwin", + "uptime": 238665 + }, + { + "timestamp": 1764874671649, + "memoryTotal": 34359738368, + "memoryUsed": 34285748224, + "memoryFree": 73990144, + "memoryUsagePercent": 99.78466033935547, + "memoryEfficiency": 0.21533966064453125, + "cpuCount": 12, + "cpuLoad": 0.17781575520833334, + "platform": "darwin", + "uptime": 238695 + }, + { + "timestamp": 1764874701651, + "memoryTotal": 34359738368, + "memoryUsed": 34291056640, + "memoryFree": 68681728, + "memoryUsagePercent": 99.80010986328125, + "memoryEfficiency": 0.19989013671875, + "cpuCount": 12, + "cpuLoad": 0.14567057291666666, + "platform": "darwin", + "uptime": 238725 + }, + { + "timestamp": 1764874731653, + "memoryTotal": 34359738368, + "memoryUsed": 34289221632, + "memoryFree": 70516736, + "memoryUsagePercent": 99.79476928710938, + "memoryEfficiency": 0.205230712890625, + "cpuCount": 12, + "cpuLoad": 0.16650390625, + "platform": "darwin", + "uptime": 238755 + }, + { + "timestamp": 1764874761654, + "memoryTotal": 34359738368, + "memoryUsed": 34183299072, + "memoryFree": 176439296, + "memoryUsagePercent": 99.48649406433105, + "memoryEfficiency": 0.5135059356689453, + "cpuCount": 12, + "cpuLoad": 0.17867024739583334, + "platform": "darwin", + "uptime": 238785 + }, + { + "timestamp": 1764874791654, + "memoryTotal": 34359738368, + "memoryUsed": 34228436992, + "memoryFree": 131301376, + "memoryUsagePercent": 99.61786270141602, + "memoryEfficiency": 0.3821372985839844, + "cpuCount": 12, + "cpuLoad": 0.17333984375, + "platform": "darwin", + "uptime": 238815 + }, + { + "timestamp": 1764874821655, + "memoryTotal": 34359738368, + "memoryUsed": 34285453312, + "memoryFree": 74285056, + "memoryUsagePercent": 99.7838020324707, + "memoryEfficiency": 0.21619796752929688, + "cpuCount": 12, + "cpuLoad": 0.19189453125, + "platform": "darwin", + "uptime": 238845 + }, + { + "timestamp": 1764874851657, + "memoryTotal": 34359738368, + "memoryUsed": 34254700544, + "memoryFree": 105037824, + "memoryUsagePercent": 99.69429969787598, + "memoryEfficiency": 0.30570030212402344, + "cpuCount": 12, + "cpuLoad": 0.1768798828125, + "platform": "darwin", + "uptime": 238875 + }, + { + "timestamp": 1764874881659, + "memoryTotal": 34359738368, + "memoryUsed": 34233040896, + "memoryFree": 126697472, + "memoryUsagePercent": 99.63126182556152, + "memoryEfficiency": 0.36873817443847656, + "cpuCount": 12, + "cpuLoad": 0.160400390625, + "platform": "darwin", + "uptime": 238905 + }, + { + "timestamp": 1764874911659, + "memoryTotal": 34359738368, + "memoryUsed": 34207416320, + "memoryFree": 152322048, + "memoryUsagePercent": 99.55668449401855, + "memoryEfficiency": 0.4433155059814453, + "cpuCount": 12, + "cpuLoad": 0.194091796875, + "platform": "darwin", + "uptime": 238935 + }, + { + "timestamp": 1764874941661, + "memoryTotal": 34359738368, + "memoryUsed": 34151038976, + "memoryFree": 208699392, + "memoryUsagePercent": 99.39260482788086, + "memoryEfficiency": 0.6073951721191406, + "cpuCount": 12, + "cpuLoad": 0.21256510416666666, + "platform": "darwin", + "uptime": 238965 + }, + { + "timestamp": 1764874971663, + "memoryTotal": 34359738368, + "memoryUsed": 34219737088, + "memoryFree": 140001280, + "memoryUsagePercent": 99.59254264831543, + "memoryEfficiency": 0.4074573516845703, + "cpuCount": 12, + "cpuLoad": 0.183837890625, + "platform": "darwin", + "uptime": 238995 + }, + { + "timestamp": 1764875001664, + "memoryTotal": 34359738368, + "memoryUsed": 34234892288, + "memoryFree": 124846080, + "memoryUsagePercent": 99.63665008544922, + "memoryEfficiency": 0.36334991455078125, + "cpuCount": 12, + "cpuLoad": 0.17146809895833334, + "platform": "darwin", + "uptime": 239025 + }, + { + "timestamp": 1764875031666, + "memoryTotal": 34359738368, + "memoryUsed": 34262777856, + "memoryFree": 96960512, + "memoryUsagePercent": 99.71780776977539, + "memoryEfficiency": 0.2821922302246094, + "cpuCount": 12, + "cpuLoad": 0.16398111979166666, + "platform": "darwin", + "uptime": 239055 + }, + { + "timestamp": 1764875061667, + "memoryTotal": 34359738368, + "memoryUsed": 34163605504, + "memoryFree": 196132864, + "memoryUsagePercent": 99.42917823791504, + "memoryEfficiency": 0.5708217620849609, + "cpuCount": 12, + "cpuLoad": 0.15865071614583334, + "platform": "darwin", + "uptime": 239085 + }, + { + "timestamp": 1764875091667, + "memoryTotal": 34359738368, + "memoryUsed": 34262532096, + "memoryFree": 97206272, + "memoryUsagePercent": 99.71709251403809, + "memoryEfficiency": 0.28290748596191406, + "cpuCount": 12, + "cpuLoad": 0.1455078125, + "platform": "darwin", + "uptime": 239115 + }, + { + "timestamp": 1764875121669, + "memoryTotal": 34359738368, + "memoryUsed": 34225782784, + "memoryFree": 133955584, + "memoryUsagePercent": 99.61013793945312, + "memoryEfficiency": 0.389862060546875, + "cpuCount": 12, + "cpuLoad": 0.26318359375, + "platform": "darwin", + "uptime": 239145 + }, + { + "timestamp": 1764875151671, + "memoryTotal": 34359738368, + "memoryUsed": 34245623808, + "memoryFree": 114114560, + "memoryUsagePercent": 99.66788291931152, + "memoryEfficiency": 0.33211708068847656, + "cpuCount": 12, + "cpuLoad": 0.23824055989583334, + "platform": "darwin", + "uptime": 239175 + }, + { + "timestamp": 1764875181672, + "memoryTotal": 34359738368, + "memoryUsed": 34179809280, + "memoryFree": 179929088, + "memoryUsagePercent": 99.47633743286133, + "memoryEfficiency": 0.5236625671386719, + "cpuCount": 12, + "cpuLoad": 0.22135416666666666, + "platform": "darwin", + "uptime": 239205 + }, + { + "timestamp": 1764875211673, + "memoryTotal": 34359738368, + "memoryUsed": 34271100928, + "memoryFree": 88637440, + "memoryUsagePercent": 99.74203109741211, + "memoryEfficiency": 0.2579689025878906, + "cpuCount": 12, + "cpuLoad": 0.2374267578125, + "platform": "darwin", + "uptime": 239235 + }, + { + "timestamp": 1764875241675, + "memoryTotal": 34359738368, + "memoryUsed": 34227322880, + "memoryFree": 132415488, + "memoryUsagePercent": 99.61462020874023, + "memoryEfficiency": 0.3853797912597656, + "cpuCount": 12, + "cpuLoad": 0.2625325520833333, + "platform": "darwin", + "uptime": 239265 + }, + { + "timestamp": 1764875271676, + "memoryTotal": 34359738368, + "memoryUsed": 34238676992, + "memoryFree": 121061376, + "memoryUsagePercent": 99.64766502380371, + "memoryEfficiency": 0.35233497619628906, + "cpuCount": 12, + "cpuLoad": 0.2176513671875, + "platform": "darwin", + "uptime": 239295 + }, + { + "timestamp": 1764875301676, + "memoryTotal": 34359738368, + "memoryUsed": 34245214208, + "memoryFree": 114524160, + "memoryUsagePercent": 99.66669082641602, + "memoryEfficiency": 0.3333091735839844, + "cpuCount": 12, + "cpuLoad": 0.20829264322916666, + "platform": "darwin", + "uptime": 239325 + }, + { + "timestamp": 1764875331676, + "memoryTotal": 34359738368, + "memoryUsed": 34256617472, + "memoryFree": 103120896, + "memoryUsagePercent": 99.69987869262695, + "memoryEfficiency": 0.3001213073730469, + "cpuCount": 12, + "cpuLoad": 0.16898600260416666, + "platform": "darwin", + "uptime": 239355 + }, + { + "timestamp": 1764875361676, + "memoryTotal": 34359738368, + "memoryUsed": 34181447680, + "memoryFree": 178290688, + "memoryUsagePercent": 99.48110580444336, + "memoryEfficiency": 0.5188941955566406, + "cpuCount": 12, + "cpuLoad": 0.1612548828125, + "platform": "darwin", + "uptime": 239385 + }, + { + "timestamp": 1764875391677, + "memoryTotal": 34359738368, + "memoryUsed": 34221588480, + "memoryFree": 138149888, + "memoryUsagePercent": 99.59793090820312, + "memoryEfficiency": 0.402069091796875, + "cpuCount": 12, + "cpuLoad": 0.13045247395833334, + "platform": "darwin", + "uptime": 239415 + }, + { + "timestamp": 1764875421679, + "memoryTotal": 34359738368, + "memoryUsed": 34243592192, + "memoryFree": 116146176, + "memoryUsagePercent": 99.6619701385498, + "memoryEfficiency": 0.3380298614501953, + "cpuCount": 12, + "cpuLoad": 0.152099609375, + "platform": "darwin", + "uptime": 239445 + }, + { + "timestamp": 1764875451679, + "memoryTotal": 34359738368, + "memoryUsed": 34232516608, + "memoryFree": 127221760, + "memoryUsagePercent": 99.62973594665527, + "memoryEfficiency": 0.37026405334472656, + "cpuCount": 12, + "cpuLoad": 0.16410319010416666, + "platform": "darwin", + "uptime": 239475 + }, + { + "timestamp": 1764875481681, + "memoryTotal": 34359738368, + "memoryUsed": 34160246784, + "memoryFree": 199491584, + "memoryUsagePercent": 99.41940307617188, + "memoryEfficiency": 0.580596923828125, + "cpuCount": 12, + "cpuLoad": 0.3133138020833333, + "platform": "darwin", + "uptime": 239505 + }, + { + "timestamp": 1764875511683, + "memoryTotal": 34359738368, + "memoryUsed": 34227699712, + "memoryFree": 132038656, + "memoryUsagePercent": 99.6157169342041, + "memoryEfficiency": 0.38428306579589844, + "cpuCount": 12, + "cpuLoad": 0.232177734375, + "platform": "darwin", + "uptime": 239535 + }, + { + "timestamp": 1764875541685, + "memoryTotal": 34359738368, + "memoryUsed": 34293628928, + "memoryFree": 66109440, + "memoryUsagePercent": 99.80759620666504, + "memoryEfficiency": 0.19240379333496094, + "cpuCount": 12, + "cpuLoad": 0.259765625, + "platform": "darwin", + "uptime": 239565 + }, + { + "timestamp": 1764875571686, + "memoryTotal": 34359738368, + "memoryUsed": 34048360448, + "memoryFree": 311377920, + "memoryUsagePercent": 99.09377098083496, + "memoryEfficiency": 0.9062290191650391, + "cpuCount": 12, + "cpuLoad": 0.22513834635416666, + "platform": "darwin", + "uptime": 239595 + }, + { + "timestamp": 1764875601688, + "memoryTotal": 34359738368, + "memoryUsed": 34204680192, + "memoryFree": 155058176, + "memoryUsagePercent": 99.54872131347656, + "memoryEfficiency": 0.4512786865234375, + "cpuCount": 12, + "cpuLoad": 0.1951904296875, + "platform": "darwin", + "uptime": 239625 + }, + { + "timestamp": 1764875631688, + "memoryTotal": 34359738368, + "memoryUsed": 34225848320, + "memoryFree": 133890048, + "memoryUsagePercent": 99.6103286743164, + "memoryEfficiency": 0.38967132568359375, + "cpuCount": 12, + "cpuLoad": 0.1676025390625, + "platform": "darwin", + "uptime": 239655 + }, + { + "timestamp": 1764875661691, + "memoryTotal": 34359738368, + "memoryUsed": 34180251648, + "memoryFree": 179486720, + "memoryUsagePercent": 99.47762489318848, + "memoryEfficiency": 0.5223751068115234, + "cpuCount": 12, + "cpuLoad": 0.12300618489583333, + "platform": "darwin", + "uptime": 239685 + }, + { + "timestamp": 1764875691691, + "memoryTotal": 34359738368, + "memoryUsed": 34186903552, + "memoryFree": 172834816, + "memoryUsagePercent": 99.49698448181152, + "memoryEfficiency": 0.5030155181884766, + "cpuCount": 12, + "cpuLoad": 0.1116943359375, + "platform": "darwin", + "uptime": 239715 + }, + { + "timestamp": 1764875721691, + "memoryTotal": 34359738368, + "memoryUsed": 34206515200, + "memoryFree": 153223168, + "memoryUsagePercent": 99.55406188964844, + "memoryEfficiency": 0.4459381103515625, + "cpuCount": 12, + "cpuLoad": 0.07755533854166667, + "platform": "darwin", + "uptime": 239745 + }, + { + "timestamp": 1764875751696, + "memoryTotal": 34359738368, + "memoryUsed": 34291859456, + "memoryFree": 67878912, + "memoryUsagePercent": 99.80244636535645, + "memoryEfficiency": 0.1975536346435547, + "cpuCount": 12, + "cpuLoad": 0.08756510416666667, + "platform": "darwin", + "uptime": 239775 + }, + { + "timestamp": 1764875781702, + "memoryTotal": 34359738368, + "memoryUsed": 34253996032, + "memoryFree": 105742336, + "memoryUsagePercent": 99.6922492980957, + "memoryEfficiency": 0.3077507019042969, + "cpuCount": 12, + "cpuLoad": 0.14213053385416666, + "platform": "darwin", + "uptime": 239805 + }, + { + "timestamp": 1764875811705, + "memoryTotal": 34359738368, + "memoryUsed": 34219573248, + "memoryFree": 140165120, + "memoryUsagePercent": 99.59206581115723, + "memoryEfficiency": 0.40793418884277344, + "cpuCount": 12, + "cpuLoad": 0.2186279296875, + "platform": "darwin", + "uptime": 239835 + }, + { + "timestamp": 1764875841706, + "memoryTotal": 34359738368, + "memoryUsed": 34251800576, + "memoryFree": 107937792, + "memoryUsagePercent": 99.68585968017578, + "memoryEfficiency": 0.31414031982421875, + "cpuCount": 12, + "cpuLoad": 0.18583170572916666, + "platform": "darwin", + "uptime": 239865 + }, + { + "timestamp": 1764875871708, + "memoryTotal": 34359738368, + "memoryUsed": 34200092672, + "memoryFree": 159645696, + "memoryUsagePercent": 99.53536987304688, + "memoryEfficiency": 0.464630126953125, + "cpuCount": 12, + "cpuLoad": 0.3358561197916667, + "platform": "darwin", + "uptime": 239895 + }, + { + "timestamp": 1764875901709, + "memoryTotal": 34359738368, + "memoryUsed": 34248015872, + "memoryFree": 111722496, + "memoryUsagePercent": 99.67484474182129, + "memoryEfficiency": 0.32515525817871094, + "cpuCount": 12, + "cpuLoad": 0.2906901041666667, + "platform": "darwin", + "uptime": 239925 + }, + { + "timestamp": 1764875931709, + "memoryTotal": 34359738368, + "memoryUsed": 34227978240, + "memoryFree": 131760128, + "memoryUsagePercent": 99.61652755737305, + "memoryEfficiency": 0.3834724426269531, + "cpuCount": 12, + "cpuLoad": 0.22782389322916666, + "platform": "darwin", + "uptime": 239955 + }, + { + "timestamp": 1764875961711, + "memoryTotal": 34359738368, + "memoryUsed": 34252996608, + "memoryFree": 106741760, + "memoryUsagePercent": 99.68934059143066, + "memoryEfficiency": 0.31065940856933594, + "cpuCount": 12, + "cpuLoad": 0.274658203125, + "platform": "darwin", + "uptime": 239985 + }, + { + "timestamp": 1764875991713, + "memoryTotal": 34359738368, + "memoryUsed": 34242101248, + "memoryFree": 117637120, + "memoryUsagePercent": 99.65763092041016, + "memoryEfficiency": 0.34236907958984375, + "cpuCount": 12, + "cpuLoad": 0.298095703125, + "platform": "darwin", + "uptime": 240015 + }, + { + "timestamp": 1764876021716, + "memoryTotal": 34359738368, + "memoryUsed": 34255618048, + "memoryFree": 104120320, + "memoryUsagePercent": 99.69696998596191, + "memoryEfficiency": 0.30303001403808594, + "cpuCount": 12, + "cpuLoad": 0.21956380208333334, + "platform": "darwin", + "uptime": 240045 + }, + { + "timestamp": 1764876051718, + "memoryTotal": 34359738368, + "memoryUsed": 34245443584, + "memoryFree": 114294784, + "memoryUsagePercent": 99.6673583984375, + "memoryEfficiency": 0.3326416015625, + "cpuCount": 12, + "cpuLoad": 0.181884765625, + "platform": "darwin", + "uptime": 240075 + }, + { + "timestamp": 1764876081720, + "memoryTotal": 34359738368, + "memoryUsed": 34148401152, + "memoryFree": 211337216, + "memoryUsagePercent": 99.38492774963379, + "memoryEfficiency": 0.6150722503662109, + "cpuCount": 12, + "cpuLoad": 0.18558756510416666, + "platform": "darwin", + "uptime": 240105 + }, + { + "timestamp": 1764876111722, + "memoryTotal": 34359738368, + "memoryUsed": 34201927680, + "memoryFree": 157810688, + "memoryUsagePercent": 99.54071044921875, + "memoryEfficiency": 0.45928955078125, + "cpuCount": 12, + "cpuLoad": 0.16890462239583334, + "platform": "darwin", + "uptime": 240135 + }, + { + "timestamp": 1764876141723, + "memoryTotal": 34359738368, + "memoryUsed": 34287861760, + "memoryFree": 71876608, + "memoryUsagePercent": 99.79081153869629, + "memoryEfficiency": 0.20918846130371094, + "cpuCount": 12, + "cpuLoad": 0.2569580078125, + "platform": "darwin", + "uptime": 240165 + }, + { + "timestamp": 1764876171725, + "memoryTotal": 34359738368, + "memoryUsed": 34271690752, + "memoryFree": 88047616, + "memoryUsagePercent": 99.74374771118164, + "memoryEfficiency": 0.2562522888183594, + "cpuCount": 12, + "cpuLoad": 0.207275390625, + "platform": "darwin", + "uptime": 240195 + }, + { + "timestamp": 1764876201728, + "memoryTotal": 34359738368, + "memoryUsed": 34139160576, + "memoryFree": 220577792, + "memoryUsagePercent": 99.35803413391113, + "memoryEfficiency": 0.6419658660888672, + "cpuCount": 12, + "cpuLoad": 0.21455891927083334, + "platform": "darwin", + "uptime": 240225 + }, + { + "timestamp": 1764876231729, + "memoryTotal": 34359738368, + "memoryUsed": 34220834816, + "memoryFree": 138903552, + "memoryUsagePercent": 99.59573745727539, + "memoryEfficiency": 0.4042625427246094, + "cpuCount": 12, + "cpuLoad": 0.21675618489583334, + "platform": "darwin", + "uptime": 240255 + }, + { + "timestamp": 1764876261732, + "memoryTotal": 34359738368, + "memoryUsed": 34271969280, + "memoryFree": 87769088, + "memoryUsagePercent": 99.74455833435059, + "memoryEfficiency": 0.25544166564941406, + "cpuCount": 12, + "cpuLoad": 0.18660481770833334, + "platform": "darwin", + "uptime": 240285 + }, + { + "timestamp": 1764876291734, + "memoryTotal": 34359738368, + "memoryUsed": 34159198208, + "memoryFree": 200540160, + "memoryUsagePercent": 99.41635131835938, + "memoryEfficiency": 0.583648681640625, + "cpuCount": 12, + "cpuLoad": 0.19881184895833334, + "platform": "darwin", + "uptime": 240315 + }, + { + "timestamp": 1764876321736, + "memoryTotal": 34359738368, + "memoryUsed": 34176663552, + "memoryFree": 183074816, + "memoryUsagePercent": 99.46718215942383, + "memoryEfficiency": 0.5328178405761719, + "cpuCount": 12, + "cpuLoad": 0.21630859375, + "platform": "darwin", + "uptime": 240345 + }, + { + "timestamp": 1764876351738, + "memoryTotal": 34359738368, + "memoryUsed": 34247639040, + "memoryFree": 112099328, + "memoryUsagePercent": 99.67374801635742, + "memoryEfficiency": 0.3262519836425781, + "cpuCount": 12, + "cpuLoad": 0.23262532552083334, + "platform": "darwin", + "uptime": 240375 + }, + { + "timestamp": 1764876381739, + "memoryTotal": 34359738368, + "memoryUsed": 34291990528, + "memoryFree": 67747840, + "memoryUsagePercent": 99.80282783508301, + "memoryEfficiency": 0.1971721649169922, + "cpuCount": 12, + "cpuLoad": 0.20674641927083334, + "platform": "darwin", + "uptime": 240405 + }, + { + "timestamp": 1764876411741, + "memoryTotal": 34359738368, + "memoryUsed": 34246475776, + "memoryFree": 113262592, + "memoryUsagePercent": 99.67036247253418, + "memoryEfficiency": 0.3296375274658203, + "cpuCount": 12, + "cpuLoad": 0.181640625, + "platform": "darwin", + "uptime": 240435 + }, + { + "timestamp": 1764876441742, + "memoryTotal": 34359738368, + "memoryUsed": 34261336064, + "memoryFree": 98402304, + "memoryUsagePercent": 99.7136116027832, + "memoryEfficiency": 0.2863883972167969, + "cpuCount": 12, + "cpuLoad": 0.1817626953125, + "platform": "darwin", + "uptime": 240465 + }, + { + "timestamp": 1764876471744, + "memoryTotal": 34359738368, + "memoryUsed": 34253815808, + "memoryFree": 105922560, + "memoryUsagePercent": 99.69172477722168, + "memoryEfficiency": 0.3082752227783203, + "cpuCount": 12, + "cpuLoad": 0.23649088541666666, + "platform": "darwin", + "uptime": 240495 + }, + { + "timestamp": 1764876501745, + "memoryTotal": 34359738368, + "memoryUsed": 34269298688, + "memoryFree": 90439680, + "memoryUsagePercent": 99.73678588867188, + "memoryEfficiency": 0.263214111328125, + "cpuCount": 12, + "cpuLoad": 0.20650227864583334, + "platform": "darwin", + "uptime": 240525 + }, + { + "timestamp": 1764876531745, + "memoryTotal": 34359738368, + "memoryUsed": 34142126080, + "memoryFree": 217612288, + "memoryUsagePercent": 99.36666488647461, + "memoryEfficiency": 0.6333351135253906, + "cpuCount": 12, + "cpuLoad": 0.18172200520833334, + "platform": "darwin", + "uptime": 240555 + }, + { + "timestamp": 1764876561747, + "memoryTotal": 34359738368, + "memoryUsed": 34231697408, + "memoryFree": 128040960, + "memoryUsagePercent": 99.62735176086426, + "memoryEfficiency": 0.3726482391357422, + "cpuCount": 12, + "cpuLoad": 0.2332763671875, + "platform": "darwin", + "uptime": 240585 + }, + { + "timestamp": 1764876591749, + "memoryTotal": 34359738368, + "memoryUsed": 34229698560, + "memoryFree": 130039808, + "memoryUsagePercent": 99.62153434753418, + "memoryEfficiency": 0.3784656524658203, + "cpuCount": 12, + "cpuLoad": 0.21805826822916666, + "platform": "darwin", + "uptime": 240615 + }, + { + "timestamp": 1764876621749, + "memoryTotal": 34359738368, + "memoryUsed": 34285584384, + "memoryFree": 74153984, + "memoryUsagePercent": 99.78418350219727, + "memoryEfficiency": 0.21581649780273438, + "cpuCount": 12, + "cpuLoad": 0.20463053385416666, + "platform": "darwin", + "uptime": 240645 + }, + { + "timestamp": 1764876651749, + "memoryTotal": 34359738368, + "memoryUsed": 34248065024, + "memoryFree": 111673344, + "memoryUsagePercent": 99.67498779296875, + "memoryEfficiency": 0.32501220703125, + "cpuCount": 12, + "cpuLoad": 0.172607421875, + "platform": "darwin", + "uptime": 240675 + }, + { + "timestamp": 1764876681752, + "memoryTotal": 34359738368, + "memoryUsed": 34196930560, + "memoryFree": 162807808, + "memoryUsagePercent": 99.52616691589355, + "memoryEfficiency": 0.4738330841064453, + "cpuCount": 12, + "cpuLoad": 0.1746826171875, + "platform": "darwin", + "uptime": 240705 + }, + { + "timestamp": 1764876711753, + "memoryTotal": 34359738368, + "memoryUsed": 34212675584, + "memoryFree": 147062784, + "memoryUsagePercent": 99.57199096679688, + "memoryEfficiency": 0.428009033203125, + "cpuCount": 12, + "cpuLoad": 0.16007486979166666, + "platform": "darwin", + "uptime": 240735 + }, + { + "timestamp": 1764876741755, + "memoryTotal": 34359738368, + "memoryUsed": 34134605824, + "memoryFree": 225132544, + "memoryUsagePercent": 99.34477806091309, + "memoryEfficiency": 0.6552219390869141, + "cpuCount": 12, + "cpuLoad": 0.16731770833333334, + "platform": "darwin", + "uptime": 240765 + }, + { + "timestamp": 1764876771756, + "memoryTotal": 34359738368, + "memoryUsed": 34288189440, + "memoryFree": 71548928, + "memoryUsagePercent": 99.7917652130127, + "memoryEfficiency": 0.2082347869873047, + "cpuCount": 12, + "cpuLoad": 0.21761067708333334, + "platform": "darwin", + "uptime": 240795 + }, + { + "timestamp": 1764876801757, + "memoryTotal": 34359738368, + "memoryUsed": 34265989120, + "memoryFree": 93749248, + "memoryUsagePercent": 99.72715377807617, + "memoryEfficiency": 0.2728462219238281, + "cpuCount": 12, + "cpuLoad": 0.3068033854166667, + "platform": "darwin", + "uptime": 240825 + }, + { + "timestamp": 1764876831760, + "memoryTotal": 34359738368, + "memoryUsed": 34212167680, + "memoryFree": 147570688, + "memoryUsagePercent": 99.57051277160645, + "memoryEfficiency": 0.4294872283935547, + "cpuCount": 12, + "cpuLoad": 0.2740885416666667, + "platform": "darwin", + "uptime": 240855 + }, + { + "timestamp": 1764876861761, + "memoryTotal": 34359738368, + "memoryUsed": 34231173120, + "memoryFree": 128565248, + "memoryUsagePercent": 99.62582588195801, + "memoryEfficiency": 0.3741741180419922, + "cpuCount": 12, + "cpuLoad": 0.2953694661458333, + "platform": "darwin", + "uptime": 240885 + }, + { + "timestamp": 1764876891762, + "memoryTotal": 34359738368, + "memoryUsed": 34248720384, + "memoryFree": 111017984, + "memoryUsagePercent": 99.67689514160156, + "memoryEfficiency": 0.3231048583984375, + "cpuCount": 12, + "cpuLoad": 0.2643636067708333, + "platform": "darwin", + "uptime": 240915 + }, + { + "timestamp": 1764876921763, + "memoryTotal": 34359738368, + "memoryUsed": 34233991168, + "memoryFree": 125747200, + "memoryUsagePercent": 99.6340274810791, + "memoryEfficiency": 0.36597251892089844, + "cpuCount": 12, + "cpuLoad": 0.2257080078125, + "platform": "darwin", + "uptime": 240945 + }, + { + "timestamp": 1764876951763, + "memoryTotal": 34359738368, + "memoryUsed": 34143043584, + "memoryFree": 216694784, + "memoryUsagePercent": 99.36933517456055, + "memoryEfficiency": 0.6306648254394531, + "cpuCount": 12, + "cpuLoad": 0.2105712890625, + "platform": "darwin", + "uptime": 240975 + }, + { + "timestamp": 1764876981765, + "memoryTotal": 34359738368, + "memoryUsed": 34298200064, + "memoryFree": 61538304, + "memoryUsagePercent": 99.8208999633789, + "memoryEfficiency": 0.17910003662109375, + "cpuCount": 12, + "cpuLoad": 0.3107503255208333, + "platform": "darwin", + "uptime": 241005 + }, + { + "timestamp": 1764877011768, + "memoryTotal": 34359738368, + "memoryUsed": 34140405760, + "memoryFree": 219332608, + "memoryUsagePercent": 99.36165809631348, + "memoryEfficiency": 0.6383419036865234, + "cpuCount": 12, + "cpuLoad": 0.24080403645833334, + "platform": "darwin", + "uptime": 241035 + }, + { + "timestamp": 1764877041769, + "memoryTotal": 34359738368, + "memoryUsed": 34124873728, + "memoryFree": 234864640, + "memoryUsagePercent": 99.31645393371582, + "memoryEfficiency": 0.6835460662841797, + "cpuCount": 12, + "cpuLoad": 0.21280924479166666, + "platform": "darwin", + "uptime": 241065 + }, + { + "timestamp": 1764877071770, + "memoryTotal": 34359738368, + "memoryUsed": 34231140352, + "memoryFree": 128598016, + "memoryUsagePercent": 99.62573051452637, + "memoryEfficiency": 0.3742694854736328, + "cpuCount": 12, + "cpuLoad": 0.1932373046875, + "platform": "darwin", + "uptime": 241095 + }, + { + "timestamp": 1764877101770, + "memoryTotal": 34359738368, + "memoryUsed": 34249555968, + "memoryFree": 110182400, + "memoryUsagePercent": 99.6793270111084, + "memoryEfficiency": 0.32067298889160156, + "cpuCount": 12, + "cpuLoad": 0.20088704427083334, + "platform": "darwin", + "uptime": 241125 + }, + { + "timestamp": 1764877131771, + "memoryTotal": 34359738368, + "memoryUsed": 34110832640, + "memoryFree": 248905728, + "memoryUsagePercent": 99.27558898925781, + "memoryEfficiency": 0.7244110107421875, + "cpuCount": 12, + "cpuLoad": 0.17728678385416666, + "platform": "darwin", + "uptime": 241155 + }, + { + "timestamp": 1764877161772, + "memoryTotal": 34359738368, + "memoryUsed": 34227814400, + "memoryFree": 131923968, + "memoryUsagePercent": 99.61605072021484, + "memoryEfficiency": 0.38394927978515625, + "cpuCount": 12, + "cpuLoad": 0.17569986979166666, + "platform": "darwin", + "uptime": 241185 + }, + { + "timestamp": 1764877191773, + "memoryTotal": 34359738368, + "memoryUsed": 34185412608, + "memoryFree": 174325760, + "memoryUsagePercent": 99.49264526367188, + "memoryEfficiency": 0.507354736328125, + "cpuCount": 12, + "cpuLoad": 0.16105143229166666, + "platform": "darwin", + "uptime": 241215 + }, + { + "timestamp": 1764877221773, + "memoryTotal": 34359738368, + "memoryUsed": 34240200704, + "memoryFree": 119537664, + "memoryUsagePercent": 99.652099609375, + "memoryEfficiency": 0.347900390625, + "cpuCount": 12, + "cpuLoad": 0.1728515625, + "platform": "darwin", + "uptime": 241245 + }, + { + "timestamp": 1764877251774, + "memoryTotal": 34359738368, + "memoryUsed": 34200895488, + "memoryFree": 158842880, + "memoryUsagePercent": 99.53770637512207, + "memoryEfficiency": 0.4622936248779297, + "cpuCount": 12, + "cpuLoad": 0.16886393229166666, + "platform": "darwin", + "uptime": 241275 + }, + { + "timestamp": 1764877281776, + "memoryTotal": 34359738368, + "memoryUsed": 34209218560, + "memoryFree": 150519808, + "memoryUsagePercent": 99.56192970275879, + "memoryEfficiency": 0.43807029724121094, + "cpuCount": 12, + "cpuLoad": 0.14982096354166666, + "platform": "darwin", + "uptime": 241305 + }, + { + "timestamp": 1764877311778, + "memoryTotal": 34359738368, + "memoryUsed": 34234236928, + "memoryFree": 125501440, + "memoryUsagePercent": 99.6347427368164, + "memoryEfficiency": 0.36525726318359375, + "cpuCount": 12, + "cpuLoad": 0.14453125, + "platform": "darwin", + "uptime": 241335 + }, + { + "timestamp": 1764877341781, + "memoryTotal": 34359738368, + "memoryUsed": 34217787392, + "memoryFree": 141950976, + "memoryUsagePercent": 99.58686828613281, + "memoryEfficiency": 0.4131317138671875, + "cpuCount": 12, + "cpuLoad": 0.1563720703125, + "platform": "darwin", + "uptime": 241365 + }, + { + "timestamp": 1764877371783, + "memoryTotal": 34359738368, + "memoryUsed": 34213969920, + "memoryFree": 145768448, + "memoryUsagePercent": 99.57575798034668, + "memoryEfficiency": 0.4242420196533203, + "cpuCount": 12, + "cpuLoad": 0.19405110677083334, + "platform": "darwin", + "uptime": 241395 + }, + { + "timestamp": 1764877401784, + "memoryTotal": 34359738368, + "memoryUsed": 34241265664, + "memoryFree": 118472704, + "memoryUsagePercent": 99.65519905090332, + "memoryEfficiency": 0.3448009490966797, + "cpuCount": 12, + "cpuLoad": 0.3311767578125, + "platform": "darwin", + "uptime": 241425 + }, + { + "timestamp": 1764877431787, + "memoryTotal": 34359738368, + "memoryUsed": 34284584960, + "memoryFree": 75153408, + "memoryUsagePercent": 99.78127479553223, + "memoryEfficiency": 0.21872520446777344, + "cpuCount": 12, + "cpuLoad": 0.2799072265625, + "platform": "darwin", + "uptime": 241455 + }, + { + "timestamp": 1764877461789, + "memoryTotal": 34359738368, + "memoryUsed": 34218819584, + "memoryFree": 140918784, + "memoryUsagePercent": 99.58987236022949, + "memoryEfficiency": 0.4101276397705078, + "cpuCount": 12, + "cpuLoad": 0.2735188802083333, + "platform": "darwin", + "uptime": 241485 + }, + { + "timestamp": 1764877491791, + "memoryTotal": 34359738368, + "memoryUsed": 34258632704, + "memoryFree": 101105664, + "memoryUsagePercent": 99.70574378967285, + "memoryEfficiency": 0.29425621032714844, + "cpuCount": 12, + "cpuLoad": 0.24519856770833334, + "platform": "darwin", + "uptime": 241515 + }, + { + "timestamp": 1764877521793, + "memoryTotal": 34359738368, + "memoryUsed": 34167193600, + "memoryFree": 192544768, + "memoryUsagePercent": 99.43962097167969, + "memoryEfficiency": 0.5603790283203125, + "cpuCount": 12, + "cpuLoad": 0.2894694010416667, + "platform": "darwin", + "uptime": 241545 + }, + { + "timestamp": 1764877551795, + "memoryTotal": 34359738368, + "memoryUsed": 34231304192, + "memoryFree": 128434176, + "memoryUsagePercent": 99.62620735168457, + "memoryEfficiency": 0.3737926483154297, + "cpuCount": 12, + "cpuLoad": 0.24833170572916666, + "platform": "darwin", + "uptime": 241575 + }, + { + "timestamp": 1764877581797, + "memoryTotal": 34359738368, + "memoryUsed": 34167635968, + "memoryFree": 192102400, + "memoryUsagePercent": 99.44090843200684, + "memoryEfficiency": 0.5590915679931641, + "cpuCount": 12, + "cpuLoad": 0.218017578125, + "platform": "darwin", + "uptime": 241605 + }, + { + "timestamp": 1764877611799, + "memoryTotal": 34359738368, + "memoryUsed": 34235596800, + "memoryFree": 124141568, + "memoryUsagePercent": 99.63870048522949, + "memoryEfficiency": 0.3612995147705078, + "cpuCount": 12, + "cpuLoad": 0.3021240234375, + "platform": "darwin", + "uptime": 241635 + }, + { + "timestamp": 1764877641801, + "memoryTotal": 34359738368, + "memoryUsed": 34243821568, + "memoryFree": 115916800, + "memoryUsagePercent": 99.66263771057129, + "memoryEfficiency": 0.33736228942871094, + "cpuCount": 12, + "cpuLoad": 0.24564615885416666, + "platform": "darwin", + "uptime": 241665 + }, + { + "timestamp": 1764877671802, + "memoryTotal": 34359738368, + "memoryUsed": 34220720128, + "memoryFree": 139018240, + "memoryUsagePercent": 99.59540367126465, + "memoryEfficiency": 0.40459632873535156, + "cpuCount": 12, + "cpuLoad": 0.24544270833333334, + "platform": "darwin", + "uptime": 241695 + }, + { + "timestamp": 1764877701803, + "memoryTotal": 34359738368, + "memoryUsed": 34282831872, + "memoryFree": 76906496, + "memoryUsagePercent": 99.77617263793945, + "memoryEfficiency": 0.22382736206054688, + "cpuCount": 12, + "cpuLoad": 0.21834309895833334, + "platform": "darwin", + "uptime": 241725 + }, + { + "timestamp": 1764877731805, + "memoryTotal": 34359738368, + "memoryUsed": 34128101376, + "memoryFree": 231636992, + "memoryUsagePercent": 99.32584762573242, + "memoryEfficiency": 0.6741523742675781, + "cpuCount": 12, + "cpuLoad": 0.3361409505208333, + "platform": "darwin", + "uptime": 241755 + }, + { + "timestamp": 1764877761807, + "memoryTotal": 34359738368, + "memoryUsed": 34076737536, + "memoryFree": 283000832, + "memoryUsagePercent": 99.17635917663574, + "memoryEfficiency": 0.8236408233642578, + "cpuCount": 12, + "cpuLoad": 0.3190104166666667, + "platform": "darwin", + "uptime": 241785 + }, + { + "timestamp": 1764877791809, + "memoryTotal": 34359738368, + "memoryUsed": 34113536000, + "memoryFree": 246202368, + "memoryUsagePercent": 99.28345680236816, + "memoryEfficiency": 0.7165431976318359, + "cpuCount": 12, + "cpuLoad": 0.24129231770833334, + "platform": "darwin", + "uptime": 241815 + }, + { + "timestamp": 1764877821809, + "memoryTotal": 34359738368, + "memoryUsed": 34174861312, + "memoryFree": 184877056, + "memoryUsagePercent": 99.4619369506836, + "memoryEfficiency": 0.5380630493164062, + "cpuCount": 12, + "cpuLoad": 0.1956787109375, + "platform": "darwin", + "uptime": 241845 + }, + { + "timestamp": 1764877851811, + "memoryTotal": 34359738368, + "memoryUsed": 34258845696, + "memoryFree": 100892672, + "memoryUsagePercent": 99.70636367797852, + "memoryEfficiency": 0.2936363220214844, + "cpuCount": 12, + "cpuLoad": 0.2519938151041667, + "platform": "darwin", + "uptime": 241875 + }, + { + "timestamp": 1764877881811, + "memoryTotal": 34359738368, + "memoryUsed": 34132803584, + "memoryFree": 226934784, + "memoryUsagePercent": 99.33953285217285, + "memoryEfficiency": 0.6604671478271484, + "cpuCount": 12, + "cpuLoad": 0.2423095703125, + "platform": "darwin", + "uptime": 241905 + }, + { + "timestamp": 1764877911813, + "memoryTotal": 34359738368, + "memoryUsed": 34211201024, + "memoryFree": 148537344, + "memoryUsagePercent": 99.56769943237305, + "memoryEfficiency": 0.4323005676269531, + "cpuCount": 12, + "cpuLoad": 0.2159423828125, + "platform": "darwin", + "uptime": 241935 + }, + { + "timestamp": 1764877941816, + "memoryTotal": 34359738368, + "memoryUsed": 34247983104, + "memoryFree": 111755264, + "memoryUsagePercent": 99.67474937438965, + "memoryEfficiency": 0.32525062561035156, + "cpuCount": 12, + "cpuLoad": 0.2109375, + "platform": "darwin", + "uptime": 241965 + }, + { + "timestamp": 1764877971816, + "memoryTotal": 34359738368, + "memoryUsed": 34258239488, + "memoryFree": 101498880, + "memoryUsagePercent": 99.70459938049316, + "memoryEfficiency": 0.29540061950683594, + "cpuCount": 12, + "cpuLoad": 0.20890299479166666, + "platform": "darwin", + "uptime": 241995 + }, + { + "timestamp": 1764878001818, + "memoryTotal": 34359738368, + "memoryUsed": 34225913856, + "memoryFree": 133824512, + "memoryUsagePercent": 99.61051940917969, + "memoryEfficiency": 0.3894805908203125, + "cpuCount": 12, + "cpuLoad": 0.17976888020833334, + "platform": "darwin", + "uptime": 242025 + }, + { + "timestamp": 1764878031820, + "memoryTotal": 34359738368, + "memoryUsed": 34225979392, + "memoryFree": 133758976, + "memoryUsagePercent": 99.61071014404297, + "memoryEfficiency": 0.38928985595703125, + "cpuCount": 12, + "cpuLoad": 0.226318359375, + "platform": "darwin", + "uptime": 242055 + }, + { + "timestamp": 1764878061823, + "memoryTotal": 34359738368, + "memoryUsed": 34289172480, + "memoryFree": 70565888, + "memoryUsagePercent": 99.79462623596191, + "memoryEfficiency": 0.20537376403808594, + "cpuCount": 12, + "cpuLoad": 0.2515869140625, + "platform": "darwin", + "uptime": 242085 + }, + { + "timestamp": 1764878091825, + "memoryTotal": 34359738368, + "memoryUsed": 34257043456, + "memoryFree": 102694912, + "memoryUsagePercent": 99.70111846923828, + "memoryEfficiency": 0.29888153076171875, + "cpuCount": 12, + "cpuLoad": 0.24796549479166666, + "platform": "darwin", + "uptime": 242115 + }, + { + "timestamp": 1764878121828, + "memoryTotal": 34359738368, + "memoryUsed": 34252439552, + "memoryFree": 107298816, + "memoryUsagePercent": 99.68771934509277, + "memoryEfficiency": 0.31228065490722656, + "cpuCount": 12, + "cpuLoad": 0.2799479166666667, + "platform": "darwin", + "uptime": 242145 + }, + { + "timestamp": 1764878151828, + "memoryTotal": 34359738368, + "memoryUsed": 34174402560, + "memoryFree": 185335808, + "memoryUsagePercent": 99.46060180664062, + "memoryEfficiency": 0.539398193359375, + "cpuCount": 12, + "cpuLoad": 0.3043212890625, + "platform": "darwin", + "uptime": 242175 + }, + { + "timestamp": 1764878181829, + "memoryTotal": 34359738368, + "memoryUsed": 34269642752, + "memoryFree": 90095616, + "memoryUsagePercent": 99.7377872467041, + "memoryEfficiency": 0.26221275329589844, + "cpuCount": 12, + "cpuLoad": 0.279052734375, + "platform": "darwin", + "uptime": 242205 + }, + { + "timestamp": 1764878211831, + "memoryTotal": 34359738368, + "memoryUsed": 34253258752, + "memoryFree": 106479616, + "memoryUsagePercent": 99.69010353088379, + "memoryEfficiency": 0.30989646911621094, + "cpuCount": 12, + "cpuLoad": 0.2523600260416667, + "platform": "darwin", + "uptime": 242235 + }, + { + "timestamp": 1764878241833, + "memoryTotal": 34359738368, + "memoryUsed": 34241118208, + "memoryFree": 118620160, + "memoryUsagePercent": 99.65476989746094, + "memoryEfficiency": 0.3452301025390625, + "cpuCount": 12, + "cpuLoad": 0.2519938151041667, + "platform": "darwin", + "uptime": 242265 + }, + { + "timestamp": 1764878271834, + "memoryTotal": 34359738368, + "memoryUsed": 34258370560, + "memoryFree": 101367808, + "memoryUsagePercent": 99.70498085021973, + "memoryEfficiency": 0.29501914978027344, + "cpuCount": 12, + "cpuLoad": 0.223388671875, + "platform": "darwin", + "uptime": 242295 + }, + { + "timestamp": 1764878301834, + "memoryTotal": 34359738368, + "memoryUsed": 34252488704, + "memoryFree": 107249664, + "memoryUsagePercent": 99.68786239624023, + "memoryEfficiency": 0.3121376037597656, + "cpuCount": 12, + "cpuLoad": 0.2537841796875, + "platform": "darwin", + "uptime": 242325 + }, + { + "timestamp": 1764878331836, + "memoryTotal": 34359738368, + "memoryUsed": 34273181696, + "memoryFree": 86556672, + "memoryUsagePercent": 99.74808692932129, + "memoryEfficiency": 0.25191307067871094, + "cpuCount": 12, + "cpuLoad": 0.22635904947916666, + "platform": "darwin", + "uptime": 242355 + }, + { + "timestamp": 1764878361838, + "memoryTotal": 34359738368, + "memoryUsed": 34199158784, + "memoryFree": 160579584, + "memoryUsagePercent": 99.53265190124512, + "memoryEfficiency": 0.4673480987548828, + "cpuCount": 12, + "cpuLoad": 0.2423095703125, + "platform": "darwin", + "uptime": 242385 + }, + { + "timestamp": 1764878391840, + "memoryTotal": 34359738368, + "memoryUsed": 34203992064, + "memoryFree": 155746304, + "memoryUsagePercent": 99.54671859741211, + "memoryEfficiency": 0.4532814025878906, + "cpuCount": 12, + "cpuLoad": 0.19189453125, + "platform": "darwin", + "uptime": 242415 + }, + { + "timestamp": 1764878421842, + "memoryTotal": 34359738368, + "memoryUsed": 34292776960, + "memoryFree": 66961408, + "memoryUsagePercent": 99.80511665344238, + "memoryEfficiency": 0.1948833465576172, + "cpuCount": 12, + "cpuLoad": 0.19942220052083334, + "platform": "darwin", + "uptime": 242445 + }, + { + "timestamp": 1764878451843, + "memoryTotal": 34359738368, + "memoryUsed": 34276458496, + "memoryFree": 83279872, + "memoryUsagePercent": 99.75762367248535, + "memoryEfficiency": 0.24237632751464844, + "cpuCount": 12, + "cpuLoad": 0.20585123697916666, + "platform": "darwin", + "uptime": 242475 + }, + { + "timestamp": 1764878481845, + "memoryTotal": 34359738368, + "memoryUsed": 34238447616, + "memoryFree": 121290752, + "memoryUsagePercent": 99.64699745178223, + "memoryEfficiency": 0.35300254821777344, + "cpuCount": 12, + "cpuLoad": 0.2403564453125, + "platform": "darwin", + "uptime": 242505 + }, + { + "timestamp": 1764878511847, + "memoryTotal": 34359738368, + "memoryUsed": 34233483264, + "memoryFree": 126255104, + "memoryUsagePercent": 99.63254928588867, + "memoryEfficiency": 0.3674507141113281, + "cpuCount": 12, + "cpuLoad": 0.21797688802083334, + "platform": "darwin", + "uptime": 242535 + }, + { + "timestamp": 1764878541848, + "memoryTotal": 34359738368, + "memoryUsed": 34213675008, + "memoryFree": 146063360, + "memoryUsagePercent": 99.57489967346191, + "memoryEfficiency": 0.42510032653808594, + "cpuCount": 12, + "cpuLoad": 0.18505859375, + "platform": "darwin", + "uptime": 242565 + }, + { + "timestamp": 1764878571849, + "memoryTotal": 34359738368, + "memoryUsed": 34141798400, + "memoryFree": 217939968, + "memoryUsagePercent": 99.3657112121582, + "memoryEfficiency": 0.6342887878417969, + "cpuCount": 12, + "cpuLoad": 0.24409993489583334, + "platform": "darwin", + "uptime": 242595 + }, + { + "timestamp": 1764878601852, + "memoryTotal": 34359738368, + "memoryUsed": 34249932800, + "memoryFree": 109805568, + "memoryUsagePercent": 99.68042373657227, + "memoryEfficiency": 0.3195762634277344, + "cpuCount": 12, + "cpuLoad": 0.20320638020833334, + "platform": "darwin", + "uptime": 242625 + }, + { + "timestamp": 1764878631853, + "memoryTotal": 34359738368, + "memoryUsed": 34281553920, + "memoryFree": 78184448, + "memoryUsagePercent": 99.77245330810547, + "memoryEfficiency": 0.22754669189453125, + "cpuCount": 12, + "cpuLoad": 0.18656412760416666, + "platform": "darwin", + "uptime": 242655 + }, + { + "timestamp": 1764878661855, + "memoryTotal": 34359738368, + "memoryUsed": 34245459968, + "memoryFree": 114278400, + "memoryUsagePercent": 99.66740608215332, + "memoryEfficiency": 0.3325939178466797, + "cpuCount": 12, + "cpuLoad": 0.24169921875, + "platform": "darwin", + "uptime": 242685 + }, + { + "timestamp": 1764878691858, + "memoryTotal": 34359738368, + "memoryUsed": 34273673216, + "memoryFree": 86065152, + "memoryUsagePercent": 99.7495174407959, + "memoryEfficiency": 0.25048255920410156, + "cpuCount": 12, + "cpuLoad": 0.2837320963541667, + "platform": "darwin", + "uptime": 242715 + }, + { + "timestamp": 1764878721858, + "memoryTotal": 34359738368, + "memoryUsed": 34134654976, + "memoryFree": 225083392, + "memoryUsagePercent": 99.34492111206055, + "memoryEfficiency": 0.6550788879394531, + "cpuCount": 12, + "cpuLoad": 0.2727457682291667, + "platform": "darwin", + "uptime": 242745 + }, + { + "timestamp": 1764878751858, + "memoryTotal": 34359738368, + "memoryUsed": 34251571200, + "memoryFree": 108167168, + "memoryUsagePercent": 99.6851921081543, + "memoryEfficiency": 0.3148078918457031, + "cpuCount": 12, + "cpuLoad": 0.2792561848958333, + "platform": "darwin", + "uptime": 242775 + }, + { + "timestamp": 1764878781859, + "memoryTotal": 34359738368, + "memoryUsed": 34259746816, + "memoryFree": 99991552, + "memoryUsagePercent": 99.70898628234863, + "memoryEfficiency": 0.2910137176513672, + "cpuCount": 12, + "cpuLoad": 0.24886067708333334, + "platform": "darwin", + "uptime": 242805 + }, + { + "timestamp": 1764878811862, + "memoryTotal": 34359738368, + "memoryUsed": 34263040000, + "memoryFree": 96698368, + "memoryUsagePercent": 99.71857070922852, + "memoryEfficiency": 0.2814292907714844, + "cpuCount": 12, + "cpuLoad": 0.2110595703125, + "platform": "darwin", + "uptime": 242835 + }, + { + "timestamp": 1764878841863, + "memoryTotal": 34359738368, + "memoryUsed": 34252718080, + "memoryFree": 107020288, + "memoryUsagePercent": 99.68852996826172, + "memoryEfficiency": 0.31147003173828125, + "cpuCount": 12, + "cpuLoad": 0.19295247395833334, + "platform": "darwin", + "uptime": 242865 + }, + { + "timestamp": 1764878871862, + "memoryTotal": 34359738368, + "memoryUsed": 34236547072, + "memoryFree": 123191296, + "memoryUsagePercent": 99.64146614074707, + "memoryEfficiency": 0.3585338592529297, + "cpuCount": 12, + "cpuLoad": 0.17097981770833334, + "platform": "darwin", + "uptime": 242895 + }, + { + "timestamp": 1764878901851, + "memoryTotal": 34359738368, + "memoryUsed": 33994489856, + "memoryFree": 365248512, + "memoryUsagePercent": 98.93698692321777, + "memoryEfficiency": 1.0630130767822266, + "cpuCount": 12, + "cpuLoad": 0.2093505859375, + "platform": "darwin", + "uptime": 242925 + }, + { + "timestamp": 1764878931851, + "memoryTotal": 34359738368, + "memoryUsed": 34272149504, + "memoryFree": 87588864, + "memoryUsagePercent": 99.74508285522461, + "memoryEfficiency": 0.2549171447753906, + "cpuCount": 12, + "cpuLoad": 0.2799886067708333, + "platform": "darwin", + "uptime": 242955 + }, + { + "timestamp": 1764878961850, + "memoryTotal": 34359738368, + "memoryUsed": 34287091712, + "memoryFree": 72646656, + "memoryUsagePercent": 99.78857040405273, + "memoryEfficiency": 0.21142959594726562, + "cpuCount": 12, + "cpuLoad": 0.2869059244791667, + "platform": "darwin", + "uptime": 242985 + }, + { + "timestamp": 1764878991852, + "memoryTotal": 34359738368, + "memoryUsed": 34227666944, + "memoryFree": 132071424, + "memoryUsagePercent": 99.61562156677246, + "memoryEfficiency": 0.38437843322753906, + "cpuCount": 12, + "cpuLoad": 0.2293701171875, + "platform": "darwin", + "uptime": 243015 + }, + { + "timestamp": 1764879021854, + "memoryTotal": 34359738368, + "memoryUsed": 34259025920, + "memoryFree": 100712448, + "memoryUsagePercent": 99.70688819885254, + "memoryEfficiency": 0.29311180114746094, + "cpuCount": 12, + "cpuLoad": 0.2330322265625, + "platform": "darwin", + "uptime": 243045 + }, + { + "timestamp": 1764879051856, + "memoryTotal": 34359738368, + "memoryUsed": 34202271744, + "memoryFree": 157466624, + "memoryUsagePercent": 99.54171180725098, + "memoryEfficiency": 0.45828819274902344, + "cpuCount": 12, + "cpuLoad": 0.24788411458333334, + "platform": "darwin", + "uptime": 243075 + }, + { + "timestamp": 1764879081859, + "memoryTotal": 34359738368, + "memoryUsed": 34092236800, + "memoryFree": 267501568, + "memoryUsagePercent": 99.22146797180176, + "memoryEfficiency": 0.7785320281982422, + "cpuCount": 12, + "cpuLoad": 0.3208414713541667, + "platform": "darwin", + "uptime": 243105 + }, + { + "timestamp": 1764879111861, + "memoryTotal": 34359738368, + "memoryUsed": 34258354176, + "memoryFree": 101384192, + "memoryUsagePercent": 99.7049331665039, + "memoryEfficiency": 0.29506683349609375, + "cpuCount": 12, + "cpuLoad": 0.2771402994791667, + "platform": "darwin", + "uptime": 243135 + }, + { + "timestamp": 1764879141862, + "memoryTotal": 34359738368, + "memoryUsed": 34229616640, + "memoryFree": 130121728, + "memoryUsagePercent": 99.62129592895508, + "memoryEfficiency": 0.3787040710449219, + "cpuCount": 12, + "cpuLoad": 0.3351643880208333, + "platform": "darwin", + "uptime": 243165 + }, + { + "timestamp": 1764879171864, + "memoryTotal": 34359738368, + "memoryUsed": 34180857856, + "memoryFree": 178880512, + "memoryUsagePercent": 99.47938919067383, + "memoryEfficiency": 0.5206108093261719, + "cpuCount": 12, + "cpuLoad": 0.28369140625, + "platform": "darwin", + "uptime": 243195 + }, + { + "timestamp": 1764879201865, + "memoryTotal": 34359738368, + "memoryUsed": 34202140672, + "memoryFree": 157597696, + "memoryUsagePercent": 99.54133033752441, + "memoryEfficiency": 0.45866966247558594, + "cpuCount": 12, + "cpuLoad": 0.4195963541666667, + "platform": "darwin", + "uptime": 243225 + }, + { + "timestamp": 1764879231868, + "memoryTotal": 34359738368, + "memoryUsed": 34272411648, + "memoryFree": 87326720, + "memoryUsagePercent": 99.74584579467773, + "memoryEfficiency": 0.2541542053222656, + "cpuCount": 12, + "cpuLoad": 0.4163411458333333, + "platform": "darwin", + "uptime": 243255 + }, + { + "timestamp": 1764879261867, + "memoryTotal": 34359738368, + "memoryUsed": 34068774912, + "memoryFree": 290963456, + "memoryUsagePercent": 99.15318489074707, + "memoryEfficiency": 0.8468151092529297, + "cpuCount": 12, + "cpuLoad": 0.4263509114583333, + "platform": "darwin", + "uptime": 243285 + }, + { + "timestamp": 1764879291869, + "memoryTotal": 34359738368, + "memoryUsed": 34210938880, + "memoryFree": 148799488, + "memoryUsagePercent": 99.56693649291992, + "memoryEfficiency": 0.4330635070800781, + "cpuCount": 12, + "cpuLoad": 0.3640543619791667, + "platform": "darwin", + "uptime": 243315 + }, + { + "timestamp": 1764879321871, + "memoryTotal": 34359738368, + "memoryUsed": 34258665472, + "memoryFree": 101072896, + "memoryUsagePercent": 99.70583915710449, + "memoryEfficiency": 0.2941608428955078, + "cpuCount": 12, + "cpuLoad": 0.3037109375, + "platform": "darwin", + "uptime": 243345 + }, + { + "timestamp": 1764879351873, + "memoryTotal": 34359738368, + "memoryUsed": 34218885120, + "memoryFree": 140853248, + "memoryUsagePercent": 99.59006309509277, + "memoryEfficiency": 0.40993690490722656, + "cpuCount": 12, + "cpuLoad": 0.2729085286458333, + "platform": "darwin", + "uptime": 243375 + }, + { + "timestamp": 1764879381873, + "memoryTotal": 34359738368, + "memoryUsed": 34167521280, + "memoryFree": 192217088, + "memoryUsagePercent": 99.4405746459961, + "memoryEfficiency": 0.5594253540039062, + "cpuCount": 12, + "cpuLoad": 0.21687825520833334, + "platform": "darwin", + "uptime": 243405 + }, + { + "timestamp": 1764879411875, + "memoryTotal": 34359738368, + "memoryUsed": 34190344192, + "memoryFree": 169394176, + "memoryUsagePercent": 99.50699806213379, + "memoryEfficiency": 0.49300193786621094, + "cpuCount": 12, + "cpuLoad": 0.21952311197916666, + "platform": "darwin", + "uptime": 243435 + }, + { + "timestamp": 1764879441877, + "memoryTotal": 34359738368, + "memoryUsed": 34245443584, + "memoryFree": 114294784, + "memoryUsagePercent": 99.6673583984375, + "memoryEfficiency": 0.3326416015625, + "cpuCount": 12, + "cpuLoad": 0.22367350260416666, + "platform": "darwin", + "uptime": 243465 + }, + { + "timestamp": 1764879471878, + "memoryTotal": 34359738368, + "memoryUsed": 34290728960, + "memoryFree": 69009408, + "memoryUsagePercent": 99.79915618896484, + "memoryEfficiency": 0.20084381103515625, + "cpuCount": 12, + "cpuLoad": 0.2237548828125, + "platform": "darwin", + "uptime": 243495 + }, + { + "timestamp": 1764879501880, + "memoryTotal": 34359738368, + "memoryUsed": 34159198208, + "memoryFree": 200540160, + "memoryUsagePercent": 99.41635131835938, + "memoryEfficiency": 0.583648681640625, + "cpuCount": 12, + "cpuLoad": 0.273193359375, + "platform": "darwin", + "uptime": 243525 + }, + { + "timestamp": 1764879531881, + "memoryTotal": 34359738368, + "memoryUsed": 34282979328, + "memoryFree": 76759040, + "memoryUsagePercent": 99.77660179138184, + "memoryEfficiency": 0.22339820861816406, + "cpuCount": 12, + "cpuLoad": 0.3796793619791667, + "platform": "darwin", + "uptime": 243555 + }, + { + "timestamp": 1764879561884, + "memoryTotal": 34359738368, + "memoryUsed": 34270773248, + "memoryFree": 88965120, + "memoryUsagePercent": 99.7410774230957, + "memoryEfficiency": 0.2589225769042969, + "cpuCount": 12, + "cpuLoad": 0.40673828125, + "platform": "darwin", + "uptime": 243585 + }, + { + "timestamp": 1764879591886, + "memoryTotal": 34359738368, + "memoryUsed": 34255077376, + "memoryFree": 104660992, + "memoryUsagePercent": 99.69539642333984, + "memoryEfficiency": 0.30460357666015625, + "cpuCount": 12, + "cpuLoad": 0.319580078125, + "platform": "darwin", + "uptime": 243615 + }, + { + "timestamp": 1764879621887, + "memoryTotal": 34359738368, + "memoryUsed": 34165358592, + "memoryFree": 194379776, + "memoryUsagePercent": 99.43428039550781, + "memoryEfficiency": 0.5657196044921875, + "cpuCount": 12, + "cpuLoad": 0.24519856770833334, + "platform": "darwin", + "uptime": 243645 + }, + { + "timestamp": 1764879651888, + "memoryTotal": 34359738368, + "memoryUsed": 34292695040, + "memoryFree": 67043328, + "memoryUsagePercent": 99.80487823486328, + "memoryEfficiency": 0.19512176513671875, + "cpuCount": 12, + "cpuLoad": 0.21297200520833334, + "platform": "darwin", + "uptime": 243675 + }, + { + "timestamp": 1764879681890, + "memoryTotal": 34359738368, + "memoryUsed": 34289975296, + "memoryFree": 69763072, + "memoryUsagePercent": 99.79696273803711, + "memoryEfficiency": 0.20303726196289062, + "cpuCount": 12, + "cpuLoad": 0.2509358723958333, + "platform": "darwin", + "uptime": 243705 + }, + { + "timestamp": 1764879711892, + "memoryTotal": 34359738368, + "memoryUsed": 34131984384, + "memoryFree": 227753984, + "memoryUsagePercent": 99.33714866638184, + "memoryEfficiency": 0.6628513336181641, + "cpuCount": 12, + "cpuLoad": 0.22176106770833334, + "platform": "darwin", + "uptime": 243735 + }, + { + "timestamp": 1764879741894, + "memoryTotal": 34359738368, + "memoryUsed": 34162278400, + "memoryFree": 197459968, + "memoryUsagePercent": 99.4253158569336, + "memoryEfficiency": 0.5746841430664062, + "cpuCount": 12, + "cpuLoad": 0.18269856770833334, + "platform": "darwin", + "uptime": 243765 + }, + { + "timestamp": 1764879771896, + "memoryTotal": 34359738368, + "memoryUsed": 34235334656, + "memoryFree": 124403712, + "memoryUsagePercent": 99.63793754577637, + "memoryEfficiency": 0.3620624542236328, + "cpuCount": 12, + "cpuLoad": 0.2633463541666667, + "platform": "darwin", + "uptime": 243795 + }, + { + "timestamp": 1764879801898, + "memoryTotal": 34359738368, + "memoryUsed": 34203828224, + "memoryFree": 155910144, + "memoryUsagePercent": 99.5462417602539, + "memoryEfficiency": 0.45375823974609375, + "cpuCount": 12, + "cpuLoad": 0.226318359375, + "platform": "darwin", + "uptime": 243825 + }, + { + "timestamp": 1764879831900, + "memoryTotal": 34359738368, + "memoryUsed": 34166849536, + "memoryFree": 192888832, + "memoryUsagePercent": 99.43861961364746, + "memoryEfficiency": 0.5613803863525391, + "cpuCount": 12, + "cpuLoad": 0.2537027994791667, + "platform": "darwin", + "uptime": 243855 + }, + { + "timestamp": 1764879861902, + "memoryTotal": 34359738368, + "memoryUsed": 34148253696, + "memoryFree": 211484672, + "memoryUsagePercent": 99.3844985961914, + "memoryEfficiency": 0.6155014038085938, + "cpuCount": 12, + "cpuLoad": 0.2342529296875, + "platform": "darwin", + "uptime": 243885 + }, + { + "timestamp": 1764879891902, + "memoryTotal": 34359738368, + "memoryUsed": 34196668416, + "memoryFree": 163069952, + "memoryUsagePercent": 99.52540397644043, + "memoryEfficiency": 0.4745960235595703, + "cpuCount": 12, + "cpuLoad": 0.20243326822916666, + "platform": "darwin", + "uptime": 243915 + }, + { + "timestamp": 1764879921902, + "memoryTotal": 34359738368, + "memoryUsed": 34282700800, + "memoryFree": 77037568, + "memoryUsagePercent": 99.77579116821289, + "memoryEfficiency": 0.22420883178710938, + "cpuCount": 12, + "cpuLoad": 0.22835286458333334, + "platform": "darwin", + "uptime": 243945 + }, + { + "timestamp": 1764879951903, + "memoryTotal": 34359738368, + "memoryUsed": 34160476160, + "memoryFree": 199262208, + "memoryUsagePercent": 99.42007064819336, + "memoryEfficiency": 0.5799293518066406, + "cpuCount": 12, + "cpuLoad": 0.21199544270833334, + "platform": "darwin", + "uptime": 243975 + }, + { + "timestamp": 1764879981905, + "memoryTotal": 34359738368, + "memoryUsed": 34265382912, + "memoryFree": 94355456, + "memoryUsagePercent": 99.72538948059082, + "memoryEfficiency": 0.2746105194091797, + "cpuCount": 12, + "cpuLoad": 0.18119303385416666, + "platform": "darwin", + "uptime": 244005 + }, + { + "timestamp": 1764880011907, + "memoryTotal": 34359738368, + "memoryUsed": 34160836608, + "memoryFree": 198901760, + "memoryUsagePercent": 99.4211196899414, + "memoryEfficiency": 0.5788803100585938, + "cpuCount": 12, + "cpuLoad": 0.17342122395833334, + "platform": "darwin", + "uptime": 244035 + }, + { + "timestamp": 1764880041910, + "memoryTotal": 34359738368, + "memoryUsed": 34211086336, + "memoryFree": 148652032, + "memoryUsagePercent": 99.5673656463623, + "memoryEfficiency": 0.4326343536376953, + "cpuCount": 12, + "cpuLoad": 0.13785807291666666, + "platform": "darwin", + "uptime": 244065 + }, + { + "timestamp": 1764880071912, + "memoryTotal": 34359738368, + "memoryUsed": 34238971904, + "memoryFree": 120766464, + "memoryUsagePercent": 99.64852333068848, + "memoryEfficiency": 0.35147666931152344, + "cpuCount": 12, + "cpuLoad": 0.1524658203125, + "platform": "darwin", + "uptime": 244095 + }, + { + "timestamp": 1764880101914, + "memoryTotal": 34359738368, + "memoryUsed": 34232614912, + "memoryFree": 127123456, + "memoryUsagePercent": 99.6300220489502, + "memoryEfficiency": 0.3699779510498047, + "cpuCount": 12, + "cpuLoad": 0.2020263671875, + "platform": "darwin", + "uptime": 244125 + }, + { + "timestamp": 1764880131919, + "memoryTotal": 34359738368, + "memoryUsed": 34251309056, + "memoryFree": 108429312, + "memoryUsagePercent": 99.68442916870117, + "memoryEfficiency": 0.3155708312988281, + "cpuCount": 12, + "cpuLoad": 0.2825520833333333, + "platform": "darwin", + "uptime": 244155 + }, + { + "timestamp": 1764880161922, + "memoryTotal": 34359738368, + "memoryUsed": 34248196096, + "memoryFree": 111542272, + "memoryUsagePercent": 99.67536926269531, + "memoryEfficiency": 0.3246307373046875, + "cpuCount": 12, + "cpuLoad": 0.349365234375, + "platform": "darwin", + "uptime": 244185 + }, + { + "timestamp": 1764880191922, + "memoryTotal": 34359738368, + "memoryUsed": 34249359360, + "memoryFree": 110379008, + "memoryUsagePercent": 99.67875480651855, + "memoryEfficiency": 0.3212451934814453, + "cpuCount": 12, + "cpuLoad": 0.296142578125, + "platform": "darwin", + "uptime": 244215 + }, + { + "timestamp": 1764880221923, + "memoryTotal": 34359738368, + "memoryUsed": 34163376128, + "memoryFree": 196362240, + "memoryUsagePercent": 99.42851066589355, + "memoryEfficiency": 0.5714893341064453, + "cpuCount": 12, + "cpuLoad": 0.23409016927083334, + "platform": "darwin", + "uptime": 244245 + }, + { + "timestamp": 1764880251924, + "memoryTotal": 34359738368, + "memoryUsed": 34214395904, + "memoryFree": 145342464, + "memoryUsagePercent": 99.57699775695801, + "memoryEfficiency": 0.4230022430419922, + "cpuCount": 12, + "cpuLoad": 0.21683756510416666, + "platform": "darwin", + "uptime": 244275 + }, + { + "timestamp": 1764880281924, + "memoryTotal": 34359738368, + "memoryUsed": 34286731264, + "memoryFree": 73007104, + "memoryUsagePercent": 99.78752136230469, + "memoryEfficiency": 0.2124786376953125, + "cpuCount": 12, + "cpuLoad": 0.2502848307291667, + "platform": "darwin", + "uptime": 244305 + }, + { + "timestamp": 1764880311924, + "memoryTotal": 34359738368, + "memoryUsed": 34243018752, + "memoryFree": 116719616, + "memoryUsagePercent": 99.6603012084961, + "memoryEfficiency": 0.33969879150390625, + "cpuCount": 12, + "cpuLoad": 0.3022054036458333, + "platform": "darwin", + "uptime": 244335 + }, + { + "timestamp": 1764880341926, + "memoryTotal": 34359738368, + "memoryUsed": 34144600064, + "memoryFree": 215138304, + "memoryUsagePercent": 99.37386512756348, + "memoryEfficiency": 0.6261348724365234, + "cpuCount": 12, + "cpuLoad": 0.24613444010416666, + "platform": "darwin", + "uptime": 244365 + }, + { + "timestamp": 1764880371928, + "memoryTotal": 34359738368, + "memoryUsed": 34197929984, + "memoryFree": 161808384, + "memoryUsagePercent": 99.5290756225586, + "memoryEfficiency": 0.47092437744140625, + "cpuCount": 12, + "cpuLoad": 0.18855794270833334, + "platform": "darwin", + "uptime": 244395 + }, + { + "timestamp": 1764880401928, + "memoryTotal": 34359738368, + "memoryUsed": 34273230848, + "memoryFree": 86507520, + "memoryUsagePercent": 99.74822998046875, + "memoryEfficiency": 0.25177001953125, + "cpuCount": 12, + "cpuLoad": 0.267578125, + "platform": "darwin", + "uptime": 244425 + }, + { + "timestamp": 1764880431931, + "memoryTotal": 34359738368, + "memoryUsed": 34220916736, + "memoryFree": 138821632, + "memoryUsagePercent": 99.59597587585449, + "memoryEfficiency": 0.4040241241455078, + "cpuCount": 12, + "cpuLoad": 0.2376708984375, + "platform": "darwin", + "uptime": 244455 + }, + { + "timestamp": 1764880461932, + "memoryTotal": 34359738368, + "memoryUsed": 34246180864, + "memoryFree": 113557504, + "memoryUsagePercent": 99.66950416564941, + "memoryEfficiency": 0.33049583435058594, + "cpuCount": 12, + "cpuLoad": 0.23103841145833334, + "platform": "darwin", + "uptime": 244485 + }, + { + "timestamp": 1764880491933, + "memoryTotal": 34359738368, + "memoryUsed": 34245345280, + "memoryFree": 114393088, + "memoryUsagePercent": 99.66707229614258, + "memoryEfficiency": 0.3329277038574219, + "cpuCount": 12, + "cpuLoad": 0.23966471354166666, + "platform": "darwin", + "uptime": 244515 + }, + { + "timestamp": 1764880521933, + "memoryTotal": 34359738368, + "memoryUsed": 34176155648, + "memoryFree": 183582720, + "memoryUsagePercent": 99.4657039642334, + "memoryEfficiency": 0.5342960357666016, + "cpuCount": 12, + "cpuLoad": 0.23262532552083334, + "platform": "darwin", + "uptime": 244545 + }, + { + "timestamp": 1764880551933, + "memoryTotal": 34359738368, + "memoryUsed": 34240380928, + "memoryFree": 119357440, + "memoryUsagePercent": 99.65262413024902, + "memoryEfficiency": 0.34737586975097656, + "cpuCount": 12, + "cpuLoad": 0.2831624348958333, + "platform": "darwin", + "uptime": 244575 + }, + { + "timestamp": 1764880581933, + "memoryTotal": 34359738368, + "memoryUsed": 34270494720, + "memoryFree": 89243648, + "memoryUsagePercent": 99.74026679992676, + "memoryEfficiency": 0.2597332000732422, + "cpuCount": 12, + "cpuLoad": 0.2557779947916667, + "platform": "darwin", + "uptime": 244605 + }, + { + "timestamp": 1764880611933, + "memoryTotal": 34359738368, + "memoryUsed": 34247835648, + "memoryFree": 111902720, + "memoryUsagePercent": 99.67432022094727, + "memoryEfficiency": 0.3256797790527344, + "cpuCount": 12, + "cpuLoad": 0.21756998697916666, + "platform": "darwin", + "uptime": 244635 + }, + { + "timestamp": 1764880641933, + "memoryTotal": 34359738368, + "memoryUsed": 34058862592, + "memoryFree": 300875776, + "memoryUsagePercent": 99.12433624267578, + "memoryEfficiency": 0.8756637573242188, + "cpuCount": 12, + "cpuLoad": 0.2539469401041667, + "platform": "darwin", + "uptime": 244665 + }, + { + "timestamp": 1764880671932, + "memoryTotal": 34359738368, + "memoryUsed": 34185953280, + "memoryFree": 173785088, + "memoryUsagePercent": 99.49421882629395, + "memoryEfficiency": 0.5057811737060547, + "cpuCount": 12, + "cpuLoad": 0.22172037760416666, + "platform": "darwin", + "uptime": 244695 + }, + { + "timestamp": 1764880701934, + "memoryTotal": 34359738368, + "memoryUsed": 34221654016, + "memoryFree": 138084352, + "memoryUsagePercent": 99.5981216430664, + "memoryEfficiency": 0.40187835693359375, + "cpuCount": 12, + "cpuLoad": 0.22037760416666666, + "platform": "darwin", + "uptime": 244725 + }, + { + "timestamp": 1764880731940, + "memoryTotal": 34359738368, + "memoryUsed": 34126086144, + "memoryFree": 233652224, + "memoryUsagePercent": 99.31998252868652, + "memoryEfficiency": 0.6800174713134766, + "cpuCount": 12, + "cpuLoad": 0.20841471354166666, + "platform": "darwin", + "uptime": 244755 + }, + { + "timestamp": 1764880761941, + "memoryTotal": 34359738368, + "memoryUsed": 34193948672, + "memoryFree": 165789696, + "memoryUsagePercent": 99.51748847961426, + "memoryEfficiency": 0.4825115203857422, + "cpuCount": 12, + "cpuLoad": 0.19209798177083334, + "platform": "darwin", + "uptime": 244785 + }, + { + "timestamp": 1764880791943, + "memoryTotal": 34359738368, + "memoryUsed": 34241921024, + "memoryFree": 117817344, + "memoryUsagePercent": 99.65710639953613, + "memoryEfficiency": 0.3428936004638672, + "cpuCount": 12, + "cpuLoad": 0.22391764322916666, + "platform": "darwin", + "uptime": 244815 + }, + { + "timestamp": 1764880821945, + "memoryTotal": 34359738368, + "memoryUsed": 34244050944, + "memoryFree": 115687424, + "memoryUsagePercent": 99.66330528259277, + "memoryEfficiency": 0.33669471740722656, + "cpuCount": 12, + "cpuLoad": 0.22147623697916666, + "platform": "darwin", + "uptime": 244845 + }, + { + "timestamp": 1764880851947, + "memoryTotal": 34359738368, + "memoryUsed": 34246279168, + "memoryFree": 113459200, + "memoryUsagePercent": 99.66979026794434, + "memoryEfficiency": 0.33020973205566406, + "cpuCount": 12, + "cpuLoad": 0.22330729166666666, + "platform": "darwin", + "uptime": 244875 + }, + { + "timestamp": 1764880881950, + "memoryTotal": 34359738368, + "memoryUsed": 34211299328, + "memoryFree": 148439040, + "memoryUsagePercent": 99.56798553466797, + "memoryEfficiency": 0.43201446533203125, + "cpuCount": 12, + "cpuLoad": 0.22135416666666666, + "platform": "darwin", + "uptime": 244905 + }, + { + "timestamp": 1764880911950, + "memoryTotal": 34359738368, + "memoryUsed": 34233434112, + "memoryFree": 126304256, + "memoryUsagePercent": 99.63240623474121, + "memoryEfficiency": 0.36759376525878906, + "cpuCount": 12, + "cpuLoad": 0.2510986328125, + "platform": "darwin", + "uptime": 244935 + }, + { + "timestamp": 1764880941951, + "memoryTotal": 34359738368, + "memoryUsed": 34107736064, + "memoryFree": 252002304, + "memoryUsagePercent": 99.26657676696777, + "memoryEfficiency": 0.7334232330322266, + "cpuCount": 12, + "cpuLoad": 0.258056640625, + "platform": "darwin", + "uptime": 244965 + }, + { + "timestamp": 1764880971952, + "memoryTotal": 34359738368, + "memoryUsed": 34133442560, + "memoryFree": 226295808, + "memoryUsagePercent": 99.34139251708984, + "memoryEfficiency": 0.6586074829101562, + "cpuCount": 12, + "cpuLoad": 0.3514404296875, + "platform": "darwin", + "uptime": 244995 + }, + { + "timestamp": 1764881001953, + "memoryTotal": 34359738368, + "memoryUsed": 34266038272, + "memoryFree": 93700096, + "memoryUsagePercent": 99.72729682922363, + "memoryEfficiency": 0.2727031707763672, + "cpuCount": 12, + "cpuLoad": 0.3142496744791667, + "platform": "darwin", + "uptime": 245025 + }, + { + "timestamp": 1764881031954, + "memoryTotal": 34359738368, + "memoryUsed": 34278981632, + "memoryFree": 80756736, + "memoryUsagePercent": 99.76496696472168, + "memoryEfficiency": 0.2350330352783203, + "cpuCount": 12, + "cpuLoad": 0.4906005859375, + "platform": "darwin", + "uptime": 245055 + }, + { + "timestamp": 1764881061954, + "memoryTotal": 34359738368, + "memoryUsed": 34244853760, + "memoryFree": 114884608, + "memoryUsagePercent": 99.66564178466797, + "memoryEfficiency": 0.33435821533203125, + "cpuCount": 12, + "cpuLoad": 0.3663330078125, + "platform": "darwin", + "uptime": 245085 + }, + { + "timestamp": 1764881091956, + "memoryTotal": 34359738368, + "memoryUsed": 34245771264, + "memoryFree": 113967104, + "memoryUsagePercent": 99.6683120727539, + "memoryEfficiency": 0.33168792724609375, + "cpuCount": 12, + "cpuLoad": 0.3900146484375, + "platform": "darwin", + "uptime": 245115 + }, + { + "timestamp": 1764881121958, + "memoryTotal": 34359738368, + "memoryUsed": 34216525824, + "memoryFree": 143212544, + "memoryUsagePercent": 99.58319664001465, + "memoryEfficiency": 0.41680335998535156, + "cpuCount": 12, + "cpuLoad": 0.3197428385416667, + "platform": "darwin", + "uptime": 245145 + }, + { + "timestamp": 1764881151961, + "memoryTotal": 34359738368, + "memoryUsed": 34244575232, + "memoryFree": 115163136, + "memoryUsagePercent": 99.66483116149902, + "memoryEfficiency": 0.33516883850097656, + "cpuCount": 12, + "cpuLoad": 0.2902018229166667, + "platform": "darwin", + "uptime": 245175 + }, + { + "timestamp": 1764881181962, + "memoryTotal": 34359738368, + "memoryUsed": 34246443008, + "memoryFree": 113295360, + "memoryUsagePercent": 99.67026710510254, + "memoryEfficiency": 0.32973289489746094, + "cpuCount": 12, + "cpuLoad": 0.247802734375, + "platform": "darwin", + "uptime": 245205 + }, + { + "timestamp": 1764881211963, + "memoryTotal": 34359738368, + "memoryUsed": 34257567744, + "memoryFree": 102170624, + "memoryUsagePercent": 99.70264434814453, + "memoryEfficiency": 0.29735565185546875, + "cpuCount": 12, + "cpuLoad": 0.23811848958333334, + "platform": "darwin", + "uptime": 245235 + }, + { + "timestamp": 1764881241964, + "memoryTotal": 34359738368, + "memoryUsed": 34158936064, + "memoryFree": 200802304, + "memoryUsagePercent": 99.41558837890625, + "memoryEfficiency": 0.58441162109375, + "cpuCount": 12, + "cpuLoad": 0.17704264322916666, + "platform": "darwin", + "uptime": 245265 + }, + { + "timestamp": 1764881271966, + "memoryTotal": 34359738368, + "memoryUsed": 34235432960, + "memoryFree": 124305408, + "memoryUsagePercent": 99.63822364807129, + "memoryEfficiency": 0.36177635192871094, + "cpuCount": 12, + "cpuLoad": 0.19242350260416666, + "platform": "darwin", + "uptime": 245295 + }, + { + "timestamp": 1764881301968, + "memoryTotal": 34359738368, + "memoryUsed": 34241626112, + "memoryFree": 118112256, + "memoryUsagePercent": 99.65624809265137, + "memoryEfficiency": 0.3437519073486328, + "cpuCount": 12, + "cpuLoad": 0.17667643229166666, + "platform": "darwin", + "uptime": 245325 + }, + { + "timestamp": 1764881331969, + "memoryTotal": 34359738368, + "memoryUsed": 34131722240, + "memoryFree": 228016128, + "memoryUsagePercent": 99.33638572692871, + "memoryEfficiency": 0.6636142730712891, + "cpuCount": 12, + "cpuLoad": 0.18770345052083334, + "platform": "darwin", + "uptime": 245355 + }, + { + "timestamp": 1764881361970, + "memoryTotal": 34359738368, + "memoryUsed": 34210971648, + "memoryFree": 148766720, + "memoryUsagePercent": 99.56703186035156, + "memoryEfficiency": 0.4329681396484375, + "cpuCount": 12, + "cpuLoad": 0.15877278645833334, + "platform": "darwin", + "uptime": 245385 + }, + { + "timestamp": 1764881391972, + "memoryTotal": 34359738368, + "memoryUsed": 34231517184, + "memoryFree": 128221184, + "memoryUsagePercent": 99.62682723999023, + "memoryEfficiency": 0.3731727600097656, + "cpuCount": 12, + "cpuLoad": 0.2105712890625, + "platform": "darwin", + "uptime": 245415 + }, + { + "timestamp": 1764881421971, + "memoryTotal": 34359738368, + "memoryUsed": 34239479808, + "memoryFree": 120258560, + "memoryUsagePercent": 99.6500015258789, + "memoryEfficiency": 0.34999847412109375, + "cpuCount": 12, + "cpuLoad": 0.2887776692708333, + "platform": "darwin", + "uptime": 245445 + }, + { + "timestamp": 1764881451973, + "memoryTotal": 34359738368, + "memoryUsed": 34143928320, + "memoryFree": 215810048, + "memoryUsagePercent": 99.37191009521484, + "memoryEfficiency": 0.6280899047851562, + "cpuCount": 12, + "cpuLoad": 0.3495279947916667, + "platform": "darwin", + "uptime": 245475 + }, + { + "timestamp": 1764881481975, + "memoryTotal": 34359738368, + "memoryUsed": 34274148352, + "memoryFree": 85590016, + "memoryUsagePercent": 99.75090026855469, + "memoryEfficiency": 0.2490997314453125, + "cpuCount": 12, + "cpuLoad": 0.4742431640625, + "platform": "darwin", + "uptime": 245505 + }, + { + "timestamp": 1764881511976, + "memoryTotal": 34359738368, + "memoryUsed": 34268594176, + "memoryFree": 91144192, + "memoryUsagePercent": 99.7347354888916, + "memoryEfficiency": 0.26526451110839844, + "cpuCount": 12, + "cpuLoad": 0.3719482421875, + "platform": "darwin", + "uptime": 245535 + }, + { + "timestamp": 1764881541976, + "memoryTotal": 34359738368, + "memoryUsed": 34217918464, + "memoryFree": 141819904, + "memoryUsagePercent": 99.58724975585938, + "memoryEfficiency": 0.412750244140625, + "cpuCount": 12, + "cpuLoad": 0.2549235026041667, + "platform": "darwin", + "uptime": 245565 + }, + { + "timestamp": 1764881571977, + "memoryTotal": 34359738368, + "memoryUsed": 34269331456, + "memoryFree": 90406912, + "memoryUsagePercent": 99.73688125610352, + "memoryEfficiency": 0.2631187438964844, + "cpuCount": 12, + "cpuLoad": 0.22762044270833334, + "platform": "darwin", + "uptime": 245595 + }, + { + "timestamp": 1764881601977, + "memoryTotal": 34359738368, + "memoryUsed": 33683947520, + "memoryFree": 675790848, + "memoryUsagePercent": 98.03318977355957, + "memoryEfficiency": 1.9668102264404297, + "cpuCount": 12, + "cpuLoad": 0.2812093098958333, + "platform": "darwin", + "uptime": 245625 + }, + { + "timestamp": 1764881631977, + "memoryTotal": 34359738368, + "memoryUsed": 34158247936, + "memoryFree": 201490432, + "memoryUsagePercent": 99.4135856628418, + "memoryEfficiency": 0.5864143371582031, + "cpuCount": 12, + "cpuLoad": 0.21305338541666666, + "platform": "darwin", + "uptime": 245655 + }, + { + "timestamp": 1764881661977, + "memoryTotal": 34359738368, + "memoryUsed": 34138537984, + "memoryFree": 221200384, + "memoryUsagePercent": 99.35622215270996, + "memoryEfficiency": 0.6437778472900391, + "cpuCount": 12, + "cpuLoad": 0.156494140625, + "platform": "darwin", + "uptime": 245685 + }, + { + "timestamp": 1764881691977, + "memoryTotal": 34359738368, + "memoryUsed": 33974009856, + "memoryFree": 385728512, + "memoryUsagePercent": 98.87738227844238, + "memoryEfficiency": 1.1226177215576172, + "cpuCount": 12, + "cpuLoad": 0.1624755859375, + "platform": "darwin", + "uptime": 245715 + }, + { + "timestamp": 1764881721977, + "memoryTotal": 34359738368, + "memoryUsed": 33976844288, + "memoryFree": 382894080, + "memoryUsagePercent": 98.8856315612793, + "memoryEfficiency": 1.1143684387207031, + "cpuCount": 12, + "cpuLoad": 0.10933430989583333, + "platform": "darwin", + "uptime": 245745 + }, + { + "timestamp": 1764881751978, + "memoryTotal": 34359738368, + "memoryUsed": 34194243584, + "memoryFree": 165494784, + "memoryUsagePercent": 99.51834678649902, + "memoryEfficiency": 0.48165321350097656, + "cpuCount": 12, + "cpuLoad": 0.066162109375, + "platform": "darwin", + "uptime": 245775 + }, + { + "timestamp": 1764881781980, + "memoryTotal": 34359738368, + "memoryUsed": 34223669248, + "memoryFree": 136069120, + "memoryUsagePercent": 99.6039867401123, + "memoryEfficiency": 0.3960132598876953, + "cpuCount": 12, + "cpuLoad": 0.06559244791666667, + "platform": "darwin", + "uptime": 245805 + }, + { + "timestamp": 1764881811980, + "memoryTotal": 34359738368, + "memoryUsed": 34248409088, + "memoryFree": 111329280, + "memoryUsagePercent": 99.67598915100098, + "memoryEfficiency": 0.32401084899902344, + "cpuCount": 12, + "cpuLoad": 0.0596923828125, + "platform": "darwin", + "uptime": 245835 + }, + { + "timestamp": 1764881841982, + "memoryTotal": 34359738368, + "memoryUsed": 34285895680, + "memoryFree": 73842688, + "memoryUsagePercent": 99.78508949279785, + "memoryEfficiency": 0.21491050720214844, + "cpuCount": 12, + "cpuLoad": 0.07124837239583333, + "platform": "darwin", + "uptime": 245865 + }, + { + "timestamp": 1764881871983, + "memoryTotal": 34359738368, + "memoryUsed": 34211676160, + "memoryFree": 148062208, + "memoryUsagePercent": 99.56908226013184, + "memoryEfficiency": 0.43091773986816406, + "cpuCount": 12, + "cpuLoad": 0.058390299479166664, + "platform": "darwin", + "uptime": 245895 + }, + { + "timestamp": 1764881901983, + "memoryTotal": 34359738368, + "memoryUsed": 34209169408, + "memoryFree": 150568960, + "memoryUsagePercent": 99.56178665161133, + "memoryEfficiency": 0.4382133483886719, + "cpuCount": 12, + "cpuLoad": 0.053263346354166664, + "platform": "darwin", + "uptime": 245925 + }, + { + "timestamp": 1764881931983, + "memoryTotal": 34359738368, + "memoryUsed": 34244198400, + "memoryFree": 115539968, + "memoryUsagePercent": 99.66373443603516, + "memoryEfficiency": 0.33626556396484375, + "cpuCount": 12, + "cpuLoad": 0.160400390625, + "platform": "darwin", + "uptime": 245955 + }, + { + "timestamp": 1764881961983, + "memoryTotal": 34359738368, + "memoryUsed": 34288058368, + "memoryFree": 71680000, + "memoryUsagePercent": 99.79138374328613, + "memoryEfficiency": 0.2086162567138672, + "cpuCount": 12, + "cpuLoad": 0.2944742838541667, + "platform": "darwin", + "uptime": 245985 + }, + { + "timestamp": 1764881991984, + "memoryTotal": 34359738368, + "memoryUsed": 34226028544, + "memoryFree": 133709824, + "memoryUsagePercent": 99.61085319519043, + "memoryEfficiency": 0.3891468048095703, + "cpuCount": 12, + "cpuLoad": 0.18929036458333334, + "platform": "darwin", + "uptime": 246015 + }, + { + "timestamp": 1764882021986, + "memoryTotal": 34359738368, + "memoryUsed": 34065252352, + "memoryFree": 294486016, + "memoryUsagePercent": 99.1429328918457, + "memoryEfficiency": 0.8570671081542969, + "cpuCount": 12, + "cpuLoad": 0.147705078125, + "platform": "darwin", + "uptime": 246045 + }, + { + "timestamp": 1764882051987, + "memoryTotal": 34359738368, + "memoryUsed": 34263564288, + "memoryFree": 96174080, + "memoryUsagePercent": 99.72009658813477, + "memoryEfficiency": 0.2799034118652344, + "cpuCount": 12, + "cpuLoad": 0.11043294270833333, + "platform": "darwin", + "uptime": 246075 + }, + { + "timestamp": 1764882081989, + "memoryTotal": 34359738368, + "memoryUsed": 34184265728, + "memoryFree": 175472640, + "memoryUsagePercent": 99.48930740356445, + "memoryEfficiency": 0.5106925964355469, + "cpuCount": 12, + "cpuLoad": 0.0882568359375, + "platform": "darwin", + "uptime": 246105 + }, + { + "timestamp": 1764882111990, + "memoryTotal": 34359738368, + "memoryUsed": 34263973888, + "memoryFree": 95764480, + "memoryUsagePercent": 99.72128868103027, + "memoryEfficiency": 0.27871131896972656, + "cpuCount": 12, + "cpuLoad": 0.058146158854166664, + "platform": "darwin", + "uptime": 246135 + }, + { + "timestamp": 1764882141992, + "memoryTotal": 34359738368, + "memoryUsed": 34231484416, + "memoryFree": 128253952, + "memoryUsagePercent": 99.6267318725586, + "memoryEfficiency": 0.37326812744140625, + "cpuCount": 12, + "cpuLoad": 0.1151123046875, + "platform": "darwin", + "uptime": 246165 + }, + { + "timestamp": 1764882171993, + "memoryTotal": 34359738368, + "memoryUsed": 34215444480, + "memoryFree": 144293888, + "memoryUsagePercent": 99.58004951477051, + "memoryEfficiency": 0.4199504852294922, + "cpuCount": 12, + "cpuLoad": 0.1749267578125, + "platform": "darwin", + "uptime": 246195 + }, + { + "timestamp": 1764882201994, + "memoryTotal": 34359738368, + "memoryUsed": 34282455040, + "memoryFree": 77283328, + "memoryUsagePercent": 99.77507591247559, + "memoryEfficiency": 0.22492408752441406, + "cpuCount": 12, + "cpuLoad": 0.24007161458333334, + "platform": "darwin", + "uptime": 246225 + }, + { + "timestamp": 1764882231995, + "memoryTotal": 34359738368, + "memoryUsed": 34246836224, + "memoryFree": 112902144, + "memoryUsagePercent": 99.67141151428223, + "memoryEfficiency": 0.32858848571777344, + "cpuCount": 12, + "cpuLoad": 0.22721354166666666, + "platform": "darwin", + "uptime": 246255 + }, + { + "timestamp": 1764882261996, + "memoryTotal": 34359738368, + "memoryUsed": 34284683264, + "memoryFree": 75055104, + "memoryUsagePercent": 99.78156089782715, + "memoryEfficiency": 0.21843910217285156, + "cpuCount": 12, + "cpuLoad": 0.2418212890625, + "platform": "darwin", + "uptime": 246285 + }, + { + "timestamp": 1764882291997, + "memoryTotal": 34359738368, + "memoryUsed": 34236596224, + "memoryFree": 123142144, + "memoryUsagePercent": 99.64160919189453, + "memoryEfficiency": 0.35839080810546875, + "cpuCount": 12, + "cpuLoad": 0.186279296875, + "platform": "darwin", + "uptime": 246315 + }, + { + "timestamp": 1764882321997, + "memoryTotal": 34359738368, + "memoryUsed": 34272788480, + "memoryFree": 86949888, + "memoryUsagePercent": 99.7469425201416, + "memoryEfficiency": 0.25305747985839844, + "cpuCount": 12, + "cpuLoad": 0.1890869140625, + "platform": "darwin", + "uptime": 246345 + }, + { + "timestamp": 1764882351998, + "memoryTotal": 34359738368, + "memoryUsed": 34274951168, + "memoryFree": 84787200, + "memoryUsagePercent": 99.75323677062988, + "memoryEfficiency": 0.2467632293701172, + "cpuCount": 12, + "cpuLoad": 0.17427571614583334, + "platform": "darwin", + "uptime": 246375 + }, + { + "timestamp": 1764882382000, + "memoryTotal": 34359738368, + "memoryUsed": 34289205248, + "memoryFree": 70533120, + "memoryUsagePercent": 99.79472160339355, + "memoryEfficiency": 0.2052783966064453, + "cpuCount": 12, + "cpuLoad": 0.16312662760416666, + "platform": "darwin", + "uptime": 246406 + }, + { + "timestamp": 1764882412001, + "memoryTotal": 34359738368, + "memoryUsed": 34220326912, + "memoryFree": 139411456, + "memoryUsagePercent": 99.59425926208496, + "memoryEfficiency": 0.40574073791503906, + "cpuCount": 12, + "cpuLoad": 0.23234049479166666, + "platform": "darwin", + "uptime": 246436 + }, + { + "timestamp": 1764882442000, + "memoryTotal": 34359738368, + "memoryUsed": 34261467136, + "memoryFree": 98271232, + "memoryUsagePercent": 99.71399307250977, + "memoryEfficiency": 0.2860069274902344, + "cpuCount": 12, + "cpuLoad": 0.16634114583333334, + "platform": "darwin", + "uptime": 246466 + }, + { + "timestamp": 1764882472001, + "memoryTotal": 34359738368, + "memoryUsed": 34251489280, + "memoryFree": 108249088, + "memoryUsagePercent": 99.6849536895752, + "memoryEfficiency": 0.3150463104248047, + "cpuCount": 12, + "cpuLoad": 0.13041178385416666, + "platform": "darwin", + "uptime": 246496 + }, + { + "timestamp": 1764882502003, + "memoryTotal": 34359738368, + "memoryUsed": 34219982848, + "memoryFree": 139755520, + "memoryUsagePercent": 99.59325790405273, + "memoryEfficiency": 0.4067420959472656, + "cpuCount": 12, + "cpuLoad": 0.08935546875, + "platform": "darwin", + "uptime": 246526 + }, + { + "timestamp": 1764882532004, + "memoryTotal": 34359738368, + "memoryUsed": 34225995776, + "memoryFree": 133742592, + "memoryUsagePercent": 99.61075782775879, + "memoryEfficiency": 0.38924217224121094, + "cpuCount": 12, + "cpuLoad": 0.11421712239583333, + "platform": "darwin", + "uptime": 246556 + }, + { + "timestamp": 1764882562005, + "memoryTotal": 34359738368, + "memoryUsed": 34227159040, + "memoryFree": 132579328, + "memoryUsagePercent": 99.61414337158203, + "memoryEfficiency": 0.38585662841796875, + "cpuCount": 12, + "cpuLoad": 0.10693359375, + "platform": "darwin", + "uptime": 246586 + }, + { + "timestamp": 1764882592006, + "memoryTotal": 34359738368, + "memoryUsed": 34231615488, + "memoryFree": 128122880, + "memoryUsagePercent": 99.62711334228516, + "memoryEfficiency": 0.37288665771484375, + "cpuCount": 12, + "cpuLoad": 0.08927408854166667, + "platform": "darwin", + "uptime": 246616 + }, + { + "timestamp": 1764882622007, + "memoryTotal": 34359738368, + "memoryUsed": 34132656128, + "memoryFree": 227082240, + "memoryUsagePercent": 99.33910369873047, + "memoryEfficiency": 0.6608963012695312, + "cpuCount": 12, + "cpuLoad": 0.17838541666666666, + "platform": "darwin", + "uptime": 246646 + }, + { + "timestamp": 1764882652008, + "memoryTotal": 34359738368, + "memoryUsed": 34216493056, + "memoryFree": 143245312, + "memoryUsagePercent": 99.58310127258301, + "memoryEfficiency": 0.4168987274169922, + "cpuCount": 12, + "cpuLoad": 0.18802897135416666, + "platform": "darwin", + "uptime": 246676 + }, + { + "timestamp": 1764882682009, + "memoryTotal": 34359738368, + "memoryUsed": 34216607744, + "memoryFree": 143130624, + "memoryUsagePercent": 99.58343505859375, + "memoryEfficiency": 0.41656494140625, + "cpuCount": 12, + "cpuLoad": 0.15470377604166666, + "platform": "darwin", + "uptime": 246706 + }, + { + "timestamp": 1764882712010, + "memoryTotal": 34359738368, + "memoryUsed": 34209169408, + "memoryFree": 150568960, + "memoryUsagePercent": 99.56178665161133, + "memoryEfficiency": 0.4382133483886719, + "cpuCount": 12, + "cpuLoad": 0.19356282552083334, + "platform": "darwin", + "uptime": 246736 + }, + { + "timestamp": 1764882742012, + "memoryTotal": 34359738368, + "memoryUsed": 34214215680, + "memoryFree": 145522688, + "memoryUsagePercent": 99.57647323608398, + "memoryEfficiency": 0.4235267639160156, + "cpuCount": 12, + "cpuLoad": 0.19429524739583334, + "platform": "darwin", + "uptime": 246766 + }, + { + "timestamp": 1764882772012, + "memoryTotal": 34359738368, + "memoryUsed": 31578816512, + "memoryFree": 2780921856, + "memoryUsagePercent": 91.90645217895508, + "memoryEfficiency": 8.093547821044922, + "cpuCount": 12, + "cpuLoad": 0.2265625, + "platform": "darwin", + "uptime": 246796 + }, + { + "timestamp": 1764882802014, + "memoryTotal": 34359738368, + "memoryUsed": 32194330624, + "memoryFree": 2165407744, + "memoryUsagePercent": 93.69783401489258, + "memoryEfficiency": 6.302165985107422, + "cpuCount": 12, + "cpuLoad": 0.14335123697916666, + "platform": "darwin", + "uptime": 246826 + }, + { + "timestamp": 1764882832015, + "memoryTotal": 34359738368, + "memoryUsed": 33002192896, + "memoryFree": 1357545472, + "memoryUsagePercent": 96.04902267456055, + "memoryEfficiency": 3.950977325439453, + "cpuCount": 12, + "cpuLoad": 0.28076171875, + "platform": "darwin", + "uptime": 246856 + }, + { + "timestamp": 1764882862016, + "memoryTotal": 34359738368, + "memoryUsed": 33337458688, + "memoryFree": 1022279680, + "memoryUsagePercent": 97.0247745513916, + "memoryEfficiency": 2.9752254486083984, + "cpuCount": 12, + "cpuLoad": 0.21834309895833334, + "platform": "darwin", + "uptime": 246886 + }, + { + "timestamp": 1764882892017, + "memoryTotal": 34359738368, + "memoryUsed": 33613283328, + "memoryFree": 746455040, + "memoryUsagePercent": 97.82752990722656, + "memoryEfficiency": 2.1724700927734375, + "cpuCount": 12, + "cpuLoad": 0.13224283854166666, + "platform": "darwin", + "uptime": 246916 + }, + { + "timestamp": 1764882922019, + "memoryTotal": 34359738368, + "memoryUsed": 33700560896, + "memoryFree": 659177472, + "memoryUsagePercent": 98.08154106140137, + "memoryEfficiency": 1.9184589385986328, + "cpuCount": 12, + "cpuLoad": 0.15677897135416666, + "platform": "darwin", + "uptime": 246946 + }, + { + "timestamp": 1764882952020, + "memoryTotal": 34359738368, + "memoryUsed": 33907261440, + "memoryFree": 452476928, + "memoryUsagePercent": 98.68311882019043, + "memoryEfficiency": 1.3168811798095703, + "cpuCount": 12, + "cpuLoad": 0.17529296875, + "platform": "darwin", + "uptime": 246976 + }, + { + "timestamp": 1764882982021, + "memoryTotal": 34359738368, + "memoryUsed": 33844281344, + "memoryFree": 515457024, + "memoryUsagePercent": 98.49982261657715, + "memoryEfficiency": 1.5001773834228516, + "cpuCount": 12, + "cpuLoad": 0.19539388020833334, + "platform": "darwin", + "uptime": 247006 + }, + { + "timestamp": 1764883012023, + "memoryTotal": 34359738368, + "memoryUsed": 33948647424, + "memoryFree": 411090944, + "memoryUsagePercent": 98.80356788635254, + "memoryEfficiency": 1.196432113647461, + "cpuCount": 12, + "cpuLoad": 0.13163248697916666, + "platform": "darwin", + "uptime": 247036 + }, + { + "timestamp": 1764883042024, + "memoryTotal": 34359738368, + "memoryUsed": 33929117696, + "memoryFree": 430620672, + "memoryUsagePercent": 98.74672889709473, + "memoryEfficiency": 1.2532711029052734, + "cpuCount": 12, + "cpuLoad": 0.09724934895833333, + "platform": "darwin", + "uptime": 247066 + }, + { + "timestamp": 1764883072024, + "memoryTotal": 34359738368, + "memoryUsed": 34029289472, + "memoryFree": 330448896, + "memoryUsagePercent": 99.03826713562012, + "memoryEfficiency": 0.9617328643798828, + "cpuCount": 12, + "cpuLoad": 0.07438151041666667, + "platform": "darwin", + "uptime": 247096 + }, + { + "timestamp": 1764883102026, + "memoryTotal": 34359738368, + "memoryUsed": 33953906688, + "memoryFree": 405831680, + "memoryUsagePercent": 98.81887435913086, + "memoryEfficiency": 1.1811256408691406, + "cpuCount": 12, + "cpuLoad": 0.11991373697916667, + "platform": "darwin", + "uptime": 247126 + }, + { + "timestamp": 1764883132027, + "memoryTotal": 34359738368, + "memoryUsed": 34039300096, + "memoryFree": 320438272, + "memoryUsagePercent": 99.06740188598633, + "memoryEfficiency": 0.9325981140136719, + "cpuCount": 12, + "cpuLoad": 0.18448893229166666, + "platform": "darwin", + "uptime": 247156 + }, + { + "timestamp": 1764883162028, + "memoryTotal": 34359738368, + "memoryUsed": 34160115712, + "memoryFree": 199622656, + "memoryUsagePercent": 99.41902160644531, + "memoryEfficiency": 0.5809783935546875, + "cpuCount": 12, + "cpuLoad": 0.13533528645833334, + "platform": "darwin", + "uptime": 247186 + }, + { + "timestamp": 1764883192030, + "memoryTotal": 34359738368, + "memoryUsed": 34109095936, + "memoryFree": 250642432, + "memoryUsagePercent": 99.27053451538086, + "memoryEfficiency": 0.7294654846191406, + "cpuCount": 12, + "cpuLoad": 0.09810384114583333, + "platform": "darwin", + "uptime": 247216 + }, + { + "timestamp": 1764883222031, + "memoryTotal": 34359738368, + "memoryUsed": 34192293888, + "memoryFree": 167444480, + "memoryUsagePercent": 99.5126724243164, + "memoryEfficiency": 0.48732757568359375, + "cpuCount": 12, + "cpuLoad": 0.063720703125, + "platform": "darwin", + "uptime": 247246 + }, + { + "timestamp": 1764883252032, + "memoryTotal": 34359738368, + "memoryUsed": 34217000960, + "memoryFree": 142737408, + "memoryUsagePercent": 99.58457946777344, + "memoryEfficiency": 0.4154205322265625, + "cpuCount": 12, + "cpuLoad": 0.038492838541666664, + "platform": "darwin", + "uptime": 247276 + }, + { + "timestamp": 1764883282033, + "memoryTotal": 34359738368, + "memoryUsed": 34226044928, + "memoryFree": 133693440, + "memoryUsagePercent": 99.61090087890625, + "memoryEfficiency": 0.38909912109375, + "cpuCount": 12, + "cpuLoad": 0.1090087890625, + "platform": "darwin", + "uptime": 247306 + }, + { + "timestamp": 1764883312034, + "memoryTotal": 34359738368, + "memoryUsed": 34112569344, + "memoryFree": 247169024, + "memoryUsagePercent": 99.28064346313477, + "memoryEfficiency": 0.7193565368652344, + "cpuCount": 12, + "cpuLoad": 0.09004720052083333, + "platform": "darwin", + "uptime": 247336 + }, + { + "timestamp": 1764883342035, + "memoryTotal": 34359738368, + "memoryUsed": 34196340736, + "memoryFree": 163397632, + "memoryUsagePercent": 99.52445030212402, + "memoryEfficiency": 0.47554969787597656, + "cpuCount": 12, + "cpuLoad": 0.061197916666666664, + "platform": "darwin", + "uptime": 247366 + }, + { + "timestamp": 1764883372038, + "memoryTotal": 34359738368, + "memoryUsed": 34268512256, + "memoryFree": 91226112, + "memoryUsagePercent": 99.7344970703125, + "memoryEfficiency": 0.2655029296875, + "cpuCount": 12, + "cpuLoad": 0.07356770833333333, + "platform": "darwin", + "uptime": 247396 + }, + { + "timestamp": 1764883402039, + "memoryTotal": 34359738368, + "memoryUsed": 34277818368, + "memoryFree": 81920000, + "memoryUsagePercent": 99.76158142089844, + "memoryEfficiency": 0.2384185791015625, + "cpuCount": 12, + "cpuLoad": 0.11470540364583333, + "platform": "darwin", + "uptime": 247426 + }, + { + "timestamp": 1764883432039, + "memoryTotal": 34359738368, + "memoryUsed": 34292105216, + "memoryFree": 67633152, + "memoryUsagePercent": 99.80316162109375, + "memoryEfficiency": 0.19683837890625, + "cpuCount": 12, + "cpuLoad": 0.1134033203125, + "platform": "darwin", + "uptime": 247456 + }, + { + "timestamp": 1764883462039, + "memoryTotal": 34359738368, + "memoryUsed": 34289352704, + "memoryFree": 70385664, + "memoryUsagePercent": 99.79515075683594, + "memoryEfficiency": 0.2048492431640625, + "cpuCount": 12, + "cpuLoad": 0.16056315104166666, + "platform": "darwin", + "uptime": 247486 + }, + { + "timestamp": 1764883492041, + "memoryTotal": 34359738368, + "memoryUsed": 34291122176, + "memoryFree": 68616192, + "memoryUsagePercent": 99.80030059814453, + "memoryEfficiency": 0.19969940185546875, + "cpuCount": 12, + "cpuLoad": 0.16141764322916666, + "platform": "darwin", + "uptime": 247516 + }, + { + "timestamp": 1764883522043, + "memoryTotal": 34359738368, + "memoryUsed": 32841990144, + "memoryFree": 1517748224, + "memoryUsagePercent": 95.58277130126953, + "memoryEfficiency": 4.417228698730469, + "cpuCount": 12, + "cpuLoad": 0.19112141927083334, + "platform": "darwin", + "uptime": 247546 + }, + { + "timestamp": 1764883552044, + "memoryTotal": 34359738368, + "memoryUsed": 33396375552, + "memoryFree": 963362816, + "memoryUsagePercent": 97.19624519348145, + "memoryEfficiency": 2.8037548065185547, + "cpuCount": 12, + "cpuLoad": 0.14453125, + "platform": "darwin", + "uptime": 247576 + }, + { + "timestamp": 1764883582044, + "memoryTotal": 34359738368, + "memoryUsed": 33785069568, + "memoryFree": 574668800, + "memoryUsagePercent": 98.32749366760254, + "memoryEfficiency": 1.672506332397461, + "cpuCount": 12, + "cpuLoad": 0.129638671875, + "platform": "darwin", + "uptime": 247606 + }, + { + "timestamp": 1764883612046, + "memoryTotal": 34359738368, + "memoryUsed": 34292350976, + "memoryFree": 67387392, + "memoryUsagePercent": 99.80387687683105, + "memoryEfficiency": 0.1961231231689453, + "cpuCount": 12, + "cpuLoad": 0.094970703125, + "platform": "darwin", + "uptime": 247636 + }, + { + "timestamp": 1764883642047, + "memoryTotal": 34359738368, + "memoryUsed": 34288353280, + "memoryFree": 71385088, + "memoryUsagePercent": 99.7922420501709, + "memoryEfficiency": 0.20775794982910156, + "cpuCount": 12, + "cpuLoad": 0.07027180989583333, + "platform": "darwin", + "uptime": 247666 + }, + { + "timestamp": 1764883672047, + "memoryTotal": 34359738368, + "memoryUsed": 34285928448, + "memoryFree": 73809920, + "memoryUsagePercent": 99.78518486022949, + "memoryEfficiency": 0.2148151397705078, + "cpuCount": 12, + "cpuLoad": 0.09281412760416667, + "platform": "darwin", + "uptime": 247696 + }, + { + "timestamp": 1764883702048, + "memoryTotal": 34359738368, + "memoryUsed": 34278965248, + "memoryFree": 80773120, + "memoryUsagePercent": 99.76491928100586, + "memoryEfficiency": 0.23508071899414062, + "cpuCount": 12, + "cpuLoad": 0.13814290364583334, + "platform": "darwin", + "uptime": 247726 + }, + { + "timestamp": 1764883732049, + "memoryTotal": 34359738368, + "memoryUsed": 34242019328, + "memoryFree": 117719040, + "memoryUsagePercent": 99.65739250183105, + "memoryEfficiency": 0.3426074981689453, + "cpuCount": 12, + "cpuLoad": 0.20585123697916666, + "platform": "darwin", + "uptime": 247756 + }, + { + "timestamp": 1764883762050, + "memoryTotal": 34359738368, + "memoryUsed": 34212937728, + "memoryFree": 146800640, + "memoryUsagePercent": 99.57275390625, + "memoryEfficiency": 0.42724609375, + "cpuCount": 12, + "cpuLoad": 0.237548828125, + "platform": "darwin", + "uptime": 247786 + }, + { + "timestamp": 1764883792051, + "memoryTotal": 34359738368, + "memoryUsed": 34290040832, + "memoryFree": 69697536, + "memoryUsagePercent": 99.79715347290039, + "memoryEfficiency": 0.20284652709960938, + "cpuCount": 12, + "cpuLoad": 0.20760091145833334, + "platform": "darwin", + "uptime": 247816 + }, + { + "timestamp": 1764883822052, + "memoryTotal": 34359738368, + "memoryUsed": 34293268480, + "memoryFree": 66469888, + "memoryUsagePercent": 99.80654716491699, + "memoryEfficiency": 0.1934528350830078, + "cpuCount": 12, + "cpuLoad": 0.14383951822916666, + "platform": "darwin", + "uptime": 247846 + }, + { + "timestamp": 1764883852053, + "memoryTotal": 34359738368, + "memoryUsed": 34269003776, + "memoryFree": 90734592, + "memoryUsagePercent": 99.73592758178711, + "memoryEfficiency": 0.2640724182128906, + "cpuCount": 12, + "cpuLoad": 0.10762532552083333, + "platform": "darwin", + "uptime": 247876 + }, + { + "timestamp": 1764883882054, + "memoryTotal": 34359738368, + "memoryUsed": 34291777536, + "memoryFree": 67960832, + "memoryUsagePercent": 99.80220794677734, + "memoryEfficiency": 0.19779205322265625, + "cpuCount": 12, + "cpuLoad": 0.097900390625, + "platform": "darwin", + "uptime": 247906 + }, + { + "timestamp": 1764883912055, + "memoryTotal": 34359738368, + "memoryUsed": 34228715520, + "memoryFree": 131022848, + "memoryUsagePercent": 99.61867332458496, + "memoryEfficiency": 0.38132667541503906, + "cpuCount": 12, + "cpuLoad": 0.09529622395833333, + "platform": "darwin", + "uptime": 247936 + }, + { + "timestamp": 1764883942056, + "memoryTotal": 34359738368, + "memoryUsed": 34229518336, + "memoryFree": 130220032, + "memoryUsagePercent": 99.62100982666016, + "memoryEfficiency": 0.37899017333984375, + "cpuCount": 12, + "cpuLoad": 0.07682291666666667, + "platform": "darwin", + "uptime": 247966 + }, + { + "timestamp": 1764883972056, + "memoryTotal": 34359738368, + "memoryUsed": 34286125056, + "memoryFree": 73613312, + "memoryUsagePercent": 99.78575706481934, + "memoryEfficiency": 0.21424293518066406, + "cpuCount": 12, + "cpuLoad": 0.057535807291666664, + "platform": "darwin", + "uptime": 247996 + }, + { + "timestamp": 1764884002056, + "memoryTotal": 34359738368, + "memoryUsed": 34250768384, + "memoryFree": 108969984, + "memoryUsagePercent": 99.6828556060791, + "memoryEfficiency": 0.31714439392089844, + "cpuCount": 12, + "cpuLoad": 0.1458740234375, + "platform": "darwin", + "uptime": 248026 + }, + { + "timestamp": 1764884032056, + "memoryTotal": 34359738368, + "memoryUsed": 34246852608, + "memoryFree": 112885760, + "memoryUsagePercent": 99.67145919799805, + "memoryEfficiency": 0.3285408020019531, + "cpuCount": 12, + "cpuLoad": 0.10823567708333333, + "platform": "darwin", + "uptime": 248056 + }, + { + "timestamp": 1764884062057, + "memoryTotal": 34359738368, + "memoryUsed": 34258485248, + "memoryFree": 101253120, + "memoryUsagePercent": 99.70531463623047, + "memoryEfficiency": 0.29468536376953125, + "cpuCount": 12, + "cpuLoad": 0.11881510416666667, + "platform": "darwin", + "uptime": 248086 + }, + { + "timestamp": 1764884092058, + "memoryTotal": 34359738368, + "memoryUsed": 34258223104, + "memoryFree": 101515264, + "memoryUsagePercent": 99.70455169677734, + "memoryEfficiency": 0.29544830322265625, + "cpuCount": 12, + "cpuLoad": 0.08378092447916667, + "platform": "darwin", + "uptime": 248116 + }, + { + "timestamp": 1764884122059, + "memoryTotal": 34359738368, + "memoryUsed": 32875053056, + "memoryFree": 1484685312, + "memoryUsagePercent": 95.67899703979492, + "memoryEfficiency": 4.321002960205078, + "cpuCount": 12, + "cpuLoad": 0.0955810546875, + "platform": "darwin", + "uptime": 248146 + }, + { + "timestamp": 1764884152058, + "memoryTotal": 34359738368, + "memoryUsed": 32833978368, + "memoryFree": 1525760000, + "memoryUsagePercent": 95.5594539642334, + "memoryEfficiency": 4.440546035766602, + "cpuCount": 12, + "cpuLoad": 0.0997314453125, + "platform": "darwin", + "uptime": 248176 + }, + { + "timestamp": 1764884182060, + "memoryTotal": 34359738368, + "memoryUsed": 32845152256, + "memoryFree": 1514586112, + "memoryUsagePercent": 95.59197425842285, + "memoryEfficiency": 4.408025741577148, + "cpuCount": 12, + "cpuLoad": 0.09716796875, + "platform": "darwin", + "uptime": 248206 + }, + { + "timestamp": 1764884212060, + "memoryTotal": 34359738368, + "memoryUsed": 32951238656, + "memoryFree": 1408499712, + "memoryUsagePercent": 95.90072631835938, + "memoryEfficiency": 4.099273681640625, + "cpuCount": 12, + "cpuLoad": 0.0635986328125, + "platform": "darwin", + "uptime": 248236 + }, + { + "timestamp": 1764884242061, + "memoryTotal": 34359738368, + "memoryUsed": 32941981696, + "memoryFree": 1417756672, + "memoryUsagePercent": 95.8737850189209, + "memoryEfficiency": 4.126214981079102, + "cpuCount": 12, + "cpuLoad": 0.07869466145833333, + "platform": "darwin", + "uptime": 248266 + }, + { + "timestamp": 1764884272062, + "memoryTotal": 34359738368, + "memoryUsed": 33148960768, + "memoryFree": 1210777600, + "memoryUsagePercent": 96.4761734008789, + "memoryEfficiency": 3.5238265991210938, + "cpuCount": 12, + "cpuLoad": 0.11820475260416667, + "platform": "darwin", + "uptime": 248296 + }, + { + "timestamp": 1764884302063, + "memoryTotal": 34359738368, + "memoryUsed": 33201487872, + "memoryFree": 1158250496, + "memoryUsagePercent": 96.62904739379883, + "memoryEfficiency": 3.370952606201172, + "cpuCount": 12, + "cpuLoad": 0.08740234375, + "platform": "darwin", + "uptime": 248326 + }, + { + "timestamp": 1764884332062, + "memoryTotal": 34359738368, + "memoryUsed": 33872445440, + "memoryFree": 487292928, + "memoryUsagePercent": 98.58179092407227, + "memoryEfficiency": 1.4182090759277344, + "cpuCount": 12, + "cpuLoad": 0.09171549479166667, + "platform": "darwin", + "uptime": 248356 + }, + { + "timestamp": 1764884362064, + "memoryTotal": 34359738368, + "memoryUsed": 33759625216, + "memoryFree": 600113152, + "memoryUsagePercent": 98.2534408569336, + "memoryEfficiency": 1.7465591430664062, + "cpuCount": 12, + "cpuLoad": 0.074462890625, + "platform": "darwin", + "uptime": 248386 + }, + { + "timestamp": 1764884392064, + "memoryTotal": 34359738368, + "memoryUsed": 33780350976, + "memoryFree": 579387392, + "memoryUsagePercent": 98.31376075744629, + "memoryEfficiency": 1.686239242553711, + "cpuCount": 12, + "cpuLoad": 0.08247884114583333, + "platform": "darwin", + "uptime": 248416 + }, + { + "timestamp": 1764884422064, + "memoryTotal": 34359738368, + "memoryUsed": 33891139584, + "memoryFree": 468598784, + "memoryUsagePercent": 98.63619804382324, + "memoryEfficiency": 1.3638019561767578, + "cpuCount": 12, + "cpuLoad": 0.06941731770833333, + "platform": "darwin", + "uptime": 248446 + }, + { + "timestamp": 1764884452066, + "memoryTotal": 34359738368, + "memoryUsed": 33913782272, + "memoryFree": 445956096, + "memoryUsagePercent": 98.70209693908691, + "memoryEfficiency": 1.297903060913086, + "cpuCount": 12, + "cpuLoad": 0.0784912109375, + "platform": "darwin", + "uptime": 248476 + }, + { + "timestamp": 1764884482065, + "memoryTotal": 34359738368, + "memoryUsed": 33917714432, + "memoryFree": 442023936, + "memoryUsagePercent": 98.71354103088379, + "memoryEfficiency": 1.286458969116211, + "cpuCount": 12, + "cpuLoad": 0.07511393229166667, + "platform": "darwin", + "uptime": 248506 + }, + { + "timestamp": 1764884512068, + "memoryTotal": 34359738368, + "memoryUsed": 33900118016, + "memoryFree": 459620352, + "memoryUsagePercent": 98.66232872009277, + "memoryEfficiency": 1.3376712799072266, + "cpuCount": 12, + "cpuLoad": 0.13525390625, + "platform": "darwin", + "uptime": 248536 + }, + { + "timestamp": 1764884542069, + "memoryTotal": 34359738368, + "memoryUsed": 33776648192, + "memoryFree": 583090176, + "memoryUsagePercent": 98.3029842376709, + "memoryEfficiency": 1.6970157623291016, + "cpuCount": 12, + "cpuLoad": 0.1090087890625, + "platform": "darwin", + "uptime": 248566 + }, + { + "timestamp": 1764884572070, + "memoryTotal": 34359738368, + "memoryUsed": 33857536000, + "memoryFree": 502202368, + "memoryUsagePercent": 98.53839874267578, + "memoryEfficiency": 1.4616012573242188, + "cpuCount": 12, + "cpuLoad": 0.094482421875, + "platform": "darwin", + "uptime": 248596 + }, + { + "timestamp": 1764884602071, + "memoryTotal": 34359738368, + "memoryUsed": 33879097344, + "memoryFree": 480641024, + "memoryUsagePercent": 98.60115051269531, + "memoryEfficiency": 1.3988494873046875, + "cpuCount": 12, + "cpuLoad": 0.07979329427083333, + "platform": "darwin", + "uptime": 248626 + }, + { + "timestamp": 1764884634348, + "memoryTotal": 34359738368, + "memoryUsed": 34132361216, + "memoryFree": 227377152, + "memoryUsagePercent": 99.3382453918457, + "memoryEfficiency": 0.6617546081542969, + "cpuCount": 12, + "cpuLoad": 0.2781982421875, + "platform": "darwin", + "uptime": 248656 + }, + { + "timestamp": 1764884664348, + "memoryTotal": 34359738368, + "memoryUsed": 34158673920, + "memoryFree": 201064448, + "memoryUsagePercent": 99.41482543945312, + "memoryEfficiency": 0.585174560546875, + "cpuCount": 12, + "cpuLoad": 0.18367513020833334, + "platform": "darwin", + "uptime": 248686 + }, + { + "timestamp": 1764884694350, + "memoryTotal": 34359738368, + "memoryUsed": 34167324672, + "memoryFree": 192413696, + "memoryUsagePercent": 99.44000244140625, + "memoryEfficiency": 0.55999755859375, + "cpuCount": 12, + "cpuLoad": 0.1220703125, + "platform": "darwin", + "uptime": 248716 + }, + { + "timestamp": 1764884724352, + "memoryTotal": 34359738368, + "memoryUsed": 34224062464, + "memoryFree": 135675904, + "memoryUsagePercent": 99.60513114929199, + "memoryEfficiency": 0.3948688507080078, + "cpuCount": 12, + "cpuLoad": 0.129150390625, + "platform": "darwin", + "uptime": 248746 + }, + { + "timestamp": 1764884754353, + "memoryTotal": 34359738368, + "memoryUsed": 34242084864, + "memoryFree": 117653504, + "memoryUsagePercent": 99.65758323669434, + "memoryEfficiency": 0.34241676330566406, + "cpuCount": 12, + "cpuLoad": 0.12040201822916667, + "platform": "darwin", + "uptime": 248776 + }, + { + "timestamp": 1764884784353, + "memoryTotal": 34359738368, + "memoryUsed": 34159689728, + "memoryFree": 200048640, + "memoryUsagePercent": 99.41778182983398, + "memoryEfficiency": 0.5822181701660156, + "cpuCount": 12, + "cpuLoad": 0.09383138020833333, + "platform": "darwin", + "uptime": 248806 + }, + { + "timestamp": 1764884814355, + "memoryTotal": 34359738368, + "memoryUsed": 34176516096, + "memoryFree": 183222272, + "memoryUsagePercent": 99.46675300598145, + "memoryEfficiency": 0.5332469940185547, + "cpuCount": 12, + "cpuLoad": 0.11092122395833333, + "platform": "darwin", + "uptime": 248836 + }, + { + "timestamp": 1764884844358, + "memoryTotal": 34359738368, + "memoryUsed": 34232107008, + "memoryFree": 127631360, + "memoryUsagePercent": 99.62854385375977, + "memoryEfficiency": 0.3714561462402344, + "cpuCount": 12, + "cpuLoad": 0.071533203125, + "platform": "darwin", + "uptime": 248866 + }, + { + "timestamp": 1764884874359, + "memoryTotal": 34359738368, + "memoryUsed": 34236923904, + "memoryFree": 122814464, + "memoryUsagePercent": 99.64256286621094, + "memoryEfficiency": 0.3574371337890625, + "cpuCount": 12, + "cpuLoad": 0.048909505208333336, + "platform": "darwin", + "uptime": 248896 + }, + { + "timestamp": 1764884904359, + "memoryTotal": 34359738368, + "memoryUsed": 34231107584, + "memoryFree": 128630784, + "memoryUsagePercent": 99.62563514709473, + "memoryEfficiency": 0.37436485290527344, + "cpuCount": 12, + "cpuLoad": 0.058349609375, + "platform": "darwin", + "uptime": 248926 + }, + { + "timestamp": 1764884934360, + "memoryTotal": 34359738368, + "memoryUsed": 34206744576, + "memoryFree": 152993792, + "memoryUsagePercent": 99.55472946166992, + "memoryEfficiency": 0.4452705383300781, + "cpuCount": 12, + "cpuLoad": 0.045247395833333336, + "platform": "darwin", + "uptime": 248956 + }, + { + "timestamp": 1764884964360, + "memoryTotal": 34359738368, + "memoryUsed": 34224488448, + "memoryFree": 135249920, + "memoryUsagePercent": 99.60637092590332, + "memoryEfficiency": 0.3936290740966797, + "cpuCount": 12, + "cpuLoad": 0.0438232421875, + "platform": "darwin", + "uptime": 248986 + }, + { + "timestamp": 1764884994362, + "memoryTotal": 34359738368, + "memoryUsed": 34223865856, + "memoryFree": 135872512, + "memoryUsagePercent": 99.60455894470215, + "memoryEfficiency": 0.39544105529785156, + "cpuCount": 12, + "cpuLoad": 0.050333658854166664, + "platform": "darwin", + "uptime": 249016 + }, + { + "timestamp": 1764885024363, + "memoryTotal": 34359738368, + "memoryUsed": 34158362624, + "memoryFree": 201375744, + "memoryUsagePercent": 99.41391944885254, + "memoryEfficiency": 0.5860805511474609, + "cpuCount": 12, + "cpuLoad": 0.049886067708333336, + "platform": "darwin", + "uptime": 249046 + }, + { + "timestamp": 1764885054363, + "memoryTotal": 34359738368, + "memoryUsed": 34158379008, + "memoryFree": 201359360, + "memoryUsagePercent": 99.41396713256836, + "memoryEfficiency": 0.5860328674316406, + "cpuCount": 12, + "cpuLoad": 0.039713541666666664, + "platform": "darwin", + "uptime": 249076 + }, + { + "timestamp": 1764885084363, + "memoryTotal": 34359738368, + "memoryUsed": 34158968832, + "memoryFree": 200769536, + "memoryUsagePercent": 99.41568374633789, + "memoryEfficiency": 0.5843162536621094, + "cpuCount": 12, + "cpuLoad": 0.073486328125, + "platform": "darwin", + "uptime": 249106 + }, + { + "timestamp": 1764885114363, + "memoryTotal": 34359738368, + "memoryUsed": 34191409152, + "memoryFree": 168329216, + "memoryUsagePercent": 99.51009750366211, + "memoryEfficiency": 0.4899024963378906, + "cpuCount": 12, + "cpuLoad": 0.08036295572916667, + "platform": "darwin", + "uptime": 249136 + }, + { + "timestamp": 1764885144363, + "memoryTotal": 34359738368, + "memoryUsed": 34228584448, + "memoryFree": 131153920, + "memoryUsagePercent": 99.6182918548584, + "memoryEfficiency": 0.38170814514160156, + "cpuCount": 12, + "cpuLoad": 0.3246256510416667, + "platform": "darwin", + "uptime": 249166 + }, + { + "timestamp": 1764885174363, + "memoryTotal": 34359738368, + "memoryUsed": 34244231168, + "memoryFree": 115507200, + "memoryUsagePercent": 99.6638298034668, + "memoryEfficiency": 0.3361701965332031, + "cpuCount": 12, + "cpuLoad": 0.20332845052083334, + "platform": "darwin", + "uptime": 249196 + }, + { + "timestamp": 1764885204365, + "memoryTotal": 34359738368, + "memoryUsed": 34265399296, + "memoryFree": 94339072, + "memoryUsagePercent": 99.72543716430664, + "memoryEfficiency": 0.2745628356933594, + "cpuCount": 12, + "cpuLoad": 0.14265950520833334, + "platform": "darwin", + "uptime": 249226 + }, + { + "timestamp": 1764885234367, + "memoryTotal": 34359738368, + "memoryUsed": 34098348032, + "memoryFree": 261390336, + "memoryUsagePercent": 99.23925399780273, + "memoryEfficiency": 0.7607460021972656, + "cpuCount": 12, + "cpuLoad": 0.10782877604166667, + "platform": "darwin", + "uptime": 249256 + }, + { + "timestamp": 1764885264368, + "memoryTotal": 34359738368, + "memoryUsed": 34225651712, + "memoryFree": 134086656, + "memoryUsagePercent": 99.60975646972656, + "memoryEfficiency": 0.3902435302734375, + "cpuCount": 12, + "cpuLoad": 0.10884602864583333, + "platform": "darwin", + "uptime": 249286 + }, + { + "timestamp": 1764885294370, + "memoryTotal": 34359738368, + "memoryUsed": 34186199040, + "memoryFree": 173539328, + "memoryUsagePercent": 99.49493408203125, + "memoryEfficiency": 0.50506591796875, + "cpuCount": 12, + "cpuLoad": 0.10909016927083333, + "platform": "darwin", + "uptime": 249316 + }, + { + "timestamp": 1764885324370, + "memoryTotal": 34359738368, + "memoryUsed": 34257485824, + "memoryFree": 102252544, + "memoryUsagePercent": 99.70240592956543, + "memoryEfficiency": 0.2975940704345703, + "cpuCount": 12, + "cpuLoad": 0.19795735677083334, + "platform": "darwin", + "uptime": 249346 + }, + { + "timestamp": 1764885354371, + "memoryTotal": 34359738368, + "memoryUsed": 34145730560, + "memoryFree": 214007808, + "memoryUsagePercent": 99.37715530395508, + "memoryEfficiency": 0.6228446960449219, + "cpuCount": 12, + "cpuLoad": 0.23551432291666666, + "platform": "darwin", + "uptime": 249376 + }, + { + "timestamp": 1764885384372, + "memoryTotal": 34359738368, + "memoryUsed": 33773944832, + "memoryFree": 585793536, + "memoryUsagePercent": 98.29511642456055, + "memoryEfficiency": 1.7048835754394531, + "cpuCount": 12, + "cpuLoad": 0.17606608072916666, + "platform": "darwin", + "uptime": 249406 + }, + { + "timestamp": 1764885414372, + "memoryTotal": 34359738368, + "memoryUsed": 34268102656, + "memoryFree": 91635712, + "memoryUsagePercent": 99.73330497741699, + "memoryEfficiency": 0.2666950225830078, + "cpuCount": 12, + "cpuLoad": 0.1685791015625, + "platform": "darwin", + "uptime": 249436 + }, + { + "timestamp": 1764885444375, + "memoryTotal": 34359738368, + "memoryUsed": 34288795648, + "memoryFree": 70942720, + "memoryUsagePercent": 99.79352951049805, + "memoryEfficiency": 0.20647048950195312, + "cpuCount": 12, + "cpuLoad": 0.22432454427083334, + "platform": "darwin", + "uptime": 249466 + }, + { + "timestamp": 1764885474376, + "memoryTotal": 34359738368, + "memoryUsed": 34274295808, + "memoryFree": 85442560, + "memoryUsagePercent": 99.75132942199707, + "memoryEfficiency": 0.2486705780029297, + "cpuCount": 12, + "cpuLoad": 0.179931640625, + "platform": "darwin", + "uptime": 249496 + }, + { + "timestamp": 1764885504377, + "memoryTotal": 34359738368, + "memoryUsed": 34236071936, + "memoryFree": 123666432, + "memoryUsagePercent": 99.64008331298828, + "memoryEfficiency": 0.35991668701171875, + "cpuCount": 12, + "cpuLoad": 0.13338216145833334, + "platform": "darwin", + "uptime": 249526 + }, + { + "timestamp": 1764885534376, + "memoryTotal": 34359738368, + "memoryUsed": 34100985856, + "memoryFree": 258752512, + "memoryUsagePercent": 99.2469310760498, + "memoryEfficiency": 0.7530689239501953, + "cpuCount": 12, + "cpuLoad": 0.10689290364583333, + "platform": "darwin", + "uptime": 249556 + }, + { + "timestamp": 1764885564384, + "memoryTotal": 34359738368, + "memoryUsed": 34238791680, + "memoryFree": 120946688, + "memoryUsagePercent": 99.64799880981445, + "memoryEfficiency": 0.3520011901855469, + "cpuCount": 12, + "cpuLoad": 0.140380859375, + "platform": "darwin", + "uptime": 249586 + }, + { + "timestamp": 1764885594386, + "memoryTotal": 34359738368, + "memoryUsed": 34248196096, + "memoryFree": 111542272, + "memoryUsagePercent": 99.67536926269531, + "memoryEfficiency": 0.3246307373046875, + "cpuCount": 12, + "cpuLoad": 0.10042317708333333, + "platform": "darwin", + "uptime": 249616 + }, + { + "timestamp": 1764885624387, + "memoryTotal": 34359738368, + "memoryUsed": 34233090048, + "memoryFree": 126648320, + "memoryUsagePercent": 99.63140487670898, + "memoryEfficiency": 0.3685951232910156, + "cpuCount": 12, + "cpuLoad": 0.11722819010416667, + "platform": "darwin", + "uptime": 249646 + }, + { + "timestamp": 1764885654391, + "memoryTotal": 34359738368, + "memoryUsed": 34222768128, + "memoryFree": 136970240, + "memoryUsagePercent": 99.60136413574219, + "memoryEfficiency": 0.3986358642578125, + "cpuCount": 12, + "cpuLoad": 0.11710611979166667, + "platform": "darwin", + "uptime": 249676 + }, + { + "timestamp": 1764885684391, + "memoryTotal": 34359738368, + "memoryUsed": 34170404864, + "memoryFree": 189333504, + "memoryUsagePercent": 99.44896697998047, + "memoryEfficiency": 0.5510330200195312, + "cpuCount": 12, + "cpuLoad": 0.18754069010416666, + "platform": "darwin", + "uptime": 249706 + }, + { + "timestamp": 1764885714391, + "memoryTotal": 34359738368, + "memoryUsed": 34294169600, + "memoryFree": 65568768, + "memoryUsagePercent": 99.80916976928711, + "memoryEfficiency": 0.19083023071289062, + "cpuCount": 12, + "cpuLoad": 0.152099609375, + "platform": "darwin", + "uptime": 249736 + }, + { + "timestamp": 1764885744392, + "memoryTotal": 34359738368, + "memoryUsed": 34139471872, + "memoryFree": 220266496, + "memoryUsagePercent": 99.35894012451172, + "memoryEfficiency": 0.6410598754882812, + "cpuCount": 12, + "cpuLoad": 0.12870279947916666, + "platform": "darwin", + "uptime": 249766 + }, + { + "timestamp": 1764885774393, + "memoryTotal": 34359738368, + "memoryUsed": 34215772160, + "memoryFree": 143966208, + "memoryUsagePercent": 99.58100318908691, + "memoryEfficiency": 0.41899681091308594, + "cpuCount": 12, + "cpuLoad": 0.16792805989583334, + "platform": "darwin", + "uptime": 249796 + }, + { + "timestamp": 1764885804393, + "memoryTotal": 34359738368, + "memoryUsed": 34212921344, + "memoryFree": 146817024, + "memoryUsagePercent": 99.57270622253418, + "memoryEfficiency": 0.4272937774658203, + "cpuCount": 12, + "cpuLoad": 0.13789876302083334, + "platform": "darwin", + "uptime": 249826 + }, + { + "timestamp": 1764885834394, + "memoryTotal": 34359738368, + "memoryUsed": 34210168832, + "memoryFree": 149569536, + "memoryUsagePercent": 99.56469535827637, + "memoryEfficiency": 0.4353046417236328, + "cpuCount": 12, + "cpuLoad": 0.13187662760416666, + "platform": "darwin", + "uptime": 249856 + }, + { + "timestamp": 1764885864395, + "memoryTotal": 34359738368, + "memoryUsed": 34245197824, + "memoryFree": 114540544, + "memoryUsagePercent": 99.6666431427002, + "memoryEfficiency": 0.3333568572998047, + "cpuCount": 12, + "cpuLoad": 0.10636393229166667, + "platform": "darwin", + "uptime": 249886 + }, + { + "timestamp": 1764885894396, + "memoryTotal": 34359738368, + "memoryUsed": 34247606272, + "memoryFree": 112132096, + "memoryUsagePercent": 99.67365264892578, + "memoryEfficiency": 0.32634735107421875, + "cpuCount": 12, + "cpuLoad": 0.08833821614583333, + "platform": "darwin", + "uptime": 249916 + }, + { + "timestamp": 1764885924398, + "memoryTotal": 34359738368, + "memoryUsed": 34216673280, + "memoryFree": 143065088, + "memoryUsagePercent": 99.58362579345703, + "memoryEfficiency": 0.41637420654296875, + "cpuCount": 12, + "cpuLoad": 0.11600748697916667, + "platform": "darwin", + "uptime": 249946 + }, + { + "timestamp": 1764885954399, + "memoryTotal": 34359738368, + "memoryUsed": 34167799808, + "memoryFree": 191938560, + "memoryUsagePercent": 99.44138526916504, + "memoryEfficiency": 0.5586147308349609, + "cpuCount": 12, + "cpuLoad": 0.15743001302083334, + "platform": "darwin", + "uptime": 249976 + }, + { + "timestamp": 1764885984399, + "memoryTotal": 34359738368, + "memoryUsed": 34262777856, + "memoryFree": 96960512, + "memoryUsagePercent": 99.71780776977539, + "memoryEfficiency": 0.2821922302246094, + "cpuCount": 12, + "cpuLoad": 0.225341796875, + "platform": "darwin", + "uptime": 250006 + }, + { + "timestamp": 1764886014400, + "memoryTotal": 34359738368, + "memoryUsed": 34026717184, + "memoryFree": 333021184, + "memoryUsagePercent": 99.03078079223633, + "memoryEfficiency": 0.9692192077636719, + "cpuCount": 12, + "cpuLoad": 0.3476155598958333, + "platform": "darwin", + "uptime": 250036 + }, + { + "timestamp": 1764886044402, + "memoryTotal": 34359738368, + "memoryUsed": 34273017856, + "memoryFree": 86720512, + "memoryUsagePercent": 99.74761009216309, + "memoryEfficiency": 0.25238990783691406, + "cpuCount": 12, + "cpuLoad": 0.2261962890625, + "platform": "darwin", + "uptime": 250066 + }, + { + "timestamp": 1764886074404, + "memoryTotal": 34359738368, + "memoryUsed": 34221588480, + "memoryFree": 138149888, + "memoryUsagePercent": 99.59793090820312, + "memoryEfficiency": 0.402069091796875, + "cpuCount": 12, + "cpuLoad": 0.182861328125, + "platform": "darwin", + "uptime": 250096 + }, + { + "timestamp": 1764886104406, + "memoryTotal": 34359738368, + "memoryUsed": 34277212160, + "memoryFree": 82526208, + "memoryUsagePercent": 99.75981712341309, + "memoryEfficiency": 0.24018287658691406, + "cpuCount": 12, + "cpuLoad": 0.2186279296875, + "platform": "darwin", + "uptime": 250126 + }, + { + "timestamp": 1764886134406, + "memoryTotal": 34359738368, + "memoryUsed": 34278768640, + "memoryFree": 80969728, + "memoryUsagePercent": 99.76434707641602, + "memoryEfficiency": 0.23565292358398438, + "cpuCount": 12, + "cpuLoad": 0.17704264322916666, + "platform": "darwin", + "uptime": 250156 + }, + { + "timestamp": 1764886164407, + "memoryTotal": 34359738368, + "memoryUsed": 34190589952, + "memoryFree": 169148416, + "memoryUsagePercent": 99.5077133178711, + "memoryEfficiency": 0.49228668212890625, + "cpuCount": 12, + "cpuLoad": 0.3487955729166667, + "platform": "darwin", + "uptime": 250186 + }, + { + "timestamp": 1764886194408, + "memoryTotal": 34359738368, + "memoryUsed": 34258632704, + "memoryFree": 101105664, + "memoryUsagePercent": 99.70574378967285, + "memoryEfficiency": 0.29425621032714844, + "cpuCount": 12, + "cpuLoad": 0.3108317057291667, + "platform": "darwin", + "uptime": 250216 + }, + { + "timestamp": 1764886224409, + "memoryTotal": 34359738368, + "memoryUsed": 32878002176, + "memoryFree": 1481736192, + "memoryUsagePercent": 95.68758010864258, + "memoryEfficiency": 4.312419891357422, + "cpuCount": 12, + "cpuLoad": 0.323486328125, + "platform": "darwin", + "uptime": 250246 + }, + { + "timestamp": 1764886254409, + "memoryTotal": 34359738368, + "memoryUsed": 33409056768, + "memoryFree": 950681600, + "memoryUsagePercent": 97.23315238952637, + "memoryEfficiency": 2.766847610473633, + "cpuCount": 12, + "cpuLoad": 0.21305338541666666, + "platform": "darwin", + "uptime": 250276 + }, + { + "timestamp": 1764886284410, + "memoryTotal": 34359738368, + "memoryUsed": 34180415488, + "memoryFree": 179322880, + "memoryUsagePercent": 99.47810173034668, + "memoryEfficiency": 0.5218982696533203, + "cpuCount": 12, + "cpuLoad": 0.19278971354166666, + "platform": "darwin", + "uptime": 250306 + }, + { + "timestamp": 1764886314411, + "memoryTotal": 34359738368, + "memoryUsed": 34122743808, + "memoryFree": 236994560, + "memoryUsagePercent": 99.31025505065918, + "memoryEfficiency": 0.6897449493408203, + "cpuCount": 12, + "cpuLoad": 0.1402587890625, + "platform": "darwin", + "uptime": 250336 + }, + { + "timestamp": 1764886344411, + "memoryTotal": 34359738368, + "memoryUsed": 34151546880, + "memoryFree": 208191488, + "memoryUsagePercent": 99.39408302307129, + "memoryEfficiency": 0.6059169769287109, + "cpuCount": 12, + "cpuLoad": 0.12455240885416667, + "platform": "darwin", + "uptime": 250366 + }, + { + "timestamp": 1764886374411, + "memoryTotal": 34359738368, + "memoryUsed": 34202763264, + "memoryFree": 156975104, + "memoryUsagePercent": 99.54314231872559, + "memoryEfficiency": 0.45685768127441406, + "cpuCount": 12, + "cpuLoad": 0.4490152994791667, + "platform": "darwin", + "uptime": 250396 + }, + { + "timestamp": 1764886404412, + "memoryTotal": 34359738368, + "memoryUsed": 34184347648, + "memoryFree": 175390720, + "memoryUsagePercent": 99.48954582214355, + "memoryEfficiency": 0.5104541778564453, + "cpuCount": 12, + "cpuLoad": 0.4178873697916667, + "platform": "darwin", + "uptime": 250426 + }, + { + "timestamp": 1764886434413, + "memoryTotal": 34359738368, + "memoryUsed": 34222751744, + "memoryFree": 136986624, + "memoryUsagePercent": 99.60131645202637, + "memoryEfficiency": 0.3986835479736328, + "cpuCount": 12, + "cpuLoad": 0.3135579427083333, + "platform": "darwin", + "uptime": 250456 + }, + { + "timestamp": 1764886464414, + "memoryTotal": 34359738368, + "memoryUsed": 33901936640, + "memoryFree": 457801728, + "memoryUsagePercent": 98.66762161254883, + "memoryEfficiency": 1.3323783874511719, + "cpuCount": 12, + "cpuLoad": 0.22212727864583334, + "platform": "darwin", + "uptime": 250486 + }, + { + "timestamp": 1764886494413, + "memoryTotal": 34359738368, + "memoryUsed": 34209038336, + "memoryFree": 150700032, + "memoryUsagePercent": 99.56140518188477, + "memoryEfficiency": 0.4385948181152344, + "cpuCount": 12, + "cpuLoad": 0.15852864583333334, + "platform": "darwin", + "uptime": 250516 + }, + { + "timestamp": 1764886524414, + "memoryTotal": 34359738368, + "memoryUsed": 34271494144, + "memoryFree": 88244224, + "memoryUsagePercent": 99.7431755065918, + "memoryEfficiency": 0.2568244934082031, + "cpuCount": 12, + "cpuLoad": 0.19921875, + "platform": "darwin", + "uptime": 250546 + }, + { + "timestamp": 1764886554414, + "memoryTotal": 34359738368, + "memoryUsed": 34279325696, + "memoryFree": 80412672, + "memoryUsagePercent": 99.7659683227539, + "memoryEfficiency": 0.23403167724609375, + "cpuCount": 12, + "cpuLoad": 0.1566162109375, + "platform": "darwin", + "uptime": 250576 + }, + { + "timestamp": 1764886584415, + "memoryTotal": 34359738368, + "memoryUsed": 34267856896, + "memoryFree": 91881472, + "memoryUsagePercent": 99.73258972167969, + "memoryEfficiency": 0.2674102783203125, + "cpuCount": 12, + "cpuLoad": 0.139404296875, + "platform": "darwin", + "uptime": 250606 + }, + { + "timestamp": 1764886614417, + "memoryTotal": 34359738368, + "memoryUsed": 34200764416, + "memoryFree": 158973952, + "memoryUsagePercent": 99.53732490539551, + "memoryEfficiency": 0.4626750946044922, + "cpuCount": 12, + "cpuLoad": 0.19559733072916666, + "platform": "darwin", + "uptime": 250636 + }, + { + "timestamp": 1764886644417, + "memoryTotal": 34359738368, + "memoryUsed": 34247196672, + "memoryFree": 112541696, + "memoryUsagePercent": 99.67246055603027, + "memoryEfficiency": 0.32753944396972656, + "cpuCount": 12, + "cpuLoad": 0.1351318359375, + "platform": "darwin", + "uptime": 250666 + }, + { + "timestamp": 1764886674418, + "memoryTotal": 34359738368, + "memoryUsed": 34255142912, + "memoryFree": 104595456, + "memoryUsagePercent": 99.69558715820312, + "memoryEfficiency": 0.304412841796875, + "cpuCount": 12, + "cpuLoad": 0.1263427734375, + "platform": "darwin", + "uptime": 250696 + }, + { + "timestamp": 1764886704419, + "memoryTotal": 34359738368, + "memoryUsed": 34274344960, + "memoryFree": 85393408, + "memoryUsagePercent": 99.75147247314453, + "memoryEfficiency": 0.24852752685546875, + "cpuCount": 12, + "cpuLoad": 0.10575358072916667, + "platform": "darwin", + "uptime": 250726 + }, + { + "timestamp": 1764886734420, + "memoryTotal": 34359738368, + "memoryUsed": 34283208704, + "memoryFree": 76529664, + "memoryUsagePercent": 99.77726936340332, + "memoryEfficiency": 0.2227306365966797, + "cpuCount": 12, + "cpuLoad": 0.084228515625, + "platform": "darwin", + "uptime": 250756 + }, + { + "timestamp": 1764886764420, + "memoryTotal": 34359738368, + "memoryUsed": 34291630080, + "memoryFree": 68108288, + "memoryUsagePercent": 99.80177879333496, + "memoryEfficiency": 0.19822120666503906, + "cpuCount": 12, + "cpuLoad": 0.0909423828125, + "platform": "darwin", + "uptime": 250786 + }, + { + "timestamp": 1764886794421, + "memoryTotal": 34359738368, + "memoryUsed": 34249228288, + "memoryFree": 110510080, + "memoryUsagePercent": 99.67837333679199, + "memoryEfficiency": 0.3216266632080078, + "cpuCount": 12, + "cpuLoad": 0.1260986328125, + "platform": "darwin", + "uptime": 250816 + }, + { + "timestamp": 1764886824421, + "memoryTotal": 34359738368, + "memoryUsed": 34256338944, + "memoryFree": 103399424, + "memoryUsagePercent": 99.69906806945801, + "memoryEfficiency": 0.3009319305419922, + "cpuCount": 12, + "cpuLoad": 0.1416015625, + "platform": "darwin", + "uptime": 250846 + }, + { + "timestamp": 1764886854421, + "memoryTotal": 34359738368, + "memoryUsed": 34232975360, + "memoryFree": 126763008, + "memoryUsagePercent": 99.63107109069824, + "memoryEfficiency": 0.3689289093017578, + "cpuCount": 12, + "cpuLoad": 0.13297526041666666, + "platform": "darwin", + "uptime": 250876 + }, + { + "timestamp": 1764886884422, + "memoryTotal": 34359738368, + "memoryUsed": 34256535552, + "memoryFree": 103202816, + "memoryUsagePercent": 99.69964027404785, + "memoryEfficiency": 0.30035972595214844, + "cpuCount": 12, + "cpuLoad": 0.14200846354166666, + "platform": "darwin", + "uptime": 250906 + }, + { + "timestamp": 1764886914423, + "memoryTotal": 34359738368, + "memoryUsed": 34212052992, + "memoryFree": 147685376, + "memoryUsagePercent": 99.5701789855957, + "memoryEfficiency": 0.4298210144042969, + "cpuCount": 12, + "cpuLoad": 0.39501953125, + "platform": "darwin", + "uptime": 250936 + }, + { + "timestamp": 1764886944425, + "memoryTotal": 34359738368, + "memoryUsed": 34156888064, + "memoryFree": 202850304, + "memoryUsagePercent": 99.40962791442871, + "memoryEfficiency": 0.5903720855712891, + "cpuCount": 12, + "cpuLoad": 0.2816975911458333, + "platform": "darwin", + "uptime": 250966 + }, + { + "timestamp": 1764886974426, + "memoryTotal": 34359738368, + "memoryUsed": 34258681856, + "memoryFree": 101056512, + "memoryUsagePercent": 99.70588684082031, + "memoryEfficiency": 0.2941131591796875, + "cpuCount": 12, + "cpuLoad": 0.2791341145833333, + "platform": "darwin", + "uptime": 250996 + }, + { + "timestamp": 1764887004427, + "memoryTotal": 34359738368, + "memoryUsed": 32753025024, + "memoryFree": 1606713344, + "memoryUsagePercent": 95.32384872436523, + "memoryEfficiency": 4.676151275634766, + "cpuCount": 12, + "cpuLoad": 0.37890625, + "platform": "darwin", + "uptime": 251026 + }, + { + "timestamp": 1764887034427, + "memoryTotal": 34359738368, + "memoryUsed": 32888422400, + "memoryFree": 1471315968, + "memoryUsagePercent": 95.7179069519043, + "memoryEfficiency": 4.282093048095703, + "cpuCount": 12, + "cpuLoad": 0.3201904296875, + "platform": "darwin", + "uptime": 251056 + }, + { + "timestamp": 1764887064429, + "memoryTotal": 34359738368, + "memoryUsed": 33611726848, + "memoryFree": 748011520, + "memoryUsagePercent": 97.82299995422363, + "memoryEfficiency": 2.177000045776367, + "cpuCount": 12, + "cpuLoad": 0.2701009114583333, + "platform": "darwin", + "uptime": 251086 + }, + { + "timestamp": 1764887094429, + "memoryTotal": 34359738368, + "memoryUsed": 34015559680, + "memoryFree": 344178688, + "memoryUsagePercent": 98.9983081817627, + "memoryEfficiency": 1.0016918182373047, + "cpuCount": 12, + "cpuLoad": 0.18062337239583334, + "platform": "darwin", + "uptime": 251116 } ] \ No newline at end of file diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 159369e2b..5490aa24a 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -282,14 +282,14 @@ done **Root Cause:** -Using **type-only imports** (`import { type X }`) for classes that need to be injected. TypeScript erases type-only imports at compile time, so the actual class is not available at runtime for dependency injection. +Using **type-only imports** (`import {X }`) for classes that need to be injected. TypeScript erases type-only imports at compile time, so the actual class is not available at runtime for dependency injection. ### ❌ WRONG - Type-Only Import ```typescript // services/mana-core-auth/src/ai/ai.service.ts - DON'T DO THIS! import { Injectable } from '@nestjs/common'; -import { type ConfigService } from '@nestjs/config'; // ❌ Type-only import +import { ConfigService } from '@nestjs/config'; // ❌ Type-only import @Injectable() export class AiService { @@ -324,12 +324,12 @@ export class AiService { ### The Rule -> **For NestJS dependency injection, NEVER use type-only imports (`import { type X }`) for classes you need to inject.** +> **For NestJS dependency injection, NEVER use type-only imports (`import {X }`) for classes you need to inject.** - ✅ `import { ConfigService }` - Regular import (works) -- ❌ `import { type ConfigService }` - Type-only import (breaks DI) +- ❌ `import {ConfigService }` - Type-only import (breaks DI) - ✅ `import type { MyInterface }` - Type-only for interfaces (fine, not injected) -- ✅ `import { type MyType, MyClass }` - Mixed (MyType erased, MyClass available) +- ✅ `import {MyType, MyClass }` - Mixed (MyType erased, MyClass available) ### How to Fix @@ -339,7 +339,7 @@ export class AiService { ```diff import { Injectable } from '@nestjs/common'; -- import { type ConfigService } from '@nestjs/config'; +- import {ConfigService } from '@nestjs/config'; + import { ConfigService } from '@nestjs/config'; @Injectable() @@ -400,7 +400,7 @@ docker run --rm --entrypoint cat test /app/dist/ai/ai.service.js ### Related Issues - [Commit d69cc607](https://github.com/Memo-2023/manacore-monorepo/commit/d69cc607) - Fixed type-only ConfigService import in AiService -- TypeScript `import type` vs `import { type }` - both erase at compile time +- TypeScript `import type` vs `import {}` - both erase at compile time - Docker layer caching can hide fixes if source wasn't properly copied --- diff --git a/apps-archived/maerchenzauber/apps/backend/src/character/character.service.ts b/apps-archived/maerchenzauber/apps/backend/src/character/character.service.ts index 585b40af1..1e5102ebe 100644 --- a/apps-archived/maerchenzauber/apps/backend/src/character/character.service.ts +++ b/apps-archived/maerchenzauber/apps/backend/src/character/character.service.ts @@ -1,5 +1,5 @@ import { Injectable } from '@nestjs/common'; -import { type AsyncResult, ok, err, NotFoundError, DatabaseError } from '@manacore/shared-errors'; +import {AsyncResult, ok, err, NotFoundError, DatabaseError } from '@manacore/shared-errors'; // Define interfaces for our character data export interface CharacterCreateDto { diff --git a/apps-archived/maerchenzauber/apps/backend/src/story/services/story-creation.service.ts b/apps-archived/maerchenzauber/apps/backend/src/story/services/story-creation.service.ts index 5841ce271..08667d640 100644 --- a/apps-archived/maerchenzauber/apps/backend/src/story/services/story-creation.service.ts +++ b/apps-archived/maerchenzauber/apps/backend/src/story/services/story-creation.service.ts @@ -10,7 +10,7 @@ import { ImageSupabaseService } from '../../core/services/image-supabase.service import { CoreService } from '../../core/services/core.service'; import { StoryCharacter, StoryResponse } from '../../core/models/story'; import { StoryError } from '../../core/consts/errors.const'; -import { type Result, isOk } from '@manacore/shared-errors'; +import {Result, isOk } from '@manacore/shared-errors'; import { StoryLogbookService } from '../../core/services/story-logbook.service'; export interface StoryCreationParams { diff --git a/apps-archived/maerchenzauber/apps/mobile/app/discover-characters.tsx b/apps-archived/maerchenzauber/apps/mobile/app/discover-characters.tsx index eb0a2bc80..87a847768 100644 --- a/apps-archived/maerchenzauber/apps/mobile/app/discover-characters.tsx +++ b/apps-archived/maerchenzauber/apps/mobile/app/discover-characters.tsx @@ -16,7 +16,7 @@ import CommonHeader from '../components/molecules/CommonHeader'; import SearchBar from '../components/molecules/SearchBar'; import Avatar from '../components/atoms/Avatar'; import { usePublicCharacters } from '../hooks/usePublicCharacters'; -import BottomFilterTabs, { type FilterTab } from '../components/molecules/BottomFilterTabs'; +import BottomFilterTabs, {FilterTab } from '../components/molecules/BottomFilterTabs'; export default function DiscoverCharactersScreen() { const router = useRouter(); diff --git a/apps-archived/maerchenzauber/apps/mobile/app/discover.tsx b/apps-archived/maerchenzauber/apps/mobile/app/discover.tsx index 50ff6d6b6..78f915708 100644 --- a/apps-archived/maerchenzauber/apps/mobile/app/discover.tsx +++ b/apps-archived/maerchenzauber/apps/mobile/app/discover.tsx @@ -17,7 +17,7 @@ import CommonHeader from '../components/molecules/CommonHeader'; import SearchBar from '../components/molecules/SearchBar'; import { usePublicStories } from '../hooks/usePublicStories'; import StoryCardSkeleton from '../components/molecules/StoryCardSkeleton'; -import BottomFilterTabs, { type FilterTab } from '../components/molecules/BottomFilterTabs'; +import BottomFilterTabs, {FilterTab } from '../components/molecules/BottomFilterTabs'; export default function DiscoverScreen() { const router = useRouter(); diff --git a/apps-archived/maerchenzauber/apps/mobile/app/prompts.tsx b/apps-archived/maerchenzauber/apps/mobile/app/prompts.tsx index d8655590d..329bd03e8 100644 --- a/apps-archived/maerchenzauber/apps/mobile/app/prompts.tsx +++ b/apps-archived/maerchenzauber/apps/mobile/app/prompts.tsx @@ -21,7 +21,8 @@ import { saveCharacterSystemPrompt, } from '../src/services/promptSettings'; import { generateStory } from '../src/services/genAI'; -import { generateCharacter, type GeneratedCharacter } from '../src/services/characterGenAI'; +import { generateCharacter } from '../src/services/characterGenAI'; +import type { GeneratedCharacter } from '../src/services/characterGenAI'; import { fetchWithAuth } from '../src/utils/api'; type Tab = 'story' | 'character'; diff --git a/apps-archived/maerchenzauber/apps/web/src/lib/components/AppSlider.svelte b/apps-archived/maerchenzauber/apps/web/src/lib/components/AppSlider.svelte index 4788ee830..8be48cad2 100644 --- a/apps-archived/maerchenzauber/apps/web/src/lib/components/AppSlider.svelte +++ b/apps-archived/maerchenzauber/apps/web/src/lib/components/AppSlider.svelte @@ -1,5 +1,6 @@ diff --git a/apps/storage/apps/web/src/routes/trash/+page.svelte b/apps/storage/apps/web/src/routes/trash/+page.svelte index 2e32a377d..f9497acb8 100644 --- a/apps/storage/apps/web/src/routes/trash/+page.svelte +++ b/apps/storage/apps/web/src/routes/trash/+page.svelte @@ -1,7 +1,8 @@