unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* igc statistics display
@ 2025-01-09  8:22 Gerd Möllmann
  2025-01-09  8:34 ` Eli Zaretskii
  2025-01-09  9:30 ` Helmut Eller
  0 siblings, 2 replies; 4+ messages in thread
From: Gerd Möllmann @ 2025-01-09  8:22 UTC (permalink / raw)
  To: Emacs Devel

The branch scratch/igc has an igc.el which contains a couple of
functions with which one can inspect some innards if the GC, igc-stats
and igc-root-stats.

That's useful I think, but I'd like to extend it so that one can see
what happens over a longer period of time. For that purpose, I've added
igc-start/stop-collecting-stats a while ago which collects CSV data in a
buffer every N seconds. I can import that CSV into a sqlite table and
display a (very simple) plot of a query, say what's happening for
conses, using DB Browser,

That as background.

What I'm looking for is something better. Ideally, I imagine something
working online, i.e. instead of writing CSV, I would send something to a
monitor program storing that data, and displaying plots of my choice.

I thought someone might have a similar use-case, and could give advice
what to use for something like that, preferably a small implementation
resistance, of course. Or, might be interesting helping, which would of
course be even better, because I'm a bit out of my comfort zone here.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-09 10:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09  8:22 igc statistics display Gerd Möllmann
2025-01-09  8:34 ` Eli Zaretskii
2025-01-09  9:30 ` Helmut Eller
2025-01-09 10:12   ` Gerd Möllmann

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).