Commits on Source
1165
d6e44d30
Stop using function that makes disk system call
Sep 06, 2018
1e916ea2
Complete info about required disk space
Sep 06, 2018
a1ccfa43
Comment functions not being used
Sep 06, 2018
54b00da7
Add info about disk requirements.
Sep 06, 2018
6b67368e
Support raw text on command description
Sep 06, 2018
e6b9b84a
Remove test since function not being used
Sep 06, 2018
1ba79e55
Fix linter error
Sep 13, 2018
aea806bf
Merge pull request #250 from juga0/ticket27512_warn_disk_followup
Sep 13, 2018
40a76cc7
Reorder methods in BWV3Header
Sep 13, 2018
992ea07e
Reorder methods in BWV3Line
Sep 13, 2018
9ac61cc5
Reorder methods in BWV3File
Sep 13, 2018
48fa53dd
Stop including \n EOL when parsing V110 header
Sep 13, 2018
cf9a55a3
Pass state file path and scale constant
Sep 13, 2018
850271a1
Check if file exists before locking it
Sep 13, 2018
a98787cf
Move functions to methods
Sep 13, 2018
514671ef
Move cap to avg bw inside of scale method
Sep 13, 2018
32b2014a
Return bw in kb if not scaled
Sep 13, 2018
8fd2d739
Adapt tests to changed methods
Sep 13, 2018
e62a0354
ops, fix indentation
Sep 13, 2018
0e49c8f9
Fix args initializing V3BWLine from lines
Sep 13, 2018
517d0394
Add entry about v3bwfile refactor
Sep 13, 2018
e1e6f54f
Temporally disable integration test
Sep 13, 2018
89d94e1c
Merge pull request #251 from juga0/ticket27135_store_obs_bw
Sep 13, 2018
f95fa474
Add property to obtain observed bandwidth
Sep 13, 2018
26587a89
Store observed bandwidth in results
Sep 13, 2018
2e4e0858
Add more data and more realistic to the tests
Sep 13, 2018
12036db4
Add observed bandwidth data
Sep 13, 2018
71eab6fb
Include observed bandwidth in results
Sep 13, 2018
d3a94d02
Add new constants for scaling
Sep 13, 2018
87b3861e
Change sbws scaling constant name
Sep 13, 2018
f34d0c0d
Make V3BWFile from results depend on the scaling method
Sep 13, 2018
5a9be7c5
Add methods to obtain median/last observed bw
Sep 13, 2018
090507ee
Implement method to scale as Torflow
Sep 13, 2018
54c7ec92
Use renamed attr to show mean
Sep 13, 2018
e64ecd47
Use observed bw methods to init V3BWLine
Sep 13, 2018
028dc8bf
Add args to generate to scale as torflow too
Sep 13, 2018
e6965056
Use obs bandwidth in example test bw line
Sep 13, 2018
09268e4a
Implement sbws and torflow scaling in tests
Sep 13, 2018
78706632
Fix linter errors
Sep 13, 2018
640a67e0
Add changelog entry about torflow scaling
Sep 13, 2018
d0ca906c
Merge pull request #252 from juga0/ticket27108_torflow_scale
Sep 13, 2018
39219fc2
Add method to parse V110 file from a given path
Sep 13, 2018
11ec9846
Add method to parse a V100 header
Sep 13, 2018
9bc81f48
Add method to parse V100 file given a path
Sep 13, 2018
bce5f898
Add method to obtain data for plotting
Sep 13, 2018
02f0f815
Add method to find bw of a node
Sep 13, 2018
be90985e
Add methods to log stats
Sep 13, 2018
14f0406e
Use method to log stats
Sep 13, 2018
1b17d599
Add changelog entry about easy graphs and stats
Sep 13, 2018
6a6c0090
Fix linter error
Sep 13, 2018
5cd41577
Merge pull request #253 from juga0/ticket27688_graphs_stats
Sep 13, 2018
678b1bc6
Cap bw in torflow scaling
Sep 13, 2018
b5aefcb4
Add arg to cap max bw when scaling as torflow
Sep 13, 2018
1603c888
Merge pull request #254 from juga0/ticket27336_cap_torflow
Sep 13, 2018
14601a67
Add constant: number of most significant digits to round to
Sep 13, 2018
f1c96108
Implement rounding to an opt num of digits
Sep 13, 2018
71fffd87
Add arg to round to a num of digits
Sep 13, 2018
95003b22
Add changelog entry about rounding bw
Sep 13, 2018
d09dc0e5
Add forgotten parenthesis
Sep 13, 2018
0c5415d4
Merge pull request #255 from juga0/ticket27337_round_bw
Sep 13, 2018
f5cf65ed
Add tests for sbws and torflow scaling
Sep 13, 2018
0bca4583
Add constants for the min num results
Sep 13, 2018
953e5022
Add function to obtain current unix timestamp
Sep 13, 2018
5ff83f4c
Import timestamp function
Sep 13, 2018
54ccf2ce
Add args to method to filter results
Sep 13, 2018
0501e202
Implement methods to filter results
Sep 13, 2018
f6cf9bfe
Use new methods to obtain bw line from results
Sep 13, 2018
4eae70b5
Add args to filter results when creating bw file
Sep 13, 2018
19da64c8
Use args to filter bw lines
Sep 13, 2018
ecac0976
Change Torflow scaling to use mean obs bw
Sep 13, 2018
42e439af
Import constants to generate bw files
Sep 13, 2018
52488eae
Add cli args to filter results
Sep 13, 2018
fd902af1
Generate bw file filtering results
Sep 13, 2018
b5c3f11f
Enable ext to convert latex math to img
Sep 13, 2018
c9ff4ac1
Change var names in equation
Sep 13, 2018
abe79477
Add changelog entry about filtering results
Sep 13, 2018
36ca11c0
Merge pull request #256 from juga0/27338_filter_results
Sep 13, 2018
37cc9a4f
Add forgotten constant import
Sep 13, 2018
b6c480eb
Merge pull request #257 from juga0/fix_import
Sep 13, 2018
de5a7e96
Stop using dir as arg in integration tests
Sep 13, 2018
1447b227
Add changelog entry about integration tests dir
Sep 13, 2018
835e98d9
Merge pull request #258 from juga0/ticket27342_test_args
Sep 13, 2018
9db92bd8
Remove passenv since it is not needed with tox-travis
Sep 14, 2018
278fa357
Unify spaces, one command per line
Sep 14, 2018
01b447f0
Reorder environments
Sep 14, 2018
205a4fa9
Use install_command for all testenv, add unit env
Sep 24, 2018
4f399720
Add envs to test installation with different commands
Sep 24, 2018
7d71887f
Reorder envs and include doc in travis
Sep 24, 2018
55b3de11
Add changelog entry about tox install command
Sep 24, 2018
b3d0e1c9
Remove section about config.ini
Sep 25, 2018
eba04c39
Add warning: who should run sbws
Sep 25, 2018
972f1a11
Use link syntax that can be clicked when online
Sep 25, 2018
6278ea2a
Add /docs dir as source of documentation
Sep 25, 2018
0d142777
Change repo by source code dir
Sep 25, 2018
2aa8266f
Remove versioning from README
Sep 25, 2018
390aa1cb
Replace public changes by the version
Sep 25, 2018
f61fed2f
Remove info about .sbws since it is in the man
Sep 25, 2018
a45c1cbd
License is usually mentioned in README
Sep 25, 2018
6ca65f52
Authors is usually mentioned in README
Sep 25, 2018
12481e8f
Include full legal text of the license
Sep 25, 2018
1,065 additional commits have been omitted to prevent performance issues.
Loading
Loading