luca-simonetti commented on issue #5044:
URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2099806428

   and this is the current state of _node/_local/_system
   it doesn't look too bad I guess...
   
   ```json
   {
       "uptime": 77078,
       "memory": {
           "other": 26982505,
           "atom": 631001,
           "atom_used": 605053,
           "processes": 170112432,
           "processes_used": 170076040,
           "binary": 474168,
           "code": 13917182,
           "ets": 2267344
       },
       "run_queue": 0,
       "run_queue_dirty_cpu": 0,
       "ets_table_count": 157,
       "context_switches": 851304076,
       "reductions": 3036158123783,
       "garbage_collection_count": 20109323,
       "words_reclaimed": 35778913031,
       "io_input": 144808316,
       "io_output": 1204370753,
       "os_proc_count": 0,
       "stale_proc_count": 0,
       "process_count": 444,
       "process_limit": 262144,
       "message_queues": {
           "couch_file": {
               "50": 0,
               "90": 0,
               "99": 0,
               "count": 38,
               "min": 0,
               "max": 0
           },
           "couch_db_updater": {
               "50": 0,
               "90": 0,
               "99": 0,
               "count": 38,
               "min": 0,
               "max": 0
           },
   // a bunch of keys with value:0
       }
   ```


-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to