10 2024 档案
Java命令行监控工具
摘要:https://docs.oracle.com/en/java/javase/22/docs/specs/man/index.htmlJava命令行监控工具 jps 查看系统中jvm进程, 其它的命令通常先使用jps查看进程号,然后在根据线程号获取jvm进程信息 jps -m 查看jvm进程并且带有 阅读全文
posted @ 2024-10-09 15:00 Old-Kang 阅读(4) 评论(0) 推荐(0) 编辑
OOM:java.lang.OutOfMemoryError: GC overhead limit exceeded
摘要:2024-07-03 11:08:16.066 [DEBUG] [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [70930e830d7c5249,70930e830d7c5249,fa 阅读全文
posted @ 2024-10-09 14:58 Old-Kang 阅读(39) 评论(0) 推荐(0) 编辑
Creating a File Mapping Object
摘要:https://learn.microsoft.com/en-us/windows/win32/memory/using-file-mapping Creating a File View To map the data from a file to the virtual memory of a 阅读全文
posted @ 2024-10-09 13:57 Old-Kang 阅读(15) 评论(0) 推荐(0) 编辑
文件内存映射基础
摘要:1、文件内存映射基础 remember the following key points 1、The file is present on the disk of the machine on which the processes are running. 2、The file mapping o 阅读全文
posted @ 2024-10-09 13:55 Old-Kang 阅读(9) 评论(0) 推荐(0) 编辑
RobotFramework-ride 源码分析
摘要:根目录 robotide 1、入口函数 __init__.py: def main(*args): noupdatecheck, debug_console, inpath = _parse_args(args) # 命令解析 返回参数 noupdatecheck, debug_console, i 阅读全文
posted @ 2024-10-09 13:49 Old-Kang 阅读(15) 评论(0) 推荐(0) 编辑




点击右上角即可分享
微信分享提示