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
2cc6664c
Commit
2cc6664c
authored
Feb 11, 2020
by
Alexandra Rogova
Committed by
Alexandra Rogova
Feb 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data update
parent
be7f5cbe
Changes
3
Expand all
Hide 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 @
2cc6664c
items,ramUsed,diskUsed
items,ramUsed,diskUsed
1000,1581418230888
1000,1581418482011
2000,1581418231741
2000,1581418482456
3000,1581418232622
3000,1581418482959
4000,1581418234146
4000,1581418483497
5000,1581418235083
5000,1581418484244
6000,1581418236215
6000,1581418485113
7000,1581418237023
7000,1581418485963
8000,1581418238087
8000,1581418487073
9000,1581418238928
9000,1581418488041
10000,1581418240180
10000,1581418489043
11000,1581418241333
11000,1581418490551
12000,1581418242421
12000,1581418491982
13000,1581418243988
13000,1581418493312
14000,1581418245495
14000,1581418494842
15000,1581418247146
15000,1581418496481
16000,1581418248660
16000,1581418498357
17000,1581418250429
17000,1581418499954
18000,1581418252206
18000,1581418501701
19000,1581418254155
19000,1581418503892
20000,1581418256310
20000,1581418506496
21000,1581418258202
21000,1581418508811
22000,1581418260868
22000,1581418511436
23000,1581418263242
23000,1581418514201
24000,1581418265687
24000,1581418516558
25000,1581418268139
25000,1581418519627
26000,1581418270609
26000,1581418522215
27000,1581418273373
27000,1581418525657
28000,1581418276178
28000,1581418528490
29000,1581418278825
29000,1581418531824
30000,1581418281905
30000,1581418534628
31000,1581418285003
31000,1581418539440
32000,1581418288853
32000,1581418542866
33000,1581418292914
33000,1581418545982
34000,1581418296143
34000,1581418550622
35000,1581418300904
35000,1581418554585
36000,1581418304135
36000,1581418558850
37000,1581418307720
37000,1581418563557
38000,1581418311910
38000,1581418568295
39000,1581418316347
39000,1581418574275
40000,1581418320960
40000,1581418578650
41000,1581418326402
41000,1581418583757
42000,1581418331817
42000,1581418588178
43000,1581418337009
43000,1581418592570
44000,1581418342202
44000,1581418598511
45000,1581418349019
45000,1581418605935
46000,1581418354796
46000,1581418611866
47000,1581418359626
47000,1581418617934
48000,1581418364965
48000,1581418625039
49000,1581418370921
49000,1581418632329
50000,1581418376274
50000,1581418643519
51000,1581418382262
Milestone1/results/add_csv_attachments_monitor.csv
View file @
2cc6664c
This diff is collapsed.
Click to expand it.
Milestone1/unit_tests/monitor.js
View file @
2cc6664c
...
@@ -25,7 +25,7 @@ var check = function(){
...
@@ -25,7 +25,7 @@ var check = function(){
setTimeout
(
function
()
{
setTimeout
(
function
()
{
diskspace
.
check
(
"
C
"
,
function
(
err
,
result
){
diskspace
.
check
(
"
C
"
,
function
(
err
,
result
){
var
disk_used
=
parseInt
(
result
.
used
)
-
parseInt
(
start_disk
);
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
"
);
stream
.
write
(
Date
.
now
()
+
"
,
"
+
ram_used
+
"
,
"
+
disk_used
+
"
\n
"
);
check
();
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