タグ

2016年4月21日のブックマーク (7件)

  • Fluentd ソースコード完全解説 (v0.10向け)

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    Fluentd ソースコード完全解説 (v0.10向け)
    kimutansk
    kimutansk 2016/04/21
    try_flush毎にチェックしてChunkSize達する/flush_interval毎にTag別Enqueue、queued_chunk_flush_interval間隔で1Tag毎に送信・・でいいんですかね。
  • Building a minecraft server for a family using Auto Scaling Groups

    1) The author built a Minecraft server using Amazon EC2 Spot Instances to allow his son to play together even when not in the same location. 2) He used an Auto Scaling Group with a minimum and maximum of 1 instance to manually start and stop the server when needed. 3) This approach allowed the author to pay as little as 10-30 JPY per week for the Minecraft server while providing a simple UI for hi

    Building a minecraft server for a family using Auto Scaling Groups
    kimutansk
    kimutansk 2016/04/21
    息子さん向けのUI、シンプルでいいw 実際このくらいになっていると子供でも扱えますか。面白い。
  • Latency Calculation in Apache Apex - DataTorrent

    In stream processing applications, data arrives continuously and needs to be processed expediently in order to keep up with the incoming flow. Latency  is the primary metric with which the health of a streaming application is measured. High latency is typically an indication of problems. It can cause the application to be unable to keep up with the flow of incoming data. Apache Apex, being a distr

    Latency Calculation in Apache Apex - DataTorrent
    kimutansk
    kimutansk 2016/04/21
    DAGのレイテンシ改善のための考え方と。ただ、ミリ秒単位のレイテンシ出すにはNTPだと不足なので集計側がHeartBeatから時刻の偏りの移動平均とって補正とかあるので面白い。
  • Ansible inventoryパターン | DevelopersIO

    Ansibleではinventoryに対象ホストを定義します。 適用したいインフラ構成が複数ある場合、playbook毎にグループ化してください。 グループ化した場合、変数はそれぞれのgroup varsに定義できます。 詳しくは、前回のエントリーを参照してください。 inventoryの構成方法には幾つかのパターンがあります。 対象とするシステムの規模や特徴にあわせて選択しましょう。 なお、パターンを整理するにあたって、Ansibleのインベントリファイルでステージを切り替えるを参考にしました。 ベーシックパターン 開発環境・検証環境・番環境といった目的毎に環境を作る必要がなく、ひとつの環境(番環境)のみの場合は、inventoryファイルもひとつで十分です。 hostsという名前のファイルを作成し、inventoryを定義しましょう。 構成は次のようになります。 . ├── gro

    Ansible inventoryパターン | DevelopersIO
    kimutansk
    kimutansk 2016/04/21
    この3パターンは構成もわかるので、このくらい扱えるようになっていれば、大体のパターンには対応できますか。
  • Amazon Kinesis エージェントの更新情報 – 新しいデータ事前処理機能 | Amazon Web Services

    Amazon Web Services ブログ Amazon Kinesis エージェントの更新情報 – 新しいデータ事前処理機能 Amazon Kinesis エージェント用の新しいデータ事前処理機能について同僚の Ray Zhu が説明したゲスト投稿を以下に掲載します。 – Jeff Amazon Kinesis エージェントは、Amazon Kinesis Streams や Amazon Kinesis Firehose にデータを信頼性の高い方法で簡単に送信できるようにする、スタンドアロンの Java ソフトウェアアプリケーションです。エージェントはファイルセットを監視して新しいデータを検出し、Kinesis Streams または Kinesis Firehose に連続的に送信します。ファイルのローテーション、チェックポイント処理、および失敗時の再試行も処理します。また、Am

    Amazon Kinesis エージェントの更新情報 – 新しいデータ事前処理機能 | Amazon Web Services
    kimutansk
    kimutansk 2016/04/21
    Kinesisエージェントに事前処理用の拡張ポイント追加と。これ自体はJavaのエージェントですか。
  • Apache Storm 1.0.0 released

    The Apache Storm community is pleased to announce that version 1.0.0 Stable has been released and is available from the downloads page. This release represents a major milestone in the evolution of Apache Storm, and includes an immense number of new features, usability and performance improvements, some of which are highlighted below. Improved Performance One of the main highlights in this release

    kimutansk
    kimutansk 2016/04/21
    #ApacheStorm さすが1.0.0の本来の正式版、大きな機能以外にも対応されているものがてんこ盛りですね。素晴らしい。
  • Cloudera Blog

    In an era where artificial intelligence (AI) is reshaping enterprises across the globe—be it in healthcare, finance, or manufacturingit’s hard to overstate the transformation that AI has had on businesses, regardless of industry or size. At Cloudera, we recognize the urgent need for bold steps to harness this potential and dramatically accelerate the time to […] Read blog post

    Cloudera Blog
    kimutansk
    kimutansk 2016/04/21
    #ApacheStorm NimbusHA改善、自動BackPressure、SlindingWindow、分散キャッシュ、外だしPaceMaker、リソース配置最適化、動的デバッグ、性能改善と。ついに1系だけあって一気に来ましたね。