Create a New Account
Home
|
Contact
|
Login
Zrinity is the leader in enterprise-class email marketing management solutions and content management solutions for marketing professionals and developers worldwide.
Products
Services
Solutions
Support
Resources
Partners
Company
Print this page
Support Overview
Support Options
FAQ's
Knowledgebase
Knowledge Base
ActivMail Stats API
ActivMail Stats API code snippet
<CFX_ActivMail getstatus="1">
<cfset percentFree = Round((activmail.jvmFreeMemory / activmail.jvmTotalMemory) * 100)>
<cfset freeMemoryKB = Round(activmail.jvmFreeMemory / 1024)>
<cfset totalMemoryKB = Round(activmail.jvmTotalMemory / 1024)>
<cfoutput>
Messages In Queue: #activmail.queueSize#<br>
Messages Sent Since CF Start: #activmail.messagesSent#<br>
Active Sender Threads: #activmail.threads#<br>
Percent JVM Memory Free: #percentFree#%<br>
KB JVM Memory Free: #freeMemoryKB# KB<br>
KB JVM Memory Total: #totalMemoryKB# KB<br>
ActivMail Version: #activmail.version#<br>
</cfoutput>
Search Knowledge Base
:
List All
Email Marketing Best Practices Blog
home
products
services
partners
company
support
contact
my account
Copyright 2006 © Zrinity Inc. All rights reserved. View our
privacy policy
December 4, 2008