File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- ## [ 1.0.1] - 2016-08-05
5
+ ## [ 1.0.1] - 2016-08-16
6
6
7
7
### Added
8
8
9
9
- Added interactive setup script that generates a configuration file and sets
10
- up the MySQL and mongoDB databases.
10
+ up the MySQL and MongoDB databases.
11
+ - Added support for reading MongoDB settings from the XDMoD configuration file.
11
12
- Added timeseries metrics for memory bandwidth, block device and total memory usage.
12
13
- Added command line options to the archive indexer script to add limiting by
13
14
max date and added ability to log debug messages to a file.
30
31
for the individual nodes and CPUs.
31
32
- The SLURM process list plugin now limits the total number processes reported
32
33
to 150. This mitigates an issue where jobs with a huge number of processes
33
- would result in a summary document that exceeds the mongoDB maximum document
34
+ would result in a summary document that exceeds the MongoDB maximum document
34
35
size.
35
36
36
37
## [ 1.0.0] - 2016-05-23
Original file line number Diff line number Diff line change 13
13
import numpy
14
14
import copy
15
15
16
- VERSION = "1.0.5 "
16
+ VERSION = "1.0.6 "
17
17
TIMESERIES_VERSION = 4
18
18
19
19
You can’t perform that action at this time.
0 commit comments