Re: High disk usage

Pelle Windestam via evolution-list <[email protected]>
Newsgroups gmane.comp.gnome.evolution.general
Message-ID <[email protected]>
ls -l /proc/$(pidof evolution)/fd
> 
> will show you every file Evo has open (many of which are sockets)
> 
> There is a way to get "live" feedback on file activity using strace,
> but it's fairly hackish, e.g.
> 
> strace -p $(pidof evolution) --trace=desc|grep write
> 
> gives a flood of info which may not be that useful without decoding.
> 
> There's probably a way to use inotify to watch Evo's output, but it
> would require some study to get right. And of course running under a
> debugger is another option. 

I tried strace but as you said that would not really be useful without some
kind of filtering or post-processing. 

I think I'll have to give this up for now, unfortunately I do not have the time
to dig deeper. Will check back in if I get more time to look deeper into this
in the future. Thanks for all your help!

//Pelle

_______________________________________________
evolution-list mailing list
[email protected]
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.