⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 status.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
#line 31 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/status.mx"module status;command cpuStatistics() :bat[:str,:int] address SYScpuStatisticscomment "Global cpu usage information";command memStatistics():bat[:str,:int] address SYSmemStatisticscomment "Global memory usage information";command ioStatistics():bat[:str,:int] address SYSioStatisticscomment "Global IO activity information";#command memMap() :void #address SYSmemMap#comment "Print a map of all memory that is in use";#line 82 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/status.mx"command vmStatistics(minsize:lng) :bat[:str,:lng] address SYSvm_usagecomment "Get a split-up of how much virtual memory blocks are in use.";command memUsage(minsize:lng) :bat[:str,:lng] address SYSmem_usagecomment "Get a split-up of how much memory blocks are in use.";#line 127 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/status.mx"command batStatistics( ):bat[:str,:str] address SYSgdkEnvcomment "Show distribution of bats by kind";command getThreads( ):bat[:int,:str] address SYSgdkThreadcomment "Produce overview of active threads";command mem_cursize() :lng address SYSgetmem_cursizecomment "the amount of physical swapspace in KB that is currently in use";command mem_maxsize() :lng address SYSgetmem_maxsizecomment "the maximum usable amount of physical swapspace in KB (target only)";command mem_maxsize(v:lng) :void address set_mem_maxsizecomment "set the maximum usable amount of physical swapspace in KB";command vm_cursize() :lng address SYSgetvm_cursizecomment "the amount of logical VM space in KB that is currently in use";command vm_maxsize() :lng address SYSgetvm_maxsizecomment "the maximum usable amount of logical VM space in KB (target only)";command vm_maxsize(v:lng) :void address SYSsetvm_maxsizecomment "set the maximum usable amount of physical swapspace in KB";command getDatabases():bat[:str,:str]address SYSgetDatabasescomment "Produce a list of known databases in the current dbfarm";command getPorts(lang:str):bat[:str,:int]address SYSgetPortscomment "Produce a list of default ports for a specific language";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -