Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
0988ceb7
Commit
0988ceb7
authored
9 years ago
by
Jaime Pérez Crespo
Browse files
Options
Downloads
Plain Diff
Merge pull request #387 from tvdijen/patch-1
General improvements of MemcacheMonitor module
parents
2617801f
f81a1bac
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/memcacheMonitor/dictionaries/memcachestat.definition.json
+52
-1
52 additions, 1 deletion
...memcacheMonitor/dictionaries/memcachestat.definition.json
modules/memcacheMonitor/templates/memcachestat.tpl.php
+1
-1
1 addition, 1 deletion
modules/memcacheMonitor/templates/memcachestat.tpl.php
with
53 additions
and
2 deletions
modules/memcacheMonitor/dictionaries/memcachestat.definition.json
+
52
−
1
View file @
0988ceb7
...
@@ -55,5 +55,56 @@
...
@@ -55,5 +55,56 @@
},
},
"limit_maxbytes"
:
{
"limit_maxbytes"
:
{
"en"
:
"Total storage avail"
"en"
:
"Total storage avail"
},
"pointer_size"
:
{
"en"
:
"Pointer size (bits)"
},
"delete_misses"
:
{
"en"
:
"Total DELETE commands (failed)"
},
"delete_hits"
:
{
"en"
:
"Total DELETE commands (success)"
},
"incr_misses"
:
{
"en"
:
"Total INCR commands (failed)"
},
"incr_hits"
:
{
"en"
:
"Total INCR commands (success)"
},
"decr_misses"
:
{
"en"
:
"Total DECR commands (failed)"
},
"decr_hits"
:
{
"en"
:
"Total DECR commands (success)"
},
"cas_misses"
:
{
"en"
:
"Total CAS commands (failed)"
},
"cas_hits"
:
{
"en"
:
"Total CAS commands (success)"
},
"cas_badval"
:
{
"en"
:
"Total bad CAS identifiers"
},
"auth_cmds"
:
{
"en"
:
"Total authentication commands processed"
},
"auth_errors"
:
{
"en"
:
"Total authentication commands failed"
},
"accepting_conns"
:
{
"en"
:
"Currently accepting new connections"
},
"listen_disabled_num"
:
{
"en"
:
"Total number of denied connections (connection limit)"
},
"threads"
:
{
"en"
:
"Number of available threads"
},
"conn_yields"
:
{
"en"
:
"Number of times the request limit was reached"
},
"evictions"
:
{
"en"
:
"Number of objects removed from cache (memory limit)"
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules/memcacheMonitor/templates/memcachestat.tpl.php
+
1
−
1
View file @
0988ceb7
<?php
<?php
$this
->
data
[
'head'
]
=
'<style>
$this
->
data
[
'head'
]
=
'<style
type="text/css"
>
table.statustable td, table.statustable th {
table.statustable td, table.statustable th {
border: 1px solid #eee;
border: 1px solid #eee;
padding: 2px 6px;
padding: 2px 6px;
...
...
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