|
服务器名称
|
{{ server.sys.computerName }}
|
操作系统
|
{{ server.sys.osName }}
|
|
服务器IP
|
{{ server.sys.serverIP }}
|
系统架构
|
{{ server.sys.osArch }}
|
|
系统运行时长
|
{{ server.sys.runTime }}
|
|
环境变量
|
{{ server.app.name }}
|
.Net版本
|
{{ server.app.version }}
|
|
启动时间
|
{{ server.app.startTime }}
|
运行时长
|
{{ server.app.runTime }}
|
|
占用内存
|
{{ server.app.appRAM }}
|
启动地址
|
{{server.app.host}}
|
|
ContentRootPath
|
{{ server.app.rootPath }}
|
webPath
|
{{ server.app.webRootPath }}
|