We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08616e commit 9400790Copy full SHA for 9400790
procstat/python_modules/procstat.py
@@ -87,10 +87,10 @@
87
### process and then find all processes with the same process
88
### group ID (pgid). "ps" is only used for regex searching on
89
### the initial lookup for the parent pid (ppid). Now all
90
-### subsuquent calls use /proc/[pid]/stat for CPU jiffies, and
+### subsequent calls use /proc/[pid]/stat for CPU jiffies, and
91
### /proc/[pid]/statm for memory rss.
92
### * Added testing switch "-t" to help troubleshoot a regex
93
-### * Added display switches "-s" and "-m" to format the outup
+### * Added display switches "-s" and "-m" to format the output
94
### of /proc/[pid]/stat and /proc/[pid]/statm
95
###
96
0 commit comments