summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
...
| | * | #687: [Linux] pid_exists() no longer returns True if passed a process thread IDGiampaolo Rodola2017-01-091-2/+26
| | |/
| * | #941: implement cpu_freq() for OSXGiampaolo Rodola2016-12-031-2/+0
| * | debug print to figure out failure on travisGiampaolo Rodola2016-12-021-1/+3
| * | #941: implement cpu_freq() for LinuxGiampaolo Rodola2016-12-021-0/+35
| |/
* | #357: implement process cpu_num() on LinuxGiampaolo Rodola2016-11-251-0/+5
|/
* bump up versionGiampaolo Rodola2016-11-051-2/+3
* #799 - oneshot / linux: speedup memory_full_info and memory_mapsGiampaolo Rodola2016-11-051-0/+3
* merge from masterGiampaolo Rodola2016-10-251-16/+32
|\
| * pre-releaserelease-4.4.1Giampaolo Rodola2016-10-251-5/+8
| * refactoringGiampaolo Rodola2016-10-251-8/+20
| * linux: separate IFFLAGS functionGiampaolo Rodola2016-10-251-3/+3
| * share C function to retrieve MTU across all UNIXesGiampaolo Rodola2016-10-241-1/+2
* | Merge branch 'master' into oneshotGiampaolo Rodola2016-10-021-4/+5
|\ \ | |/
| * issue #892: [Linux] Process.cpu_affinity([-1]) raise SystemError with no erro...Giampaolo Rodola2016-09-221-4/+5
* | merge from masterGiampaolo Rodola2016-09-221-48/+153
|\ \ | |/
| * update doc887-linux-free-mem-standardizationGiampaolo Rodola2016-09-211-1/+1
| * refactoringGiampaolo Rodola2016-09-211-1/+1
| * update docGiampaolo Rodola2016-09-211-2/+4
| * fix testGiampaolo Rodola2016-09-211-2/+2
| * issue #887: calculate avail mem on older kernels where MemAvailableGiampaolo Rodola2016-09-201-34/+89
| * update commentsGiampaolo Rodola2016-09-181-4/+7
| * #877 - takes LCX containers into account and prevent 'avail' to overflow 'total'Giampaolo Rodola2016-09-181-10/+15
| * #887: do not use sysinfo() syscall; use /proc/meminfo to calculate all statsGiampaolo Rodola2016-09-181-17/+12
| * refactoringGiampaolo Rodola2016-09-181-19/+11
| * use bytesGiampaolo Rodola2016-09-181-1/+1
| * fix typosGiampaolo Rodola2016-09-181-3/+3
| * #87: skip used mem test in case of older free versionGiampaolo Rodola2016-09-181-1/+0
| * #877: properly calculate used memGiampaolo Rodola2016-09-181-3/+10
| * #887 correctly calculate shared memGiampaolo Rodola2016-09-181-3/+14
| * reintroduce warnings for missing fieldsGiampaolo Rodola2016-09-181-10/+35
| * #887: MemAvailable column may not be there; in that case calculate available ...Giampaolo Rodola2016-09-181-1/+20
| * #887: match 'available' column of 'free'; also calculate 'cached' mem the sam...Giampaolo Rodola2016-09-181-39/+31
* | merge from masterGiampaolo Rodola2016-08-011-1/+1
|\ \ | |/
| * fix testGiampaolo Rodola2016-07-101-1/+1
* | merge from masterGiampaolo Rodola2016-06-271-133/+182
|\ \ | |/
| * doc indentationGiampaolo Rodola2016-06-061-1/+1
| * move stuff aroundGiampaolo Rodola2016-06-041-6/+6
| * prettyfy codeGiampaolo Rodola2016-06-031-70/+102
| * memory_maps: use bytesGiampaolo Rodola2016-05-151-19/+22
| * fir unpackment errGiampaolo Rodola2016-05-151-3/+5
| * refactor smaps codeGiampaolo Rodola2016-05-151-41/+46
| * linux memory_maps refactoringGiampaolo Rodola2016-05-151-22/+29
* | update doc and apply oneshot() where necessaryGiampaolo Rodola2016-05-011-1/+1
* | mergeGiampaolo Rodola2016-05-011-0/+8
|\ \ | |/
| * refactor ctx switchesGiampaolo Rodola2016-05-011-11/+7
| * uids/gids refactoringGiampaolo Rodola2016-05-011-16/+8
| * refactor num_threadsGiampaolo Rodola2016-05-011-6/+10
| * more refactoringGiampaolo Rodola2016-05-011-26/+14
| * [Linux] Process.name() is 25% faster (on python 3)Giampaolo Rodola2016-05-011-4/+26
| * ignore meGiampaolo Rodola2016-05-011-2/+1