forked from PeterWaher/IoTGateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWaher.Events.Statistics.xml
More file actions
112 lines (112 loc) · 4.13 KB
/
Copy pathWaher.Events.Statistics.xml
File metadata and controls
112 lines (112 loc) · 4.13 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
<?xml version="1.0"?>
<doc>
<assembly>
<name>Waher.Events.Statistics</name>
</assembly>
<members>
<member name="T:Waher.Events.Statistics.EventStatistics">
<summary>
Contains event statistics.
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.PerActor">
<summary>
Number of events, per actor.
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.PerEventId">
<summary>
Number of events, per actor.
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.PerFacility">
<summary>
Number of events, per actor.
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.PerModule">
<summary>
Number of events, per actor.
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.PerLevel">
<summary>
Number of events, per actor.
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.PerType">
<summary>
Number of events, per actor.
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.PerStackTrace">
<summary>
Number of events, per stack trace (Only of type Critical, Alert and Emergency).
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.LastStat">
<summary>
Timestamp of last statistics. If <see cref="F:System.DateTime.MinValue"/>, no statistics has been retrieved since restart of server.
</summary>
</member>
<member name="P:Waher.Events.Statistics.EventStatistics.CurrentStat">
<summary>
Timestamp of current statistics.
</summary>
</member>
<member name="T:Waher.Events.Statistics.EventStatisticsSink">
<summary>
Calculates statistics on incoming events.
</summary>
</member>
<member name="M:Waher.Events.Statistics.EventStatisticsSink.#ctor(System.String)">
<summary>
Calculates statistics on incoming events.
</summary>
<param name="ObjectID">Object ID of event sink.</param>
</member>
<member name="M:Waher.Events.Statistics.EventStatisticsSink.GetStatisticsSinceLast">
<summary>
Gets statistics of events logged since last call to <see cref="M:Waher.Events.Statistics.EventStatisticsSink.GetStatisticsSinceLast"/>.
</summary>
<returns>Event statistics.</returns>
</member>
<member name="M:Waher.Events.Statistics.EventStatisticsSink.Queue(Waher.Events.Event)">
<summary>
Queues an event to be output.
</summary>
<param name="Event">Event to queue.</param>
</member>
<member name="T:Waher.Events.Statistics.Statistic">
<summary>
Contains statistical information about one item.
</summary>
</member>
<member name="M:Waher.Events.Statistics.Statistic.#ctor(System.Int64)">
<summary>
Contains statistical information about one item.
</summary>
<param name="InitialCount">Initial count.</param>
</member>
<member name="M:Waher.Events.Statistics.Statistic.Inc">
<summary>
Increments the counter.
</summary>
</member>
<member name="P:Waher.Events.Statistics.Statistic.Count">
<summary>
Counter
</summary>
</member>
<member name="P:Waher.Events.Statistics.Statistic.First">
<summary>
First event.
</summary>
</member>
<member name="P:Waher.Events.Statistics.Statistic.Last">
<summary>
Last event.
</summary>
</member>
</members>
</doc>