<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>com.apple.systemstats.analysis</string>
	<key>RunAtLoad</key>
	<true/>
	<key>KeepAlive</key>
	<true/>
	<key>EnableTransactions</key>
	<true/>
	<key>EnablePressuredExit</key>
	<false/>
	<key>ThrottleInterval</key>
	<integer>60</integer>
	<key>MachServices</key>
	<dict>
		<key>com.apple.systemstats.analysis</key>
		<true/>
	</dict>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/sbin/systemstats</string>
		<string>--daemon</string>
	</array>
	<key>POSIXSpawnType</key>
	<string>Adaptive</string>
</dict>
</plist>
