hubcio opened a new issue, #2732:
URL: https://github.com/apache/iggy/issues/2732

   Extend the periodic sysinfo log output to show thread count and disk space 
metrics.
   
   - Add thread count by calling the sysinfo process API and storing it in the 
Stats struct
   - Add iggy usage - calculate it using only iggy APIs, dont use sysinfo here
   - Add free/total disk space for the data directory using the sysinfo Disks 
API, it should be fast and non-invasive, it cannot impact latency
   - Update binary protocol serialization to handle the new Stats fields
   - Include the new metrics in the sysinfo printer log output with readable 
formatting
   
   Done when the sysinfo logs show thread count and disk space (both free and 
total) alongside the existing CPU/memory metrics.
   Integration test should properly check size before/after creating streams, 
topics, messages, etc.
   
   This can be get very complicated very fast, so don't hesitate to ask on 
discord.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to