Sahil Siddiq
Sahil Siddiq
Hi. I would like to work on this.
> Feel free to clean up the history on your PR as much as you like Cool. I'll clean up the commit history and push it again.
I have cleaned up the commit history as best as I could.
Hi. I have never contributed to htop before. I would like to start with this issue.
To tackle this issue, one approach that I have thought of would be to check if `/docker` is part of the `cgroup-path` in the `/proc/[pid]/cgroups` file. I have started going...
> "Adding a new switch" refers to having a new setting in the `ProcessList->settings` structure added, which in turn needs to be persisted and restored as part of the overall...
> > > FWIW: The implementation of `ProcessList_scan` is platform-specific too. > > > > > > Is this platform-specific because it depends on other platform-specific functions such as `ProcessList_goThroughEntries`...
Hi. I read up on containers, namespaces and cgroups and learnt that in the `/proc/[pid]/status` file, there are a few fields (such as `nstgid` and `nspid` that might help in...
Hi. I am sorry for the long period of silence. I have already started working on the pid namespace idea. However, I had a few questions before continuing with the...
> On that note: Can you provide me with an example of a full cgroup name for a process running inside docker (as seen by the host)? I am running...