积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(77)Linux(23)Zabbix(23)httpd(23)存储(5)Prometheus(2)DevOps(1)

语言

全部中文(简体)(38)英语(30)西班牙语(2)法语(2)德语(1)意大利语(1)日语(1)葡萄牙语(1)英语(1)

格式

全部PDF文档 PDF(60)其他文档 其他(17)
 
本次搜索耗时 0.083 秒,为您找到相关结果约 77 个.
  • 全部
  • 系统运维
  • Linux
  • Zabbix
  • httpd
  • 存储
  • Prometheus
  • DevOps
  • 全部
  • 中文(简体)
  • 英语
  • 西班牙语
  • 法语
  • 德语
  • 意大利语
  • 日语
  • 葡萄牙语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PromQL 从入门到精通

    mem_available_percent{app="clickhouse"} 称为查询表达式,不同的表达式,会返 回不同的内容,返回的内容总共有 4 种格式,分别是:Instant vector(瞬时向量)、Range vector(范围向量)、Scalar(标量)、String(字符串)。返回瞬时向量的查询表达式,我们 称为 Instant Query,返回范围向量的查询表达式,我们称为 Range Range Query,相当于在某个时刻返回多个点,这就无所适从了。 Prometheus 文档中有一个章节专门介绍函数,各个函数的介绍中,都会写明是用于 instant- vector,还是用于 range-vector,如果不理解查询类型,就无法很好的应用这些函数。 查询选择器 PromQL大括号里的部分是 selector,查询选择器,用于从一大堆监控数据中,过滤出真正关心 的数据,在 (greater-than)  < (less-than)  >= (greater-or-equal)  <= (less-or-equal) 比较运算符的最典型用法,就是一个 instant-vector 和一个标量之间的比较,比如 mem_available_percent{app="clickhouse"} 的结果: 如果我们认为内存可用率小于60就是有问题的,想找出所有有问题的数据,只要在
    0 码力 | 16 页 | 2.77 MB | 1 年前
    3
  • pdf文档 Ubuntu Desktop Training 2009

    Inkscape ...................... 244 7.4.1. Installing Inkscape .................. 244 7.4.2. Creating Vector Graphic Im- ages Using InkScape ........................ 246 7.5. Using a Scanner .............. Ubuntu Desktop Course Copyright © 2009 Canonical Limited 4.1.5. OpenOffice.org Draw Draw is a vector graphics editor that provides tools to create anything from simple graphics to dynamic 3D illustrations Impress are: Creating Vector Graphics: Impress comes bundled with various drawing tools that allow you to create vector graphics from within the application. You can also export vector graphics to bitmap
    0 码力 | 428 页 | 57.45 MB | 1 年前
    3
  • pdf文档 This Debian Reference (version 2.109)

    libreoffice-draw V:71, I:427 10405 LO vector graphics editor (draw) inkscape V:15, I:118 99852 GNOME vector graphics editor (draw) karbon V:0, I:6 3610 KDE vector graphics editor (draw) dia V:3, I:23 and Verilog) to PostScript. (C language) pdf2svg V:0, I:3 30 ps→svg converter from PDF to Scalable vector graphics format pdftoipe V:0, I:0 65 ps→ipe converter from PDF to IPE’s XML format Table 11.15: V:71, I:427 10405 image(vector) LibreOffice office suite - drawing inkscape V:15, I:118 99852 image(vector) SVG (Scalable Vector Graphics) editor dia V:3, I:23 3908 image(vector) diagram editor (Gtk)
    0 码力 | 266 页 | 1.25 MB | 1 年前
    3
  • pdf文档 Ubuntu Server Guide 18.04

    ixgbe_set_tx_function(): Using simple tx code path ovs-vswitchd[3595]: PMD: ixgbe_set_tx_function(): Vector tx enabled. ovs-vswitchd[3595]: PMD: ixgbe_dev_rx_queue_setup(): sw_ring=0x7f211a78a6c0 sw_sc_ring=0x7f211a786580 80 hw_ring=0x7f211a78e800 dma_addr=0x81a78e800 ovs-vswitchd[3595]: PMD: ixgbe_set_rx_function(): Vector rx enabled, please make sure RX burst size no less than 4 (port=0). ovs-vswitchd[3595]: PMD: i ixgbe_set_tx_function(): Using simple tx code path ovs-vswitchd[3595]: PMD: ixgbe_set_tx_function(): Vector tx enabled. ovs-vswitchd[3595]: PMD: ixgbe_dev_tx_queue_setup(): sw_ring=0x7f211a76e4c0 hw_ring=0x7f211a776500
    0 码力 | 413 页 | 1.40 MB | 1 年前
    3
  • pdf文档 大学霸 Kali Linux 安全渗透教程

    Mass Mailer Attack 6) Arduino-Based Attack Vector 7) SMS Spoofing Attack Vector 8) Wireless Access Point Attack Vector 9) QRCode Generator Attack Vector 10) Powershell Attack Vectors 11) Third Party PDF embedded EXE. ********** PAYLOADS ********** 1) SET Custom Written DLL Hijacking Attack Vector (RAR, ZIP) 2) SET Custom Written Document UNC LM SMB Capture Attack 3) Microsoft Windows CreateSizedDIBSECTION Mass Mailer Attack 6) Arduino-Based Attack Vector 7) SMS Spoofing Attack Vector 8) Wireless Access Point Attack Vector 9) QRCode Generator Attack Vector 10) Powershell Attack Vectors 11) Third Party
    0 码力 | 444 页 | 25.79 MB | 1 年前
    3
  • pdf文档 Debian Referenz v2.124

    mittels Pretty-Print (C-Sprache) pdf2svg V:0, I:3 32 pdf→svg Konvertierer von PDF in das Scalable Vector Graphics-Format pdftoipe V:0, I:0 65 pdf→ipe Konvertierer von PDF in IPE’s XML-Format Tabelle 11 V:72, I:430 10312 image(vector) LibreOffice Office-Programm - Zeichnen inkscape V:15, I:112 99800 image(vector) SVG (Scalable Vector Graphics)-Editor dia V:2, I:22 3741 image(vector) Diagramm-Editor (Gtk) (Gtk) xfig V:0, I:11 7849 image(vector) Programm zur interaktiven Erzeugung von Objekten in X11 gocr V:0, I:7 540 image → text freie OCR-Software eog V:64, I:277 7770 image(Exif) Bildbetrachter Eye of
    0 码力 | 289 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Guía de referencia de Debian v2.124

    (lenguaje C). pdf2svg V:0, I:3 32 pdf→svg conversor de PDF al formato gráficos de vector escalable (Scalable vector graphics) pdftoipe V:0, I:0 65 pdf→ipe conversor de PDF a formato XML IPE Cuadro 11 I:430 10312 imágen (vector) LibreOffice office suite - dibujo inkscape V:15, I:112 99800 imágen (vector) editor SVG (Scalable Vector Graphics) dia V:2, I:22 3741 imágen (vector) editor de diagramas diagramas (Gtk) xfig V:0, I:11 7849 imágen (vector) facilidad para la creación interactiva de figuras en X11 gocr V:0, I:7 540 imágen→texto software libre OCR eog V:64, I:277 7770 imágen(Exif) programa visor
    0 码力 | 285 页 | 1.43 MB | 1 年前
    3
  • pdf文档 Curve文件系统空间分配方案

    returns (DeallocateSpaceResponse); } 空间分配器接口 空间分配器相关接口及部分数据结构定义如下: #include #include <vector> enum class AllocateType { NONE = 0, SMALL = 1, BIG = 2 }; struct AllocateHint { = 0; }; struct Extent { uint64_t offset = 0; uint32_t len = 0; }; using Extents = std::vector; class Allocator { public: Allocator(...) {} virtual ~Allocator() = default;© XXX
    0 码力 | 11 页 | 159.17 KB | 6 月前
    3
  • pdf文档 Referência Debian v2.124

    I:430 10312 imagem(vector)suite de escritório do LibreOffice - desenho inkscape V:15, I:112 99800 imagem(vector)editor de SVG (Scalable Vector Graphics) dia V:2, I:22 3741 imagem(vector)editor de diagramas diagramas (Gtk) xfig V:0, I:11 7849 imagem(vector)Habilidade para Geração interactiva de figuras sob X11 gocr V:0, I:7 540 imagem→texto software de OCR livre eog V:64, I:277 7770 imagem(Exif) Programa de pstoedit V:2, I:52 1011 ps/pdf→imagem(vector) conversor de ficheiro PostScript e PDF para gráficos vectoriais editáveis (SVG) libwmf-bin V:7, I:119 151 Windows/imagem(vector) ferramentas de conversão de meta-ficheiros
    0 码力 | 281 页 | 1.39 MB | 1 年前
    3
  • pdf文档 openEuler 21.03 技术白皮书

    and hardware co-optimization, and explores the ultimate performance in fields such as Scalable Vector Extension (SVE) and pipelines. Kunpeng GCC has the following advantages: 1. Excellent performance: the ARM architecture: Effectively improves the precision of floating point arithmetic. • SVE vector optimization in the ARM architecture: Significantly improves program running performance for machines
    0 码力 | 21 页 | 948.66 KB | 1 年前
    3
共 77 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 8
前往
页
相关搜索词
PromQLPrometheusUbuntuDesktopTrainingThisDebianReferenceversion2.109ServerGuide18.04大学KaliLinux安全渗透教程Referenzv2124GudereferenciaCurve文件系统文件系统空间分配方案RefernciaopenEuler21.03技术白皮皮书白皮书
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩