Last active
December 23, 2015 01:39
-
-
Save hogelog/6561500 to your computer and use it in GitHub Desktop.
GrowthForecast
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install cpanminus build-essential rrdtool libpango1.0-dev libxml2-dev | |
sudo cpanm -n GrowthForecast | |
growthforecast.pl --data-dir /home/user/growthforecast |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -F number=15 http://localhost:5125/api/サービス名/機能名/グラフ名 | |
curl -F number=5 -F mode=count http://localhost:5125/api/サービス名/機能名/グラフ名 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment