<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/docs, branch win-c-refact</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>pre release</title>
<updated>2023-04-17T18:24:02+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-17T18:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=0d4900b073f8697ab21c47d823621bea61f39a3b'/>
<id>0d4900b073f8697ab21c47d823621bea61f39a3b</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #2238 if cwd() cannot be determined always return "" instead of None</title>
<updated>2023-04-16T23:01:44+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-16T23:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=0e3f6c465181734181f2428b4a99429a82f3fc45'/>
<id>0e3f6c465181734181f2428b4a99429a82f3fc45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[NetBSD] virtual_memory() metrics are completely wrong  (#2235), fixes #2234</title>
<updated>2023-04-15T11:39:02+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-15T11:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=a0b096c88421548593ecebe93bbe369385087f3b'/>
<id>a0b096c88421548593ecebe93bbe369385087f3b</id>
<content type='text'>
Match values shown by **htop**. This is before. In here:
* available mem is almost the same as total (unrealistic)
* used is higher than total; there's also a failing test:

```
MEMORY
------
Total      :  972.7M
Available  :  959.1M
Percent    :     1.4
Used       :    1.1G
Free       :  173.6M
Active     :  434.3M
Inactive   :  258.4M
Buffers    :  509.4M
Cached     :  692.9M
Shared     :    0.0B
Wired      :  280.0K
```

Now:

```
MEMORY
------
Total      :  972.7M
Available  :  538.1M
Percent    :    44.7
Used       :  434.5M
Free       :  173.6M
Active     :  434.2M
Inactive   :  258.4M
Buffers    :  509.4M
Cached     :  692.9M
Shared     :    0.0B
Wired      :  280.0K
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Match values shown by **htop**. This is before. In here:
* available mem is almost the same as total (unrealistic)
* used is higher than total; there's also a failing test:

```
MEMORY
------
Total      :  972.7M
Available  :  959.1M
Percent    :     1.4
Used       :    1.1G
Free       :  173.6M
Active     :  434.3M
Inactive   :  258.4M
Buffers    :  509.4M
Cached     :  692.9M
Shared     :    0.0B
Wired      :  280.0K
```

Now:

```
MEMORY
------
Total      :  972.7M
Available  :  538.1M
Percent    :    44.7
Used       :  434.5M
Free       :  173.6M
Active     :  434.2M
Inactive   :  258.4M
Buffers    :  509.4M
Cached     :  692.9M
Shared     :    0.0B
Wired      :  280.0K
```</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add percentage usage of virtual memory (#2223)</title>
<updated>2023-04-14T14:31:02+00:00</updated>
<author>
<name>Aaron Shaw</name>
<email>shawaj@gmail.com</email>
</author>
<published>2023-04-14T14:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=9322179812d3177719c7bab23301646bbf862974'/>
<id>9322179812d3177719c7bab23301646bbf862974</id>
<content type='text'>
docs was missing a note about percentage memory usage

Signed-off-by: Aaron Shaw &lt;shawaj@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs was missing a note about percentage memory usage

Signed-off-by: Aaron Shaw &lt;shawaj@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>OpenBSD: rewrite net_connections() from scratch (#2230)</title>
<updated>2023-04-13T13:14:30+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-13T13:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=aa2946513b85161f732963d1b7e30d0fe7d00d79'/>
<id>aa2946513b85161f732963d1b7e30d0fe7d00d79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update cpu_freq() doc</title>
<updated>2023-04-09T09:32:21+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-09T09:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=52fe5517f716dedf9c9918e56325e49a49146130'/>
<id>52fe5517f716dedf9c9918e56325e49a49146130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo (#2055)</title>
<updated>2023-03-18T18:10:02+00:00</updated>
<author>
<name>Gerardwx</name>
<email>Gerardwx@users.noreply.github.com</email>
</author>
<published>2023-03-18T18:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=d07e7f84579b05934bc525614177ec0e1a3b4dd4'/>
<id>d07e7f84579b05934bc525614177ec0e1a3b4dd4</id>
<content type='text'>
Signed-off-by: Gerard Weatherby &lt;gweatherby@uchc.edu&gt;
Co-authored-by: Gerard Weatherby &lt;gweatherby@uchc.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gerard Weatherby &lt;gweatherby@uchc.edu&gt;
Co-authored-by: Gerard Weatherby &lt;gweatherby@uchc.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>refactor git_log.py</title>
<updated>2022-09-23T08:20:33+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2022-09-23T08:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=d1c7df8231df76d0b4c2c8b3033bc767f486865f'/>
<id>d1c7df8231df76d0b4c2c8b3033bc767f486865f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#2084: document limitations of environ() on macOS Big Sur</title>
<updated>2022-09-19T23:00:54+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2022-09-19T23:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=2b57f247128dc7f243c98c323a301942264d9a5d'/>
<id>2b57f247128dc7f243c98c323a301942264d9a5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2022-09-19T11:00:41+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2022-09-19T11:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=642438375e685403b4cd60b0c0e25b80dd5a813d'/>
<id>642438375e685403b4cd60b0c0e25b80dd5a813d</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
