Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debugfs-webgui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
debugfs-webgui
Commits
e8346a2e
Commit
e8346a2e
authored
Sep 05, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor edit
parent
0170f730
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
README.md
README.md
+14
-2
No files found.
README.md
View file @
e8346a2e
# debugfs-webgui
S
peed
up the Linux kernel dynamic debug
S
implify
up the Linux kernel dynamic debug
## target system requirements
*
webserver + php
...
...
@@ -10,3 +10,15 @@ Speed up the Linux kernel dynamic debug
## user manual
*
http://
\<
target-ip
\>
/
\<
webserver-path-to-degufs.html
\>
/debugfs.html
## behind the scenes
1.
On page load debugfs.php restores the global config (if found) from disk or creates a new one from the /sys/kernel/debug/dynamic_debug/control.
2.
Current global config is stored and changed in tmpfs (/tmp/debugfs.json)
3.
Permanent global config is stored in the same folder as the debugfs.php.
4.
jquery.ajax.queue.js plugin is used to send ajax requests sequentlially to deal with a simultaneous access to the config file.
5.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment