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.
Read MoreBlog
Alert Via Email On Disk Usage Percentile Threshold
Updated by Hari Prasad on
Topics: JSCAPE MFT, Functions
Move Files Using Regex Expression By Maximum Number Of Lines In A File
Updated by Hari Prasad on
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.
Read MoreTopics: JSCAPE MFT, Functions
Move Files On Specific Word During File Upload Using Regular Expression
Updated by Hari Prasad on
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.
Read MoreTopics: JSCAPE MFT, Functions
Alert Via Email On Free Heap Percentile Threshold
Updated by Hari Prasad on
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 MoreTopics: JSCAPE MFT, Functions, Heap Analysis
Alert Via Email On Used Heap Percentile Threshold
Updated by Hari Prasad on
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 MoreTopics: JSCAPE MFT, Functions, Heap Analysis
Alert Via Email On Used Heap Threshold
Updated by Hari Prasad on
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 MoreTopics: JSCAPE MFT, Functions
Get AvailableHeap Of Jscape MFT Server Using Custom Function
Updated by Hari Prasad on
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 MoreTopics: JSCAPE MFT, Triggers, Functions, Heap Analysis
Get Max Heap Of Jscape MFT Server Using GetMaximumHeapInMb Function
Updated by Hari Prasad on
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 MoreTopics: JSCAPE MFT, Triggers, Functions, Heap Analysis
Get UsedHeap Of Jscape MFT Server Using GetUsedHeapInMb Function
Updated by Hari Prasad on
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 MoreTopics: JSCAPE MFT, Triggers, Functions, Heap Analysis
Compare File Date And Time Using IsFileNewerByTimeStamp
Updated by Hari Prasad on
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 MoreTopics: JSCAPE MFT, Functions