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
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to