Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update docmem-refactoring | Giampaolo Rodola | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | linux / memory_addrspace_info(): also provide 'swap' metrics | Giampaolo Rodola | 2016-02-04 | 1 | -3/+5 |
| | |||||
* | provide a new memory_addrspace_info() fun and deprecate memory_info_ex | Giampaolo Rodola | 2016-02-04 | 1 | -26/+14 |
| | |||||
* | have memory_info() return the stats which were previosuly returned by ↵ | Giampaolo Rodola | 2016-02-04 | 1 | -13/+8 |
| | | | | memory_info_ex; have memory_info_ex() return the same + uss/pss | ||||
* | Linux: we weren't returning actual PSS | Giampaolo Rodola | 2016-02-04 | 1 | -2/+2 |
| | |||||
* | little refactoring | Giampaolo Rodola | 2016-02-04 | 1 | -16/+19 |
| | |||||
* | osx/linux ignore AccessDenied when retrieving pss/uss | Giampaolo Rodola | 2016-02-04 | 1 | -6/+14 |
| | |||||
* | remove 'support for private module import' hack | Giampaolo Rodola | 2016-02-04 | 1 | -6/+0 |
| | |||||
* | remove @wrap_exceptions_w_zombie (it seems it's unnecessary) | Giampaolo Rodola | 2016-02-04 | 1 | -15/+1 |
| | |||||
* | fix #754: [Linux] cmdline() can be wrong in case of zombie process. | Giampaolo Rodola | 2016-02-04 | 1 | -0/+3 |
| | |||||
* | fix #744 aka #753: implement memory USS / PSS on Linux | Giampaolo Rodola | 2016-02-03 | 1 | -4/+24 |
| | |||||
* | revive Process.environ on Linux | Frank Benkstein | 2016-01-25 | 1 | -0/+7 |
| | | | | | | Revive Process.environ on Linux. Implemented by reading from /proc/<pid>/environ. Parsing is put into a helper function parse_environ_block to be able to reuse it on other platforms. | ||||
* | #734: get rid of ENCODING_ERRORS_HANDLER; instead use surrogateescape by ↵ | Giampaolo Rodola | 2016-01-14 | 1 | -5/+2 |
| | | | | default all over the place | ||||
* | expose https://github.com/fbenkstein and fix name() / cmdline() encoding ↵fbenkstein-non-unicode | Giampaolo Rodola | 2016-01-22 | 1 | -6/+13 |
| | | | | errors on linux / py3 | ||||
* | fix #722: [Linux] swap_memory() no longer crashes if sin/sout can't be ↵ | Giampaolo Rodola | 2016-01-13 | 1 | -17/+28 |
| | | | | determined due to missing /proc/vmstat. | ||||
* | #717: ignore everything after the first occurrence of '\x00' instead of ↵ | Giampaolo Rodola | 2015-12-15 | 1 | -5/+11 |
| | | | | replacing '\x00' for the whole string | ||||
* | fix #717: [Linux] Process.open_files fails if deleted files still visible. | Giampaolo Rodola | 2015-12-15 | 1 | -19/+20 |
| | |||||
* | #715: don't crash at import time if cpu_times() fail for some reason. | Giampaolo Rodola | 2015-12-14 | 1 | -1/+10 |
| | |||||
* | #708: use buffering for open() only on Python 2; on Python 3 this does not ↵ | Giampaolo Rodola | 2015-12-01 | 1 | -2/+5 |
| | | | | have any effect so it's better to let python decide what to do | ||||
* | little speedup for system connections | Giampaolo Rodola | 2015-12-01 | 1 | -2/+3 |
| | |||||
* | fix #708 [Linux]: speedup psutil.net_connections() and ↵ | Giampaolo Rodola | 2015-12-01 | 1 | -3/+5 |
| | | | | psutil.Process.connections() | ||||
* | linux refactoring: use a wrapper around open() for binary files | Giampaolo Rodola | 2015-11-29 | 1 | -26/+31 |
| | |||||
* | #558: update cpu times ntuple if /proc fs location change | Giampaolo Rodola | 2015-10-31 | 1 | -6/+12 |
| | |||||
* | #558: [Linux] expose psutil.PROCFS_PATH constant | Giampaolo Rodola | 2015-10-31 | 1 | -46/+61 |
| | |||||
* | sort imports | Giampaolo Rodola | 2015-10-24 | 1 | -4/+10 |
| | |||||
* | fix #623: [Linux] process or system connections raises ValueError if IPv6 is ↵ | Giampaolo Rodola | 2015-09-19 | 1 | -12/+26 |
| | | | | not supported by the system. | ||||
* | Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflow | Giampaolo Rodola' | 2015-09-03 | 1 | -2/+0 |
|\ | | | | | Modules aren't scripts. | ||||
| * | Modules aren't scripts. | Tom Prince | 2015-01-08 | 1 | -2/+0 |
| | | | | | | | | They shouldn't have shebang lines. | ||||
* | | #675: [Linux] net_connections(); UnicodeDecodeError may occur when listing ↵ | Giampaolo Rodola | 2015-08-31 | 1 | -1/+3 |
| | | | | | | | | UNIX sockets | ||||
* | | open files by using sys.getfilesystemencoding() + refactor stuff | Giampaolo Rodola | 2015-08-30 | 1 | -18/+23 |
| | | |||||
* | | #675: try to fix encoding issue | Giampaolo Rodola | 2015-08-30 | 1 | -2/+4 |
| | | |||||
* | | fix #603: [Linux] ionice_set value range is incorrect. (patch by spacewander) | Giampaolo Rodola | 2015-08-07 | 1 | -2/+2 |
| | | |||||
* | | #534: (Linux) add support for ZFS filesystems | Giampaolo Rodola | 2015-07-11 | 1 | -3/+9 |
| | | |||||
* | | disk_partitions(): little speedup | Giampaolo Rodola | 2015-07-11 | 1 | -2/+2 |
| | | |||||
* | | #639: (Linux) proc cmdline can be truncated | Giampaolo Rodola | 2015-07-09 | 1 | -1/+4 |
| | | |||||
* | | fix travis failure | Giampaolo Rodola | 2015-07-09 | 1 | -1/+1 |
| | | |||||
* | | exceptions unification | Giampaolo Rodola | 2015-06-20 | 1 | -2/+2 |
| | | |||||
* | | (linux / net connections) do not swallow all OSError exceptions | Giampaolo Rodola | 2015-06-20 | 1 | -3/+11 |
| | | |||||
* | | improve test coverage | Giampaolo Rodola | 2015-06-20 | 1 | -3/+5 |
| | | |||||
* | | (linux) proc io nice: provide better error messages | Giampaolo Rodola | 2015-06-20 | 1 | -9/+19 |
| | | |||||
* | | improve linux test coverage | Giampaolo Rodola | 2015-06-20 | 1 | -7/+10 |
| | | |||||
* | | Merge pull request #634 from arnimarj/master | Giampaolo Rodola' | 2015-06-18 | 1 | -1/+1 |
|\ \ | | | | | | | fixing cmdline() for empty-string argumemts on posix systems | ||||
| * | | fixing cmdline() for empty-string argumemts on posix systems | Arni Mar Jonsson | 2015-06-16 | 1 | -1/+1 |
| | | | |||||
* | | | fix #632: [Linux] better error message if cannot parse process UNIX connections. | Giampaolo Rodola | 2015-06-17 | 1 | -3/+13 |
|/ / | |||||
* | | fix #614: [Linux] return the num of physical cores instead of physical CPUs | Giampaolo Rodola | 2015-06-03 | 1 | -5/+19 |
| | | |||||
* | | fix #628: Process.name() on Linux truncates spaces and ')' | Giampaolo Rodola | 2015-06-03 | 1 | -2/+3 |
| | | |||||
* | | Remove deprecated attributes | Weilu Jia | 2015-05-15 | 1 | -4/+1 |
| | | |||||
* | | fix typo in documentation | Serge Voilokov | 2015-02-25 | 1 | -2/+2 |
| | | |||||
* | | #428 / zombie process: provide a more informative exception msg providing ↵ | Giampaolo Rodola | 2015-02-19 | 1 | -4/+5 |
| | | | | | | | | also the PPID | ||||
* | | fix zombie process failing on travis due to ENOSYS | Giampaolo Rodola | 2015-02-19 | 1 | -10/+18 |
| | |