添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
热心肠的香蕉  ·  列置换密码 ...·  1 年前    · 
会开车的钱包  ·  用sql ...·  2 年前    · 
迷茫的鸵鸟  ·  Spring Integration·  2 年前    · 
率性的野马  ·  Vue + TypeScript + ...·  2 年前    · 

The appinfo plugin collects the information about running applications inside the guest and publishes the information to a guest variable. For each application running inside the guest, the name and version information is captured and published by the plugin. This application information is collected by default.

  • Changing the poll-interval: The appInfo plugin captures the information in every 30 minutes by default. Note: The default value is changed to '6 hours' in VMware Tools 11.1.0. Guest admin can configure this poll-interval at anytime as follows:
  • Linux

    vmware-toolbox-cmd config set appinfo poll-interval <new value in seconds>

  • Windows

    VMwareToolboxCmd.exe config set appinfo poll-interval <new value in seconds>

  • Disabling the appInfo plugin: Guest admin can disable the appInfo plugin as follows:
  • Linux guest

    vmware-toolbox-cmd config set appinfo disabled true or

    vmware-toolbox-cmd config set appinfo poll-interval 0

  • Windows guest

    VMwareToolboxCmd.exe config set appinfo disabled true or

    VMwareToolboxCmd.exe config set appinfo poll-interval 0

  •