summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update docmem-refactoringGiampaolo Rodola2016-02-053-7/+9
* last fixes (I hope)Giampaolo Rodola2016-02-044-5/+4
* linux / memory_addrspace_info(): also provide 'swap' metricsGiampaolo Rodola2016-02-044-7/+13
* still further fixesGiampaolo Rodola2016-02-047-19/+34
* fix osxGiampaolo Rodola2016-02-041-1/+1
* remove last deprecated refs; update mem leaks testGiampaolo Rodola2016-02-043-12/+6
* provide a new memory_addrspace_info() fun and deprecate memory_info_exGiampaolo Rodola2016-02-047-104/+99
* yet another change of directionGiampaolo Rodola2016-02-042-24/+17
* update docGiampaolo Rodola2016-02-041-9/+16
* update docGiampaolo Rodola2016-02-041-33/+41
* add test case for comparing memory_info / exGiampaolo Rodola2016-02-043-2/+6
* migrate OSXGiampaolo Rodola2016-02-041-4/+5
* have memory_info() return the stats which were previosuly returned by memory_...Giampaolo Rodola2016-02-044-73/+64
* add another pss/uss test casemem-refactoring-2Giampaolo Rodola2016-02-041-0/+3
* Linux: we weren't returning actual PSSGiampaolo Rodola2016-02-042-4/+6
* update docGiampaolo Rodola2016-02-042-9/+9
* add test caseGiampaolo Rodola2016-02-041-2/+11
* fix #755: Process.memory_percent() memtype parameter.Giampaolo Rodola2016-02-045-10/+42
* update memory_info_ex() docGiampaolo Rodola2016-02-042-33/+92
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-02-041-3/+5
|\
| * Merge pull request #660 from seeq12/make-bat-visual-studio-locationGiampaolo Rodola2016-02-041-3/+5
| |\
| | * improve make.bat's resiliency to Visual Studio install locationsMark Derbecker2015-08-021-3/+5
* | | update HISTORY/CREDITSGiampaolo Rodola2016-02-042-0/+6
|/ /
* | little refactoringGiampaolo Rodola2016-02-041-16/+19
* | Windows: remove ERROR_PARTIAL_COPY hack; (this was a bad one)Giampaolo Rodola2016-02-042-7/+0
* | osx/linux ignore AccessDenied when retrieving pss/ussGiampaolo Rodola2016-02-042-7/+20
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-02-041-7/+13
|\ \
| * | windows: set uss to 0 in case of permission errorGiampaolo Rodola2016-02-031-7/+13
* | | remove 'support for private module import' hackGiampaolo Rodola2016-02-045-36/+0
|/ /
* | remove @wrap_exceptions_w_zombie (it seems it's unnecessary)Giampaolo Rodola2016-02-041-15/+1
* | fix #754: [Linux] cmdline() can be wrong in case of zombie process.Giampaolo Rodola2016-02-043-1/+10
* | Merge pull request #746 from EricRahm/uss_windowsGiampaolo Rodola2016-02-044-3/+95
|\ \
| * | Address style feedbackEric Rahm2016-02-031-5/+7
| * | Remove debug statementsEric Rahm2016-02-031-2/+0
| * | Code review cleanupEric Rahm2016-02-036-106/+99
| * | Address AppVeyor failuresEric Rahm2016-01-293-7/+9
| * | Measure USS on WindowsEric Rahm2016-01-286-5/+102
* | | cosmetic changesGiampaolo Rodola2016-02-032-25/+30
* | | Merge pull request #745 from EricRahm/uss_osxGiampaolo Rodola2016-02-034-3/+117
|\ \ \
| * | | Update per code reviewEric Rahm2016-02-036-145/+115
| * | | Measure USS on OSXEric Rahm2016-01-276-7/+151
| |/ /
* | | fix #744 aka #753: implement memory USS / PSS on LinuxGiampaolo Rodola2016-02-035-7/+48
* | | speed up linux testGiampaolo Rodola2016-02-031-3/+13
* | | update CREDITSGiampaolo Rodola2016-02-034-1/+7
* | | Merge pull request #751 from tijko/masterGiampaolo Rodola2016-02-031-1/+1
|\ \ \
| * | | Fixed call to Py_DECREF on possible Null objectTim Konick2016-02-021-1/+1
* | | | update docGiampaolo Rodola2016-02-032-11/+10
* | | | update memory_maps docGiampaolo Rodola2016-02-032-4/+29
|/ / /
* | | update docGiampaolo Rodola2016-02-023-3/+7
* | | refactor platform recognition codeGiampaolo Rodola2016-02-021-12/+10