Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ICBM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
detectors
DSSC
ICBM
Commits
a089192e
Commit
a089192e
authored
1 month ago
by
Cyril Danilevski
Browse files
Options
Downloads
Patches
Plain Diff
Characterize the fastest MPOD update time
parent
e172202d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mpod.hpp
+9
-0
9 additions, 0 deletions
mpod.hpp
with
9 additions
and
0 deletions
mpod.hpp
+
9
−
0
View file @
a089192e
...
...
@@ -9,6 +9,15 @@ using SNMP::VarBind;
using
SNMP
::
VarBindList
;
// In ms., the time it takes for an MPOD to process a query, and update its status.
// While the MPOD will acknowledge more or less immediately, (in the next snmp update loop),
// its information may be stale.
// It is preferable to set a channel, ignore the reply, wait a bit, and poll the channel.
//
// The fastest a channel can be updated is about 375ms, round up to 400ms.
#define MPOD_UPDATE_LATENCY 400
class
MPOD
{
public:
// Simple helper class to handle OIDs
...
...
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