-
Notifications
You must be signed in to change notification settings - Fork 0
/
proformancedesign_Json.txt
55 lines (51 loc) · 1.36 KB
/
proformancedesign_Json.txt
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
{
"Work_flow_performance":{
"total_execution_time": "seconds",
"name_of_the_application": "string",
"version": "string",
"number_code_regins": "integer",
"number_call_trees": "integer",
"number_components": "integer",
"input_file":{
"name": "string",
"version": "string",
"size" : "bytes",
"location_of_the_file": "string"
}
"output_file":{
"name": "string",
"version": "string",
"size" : "bytes",
"location_of_the_file": "string"
}
},
"system_architecture_description":{
"type_of_processor": "string",
"memory": "bytes",
"type_of_interconnect": "string",
"type_of_I/O_sub_system": "string"
},
"detail_of_each_component": {
"name": "string",
"number_of_nodes": "integer",
"aggregate_computing_time": "seconds",
"aggregate_communication_time" : "seconds",
"aggregate_idle_time" : "seconds",
"execution_time_per_application_per_node" : "seconds",
"idle_time_per_application_per_node" : "seconds",
"memory_usage": "bytes",
"programming_model": "string",
"message_performance": {
"number": "integer",
"message_size": "bytes",
"execution_time": "seconds",
"wait_time" : "seconds"
}
"communication_time" : "seconds",
"interconnect_performance" : "string"
},
"For_each_pair_of_components": {
"aggregate_communication_volume" : "seconds",
"total_number_of_messages" : "integer"
}
}