SAP的netweaver应用服务器控制台之三---控制台界面布局

简介:
The standalone SAP MMC and the Web-based SAP MC present information on two panes of a window. The pane on the left is the scope pane, which displays available information in a tree structure that can be expanded and collapsed. The pane on the right is the result pane, which shows detailed information about any item selected in the scope pane:
The Eclipse-based SAP MC in the Developer Studio presents information on three panes of a window The pane on the left is the scope pane, which displays available information in a tree structure that can be expanded and collapsed. The SAP Management Console (Result) pane on the bottom-right is the result pane, which shows detailed information about any item selected in the scope pane. If you choose to display log, trace or other types of files of the application server, these files will be displayed in the top-right pane:
The system icons and the nodes for instances, processes, and alerts are displayed in different colors, depending on their state. The colors mean the following:
      Gray : Unknown state, only outdated values, system is offline
      Green : Running
      Yellow : Starting or critical
      Red : Error
To access detailed information about your SAP system, you have to fully expand the Java or central services instance and then select an item. Once an item has been selected, the corresponding information is displayed in the result pane. The following table summarizes the available options:
Tree Node
Description
SAP system 
for example, JP1
Node for an SAP system. The colors indicate states that are derived from the SAP instance subnodes and are automatically refreshed.
Database ()
Node for the database of the SAP system.
SAP instance
Node for the SAP instance. The color indicates the state that is automatically refreshed and inherited from the Process List subnode.
Process List
Displays the processes started by the start service and their status. The color is automatically refreshed and reflects the worst state of all started processes.
Syslog
Displays the system log, even if the SAP system is not functioning properly or is offline. You have to refresh the information manually.
Queue Statistic
Displays the status of the ICM queues. You have to refresh the information manually.
Access Points
Displays the communication ports used by the system.
J2EE Process Table
Displays information about the application server processes. The application server has to be started, but does not have to be functioning properly as the shared memory of the application server is accessed. You have to refresh the information manually.
J2EE Caches
Displays monitoring information about the performance and contents of the caches in the Java instance.
The red state of the caches icons does not indicate problems in the system but only notifies that the red cache has not yet brought performance value to the system. Therefore, it is very likely that right after application server startup there are many caches with red state. This indicated that these caches are not yet used and does not indicate a problem.
J2EE Threads
Displays details and statistics for the threads managed by the application server.
J2EE Web Sessions
Displays details and statistics for the application server HTTP sessions.
J2EE EJB Sessions
Displays details and statistics for the application server EJB sessions.
J2EE Remote Objects
Displays statistics for the remote objects to which external users are connected at the time of monitoring.
J2EE Aliases
Displays a list of the aliases of the currently started applications.
J2EE GC History
Displays statistics and details for the last few garbage collection events.
J2EE Heap Memory
Displays details about the current size of the application server heap memory.
ICM
Provides Web access to the ICM administration.
Log Files
Displays the log, trace, and system files.
 
With the context menu option View, you can display the information you require in different ways. For lists that normally have many rows, there is an additional filter function in the table header (). If you enter data in the filter fields, only matching table rows are displayed. You can use wildcards * and ? in the filter setting.
You can update the information displayed at any time by choosing Refresh () from the context menu.









本文转自 牛海彬 51CTO博客,原文链接:http://blog.51cto.com/newhappy/77021,如需转载请自行联系原作者
目录
相关文章
|
1月前
|
Java 关系型数据库 API
探索后端技术:构建高效、可靠的服务器端应用
在当今数字化时代,后端技术是任何成功应用程序的基石。它涉及服务器、数据库和应用程序之间的交互,处理数据存储、业务逻辑和系统性能等关键任务。本文将深入探讨后端开发的核心概念、常见技术栈及其实际应用,帮助读者更好地理解和掌握构建高效、可靠后端系统的技巧与策略。
|
1月前
|
监控 中间件 Java
后端技术:构建高效、稳定的服务器端应用
【10月更文挑战第5天】后端技术:构建高效、稳定的服务器端应用
80 0
|
10天前
|
存储 缓存 前端开发
如何优化 SSR 应用以减少服务器压力
优化SSR应用以减少服务器压力,可采用代码分割、缓存策略、数据预加载、服务端性能优化、使用CDN、SSR与SSG结合、限制并发请求、SSR与CSR平滑切换、优化前端资源及利用框架特性等策略。这些方法能有效提升性能和稳定性,同时保证用户体验。
|
1月前
|
机器学习/深度学习 人工智能 运维
企业内训|LLM大模型在服务器和IT网络运维中的应用-某日企IT运维部门
本课程是为某在华日资企业集团的IT运维部门专门定制开发的企业培训课程,本课程旨在深入探讨大型语言模型(LLM)在服务器及IT网络运维中的应用,结合当前技术趋势与行业需求,帮助学员掌握LLM如何为运维工作赋能。通过系统的理论讲解与实践操作,学员将了解LLM的基本知识、模型架构及其在实际运维场景中的应用,如日志分析、故障诊断、网络安全与性能优化等。
60 2
|
1月前
|
监控 关系型数据库 Serverless
探索后端技术:构建高效、可靠的服务器端应用
本文将深入探讨后端开发的核心概念和关键技术,从服务器架构到数据库管理,再到安全防护,为读者提供全面的后端技术指南。无论是初学者还是经验丰富的开发者,都能从中汲取灵感,提升自己的技术水平。
|
13天前
|
弹性计算 开发工具 git
2分钟在阿里云ECS控制台部署个人应用(图文示例)
作为一名程序员,我在部署托管于Github/Gitee的代码到阿里云ECS服务器时,经常遇到繁琐的手动配置问题。近期,阿里云ECS控制台推出了一键构建部署功能,简化了这一过程,支持Gitee和GitHub仓库,自动处理git、docker等安装配置,无需手动登录服务器执行命令,大大提升了部署效率。本文将详细介绍该功能的使用方法和适用场景。
2分钟在阿里云ECS控制台部署个人应用(图文示例)
|
27天前
|
存储 安全 关系型数据库
Linux系统在服务器领域的应用与优势###
本文深入探讨了Linux操作系统在服务器领域的广泛应用及其显著优势。通过分析其开源性、安全性、稳定性和高效性,揭示了为何Linux成为众多企业和开发者的首选服务器操作系统。文章还列举了Linux在服务器管理、性能优化和社区支持等方面的具体优势,为读者提供了全面而深入的理解。 ###
|
28天前
|
存储 缓存 前端开发
如何优化 SSR 应用以减少服务器压力?
如何优化 SSR 应用以减少服务器压力?
|
1月前
|
存储 弹性计算 算法
前端大模型应用笔记(四):如何在资源受限例如1核和1G内存的端侧或ECS上运行一个合适的向量存储库及如何优化
本文探讨了在资源受限的嵌入式设备(如1核处理器和1GB内存)上实现高效向量存储和检索的方法,旨在支持端侧大模型应用。文章分析了Annoy、HNSWLib、NMSLib、FLANN、VP-Trees和Lshbox等向量存储库的特点与适用场景,推荐Annoy作为多数情况下的首选方案,并提出了数据预处理、索引优化、查询优化等策略以提升性能。通过这些方法,即使在资源受限的环境中也能实现高效的向量检索。
|
1月前
|
弹性计算 网络协议 关系型数据库
阿里云国际版ECS云服务器无法登录宝塔面板控制台
阿里云国际版ECS云服务器无法登录宝塔面板控制台
下一篇
无影云桌面