-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
65 lines (45 loc) · 2.05 KB
/
ChangeLog
File metadata and controls
65 lines (45 loc) · 2.05 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
ApMon - Application Monitoring API for C++
******************************************
VERSION 2.2.8 - Jan 2013
* Convert sprintf -> snprintf and fix other minor warnings
VERSION 2.2.7 - Oct 2009
* Add minimal Solaris support
* Add new CPU usage parameters from 2.6
VERSION 2.2.6 - 28 October 2008
* Fixed gcc 4.3.2 warnings.
VERSION 2.2.5 - 22 May 2008
* Fixed compiler warning about identical variable names.
VERSION 2.2.3 - 22 November 2007
* Fixed bug in calculating the sleeping time for the background thread
(which sometimes made the thread to be blocked for 10 mins)
VERSION 2.2.1 - 26 October 2006
* Added support for Windows
VERSION 2.2.0 - 7 March 2006
* Added new fields in the datagram: an ID for the sender and
the sequence number of the datagram.
VERSION 2.1.0 - 12 January 2006
* Removed the sorting parameters feature.
VERSION 2.0.10 - 20 December 2005
* Added new options for system monitoring: sys_net_sockets,
sys_net_tcp_details.
* Sorted alphabetically the parameters after their names,
before putting them in the datagram.
* Change the default maximum message rate to 20.
VERSION 2.0.10 - 21 November 2005
* Added some system parameters that can be monitored (the number of
processes in different states - D, R, S, T, Z).
* Made a few modifications for compatibility with MacOS (so that
ApMon can be initialized even if the proc/ filesystem does not exist).
Corrected the error handling when calculating the job disk usage.
VERSION 2.0.6 - 22 August 2005
* Fixed a synchronization bug.
VERSION 2.0.6 - 18 August 2005
* Fixed some memory leaks and replaced the thread stopping mechanism.
VERSION 2.0.6 - 11 August 2005
* New feature: the maximum number of messages that can be sent per second is limited.
VERSION 2.0.6 - 8 August 2005
* Added the "open_files" parameter for job monitoring
* Added parameters for general system monitoring: "cpu_family",
"cpu_model", "cpu_model_name", "bogomips"
VERSION 2.0.6 - 19 August 2005
* Fixed some memory leaks.