documentum DQL 命令 exec count_sessions - 列“hot_list_size”、“warm_list_size”、“cold_list_size”意味着什么?
我在 documentum 中发现了未记录的 DQL 命令(在 D6.5 上测试)
exec count_sessions
此查询的输出中的列“hot_list_size”、“warm_list_size”、“cold_list_size”意味着什么?
I found undocumented DQL command in documentum (tested on D6.5)
exec count_sessions
what means columns "hot_list_size", "warm_list_size","cold_list_size" in output of this query?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
hot_list_size是指活动内容服务器会话数,warm_list_size是指服务器端已超时的会话数,cold_list_size是空闲会话数。参考:EMC 社区网站上的帖子。
hot_list_size refers to the number of active content server sessions, warm_list_size refers to the sessions that have been timed out on the server side, and cold_list_size is the number of free sessions. Reference: post on the EMC Community site.