64 lines
1.7 KiB
JavaScript
64 lines
1.7 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetAllProcessPid() {
|
|
return window['go']['system']['InfoUtils']['GetAllProcessPid']();
|
|
}
|
|
|
|
export function GetCpuInfo() {
|
|
return window['go']['system']['InfoUtils']['GetCpuInfo']();
|
|
}
|
|
|
|
export function GetCpuTimes() {
|
|
return window['go']['system']['InfoUtils']['GetCpuTimes']();
|
|
}
|
|
|
|
export function GetCpuUsage() {
|
|
return window['go']['system']['InfoUtils']['GetCpuUsage']();
|
|
}
|
|
|
|
export function GetCurrentPid() {
|
|
return window['go']['system']['InfoUtils']['GetCurrentPid']();
|
|
}
|
|
|
|
export function GetDiskPartitions() {
|
|
return window['go']['system']['InfoUtils']['GetDiskPartitions']();
|
|
}
|
|
|
|
export function GetDiskUsage(arg1) {
|
|
return window['go']['system']['InfoUtils']['GetDiskUsage'](arg1);
|
|
}
|
|
|
|
export function GetIOCounters() {
|
|
return window['go']['system']['InfoUtils']['GetIOCounters']();
|
|
}
|
|
|
|
export function GetNetWorkConnection() {
|
|
return window['go']['system']['InfoUtils']['GetNetWorkConnection']();
|
|
}
|
|
|
|
export function GetNetworkCounter(arg1) {
|
|
return window['go']['system']['InfoUtils']['GetNetworkCounter'](arg1);
|
|
}
|
|
|
|
export function GetProcessInfo(arg1) {
|
|
return window['go']['system']['InfoUtils']['GetProcessInfo'](arg1);
|
|
}
|
|
|
|
export function GetProcesses() {
|
|
return window['go']['system']['InfoUtils']['GetProcesses']();
|
|
}
|
|
|
|
export function GetSwapMemory() {
|
|
return window['go']['system']['InfoUtils']['GetSwapMemory']();
|
|
}
|
|
|
|
export function GetVirtualMemory() {
|
|
return window['go']['system']['InfoUtils']['GetVirtualMemory']();
|
|
}
|
|
|
|
export function ScanDir(arg1) {
|
|
return window['go']['system']['InfoUtils']['ScanDir'](arg1);
|
|
}
|