Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Mynij-unit-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alexandra Rogova
Mynij-unit-tests
Commits
b2762f48
Commit
b2762f48
authored
Feb 11, 2020
by
Alexandra Rogova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data update
parent
be7642e2
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2587 additions
and
2577 deletions
+2587
-2577
Milestone1/results/add_csv_attachments.csv
Milestone1/results/add_csv_attachments.csv
+50
-51
Milestone1/results/add_csv_attachments_monitor.csv
Milestone1/results/add_csv_attachments_monitor.csv
+2536
-2525
Milestone1/unit_tests/monitor.js
Milestone1/unit_tests/monitor.js
+1
-1
No files found.
Milestone1/results/add_csv_attachments.csv
View file @
b2762f48
items,ramUsed,diskUsed
1000,1581418230888
2000,1581418231741
3000,1581418232622
4000,1581418234146
5000,1581418235083
6000,1581418236215
7000,1581418237023
8000,1581418238087
9000,1581418238928
10000,1581418240180
11000,1581418241333
12000,1581418242421
13000,1581418243988
14000,1581418245495
15000,1581418247146
16000,1581418248660
17000,1581418250429
18000,1581418252206
19000,1581418254155
20000,1581418256310
21000,1581418258202
22000,1581418260868
23000,1581418263242
24000,1581418265687
25000,1581418268139
26000,1581418270609
27000,1581418273373
28000,1581418276178
29000,1581418278825
30000,1581418281905
31000,1581418285003
32000,1581418288853
33000,1581418292914
34000,1581418296143
35000,1581418300904
36000,1581418304135
37000,1581418307720
38000,1581418311910
39000,1581418316347
40000,1581418320960
41000,1581418326402
42000,1581418331817
43000,1581418337009
44000,1581418342202
45000,1581418349019
46000,1581418354796
47000,1581418359626
48000,1581418364965
49000,1581418370921
50000,1581418376274
51000,1581418382262
1000,1581418482011
2000,1581418482456
3000,1581418482959
4000,1581418483497
5000,1581418484244
6000,1581418485113
7000,1581418485963
8000,1581418487073
9000,1581418488041
10000,1581418489043
11000,1581418490551
12000,1581418491982
13000,1581418493312
14000,1581418494842
15000,1581418496481
16000,1581418498357
17000,1581418499954
18000,1581418501701
19000,1581418503892
20000,1581418506496
21000,1581418508811
22000,1581418511436
23000,1581418514201
24000,1581418516558
25000,1581418519627
26000,1581418522215
27000,1581418525657
28000,1581418528490
29000,1581418531824
30000,1581418534628
31000,1581418539440
32000,1581418542866
33000,1581418545982
34000,1581418550622
35000,1581418554585
36000,1581418558850
37000,1581418563557
38000,1581418568295
39000,1581418574275
40000,1581418578650
41000,1581418583757
42000,1581418588178
43000,1581418592570
44000,1581418598511
45000,1581418605935
46000,1581418611866
47000,1581418617934
48000,1581418625039
49000,1581418632329
50000,1581418643519
Milestone1/results/add_csv_attachments_monitor.csv
View file @
b2762f48
This diff is collapsed.
Click to expand it.
Milestone1/unit_tests/monitor.js
View file @
b2762f48
...
...
@@ -25,7 +25,7 @@ var check = function(){
setTimeout
(
function
()
{
diskspace
.
check
(
"
C
"
,
function
(
err
,
result
){
var
disk_used
=
parseInt
(
result
.
used
)
-
parseInt
(
start_disk
);
var
ram_used
=
total_ram
-
os
.
freemem
()
-
start_ram
;
var
ram_used
=
total_ram
-
os
.
freemem
();
stream
.
write
(
Date
.
now
()
+
"
,
"
+
ram_used
+
"
,
"
+
disk_used
+
"
\n
"
);
check
();
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment