summaryrefslogtreecommitdiff
path: root/docs/DEVNOTES
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-03-28 10:30:52 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-03-28 10:30:52 +0100
commit36d9201a1e1e0efc20f44d48797e1e7f1035449b (patch)
treedda773668d0717bdca29ad22975952841d3f0221 /docs/DEVNOTES
parent73337e03e8eb6f78dba791a91da34cd244172159 (diff)
downloadpsutil-36d9201a1e1e0efc20f44d48797e1e7f1035449b.tar.gz
update DEVNOTES
Diffstat (limited to 'docs/DEVNOTES')
-rw-r--r--docs/DEVNOTES11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/DEVNOTES b/docs/DEVNOTES
index 046044a3..c54fa938 100644
--- a/docs/DEVNOTES
+++ b/docs/DEVNOTES
@@ -165,6 +165,17 @@ REJECTED
- #550: threads per core
+INCONSISTENCIES
+===============
+
+- disk_partitions(all=False) should have been "perdisk=False" instead:
+ * disk_io_counters(perdisk=False)
+ * net_io_counters(pernic=False)
+ * cpu_times_percent(percpu=False)
+ * cpu_times(percpu=False)
+ * cpu_freq(percpu=False)
+- PROCFS_PATH should have been set_procfs_path()
+
RESOURCES
=========