This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/views/charts2/charts/appsTestData.js
2022-08-08 22:31:08 +08:00

285 lines
3.9 KiB
JavaScript

export const appTestData = [
{
"type": "bytes",
"l11": {
"analysis": {
"rate": 2,
"total":2245435
},
"values": [
[
1435781430781,
3
],
[
1435781431781,
2
]
]
},
"a0": {
"analysis": {
"rate": 2,
"total":3245435
},
"values": [
[
1435781430781,
1
],
[
1435781431781,
1
]
]
}
},
{
"type": "packets",
"l11": {
"analysis": {
"rate": 3,
"total":4245435
},
"values": [
[
1435781430781,
4
],
[
1435781431781,
5
]
]
},
"a0": {
"analysis": {
"rate": 3,
"total":2245435
},
"values": [
[
1435781430781,
2
],
[
1435781431781,
1
]
]
}
},
{
"type": "sessions",
"l11": {
"analysis": {
"rate": 2,
"total": 2245435
},
"values": [
[
1435781430781,
3
],
[
1435781431781,
8
]
]
},
"a0": {
"analysis": {
"rate": 3,
"total": 3245435
},
"values": [
[
1435781430781,
1
],
[
1435781431781,
1
]
]
}
}
]
export const appPrevTestData = [
{
"type": "bytes",
"l11": {
"rate": 2,
"total":3245435
},
"a0": {
"rate": 3,
"total":4245435
}
},
{
"type": "packets",
"l11": {
"rate": 2,
"total":3245435
},
"a0": {
"rate": 4,
"total":4245435
}
},
{
"type": "sessions",
"l11": {
"rate": 3,
"total":233451
},
"a0": {
"rate": 3,
"total":4245435
}
}
]
export const providerTestData = [
{
"type": "bytes",
"d3": {
"analysis": {
"rate": 4,
"total":4245435
},
"values": [
[
1435781430781,
"1"
],
[
1435781431781,
"1"
]
]
},
"a0": {
"analysis": {
"rate": 2,
"total":3245435
},
"values": [
[
1435781430781,
1
],
[
1435781431781,
2
]
]
}
},
{
"type": "packets",
"d3": {
"analysis": {
"rate": 3,
"total": 1245435
},
"values": [
[
1435781430781,
2
],
[
1435781431781,
1
]
]
},
"a0": {
"analysis": {
"rate": 3,
"total": 3245435
},
"values": [
[
1435781430781,
5
],
[
1435781431781,
3
]
]
}
},
{
"type": "sessions",
"d3": {
"analysis": {
"rate": 2,
"total":2245435
},
"values": [
[
1435781430781,
"1"
],
[
1435781431781,
"1"
]
]
},
"a0": {
"analysis": {
"rate": 3,
"total": 3245435
},
"values": [
[
1435781430781,
1
],
[
1435781431781,
3
]
]
}
}
]
export const providerPrevTestData = [
{
"type": "bytes",
"d3": {
"rate": 2,
"total":2245435
},
"a0": {
"rate": 3,
"total":4245435
}
},
{
"type": "packets",
"d3": {
"rate": 2,
"total":3245435
},
"a0": {
"rate": 4,
"total":4245435
}
},
{
"type": "sessions",
"d3": {
"rate": 3,
"total":233451
},
"a0": {
"rate": 3,
"total":4245435
}
}
]