-
Notifications
You must be signed in to change notification settings - Fork 218
AgentStatus
unknown edited this page Oct 23, 2015
·
2 revisions
AGENT TAG PRI
d listeneragent-3.0 listener 30
2 testeragent-0.1
volttron-ctl list
shows the agents which have been installed on the platform along with their uuid, associated tag, and priority.
- uuid is the first column of the display and is displayed as the shorted unique portion. Using this portion, agents can be started, stopped, removed, etc.
- AGENT is the "name" of this agent based on the name of the wheel file which was installed. Agents can be controlled with this using "--name ". Note, if multiple instances of a wheel are installed they will all have the same name and can be controlled as a group.
- TAG is a user provided tag which makes it simpler to track and refer to agents. Using "--tag " agents can be controlled using this
- PRI is the priority for agents which have been "enabled" using the
volttron-ctl enable
command. When enabled, agents will be automatically started in priority order along with the platform.
AGENT TAG STATUS
d listeneragent-3.0 listener running [3813]
2 testeragent-0.1 0
volttron-ctl statu
shows a list of all agents installed on the platform and their current status.
- uuid is the first column of the display and is displayed as the shorted unique portion. Using this portion, agents can be started, stopped, removed, etc.
- AGENT is the "name" of this agent based on the name of the wheel file which was installed. Agents can be controlled with this using "--name ". Note, if multiple instances of a wheel are installed they will all have the same name and can be controlled as a group.
- TAG is a user provided tag which makes it simpler to track and refer to agents. Using "--tag " agents can be controlled using this
- STATUS is the current condition of the agent. If the agent is currently executing, it has "running" and the process id of the agent. If the agent is not running, the exit code is shown.
- Platform Agent
- VOLTTRON Central Agent
- Platform Commands
- Platform Configuration
- [Platform Hardening Security Recommendations] (Linux-Platform-Hardening-Recommendations-for-VOLTTRON-users)
- ...
- [Building VOLTTRON] (Building-VOLTTRON)
- Example Agents
- Agent Development
- [Shortcut Scripts] (Scripts)
- [VOLTTRON Conventions] (Conventions)
- [sMAP Test Server] (sMAP-Test-Instance)
- [Design Discussions] (Design Discussions)
- VIP
- VIP - VOLTTRON Interconnect Protocol
- RPC by example
- VIP - Known Identities
- VIP - Authentication
- VIP - Authorization
- Protecting Pub/Sub Topics
- Setup Eclipse for VOLTTRON
- Deployment Walkthrough
- Forward Historian Walkthrough
- [Create New Historian Agent] (Developing-Historian-Agents)
- [Create New Driver Agent] (Develop-Driver-Agent)
- [Developing With Eclipse] (Eclipse)
- Migrations
- [2.x to 3.x Migration](2.x-to 3.x-Migration)
- 1.2 to 2.0 Migration
- [Deployment Recommendations](Recommendations for Deployments)
VOLTTRON Versions and Features
Transactional Network Platform Overview
- Established Topics
- Working with the Actuator Agent
- Logging
- [Multi-Node Communication] (MultiBuildingMessaging)
Information Exchange Standards