Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
855874dd
Commit
855874dd
authored
11 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
4eb6affc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iocBoot/iocvxWorks/vxStats.substitutions
+0
-69
0 additions, 69 deletions
iocBoot/iocvxWorks/vxStats.substitutions
with
0 additions
and
69 deletions
iocBoot/iocvxWorks/vxStats.substitutions
deleted
100644 → 0
+
0
−
69
View file @
4eb6affc
#
# Macro Descriptions
#
# stats.db:
#
# P = first part of PV names.
# HMM = HOPR field of Maximum Free Memory Block (unit is bytes)
# WMM = LOW field of Maximum Free Memory Block
# AMM = LOLO field of Maximum Free Memory Block
# HCP = HOPR field of CPU Load (unit is %)
# WCP = HIGH field of CPU Load
# ACP = HIHI field of CPU Load
# HCL = HOPR field of CA Client count
# WCL = HIGH field of CA Client count
# ACL = HIHI field of CA Client count
# HCX = HOPR field of CA Connection count
# WCX = HIGH field of CA Connection count
# HCX = HIHI field of CA Connection count
# HFD = HOPR field of Available File Descriptor count
# WFD = LOW field of Available File Descriptor count
# AFD = LOLO field of Available File Descriptor count
# WMB = LOW field of % Free MBufs
# AMB = LOLO field of % Free MBufs
#
# reboot.db:
#
# P = first part of PV names.
# T = time in seconds that reboot enable stays high after button push.
#
# ClusterLine.template:
#
# P = first part of PV names.
# PO = pool (0 = Data, 1 = System)
# SI = size index (first size is index 0)
# SC = SCAN field content
#
file "$(VXSTATS)/db/stats.template"
{
{P=xxx,
HMM=50000000,WMM=500000,AMM=100000,
HCP=100,WCP=50,ACP=80,
HCL=200,WCL=100,ACL=175,
HCX=2000,WCX=1000,ACX=1750,
HFD=150,WFD=20,AFD=5,WMB=50,AMB=10}
}
file "$(VXSTATS)/db/reboot.template"
{
{P=xxx,T=3}
}
file "$(VXSTATS)/db/ClusterLine.template"
{
{P=xxx,PO=0,SI=0,SC="10 second"}
{P=xxx,PO=0,SI=1,SC="10 second"}
{P=xxx,PO=0,SI=2,SC="10 second"}
{P=xxx,PO=0,SI=3,SC="10 second"}
{P=xxx,PO=0,SI=4,SC="10 second"}
{P=xxx,PO=0,SI=5,SC="10 second"}
{P=xxx,PO=0,SI=6,SC="10 second"}
{P=xxx,PO=0,SI=7,SC="10 second"}
{P=xxx,PO=1,SI=0,SC="10 second"}
{P=xxx,PO=1,SI=1,SC="10 second"}
{P=xxx,PO=1,SI=2,SC="10 second"}
{P=xxx,PO=1,SI=3,SC="10 second"}
{P=xxx,PO=1,SI=4,SC="10 second"}
{P=xxx,PO=1,SI=5,SC="10 second"}
{P=xxx,PO=1,SI=6,SC="10 second"}
{P=xxx,PO=1,SI=7,SC="10 second"}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment