forked from linuxkerneltravel/lmp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'linuxkerneltravel:develop' into develop
- Loading branch information
Showing
12 changed files
with
545 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-339 KB
MagicEyes/src/visualization/vscode_ext/lmp_grafana-vscode-0.0.16.vsix
Binary file not shown.
Binary file not shown.
80 changes: 80 additions & 0 deletions
80
MagicEyes/src/visualization/vscode_ext/tool_config_sample/lmp_tool_ext_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"name" : "lmp_tool_vscode_extension_config", | ||
"version" : "0.0.1", | ||
"subsystem_list" : [ | ||
"CPU", | ||
"memory", | ||
"fs", | ||
"network", | ||
"system_diagnosis", | ||
"hypervisor" | ||
], | ||
"subsystem" : [ | ||
{ | ||
"description" : "Linux CPU子系统观测工具集", | ||
"tools" : [ | ||
{ | ||
"name": "cpu_watcher", | ||
"description" : "cpu观测" | ||
}, | ||
{ | ||
"name": "proc_image", | ||
"description" : "进程画像" | ||
} | ||
] | ||
}, | ||
{ | ||
"description" : "Linux 内存子系统观测工具集", | ||
"tools" : [ | ||
{ | ||
"name": "mem_watcher", | ||
"description" : "内存观测" | ||
} | ||
] | ||
}, | ||
{ | ||
"description" : "Linux 文件子系统观测工具集", | ||
"tools" : [ | ||
{ | ||
"name": "fast_fuse", | ||
"description" : "FUSE 性能优化" | ||
} | ||
] | ||
}, | ||
{ | ||
"description" : "Linux 网络子系统观测工具集", | ||
"tools" : [ | ||
{ | ||
"name": "net_watcher", | ||
"description" : "网络观测" | ||
}, | ||
{ | ||
"name": "net_manager", | ||
"description" : "网络优化与加速" | ||
} | ||
] | ||
}, | ||
{ | ||
"description" : "Linux 系统诊断子系统观测工具集", | ||
"tools" : [ | ||
{ | ||
"name": "stack_analyzer", | ||
"description" : "栈调用分析器" | ||
} | ||
] | ||
}, | ||
{ | ||
"description" : "Linux 虚拟化子系统观测工具集", | ||
"tools" : [ | ||
{ | ||
"name": "kvm_watcher", | ||
"description" : "kvm状态分析" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|
||
|
||
|
||
|
Oops, something went wrong.