… mmh, now this is strange. Tmux is showing up with 111G right after boot? Most 
probably something strange in dstat_top_mem.py .. 
>                 l = proc_splitline('/proc/%s/stat' % pid)
>             except IOError:
>                 continue
> 
>             if len(l) < 23: continue
>             usage = int(l[23]) * pagesize
Ah now I see.
The process names are 'tmux: server' and 'tmux: client', with a space in 
between. This of course breaks naive IFS splitting of the stat file, causing 
the fields to shift by one..
Any necessity to have a space in there? Probably breaks other tools like 
procstat, too ..

> Do you have a large history-limit and tmux has been running for a long
> time?
I indeed do have, but still, this was just not plausible for two weeks of 
running, without massive scrollback pushing..

>> #Regards/Marcel Partap

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to