Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghc-gc-tune: Missing fields in GC stats #1

Open
flip111 opened this issue Mar 30, 2019 · 0 comments · May be fixed by #2
Open

ghc-gc-tune: Missing fields in GC stats #1

flip111 opened this issue Mar 30, 2019 · 0 comments · May be fixed by #2

Comments

@flip111
Copy link

flip111 commented Mar 30, 2019

Hello,

I saw that you got the source code for ghc-gc-tune. I don't know where you got it because the original link seems dead http://code.haskell.org/~dons/code/ghc-gc-tune

Anyway since i didn't find a location to report bugs only here, i will report a bug here. I'm on stack lts-13.14 and i get:

ghc-gc-tune: Missing fields in GC stats: " [(\"bytes allocated\", \"4594241816\")\n ,(\"num_GCs\", \"81362\")\n ,(\"average_bytes_used\", \"13127128\")\n ,(\"max_bytes_used\", \"14527200\")\n ,(\"num_byte_usage_samples\", \"138\")\n ,(\"peak_megabytes_allocated\", \"30\")\n ,(\"init_cpu_seconds\", \"0.003748\")\n ,(\"init_wall_seconds\", \"0.001528\")\n ,(\"mut_cpu_seconds\", \"35.481919\")\n ,(\"mut_wall_seconds\", \"8.101548\")\n ,(\"GC_cpu_seconds\", \"14.231625\")\n ,(\"GC_wall_seconds\", \"2.782808\")\n ,(\"exit_cpu_seconds\", \"0.100276\")\n ,(\"exit_wall_seconds\", \"0.034830\")\n ,(\"total_cpu_seconds\", \"49.817568\")\n ,(\"total_wall_seconds\", \"10.920719\")\n ,(\"major_gcs\", \"138\")\n ,(\"allocated_bytes\", \"4594241816\")\n ,(\"max_live_bytes\", \"14527200\")\n ,(\"max_large_objects_bytes\", \"13294472\")\n ,(\"max_compact_bytes\", \"0\")\n ,(\"max_slop_bytes\", \"128296\")\n ,(\"max_mem_in_use_bytes\", \"31457280\")\n ,(\"cumulative_live_bytes\", \"1811543680\")\n ,(\"copied_bytes\", \"3526804464\")\n ,(\"par_copied_bytes\", \"3526714664\")\n ,(\"cumulative_par_max_copied_bytes\", \"539807208\")\n ,(\"cumulative_par_balanced_copied_bytes\", \"2863149688\")\n ,(\"fragmentation_bytes\", \"0\")\n ,(\"alloc_rate\", \"129481210\")\n ,(\"productivity_cpu_percent\", \"0.712237\")\n ,(\"productivity_wall_percent\", \"0.741852\")\n ,(\"bound_task_count\", \"1\")\n ,(\"sparks_count\", \"0\")\n ,(\"sparks_converted\", \"0\")\n ,(\"sparks_overflowed\", \"0\")\n ,(\"sparks_dud \", \"0\")\n ,(\"sparks_gcd\", \"0\")\n ,(\"sparks_fizzled\", \"0\")\n ,(\"work_balance\", \"0.811846\")\n ,(\"n_capabilities\", \"8\")\n ,(\"task_count\", \"20\")\n ,(\"peak_worker_count\", \"18\")\n ,(\"worker_count\", \"19\")\n ,(\"gc_alloc_block_sync_spin\", \"3073587\")\n ,(\"gc_alloc_block_sync_yield\", \"1931\")\n ,(\"gc_alloc_block_sync_spin\", \"3073587\")\n ,(\"gc_spin_spin\", \"139656382079247\")\n ,(\"gc_spin_yield\", \"128573058998\")\n ,(\"mut_spin_spin\", \"27118648452897\")\n ,(\"mut_spin_yield\", \"17785438683\")\n ,(\"waitForGcThreads_spin\", \"2032192\")\n ,(\"waitForGcThreads_yield\", \"20668369\")\n ,(\"whitehole_gc_spin\", \"0\")\n ,(\"whitehole_lockClosure_spin\", \"12947\")\n ,(\"whitehole_lockClosure_yield\", \"9\")\n ,(\"whitehole_executeMessage_spin\", \"0\")\n ,(\"whitehole_threadPaused_spin\", \"0\")\n ,(\"any_work\", \"24806228\")\n ,(\"no_work\", \"24800387\")\n ,(\"scav_find_work\", \"1397672\")\n ,(\"gen_0_collections\", \"81224\")\n ,(\"gen_0_par_collections\", \"81224\")\n ,(\"gen_0_cpu_seconds\", \"13.616932\")\n ,(\"gen_0_wall_seconds\", \"2.671678\")\n ,(\"gen_0_max_pause_seconds\", \"0.024043\")\n ,(\"gen_0_avg_pause_seconds\", \"0.000033\")\n ,(\"gen_0_sync_spin\", \"16070\")\n ,(\"gen_0_sync_yield\", \"0\")\n ,(\"gen_1_collections\", \"138\")\n ,(\"gen_1_par_collections\", \"137\")\n ,(\"gen_1_cpu_seconds\", \"0.614693\")\n ,(\"gen_1_wall_seconds\", \"0.111130\")\n ,(\"gen_1_max_pause_seconds\", \"0.004349\")\n ,(\"gen_1_avg_pause_seconds\", \"0.000805\")\n ,(\"gen_1_sync_spin\", \"177603\")\n ,(\"gen_1_sync_yield\", \"24\")\n ]\n"
@flip111 flip111 linked a pull request Mar 30, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant