This custom function obtains free heap memory statistics, particularly useful if you wish to be notified when the server may be experiencing performance issues. In order to get the free heap percentage you will need to use the custom function GetFreeHeapInPercentile. Refer the downloads section to use this function.
Downloads
Source code and build instructions
See How to Create Custom Trigger Functions for details on installation.
Read More
Topics:
JSCAPE MFT,
Functions,
Heap Analysis
This custom function obtains the used heap statistics, particularly useful in cases where you wish to log or be notified of potential performance issues. In order to get the used heap statistics percentage you will need to use the custom function GetHeapUsageInPercentile. Refer the downloads section to use this function.
Downloads
Source code and build instructions
See How to Create Custom Trigger Functions for details on installation.
Read More
Topics:
JSCAPE MFT,
Functions,
Heap Analysis
This custom function helps to get the available heap statistics during too many user uploads/downloads or during trigger execution. The real use of the function comes when the server responds slow. In order to get the available heap details need to use below two custom functions; Using these functions the available heap will be compared against a threshold defined heap.
a.GetUsedHeapInMb b.GetMaximumHeapInMb
See How to Create Custom Trigger Functions for details on installation.
Downloads
Source code and build instructions
Read More
Topics:
JSCAPE MFT,
Functions
This custom function helps to get the available heap statistics during too many user uploads/downloads or during trigger execution. The real use of the function comes when the servers responds slow. In order to get the available heap details need to use below two custom functions;
a.GetUsedHeapInMb b.GetMaximumHeapInMb
Downloads
Source code and build instructions
Read More
Topics:
JSCAPE MFT,
Triggers,
Functions,
Heap Analysis
This custom trigger function helps to get the maximum heap in MB on run time. This custom function helps to get the statistics during too many user uploads/downloads or during trigger execution. This custom function is used along with other custom function GetUsedHeapInMb where both can be compared during server slowness.
Downloads
Source code and build instructions
Read More
Topics:
JSCAPE MFT,
Triggers,
Functions,
Heap Analysis
This custom trigger function helps to get the used heap in MB on run time. This custom function helps to get the statistics during too many user uploads/downloads or during trigger execution. The real use of the function comes when the servers responds slow.
Downloads
Source code and build instructions
Read More
Topics:
JSCAPE MFT,
Triggers,
Functions,
Heap Analysis
This custom trigger function is used to get the status of the file on whether the file is really new against another or similar file by comparing against a custom date along with timestamp.
See How to Create Custom Trigger Functions for details on installation.
Downloads
Source code and build instructions
Read More
Topics:
JSCAPE MFT,
Functions
This custom trigger function is used to get the status of the file on whether the file is really new against another or similar file by comparing against a custom date.
See How to Create Custom Trigger Functions for details on installation.
Downloads
Source code and build instructions
Read More
Topics:
JSCAPE MFT,
Functions
This custom trigger function is used to get the status of the file on whether the file is really new against another or similar file using its modification time.
See How to Create Custom Trigger Functions for details on installation.
Downloads
Source code and build instructions
Read More
Topics:
JSCAPE MFT,
Functions
This custom trigger function is used to get the directory size including its file contents.
See How to Create Custom Trigger Functions for details on installation.
Downloads
Source code and build instructions
Read More
Topics:
JSCAPE MFT,
Functions