Mac OS X
To manually start the Agent:
/usr/local/bin/datadog-agent start
To stop the Agent:
/usr/local/bin/datadog-agent stop
To restart the Agent
/usr/local/bin/datadog-agent restart
Linux
To manually start the Agent:
sudo /etc/init.d/datadog-agent start
To stop the Agent:
sudo /etc/init.d/datadog-agent stop
To restart the Agent
sudo /etc/init.d/datadog-agent restart
Windows