diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2015-02-12 12:22:42 -0800 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2015-02-12 12:22:42 -0800 |
| commit | d5271aed9a343ea3c34d56a8e4cd55499dfb950b (patch) | |
| tree | 5b900db214113641eea886a6ecd01c23326a1a87 /docs | |
| parent | 44ff45c1d7c68090b2897645cf7b5d614fa407ae (diff) | |
| parent | 72be6f41da748901052e7bee9d706826347d1708 (diff) | |
| download | psutil-d5271aed9a343ea3c34d56a8e4cd55499dfb950b.tar.gz | |
Merge branch 'master' into nicstats-250
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 782d309c..581db973 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -384,6 +384,7 @@ Network | "all" | the sum of all the possible families and protocols | +----------------+-----------------------------------------------------+ + On OSX this function requires root privileges. To get per-process connections use :meth:`Process.connections`. Also, see `netstat.py sample script <https://github.com/giampaolo/psutil/blob/master/examples/netstat.py>`__. |
