This custom function is used to get the disk usage in percentile value. This function named GetDiskUsageInPercentile will be indeed helpful before the disk runs out of space.
Blog
This custom trigger function contains regular expression, file and maximum number of lines as parameters where the regular expression will be tested up to the specified number of lines in the file. This function will help to validate specific constraint up to the maximum lines limit against the file before uploading/downloading.
Topics: JSCAPE MFT, Functions
This custom trigger function contains regular expression and file as parameters where the regular expression will be tested against the file. This function will help to identify validate specific constraint against the file before uploading/downloading.
Topics: JSCAPE MFT, Functions
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.
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.
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
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
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
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
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
Topics: JSCAPE MFT, Functions