diff --git a/gopher_tech.md b/gopher_tech.md index fbdad51b383ce0905e1169825e2a2247c1a15028..a66a2313a402141e79c9eb84d365e9c22b6b4537 100644 --- a/gopher_tech.md +++ b/gopher_tech.md @@ -202,7 +202,14 @@ | fs_inodes_total | Gauge | num | 容器内inode资源统计(总计) | | cpu_cfs_throttled_seconds_total | Gauge | seconds | 容器限流 | +## 容器读写性能 +实体名:container + +| metrics_name | metrics_type | unit | metrics description | +| ------------ | ------------ | ------- | ---------------------------- | +| dir | Label | | 观测容器指定目录 | +| write_rate | Gauge | bytes/s | 容器往上述指定目录写入的速率 | ## GPU/NPU @@ -361,6 +368,18 @@ | gc_coll_secs_count | gauge | num | 应用内发生GC次数 | | gc_coll_secs_sum | gauge | seconds | 应用内GC花费的总时间 | +#### 应用IOCTL + +| metrics_name | metrics_type | unit | metrics description | +| ------------ | ------------ | ----- | ----------------------- | +| ioctl_fd | label | | 应用调用ioctl的设备fd | +| ioctl_dir | label | | 应用调用ioctl的方向 | +| ioctl_type | label | | 应用调用ioctl的幻数 | +| ioctl_nr | label | | 应用调用ioctl的序数 | +| ioctl_size | gauge | bytes | 应用调用ioctl的数据大小 | +| ns_ioctl | gauge | ns | 应用调用ioctl的时延 | + + ### 应用网络 #### TCP指标