Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,322 for statsd (0.1 sec)

  1. guava-tests/test/com/google/common/cache/CacheManualTest.java

        CacheStats stats = cache.stats();
        assertEquals(0, stats.missCount());
        assertEquals(0, stats.loadSuccessCount());
        assertEquals(0, stats.loadExceptionCount());
        assertEquals(0, stats.hitCount());
    
        Object one = new Object();
        Object two = new Object();
    
        assertNull(cache.getIfPresent(one));
        stats = cache.stats();
        assertEquals(1, stats.missCount());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 5.4K bytes
    - Viewed (0)
  2. hack/e2e-internal/e2e-status.sh

    xichengliudui <******@****.***> 1550548203 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 19 03:50:03 UTC 2019
    - 904 bytes
    - Viewed (0)
  3. docs/ja/docs/tutorial/static-files.md

    これについて詳しくは、**高度なユーザーガイド** をご覧ください。
    
    ## 詳細
    
    最初の `"/static"` は、この「サブアプリケーション」が「マウント」されるサブパスを指します。したがって、`"/static"` から始まるパスはすべてサブアプリケーションによって処理されます。
    
    `directory="static"` は、静的ファイルを含むディレクトリの名前を指します。
    
    `name="static"` は、**FastAPI** が内部で使用できる名前を付けます。
    
    これらのパラメータはすべて「`静的`」とは異なる場合があり、独自のアプリケーションのニーズと詳細に合わせて調整します。
    
    ## より詳しい情報
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue May 10 01:07:37 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  4. docs/tr/docs/tutorial/static-files.md

    ## Detaylar
    
    `"/static"` ifadesi, bu "alt uygulamanın" "bağlanacağı" alt yolu belirtir. Bu nedenle, `"/static"` ile başlayan her yol, bu uygulama tarafından işlenir.
    
    `directory="static"` ifadesi, statik dosyalarınızı içeren dizinin adını belirtir.
    
    `name="static"` ifadesi, alt uygulamanın **FastAPI** tarafından kullanılacak ismini belirtir.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 23:57:08 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/static-files.md

    👆 💪 ✍ 🌅 🔃 👉 **🏧 👩‍💻 🦮**.
    
    ## ℹ
    
    🥇 `"/static"` 🔗 🎧-➡ 👉 "🎧-🈸" 🔜 "🗻" 🔛. , 🙆 ➡ 👈 ▶️ ⏮️ `"/static"` 🔜 🍵 ⚫️.
    
    `directory="static"` 🔗 📛 📁 👈 🔌 👆 🎻 📁.
    
    `name="static"` 🤝 ⚫️ 📛 👈 💪 ⚙️ 🔘 **FastAPI**.
    
    🌐 👫 🔢 💪 🎏 🌘 "`static`", 🔆 👫 ⏮️ 💪 &amp; 🎯 ℹ 👆 👍 🈸.
    
    ## 🌅 ℹ
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/static-files.md

    Você pode ler mais sobre isso no **Guia Avançado do Usuário**.
    
    ## Detalhes
    
    O primeiro `"/static"` refere-se à subrota em que este "subaplicativo" será "montado". Portanto, qualquer caminho que comece com `"/static"` será tratado por ele.
    
    O `directory="static"` refere-se ao nome do diretório que contém seus arquivos estáticos.
    
    O `name="static"` dá a ela um nome que pode ser usado internamente pelo FastAPI.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Feb 07 13:09:32 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. docs/zh/docs/tutorial/static-files.md

    你可以在**高级用户指南**中了解更多。
    
    ## 细节
    
    这个 "子应用" 会被 "挂载" 到第一个 `"/static"` 指向的子路径。因此,任何以`"/static"`开头的路径都会被它处理。
    
     `directory="static"` 指向包含你的静态文件的目录名字。
    
    `name="static"` 提供了一个能被**FastAPI**内部使用的名字。
    
    所有这些参数可以不同于"`static`",根据你应用的需要和具体细节调整它们。
    
    ## 更多信息
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 03 12:49:32 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/cache/CacheStatsTest.java

      public void testEmpty() {
        CacheStats stats = new CacheStats(0, 0, 0, 0, 0, 0);
        assertEquals(0, stats.requestCount());
        assertEquals(0, stats.hitCount());
        assertEquals(1.0, stats.hitRate());
        assertEquals(0, stats.missCount());
        assertEquals(0.0, stats.missRate());
        assertEquals(0, stats.loadSuccessCount());
        assertEquals(0, stats.loadExceptionCount());
        assertEquals(0.0, stats.loadExceptionRate());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 30 14:58:49 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  9. pkg/kubelet/stats/provider.go

    	// Get the root container stats's timestamp, which will be used as the
    	// imageFs stats timestamp.  Don't force a stats update, as we only want the timestamp.
    	rootStats, err := getCgroupStats(p.cadvisor, "/", false)
    	if err != nil {
    		return nil, fmt.Errorf("failed to get root container stats: %v", err)
    	}
    
    	return &statsapi.FsStats{
    		Time:           metav1.NewTime(rootStats.Timestamp),
    		AvailableBytes: &rootFsInfo.Available,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 13:56:22 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  10. pkg/kubelet/winstats/winstats_test.go

    				Limit: 1.6e+10,
    			},
    		},
    		Stats: stats,
    	}
    
    	assert.Equal(t, len(actualRootInfos), len(infos))
    	assert.Equal(t, actualRootInfos["/"].Spec, infos["/"].Spec)
    	assert.Equal(t, len(actualRootInfos["/"].Stats), len(infos["/"].Stats))
    	assert.Equal(t, actualRootInfos["/"].Stats[0].Cpu, infos["/"].Stats[0].Cpu)
    	assert.Equal(t, actualRootInfos["/"].Stats[0].CpuInst, infos["/"].Stats[0].CpuInst)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 12:08:15 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top