-
Notifications
You must be signed in to change notification settings - Fork 107
Graph in terminal #230
-
I just bumped into this captured file. Rather crappy, I know. I also know that if I'm not sharing it now then I'll never will.
The graph in the terminal is a chafa + generated svg using the data getting collected in those other terminals.
Many thanks again for your efforts!
termgraph.mov
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1 -
🚀 1
Replies: 1 comment 1 reply
-
Nice! Finally proof you can use it to hack into someone's ghost without voiding the warranty (there is no warranty).
(Seriously though, processing something fun? Looks like an interesting use case.)
Beta Was this translation helpful? Give feedback.
All reactions
-
An Espressif Esp32 Cpu has several free memory counters. They got periodically pushed to a webserver wich collects the data and draws the graph lines with different colours and saves it to an svg file. This is happening in the consoles with only the corners are visible. The third one is a chafa in watch mode drawing the graph. Roughly.
I was running the stuff for a rather long time and I was only interested in the long trends. Namely if there would have been a memory leak we'd be seeing one of the lines getting closer to zero. As you can see they are chaning constantly but they stay within a range. After a few unusable numeric representation of the data this was born. :))))
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 2 -
👀 1