はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    猛暑に注意を

『Sematext | IT System Monitoring Tools for DevOps』

  • 人気
  • 新着
  • すべて
  • Logging w/ journald: Why use it & how it performs vs syslog

    3 users

    sematext.com

    I’m sure you bumped into journald: it’s what most distros use by default for system logging in Linux. Most applications running as a service will also log to the journal. So how do you make use of these logs to: find the error or debug message that you’re looking for? make sure logs don’t fill your disk? centralize journals so you don’t have to ssh to each box? In this post, we’ll answer all the a

    • テクノロジー
    • 2020/05/21 15:36
    • Express.js Best Practices for Performance in Production

      3 users

      sematext.com

      What is the most important feature an Express.js application can have? Maybe using sockets for real-time chats or GraphQL instead of REST APIs? Come on, tell me. What’s the most amazing, sexy, and hyped feature you have in your Express.js application? Want to guess what mine is? Optimal performance with minimal downtime. If your users can’t use your application, what’s the point of fancy features?

      • テクノロジー
      • 2020/04/18 07:16
      • あとで読む
      • Top Node.js Metrics to Monitor - Sematext

        5 users

        sematext.com

        Making Node.js applications quick and sturdy is a tricky task to get right. Nailing the performance just right with the V8 engine Node.js is built on is not at all as simple as one would think. JavaScript is a dynamically typed language, where you let the interpreter assign types to variables. If you’re not careful this can lead to memory leaks. Node.js is at its essence a JavaScript runtime with

        • テクノロジー
        • 2019/06/21 14:38
        • eBPF and XDP for Processing Packets at Bare-metal Speed

          17 users

          sematext.com

          XDP or Express Data Path arises due to the pressing need for high-performance packet processing in the Linux kernel. Several kernel bypass techniques (DPDK being the most prominent one) aim to accelerate network operations by moving packet processing to user space. This means ditching the overhead induced by context switches, syscall transitions or IRQ requests between the kernel-user space bounda

          • テクノロジー
          • 2019/06/06 09:41
          • eBPF
          • network
          • linux
          • あとで読む
          • XDP
          • Linux Kernel Observability through eBPF

            11 users

            sematext.com

            Recent Linux kernel releases are equipped with a powerful Linux monitoring framework for kernel instrumentation. It has its roots in what historically was approached as BPF. What is BPF? BPF (Berkeley Packet Filter) is a very efficient network packet filtering mechanism aimed at avoiding the unnecessary user space allocations. It operates on network packet data directly in kernel land. The most fa

            • テクノロジー
            • 2019/03/07 19:26
            • BPF
            • linux
            • Docker Orchestrations Compared: Kubernetes vs Amazon ECS vs Docker Cloud / Swarm / EE / Cloud (PART I) - Sematext

              3 users

              sematext.com

              Containerized software is riding a wave of growth, according to latest RightScale survey.  At Sematext we see this growth trend via our Docker monitoring adoption and via Sematext Docker Agent popularity on Docker Hub, where it crossed 1M+ pulls line. This rapid rise of containers now makes Docker the top DevOps tool among those included in RightScale survey. Overall Docker adoption surged to 35 p

              • テクノロジー
              • 2017/08/14 21:16
              • あとで読む
              • Kubernetes Cheat Sheet - Sematext

                3 users

                sematext.com

                How is this helpful? This Kubernetes Cheat Sheet puts all key Kubernetes commands (think kubectl) at your fingertips.  Organized in logical groups from resource management (e.g. creating or listing pods, services, daemons), viewing and finding resources, to monitoring and logging. Enjoy and share!

                • テクノロジー
                • 2017/04/19 22:31
                • Recipe: Apache Logs + rsyslog (parsing) + Elasticsearch

                  8 users

                  sematext.com

                  More than two years ago we posted a recipe on how to centralize syslog in Elasticsearch in order to search and analyze them with Kibana, all by using only rsyslog. This works well, because rsyslog is fast and light, as we shown in later posts and recent presentations. This recipe is about tailing Apache HTTPD logs with rsyslog, parsing them into structured JSON documents, and forwarding them to El

                  • テクノロジー
                  • 2015/10/12 13:39
                  • あとで読む
                  • Container Monitoring Tools | Sematext

                    3 users

                    sematext.com

                    Catch regressions before they get deployed to production through automated tests in your CI/CD pipeline!  Learn more

                    • テクノロジー
                    • 2015/06/30 10:14
                    • docker
                    • Log monitoring

                      8 users

                      sematext.com

                      Catch regressions before they get deployed to production through automated tests in your CI/CD pipeline!  Learn more

                      • 学び
                      • 2014/10/07 09:34
                      • AWS Elasticsearch Service vs. Elasticsearch on EC2

                        4 users

                        sematext.com

                        Many of our customers use AWS EC2. In the context of Elasticsearch consulting or support, one question we often get is: should we use AWS Elasticsearch Service instead of deploying Elasticsearch ourselves? The question is valid whether “self hosted” means in EC2, some other cloud or your own datacenter. As always, the answer is “it depends”, but in this post we’ll show how the advantages of AWS El

                        • テクノロジー
                        • 2013/04/24 09:08
                        • elasticsearch
                        • AWS
                        • Sematext ElasticSearch Services

                          11 users

                          sematext.com

                          Catch regressions before they get deployed to production through automated tests in your CI/CD pipeline!  Learn more

                          • テクノロジー
                          • 2012/09/07 12:02
                          • elasticsearch
                          • linux
                          • Solr vs Elasticsearch: Performance Differences & More - Sematext

                            32 users

                            sematext.com

                            “Solr or Elasticsearch?”…well, at least that is the common question we hear from Sematext’s consulting services clients and prospects. Which one is better, Solr or Elasticsearch? Which one is faster? Which one scales better? Which one is easier to manage? Which one should we use? Is there any advantage to migrating from Solr to Elasticsearch? – and the list goes on. These are all great questions,

                            • テクノロジー
                            • 2012/08/24 15:54
                            • solr
                            • elasticsearch
                            • search
                            • 全文検索
                            • aws
                            • *あとで
                            • HBase FuzzyRowFilter: Alternative to Secondary Indexes - Sematext

                              4 users

                              sematext.com

                              In this post we’ll explain the usage of FuzzyRowFilter which can help in many situations where secondary indexes solutions seems to be the only choice to avoid full table scans. BackgroundWhen it comes to HBase the way you design your row key affects everything. It is a common pattern to have composite row key which consists of several parts, e.g. userId_actionId_timestamp. This allows for fast fe

                              • テクノロジー
                              • 2012/08/13 14:13
                              • hbase
                              • index
                              • filter
                              • Event Stream Processor Matrix - Sematext

                                7 users

                                sematext.com

                                We published our first ever UI-focused post on Top JavaScript Dynamic Table Libraries the other day and got some valuable feedback – thanks! We are back to talking about the backend again.  Our Search Analytics and Scalable Performance Monitoring services/products accept, process, and store huge amounts of data.  One thing both of these services do is process a stream of events in real-time (and b

                                • テクノロジー
                                • 2011/10/13 00:15
                                • cep
                                • stream
                                • programming
                                • Apache Solr Tutorial: What Is, How It Works & What Is It Used For

                                  3 users

                                  sematext.com

                                  The ability to search is a key feature of most modern applications. While encompassing huge amounts of data, they need to allow the end-user to find what they’re searching for without delay. DevOps need to look beyond the traditional databases with complicated and non-user-friendly (even if smart and innovative) SQL query-based solutions to implement search functionality. That’s where Apache Solr

                                  • テクノロジー
                                  • 2011/09/12 00:29
                                  • Solr
                                  • performance
                                  • HBase Backup Options - Sematext

                                    4 users

                                    sematext.com

                                    If you are thinking about using HBase you will likely want to understand HBase backup options.  I know we did, so let us share what we found.  Please let us know what we missed and what you use for HBase backup! Export You could export your tables using the Export (org.apache.hadoop.hbase.mapreduce.Export) MapReduce job that will export the table data into a Sequence File on HDFS.  This was implem

                                    • テクノロジー
                                    • 2011/06/19 18:06
                                    • hbase
                                    • backup
                                    • HBase Performance Monitoring

                                      5 users

                                      sematext.com

                                      Catch regressions before they get deployed to production through automated tests in your CI/CD pipeline!  Learn more

                                      • テクノロジー
                                      • 2011/06/16 00:21
                                      • monitoring
                                      • java
                                      • Sematext | IT System Monitoring Tools for DevOps

                                        4 users

                                        sematext.com

                                        Catch regressions before they get deployed to production through automated tests in your CI/CD pipeline!  Learn more

                                        • テクノロジー
                                        • 2011/04/21 18:16
                                        • rails
                                        • ruby
                                        • Configuring HBase Memstore: What You Should Know - Sematext

                                          3 users

                                          sematext.com

                                          In this post we discuss what HBase users should know about one of the internal parts of HBase: the Memstore. Understanding underlying processes related to Memstore will help to configure HBase cluster towards better performance. HBase MemstoreLet’s take a look at the write and read paths in HBase to understand what Memstore is, where how and why it is used. Memstore Usage in HBase Read/Write Paths

                                          • テクノロジー
                                          • 2011/01/22 14:27
                                          • hbase
                                          • api
                                          • HBase Case-Study: Using HBaseTestingUtility for Local Testing & Development - Sematext

                                            3 users

                                            sematext.com

                                            MotivationAs HBase becomes more mature there’s is a growing demand for tools and methods for making development process easier – here at Sematext (@sematext) we’ve gone through our own per aspera ad astra learning process in addition to Cloudera’s Hadoop trainings and certifications. In this post we share what we’ve learned and show how one can HBaseTestingUtility for this. Suppose there is a syst

                                            • テクノロジー
                                            • 2010/09/15 12:47
                                            • HBase
                                            • test
                                            • HBase Monitoring Integration - Sematext Documentation

                                              6 users

                                              sematext.com

                                              Integration¶ Instructions: https://apps.sematext.com/ui/howto/HBase/overview HBase Alerts¶ As soon as you create an HBase App, you will receive a set of default alert rules. These pre-configured rules will notify you of important events that may require your attention, as shown below. Node count anomaly¶ This alert rule continuously monitors the count of nodes running HBase regions in a system, de

                                              • テクノロジー
                                              • 2010/06/28 00:12
                                              • hbase
                                              • Cassandra Monitoring Integration - Sematext Documentation

                                                23 users

                                                sematext.com

                                                • テクノロジー
                                                • 2010/02/12 20:25
                                                • cassandra
                                                • lucene
                                                • Lucandra
                                                • nosql

                                                このページはまだ
                                                ブックマークされていません

                                                このページを最初にブックマークしてみませんか?

                                                『Sematext | IT System Monitoring Tools for DevOps』の新着エントリーを見る

                                                キーボードショートカット一覧

                                                j次のブックマーク

                                                k前のブックマーク

                                                lあとで読む

                                                eコメント一覧を開く

                                                oページを開く

                                                はてなブックマーク

                                                • 総合
                                                • 一般
                                                • 世の中
                                                • 政治と経済
                                                • 暮らし
                                                • 学び
                                                • テクノロジー
                                                • エンタメ
                                                • アニメとゲーム
                                                • おもしろ
                                                • アプリ・拡張機能
                                                • 開発ブログ
                                                • ヘルプ
                                                • お問い合わせ
                                                • ガイドライン
                                                • 利用規約
                                                • プライバシーポリシー
                                                • 利用者情報の外部送信について
                                                • ガイドライン
                                                • 利用規約
                                                • プライバシーポリシー
                                                • 利用者情報の外部送信について

                                                公式Twitter

                                                • 公式アカウント
                                                • ホットエントリー

                                                はてなのサービス

                                                • はてなブログ
                                                • はてなブログPro
                                                • 人力検索はてな
                                                • はてなブログ タグ
                                                • はてなニュース
                                                • ソレドコ
                                                • App Storeからダウンロード
                                                • Google Playで手に入れよう
                                                Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                設定を変更しましたx