Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PythonDesignPattern
/
psutil
Public
forked from
giampaolo/psutil
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
psutil
test
on
cpu-temp
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 27, 2013
Issue 371: implement CPU temperature on Linux by parsing files in /sys/class/hwmon/hwmon0/temp1_*. It is probably incomplete compared to what we can get via lm-sensors though so care should be take…
Show description for 7e31b67
giampaolo
committed
7e31b67
View commit details
Copy full SHA for 7e31b67
View code at this point
Browse repository at this point
Commits on Apr 11, 2013
(Windows) fix ionice mem leak test
giampaolo
committed
c098c62
View commit details
Copy full SHA for c098c62
View code at this point
Browse repository at this point
fix some failing tests on OSX
giampaolo
committed
b3f10de
View commit details
Copy full SHA for b3f10de
View code at this point
Browse repository at this point
change fetch all test suite so that it does not exit at the first failure; instead collect all failures after calling all methods and fail at the end by presenting an indented and detailed error me…
Show description for bfbceea
giampaolo
committed
bfbceea
View commit details
Copy full SHA for bfbceea
View code at this point
Browse repository at this point
Commits on Apr 10, 2013
Fix issue #246: rename psutil.error module into psutil._error and raise a DeprecationWarning if imported.
giampaolo
committed
39f16ce
View commit details
Copy full SHA for 39f16ce
View code at this point
Browse repository at this point
re-establish py 2.4 compatibility
giampaolo
committed
7214ac1
View commit details
Copy full SHA for 7214ac1
View code at this point
Browse repository at this point
fix children duplicates test
giampaolo
committed
87c4c66
View commit details
Copy full SHA for 87c4c66
View code at this point
Browse repository at this point
fix some test failures on Windows
giampaolo
committed
b108b24
View commit details
Copy full SHA for b108b24
View code at this point
Browse repository at this point
fix some tests on OSX
giampaolo
committed
3bd1fb8
View commit details
Copy full SHA for 3bd1fb8
View code at this point
Browse repository at this point
Commits on Apr 9, 2013
(linux) close unclosed fd plus silence stderr during tests
giampaolo
committed
9e449ef
View commit details
Copy full SHA for 9e449ef
View code at this point
Browse repository at this point
Commits on Apr 8, 2013
update docstrings
giampaolo
committed
c648706
View commit details
Copy full SHA for c648706
View code at this point
Browse repository at this point
Fix issue 362: add cpu_times_percent()
giampaolo
committed
2c4592a
View commit details
Copy full SHA for 2c4592a
View code at this point
Browse repository at this point
Commits on Mar 26, 2013
Remove "$Id$" occurrences from source code files. They were used by svn propset functionnality which no longer applies now that we're using Mercurial.
giampaolo
committed
f1af1a4
View commit details
Copy full SHA for f1af1a4
View code at this point
Browse repository at this point
Commits on Mar 25, 2013
Fix issue 361: [Linux] psutil.cpu_times() now includes new 'steal', 'guest' and 'guest_nice' fields available on recent Linux kernels. Also, psutil.cpu_percent() is more accurate.
giampaolo
committed
6426ae7
View commit details
Copy full SHA for 6426ae7
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
Fix issue 359: add psutil.get_boot_time() function superseding psutil.BOOT_TIME.
giampaolo
committed
b8ec33b
View commit details
Copy full SHA for b8ec33b
View code at this point
Browse repository at this point
add a test which checks all APIs which are supposed to be public are listed in psutil.__all__ (get_users() and disk_usage() weren't)
giampaolo
committed
1ecd198
View commit details
Copy full SHA for 1ecd198
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
fix some test failures on BSD
giampaolo
committed
40d0172
View commit details
Copy full SHA for 40d0172
View code at this point
Browse repository at this point
merge heads
giampaolo
committed
1b12bbd
View commit details
Copy full SHA for 1b12bbd
View code at this point
Browse repository at this point
fix ignore_access_denied() decorator; it was broken as it didn't execute the decorated function
giampaolo
committed
de8d68f
View commit details
Copy full SHA for de8d68f
View code at this point
Browse repository at this point
Commits on Feb 27, 2013
fix issue #331: no longer cache cmdline as it may change. Also update HISTORY and fix safe_remove() function in tests
giampaolo
committed
c79b7ea
View commit details
Copy full SHA for c79b7ea
View code at this point
Browse repository at this point
Commits on Feb 24, 2013
Fix issue 338: [Linux] disk_io_counters() fails to find some disks.
giampaolo
committed
4c145c6
View commit details
Copy full SHA for 4c145c6
View code at this point
Browse repository at this point
Commits on Feb 22, 2013
remove unnecessary type check in pid_exits() as per issue 352; also make sure pid is a positive integer and raise TypeError or ValueError in accordance.
giampaolo
committed
1ff170b
View commit details
Copy full SHA for 1ff170b
View code at this point
Browse repository at this point
Commits on Dec 13, 2012
Fix issue 328: implement process IO nice on Windows
giampaolo
committed
d7c337d
View commit details
Copy full SHA for d7c337d
View code at this point
Browse repository at this point
Commits on Dec 5, 2012
make test_fetch_all/create_time test more verbose as it sporadically fails on OSX
giampaolo
committed
a7d8327
View commit details
Copy full SHA for a7d8327
View code at this point
Browse repository at this point
Commits on Aug 23, 2012
Fix failing tests on Windows with Python 3.3
giampaolo
committed
f38737e
View commit details
Copy full SHA for f38737e
View code at this point
Browse repository at this point
Commits on Aug 17, 2012
fix RuntimeWarning in test suite
giampaolo
committed
79f749b
View commit details
Copy full SHA for 79f749b
View code at this point
Browse repository at this point
Commits on Aug 16, 2012
Further fix to restore compatibility with python 2.4 and 3.2 on Windows.
giampaolo
committed
27b87d4
View commit details
Copy full SHA for 27b87d4
View code at this point
Browse repository at this point
Fix issue 318: reintroduce python 2.4 compatibility which was accidentally broken in 0.6.0 release (patch by Riccardo Murri)
giampaolo
committed
0b0479a
View commit details
Copy full SHA for 0b0479a
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
fix issue 316 - process exe: do a better work at guessing exe from cmdline + avoid to resolve symlinks
giampaolo
committed
9eee551
View commit details
Copy full SHA for 9eee551
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
yet another small test refactoring + CREDITS file update
giampaolo
committed
2ba2407
View commit details
Copy full SHA for 2ba2407
View code at this point
Browse repository at this point
another small refactoring + test fix on OSX
giampaolo
committed
1bedfe9
View commit details
Copy full SHA for 1bedfe9
View code at this point
Browse repository at this point
small test refactoring which fixes some failures on OSX
giampaolo
committed
ea41b6a
View commit details
Copy full SHA for ea41b6a
View code at this point
Browse repository at this point
Commits on Jul 25, 2012
Issue 312 (Linux): network_io_counters() - add dropped/error packets support
giampaolo
committed
0358a6d
View commit details
Copy full SHA for 0358a6d
View code at this point
Browse repository at this point
Commits on Jul 24, 2012
Issue 311: merge memory branch back to trunk
giampaolo
committed
13689e2
View commit details
Copy full SHA for 13689e2
View code at this point
Browse repository at this point
Commits on Jul 20, 2012
test refactoring: introduce a new 'wait' arg for get_test_subprocess() so that we avoid to explicitly call wait_for_pid() every time; also, use a more robust approach to synchronize the whole proce…
Show description for 004b65a
giampaolo
committed
004b65a
View commit details
Copy full SHA for 004b65a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.