<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git, branch new-cpu-count</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>Merge branch 'master' into new-cpu-count</title>
<updated>2021-01-15T18:07:38+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-01-15T18:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=4ad3380bb312b6ea06717e3adc1f60ac8daf4a05'/>
<id>4ad3380bb312b6ea06717e3adc1f60ac8daf4a05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>give CREDITS to @alxchk for #1904</title>
<updated>2021-01-08T18:10:08+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-01-08T18:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=e80cabe5206fd7ef14fd6a47e2571f660f95babf'/>
<id>e80cabe5206fd7ef14fd6a47e2571f660f95babf</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>windows: Preserve GetLastError() value before calling sprintf (#1904)</title>
<updated>2021-01-08T09:29:54+00:00</updated>
<author>
<name>alxchk</name>
<email>alxchk@gmail.com</email>
</author>
<published>2021-01-08T09:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=e96307312c4858f9178786a2c7c4cf542de6bf4f'/>
<id>e96307312c4858f9178786a2c7c4cf542de6bf4f</id>
<content type='text'>
https://github.com/giampaolo/psutil/issues/1877#issuecomment-756342272</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/giampaolo/psutil/issues/1877#issuecomment-756342272</pre>
</div>
</content>
</entry>
<entry>
<title>give CREDITS to @marxin for #1851 and #1852</title>
<updated>2021-01-07T11:18:59+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-01-07T11:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=ede5e46dbee0c0f6c33f80629f75aecc1ad4143c'/>
<id>ede5e46dbee0c0f6c33f80629f75aecc1ad4143c</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>Speed up cpu_frequncy() on Linux systems (#1851) (#1852)</title>
<updated>2021-01-07T11:04:51+00:00</updated>
<author>
<name>marxin</name>
<email>marxin.liska@gmail.com</email>
</author>
<published>2021-01-07T11:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=6e494bd4024c3d25769688b53e95942e529392d6'/>
<id>6e494bd4024c3d25769688b53e95942e529392d6</id>
<content type='text'>
The change is about using /proc/cpuinfo when available. It provides
cached values for frequencies and one can fill up minimum and maximum
frequency from /sys/devices/system/cpu/cpufreq/policy/* sub-system
(which is fast).

Fixes #1851.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change is about using /proc/cpuinfo when available. It provides
cached values for frequencies and one can fill up minimum and maximum
frequency from /sys/devices/system/cpu/cpufreq/policy/* sub-system
(which is fast).

Fixes #1851.</pre>
</div>
</content>
</entry>
<entry>
<title>#1901 / macOS: better err msg on proc_pidinfo()</title>
<updated>2021-01-06T15:01:05+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-01-06T15:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=f95276d744dee12a237d1a3f2836f36340c6abc0'/>
<id>f95276d744dee12a237d1a3f2836f36340c6abc0</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 issue labeler issue</title>
<updated>2021-01-06T14:10:55+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-01-06T14:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=fd77b0cd0e79c8f0f61969a4c2eb46d6d5c18f4c'/>
<id>fd77b0cd0e79c8f0f61969a4c2eb46d6d5c18f4c</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>provide debug info in case of error for getloadavg() on Windows.</title>
<updated>2020-12-30T09:57:35+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-12-30T09:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=51eb1dae7bf96dcc7dae51641d5770fd0d99d0ac'/>
<id>51eb1dae7bf96dcc7dae51641d5770fd0d99d0ac</id>
<content type='text'>
See: https://github.com/nicolargo/glances/issues/1780

Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: https://github.com/nicolargo/glances/issues/1780

Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux, cpu_freq(): diminish os.stat() calls a bit</title>
<updated>2020-12-29T23:37:39+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-12-29T23:37:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=f18438d135c12f7eb186f49622e0f6683c37f7f5'/>
<id>f18438d135c12f7eb186f49622e0f6683c37f7f5</id>
<content type='text'>
Micro optimization in reference to #1852 and #1851.
Use glob.glob(), which internally relies on os.scandir()
in order to list /sys/devices/system/cpu/cpufreq files.
In doing so, we avoid os.path.exists() for each CPU, which
internally uses os.stat().

Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Micro optimization in reference to #1852 and #1851.
Use glob.glob(), which internally relies on os.scandir()
in order to list /sys/devices/system/cpu/cpufreq files.
In doing so, we avoid os.path.exists() for each CPU, which
internally uses os.stat().

Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:giampaolo/psutil</title>
<updated>2020-12-29T12:53:13+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-12-29T12:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=1188d8e72bd8dd520ad0ea44397bde2a9f1bcd4e'/>
<id>1188d8e72bd8dd520ad0ea44397bde2a9f1bcd4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
