Re: [Evolution] High disk usage
- From: Pelle Windestam <pelle windestam se>
- To: evolution-list gnome org
- Subject: Re: [Evolution] High disk usage
- Date: Tue, 18 Oct 2022 20:56:08 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]