-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
222 lines (124 loc) · 5.3 KB
/
Changes
File metadata and controls
222 lines (124 loc) · 5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
Thu Jul 23 22:50:15 2015 fox
58* .gitignore
common/commands.c
linux/graphs.c
linux/proc.c
linux/sigdesc.h
makefile
scripts/stackmon.pl
Add pids to graph. Attempt to fix infinite loop where we dont
read kbd on ^B; add support for ^N/^P
Sat Aug 30 19:35:23 2014 fox
57* .mk
linux/monitor.c
linux/proc.c
linux/sigdesc.h
makefile
mk/common.mk
mk/targets.mk
Refresh the build to avoid cache username() issue.
Thu Oct 11 21:58:46 2012 fox
56* monitor.c: Default to /var/tmp.
Tue Jul 10 20:20:31 2012 fox
55* proc.c: Fix for RSS being out by *4.
Thu Jun 21 16:06:45 2012 fox
54* makefile: Build 32 + 64 bit binaries. Hard code/internalise
and remove dependency on ncurses.
Tue Oct 11 21:37:49 2011 fox
53* monitor.c: Really fix the last-proc pctcpu calc so it works properly.
More sillyness in thread vs proc sort/searching.
Mon Oct 10 23:22:20 2011 fox
52* monitor.c: Fix stupid last-proc vs last-task sort/search which
caused stupid %CPU for processes.
Sun Oct 9 10:25:14 2011 fox
51* monitor.c: Better atomic updating.
Tue Sep 20 21:18:20 2011 fox
50* monitor.c: Avoid pathological condition with procmon dying and us
spinning the cpu.
Wed Sep 14 21:40:17 2011 fox
49* proc.c, monitor.c: Better handling of corrupt/missing pmap files.
Sat Sep 10 22:36:43 2011 fox
48* Add interrupts command, along with graphs.
Fri Sep 9 21:28:28 2011 fox
47* proc.c: Fix EVENT field for 64-bit wchan
46* proc.c: Make sure we turn off graph mode on ^C/quit.
Thu Sep 8 22:58:47 2011 fox
45* protocol.c, graph.c: Display minigraphs as delta values.
Wed Sep 7 23:01:56 2011 fox
44* Add: ip, icmp, udp, tcp - stats screens.
Sun Sep 4 17:48:44 2011 fox
43* proc.c: Do binary search to find original pids, instead of linear.
42* proc.c: Better handling of procmon terminating/restarting on us.
41* monitor.c: Avoid reading /proc/pid/syscall if we are not root
or its not our uid (performance).
Sat Sep 3 22:14:10 2011 fox
40* proc.c, monitor.c: Add stale procmon detector.
Fri Sep 2 22:39:23 2011 fox
39* monitor.c: Avoid pointless reads of /proc/self/syscall.
38* proc.c: Avoid double (pointless) read on /proc/pid/cmdline.
Thu Sep 1 22:54:55 2011 fox
37* monitor.c: When looking at a TIME_WAIT socket, try and maintain
the userid of the time wait original owner.
36* netstat.c: Add persistent port caching.
Wed Aug 31 22:08:15 2011 fox
35* netstat.c: Avoid potential port storm.
Tue Aug 30 21:09:39 2011 fox
34* netstat.c: Sort sockets into new/time order. Highlight new sockets.
Add support for grep on state.
33* netstat.c: Add port name cache.
Mon Aug 29 20:34:22 2011 fox
32* netstat.c: Various fixes/enhancements. Still work in progress.
Sun Aug 28 23:30:50 2011 fox
31* netstat.c: Add dynamic 'netstat' command.
Sat Aug 27 10:40:41 2011 fox
30* netstat.c: Rename to ifconfig. Add graphs support
29* proc.c: Implement ^C handler to clear the graphics.
28* monitor.c: Handle auto-resizing of the mmap when we run out
of symbols.
Sun Aug 21 22:08:10 2011 fox
27* Add graphs to the 'disk' command.
Fri Aug 12 20:27:15 2011 fox
26* Fix pid and cpu times caused by using %02d format in mmap file.
Thu Aug 11 10:22:08 2011 fox
25* Archive: 1.0003
24* proc.c: Fix %CPU to be a moving average 80/20.
23* proc.c, monitor.c: Implement locking protocol to avoid time changing
under us on ps screen.
22* monitor.c: Fix realpath() in finding procmon.
Wed Aug 10 10:59:50 2011 fox
21* Archive: 1.0002
Tue Aug 9 10:49:37 2011 fox
20* Lots of fixes. 'ps' mode now works from history, as does
the header. 'help all' now displays the README.
Sun Aug 7 11:23:05 2011 fox
19* Get proc mem size delta to work again.
18* Add THR column.
17* Add historic proc access.
Wed Aug 3 23:30:26 2011 fox
16* add support for abs/delta/clear modes (works for softirq,
but nothing else just yet).
Mon Aug 1 22:44:30 2011 fox
15* proc.c, monitor.c: Better time history and sync.
14* softirqs.c: Add softirqs support.
Fri Jul 29 21:13:11 2011 fox
13* add background processing and history navigation.
Mon Jul 25 22:07:05 2011 fox
12* add meminfo command.
Sun Jul 24 22:03:52 2011 fox
11* Add 'disk' command and 'netstat' command.
Fri Jul 22 21:23:40 2011 fox
10* proc.c: Add 'cpu' command.
Wed Jul 20 22:24:44 2011 fox
9* proc.c: Load $HOME/.proc on startup.
8* comamnds.c: Show the column state on hide/show if no args.
Sat Jan 2 22:27:05 2010 fox
7* linux/proc.c: Add SYSCALL column
6* linux/proc.c: Use /proc/pid/wchan
Tue Sep 30 20:16:47 2008 fox
5* commands.c: Add flush command.
Fri Sep 19 23:20:07 2008 fox
4* proc.c: Correct the stats for threads.
Thu Sep 18 21:27:21 2008 fox
3* fix RSS overflow (maybe)
2* Show thread pids in white, vs green for real procs.
1* proc.c: Support later kernel /proc/pid/task threads.