forked from vhostmd/vhostmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvhostmd.changes
75 lines (51 loc) · 2.32 KB
/
vhostmd.changes
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
-------------------------------------------------------------------
Wed Apr 10 22:21:29 UTC 2019 - <[email protected]>
- Version 1.1
- Merge libserialclient with libmetrics
- Misc bug fixes and improvements
-------------------------------------------------------------------
Fri Nov 30 20:35:18 UTC 2018 - [email protected]
- Version 1.0
- Add virtio as transport mechanism
- Update to work with modern Xen
- Add SIGPIPE handler and reconnect
- Add systemd service file
- Modernize build files
- Misc bug fixes and improvements
-------------------------------------------------------------------
Wed Jul 25 10:00:20 CEST 2018 - [email protected]
- add virtio as transport mechanism
-------------------------------------------------------------------
Mon Jun 29 16:42:39 MDT 2009 - [email protected]
- Validate XML returned by 'action' for metric type 'xml'
- Do not convert metrics values internally in vhostmd. Treat
all metric values as strings and leave it to consumers to do
any conversion.
-------------------------------------------------------------------
Fri Jun 26 17:24:38 MDT 2009 - [email protected]
- Allow larger buffer for 'xml' type
-------------------------------------------------------------------
Thu Jun 25 22:24:27 MDT 2009 - [email protected]
- Add metric type 'XML'
-------------------------------------------------------------------
Fri Jun 19 14:19:19 MDT 2009 - [email protected]
- vhostmd is currently only used with Xen so make it
ExclusiveArch x86 and x86_64
-------------------------------------------------------------------
Mon Jun 15 14:47:42 MDT 2009 - [email protected]
- Truncate metrics disk on open
-------------------------------------------------------------------
Tue Jun 9 09:30:06 MDT 2009 - [email protected]
- Change COPYING from GPL3 to LGPL2.1
-------------------------------------------------------------------
Fri Jun 5 11:16:36 MDT 2009 - [email protected]
- Explicitly name subpackages with -n
-------------------------------------------------------------------
Thu Jun 4 18:29:39 MDT 2009 - [email protected]
- Version 0.2
- Updated documentation
- Added group metric type
- Added perl script for generating {PageIn,PageFault}Rate
------------------------------------------------------------
Wed Jan 7 12:39:17 MST 2009 - [email protected]
- Initial creation