Display detailed server status (status)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Purpose
List information from the core server’s memory, including web application statistics. Information includes memory pool usage, connector thread status, and connector status. Output is in XML format. (Note that redirecting the output to an XML viewer makes it more readable.)
To use this action, the Tomcat manager (manager.war) must be deployed on the instance and the instance must be running. You can deploy manager.war from $CATALINA_HOME/extras.
Syntax
|
Parameters
- general_options
- Specify one or more of the general TCMAN options. Run
tcman.sh help statusto see which general options are appropriate. - -u user_name:password
- Pass a valid user name and a password for HTTP Basic access authentication. (The default is
-u tomcat:tomcat.) - -f
- Return full status information.
Example
Display core server's memory and web application statistics and use xmllint
to format for readability:
|