Penguin
Blame: snmpdelta(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of snmpdelta(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SNMPDELTA
2 !!!SNMPDELTA
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLES
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 snmpdelta - Monitor deltas of integer valued SNMP variables
13 !!SYNOPSIS
14
15
16 snmpdelta [[ common arguments ] [[ -Ct ] [[ -Cs ] [[ -CS ] [[ -Cm
2 perry 17 ] [[ -CF configfile ] [[ -Cl ] [[ -CL !SumFileName ] [[ -Cp
1 perry 18 period ] [[ -CP Peaks ] [[ -Ck ] [[ -CT ] oid [[ oid ...
19 ]
20 !!DESCRIPTION
21
22
23 __snmpdelta__ will monitor the specified integer valued
24 OIDs, and report changes over time.
25
26
27 The ''-Ct'' flag will determine time interval from the
28 monitored entity.
29
30
31 The ''-Cs'' flag will display a timestamp.
32
33
34 The ''-CS'' flag causes data to be logged into a Sum
35 file.
36
37
38 ''-Cm'' prints the max value ever attained.
39
40
41 ''-CF configfile'' tells __snmpdelta__ to read it's
42 configuration from the specified file.
43
44
45 ''-Cl'' tells __snmpdelta__ to write it's
46 configuration to files.
47
48
49 ''-CL'' specified the sum filename.
50
51
52 ''-Cp period'' specifies the poll period.
53
54
55 ''-CP peaks'' specifies the reporting period in number of
56 polling periods
57
58
59 ''-Ck'' tells __snmpdelta__ to keep seconds in it's
60 output time format.
61
62
63 ''-CT'' makes __snmpdelta__ print its output in
64 tabular form.
65 !!EXAMPLES
66
67
68 $ snmpdelta -c public -Cs localhost IF-MIB::ifinucastpkts.3 IF-MIB::ifoutucastpkts.3
69 [[20:15:43 6/14] ifInUcastPkts.3 /1 sec: 158
70 [[20:15:43 6/14] ifOutUcastPkts.3 /1 sec: 158
71 [[20:15:44 6/14] ifInUcastPkts.3 /1 sec: 184
72 [[20:15:44 6/14] ifOutUcastPkts.3 /1 sec: 184
73 [[20:15:45 6/14] ifInUcastPkts.3 /1 sec: 184
74 [[20:15:45 6/14] ifOutUcastPkts.3 /1 sec: 184
75 [[20:15:46 6/14] ifInUcastPkts.3 /1 sec: 158
76 [[20:15:46 6/14] ifOutUcastPkts.3 /1 sec: 158
77 [[20:15:47 6/14] ifInUcastPkts.3 /1 sec: 184
78 [[20:15:47 6/14] ifOutUcastPkts.3 /1 sec: 184
79 [[20:15:48 6/14] ifInUcastPkts.3 /1 sec: 184
80 [[20:15:48 6/14] ifOutUcastPkts.3 /1 sec: 184
81 [[20:15:49 6/14] ifInUcastPkts.3 /1 sec: 158
82 [[20:15:49 6/14] ifOutUcastPkts.3 /1 sec: 158
83 ^C
84 $ snmpdelta -c public -Cs -CT localhost IF-MIB:ifinucastpkts.3 IF-MIB:ifoutcastpkts.3
85 localhost ifInUcastPkts.3 ifOutUcastPkts.3
86 [[20:15:59 6/14] 184.00 184.00
87 [[20:16:00 6/14] 158.00 158.00
88 [[20:16:01 6/14] 184.00 184.00
89 [[20:16:02 6/14] 184.00 184.00
90 [[20:16:03 6/14] 158.00 158.00
91 [[20:16:04 6/14] 184.00 184.00
92 [[20:16:05 6/14] 184.00 184.00
93 [[20:16:06 6/14] 158.00 158.00
94 ^C
95 $ snmpdelta -c public -Ct -Cs -CS -Cm -Cl -Cp 60 -CP 60 interlink.sw.net.cmu.edu .1.3.6.1.2.1.2.2.1.16.3 .1.3.6.1.2.1.2.2.1.16.4
96 !!SEE ALSO
97
98
99 snmpcmd(1), variables(5).
100 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.