📄 config.h
字号:
#ifndef _CONFIG_H_#define _CONFIG_H_/* how long the information in a node is obsolete */#define OBSOLETE_INTERVAL 10 /* seconds *//* time interval to refresh node list */#define REFRESH_INTERVAL 5 /* seconds *//* information types */#define PROCLIST 1001#define MONPORT 15031/* collector's port */#define SVRPORT 15021#define PS_PROC_FILE "ps"#define PS_BIN_PROC_FILE "ps.bin"#define TOP_PROC_FILE "top"#define TOP_BIN_PROC_FILE "top.bin"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -