タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

cloudforecastに関するmakotoworldのブックマーク (3)

  • Shibuya.pm#14 memcached運用監視ノウハウ

    23. GetOptions( 'H=s' => my $HOST, 'p=s' => my $PORT, ); my $sock = IO::Socket::INET->new( PeerAddr => $HOST, PeerPort => $PORT ); if ( !$sock ) { print "couldnot connect to $HOST:$PORT: $!n"; exit(3); ##UNKNOWN } $sock->syswrite("versionrn"); $sock->sysread( my $result, 16 ); if ( $result =~ m!^VERSION! ) { exit(0); ##OK } print "couldnot get VERSION from $HOST:$PORTn"; exit(1); ##CLITICAL 24. Ge

    Shibuya.pm#14 memcached運用監視ノウハウ
  • Introduction to CloudForecast / YAPC::Asia 2010 Tokyo

    The document introduces CloudForecast, an open source tool for monitoring server resources and metrics. It provides instructions for installing dependencies, configuring CloudForecast, and running the fetcher, updater and radar components to collect and visualize server performance data. Tips are also included for debugging and optimizing the number of worker processes used by CloudForecast.Read l

    Introduction to CloudForecast / YAPC::Asia 2010 Tokyo
  • CloudForecast Updates - blog.nomadscafe.jp

    1ヶ月前ほどにBlogに書いたサーバリソースの監視ツール CloudForecastは弊社でも導入前提で試験をしつつ、さまざまなアップデートを行っているのでその紹介です 大きく変わったのはWeb画面の見た目です。 サーバ一覧 各サーバのグラフページ 多くのサーバを監視するにあたり、通常は見ないサーバに関してはグループ名をクリックすることで畳んでしまうことができます。見たくないサーバはこれで桶。また、各サーバのグラフページでは、デフォルトでMonthlyとYearlyのグラフの表示をやめています。通常ブラウザの画面には入りきらないと思いますし、参照することも24時間、1週間のグラフに比べて少ないだろうという判断です。表示速度も高速化される期待もあります。月間年間のグラフを参照したい時はワンクリックで表示できるので不便はないと思います 加えて、日時指定でグラフを表示することができます。Pick

  • 1