FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/apps_plugin.c - rk4github/netdata · GitHub
rk4github
/
netdata
Public
forked from
netdata/netdata
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
netdata
src
apps_plugin.c
on
master
User selector
Datepicker
Commit history
Commits on Nov 15, 2016
added apps.plugin option to disable users or groups charts; fixes #1250
ktsaou
committed
3d76037
View commit details
Copy full SHA for 3d76037
View code at this point
Browse repository at this point
Commits on Nov 13, 2016
better timing for apps.plugin and the internal proc plugin
ktsaou
committed
6cd8b76
View commit details
Copy full SHA for 6cd8b76
View code at this point
Browse repository at this point
improvements identified via static code analysis with cppcheck
ktsaou
committed
a19ead1
View commit details
Copy full SHA for a19ead1
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
reduce netdata virtual memory size by setting MALLOC_ARENA_MAX; portable way of detecting mallinfo() and mallopt()
ktsaou
committed
9c9b997
View commit details
Copy full SHA for 9c9b997
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
Replace deprecated bcopy() by memmove()
Chocobo1
committed
0d4ee19
View commit details
Copy full SHA for 0d4ee19
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
cgroups CPU usage is per core; fixes #906
ktsaou
committed
7b7b03d
View commit details
Copy full SHA for 7b7b03d
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
fixes issues found by coverity static code analysis
ktsaou
committed
6234746
View commit details
Copy full SHA for 6234746
View code at this point
Browse repository at this point
Commits on Aug 14, 2016
added command line option without-files to disable files, pipes, sockets processing; fixes #744
ktsaou
committed
5ad1c48
View commit details
Copy full SHA for 5ad1c48
View code at this point
Browse repository at this point
apps.plugin logs repeating errors, only once per process; fixes #779
ktsaou
committed
a9e6334
View commit details
Copy full SHA for a9e6334
View code at this point
Browse repository at this point
Commits on Aug 13, 2016
converted tabs for C, JS, BASH to 4 spaces
ktsaou
committed
c50ec4e
View commit details
Copy full SHA for c50ec4e
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
global statistics now also report max API response time; global statistics implemented with alternative lock-free code; more code cleanups
ktsaou
committed
9b4f149
View commit details
Copy full SHA for 9b4f149
View code at this point
Browse repository at this point
Commits on Aug 11, 2016
code cleanup by replacing all memory allocation functions with ones that handle exceptions
ktsaou
committed
e508011
View commit details
Copy full SHA for e508011
View code at this point
Browse repository at this point
Commits on Aug 6, 2016
all required system headers in common.h; some progress on health variables
ktsaou
committed
f399edf
View commit details
Copy full SHA for f399edf
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
prevent apps.plugin errors when files are not found
ktsaou
committed
ec313f2
View commit details
Copy full SHA for ec313f2
View code at this point
Browse repository at this point
Commits on Jul 31, 2016
apps.plugin logs the command name on errors
ktsaou
committed
3aaf8c1
View commit details
Copy full SHA for 3aaf8c1
View code at this point
Browse repository at this point
Commits on Jul 27, 2016
do not collect guest usage when running without-guest
ktsaou
committed
cfca464
View commit details
Copy full SHA for cfca464
View code at this point
Browse repository at this point
add help info for apps.plugin
ktsaou
committed
fcf59d0
View commit details
Copy full SHA for fcf59d0
View code at this point
Browse repository at this point
added command line options with-guest and without-guest to enable or disable the separate guest charts; fixes #729
ktsaou
committed
2cf34e8
View commit details
Copy full SHA for 2cf34e8
View code at this point
Browse repository at this point
apps.plugin now properly sets the ceiling for guest time
ktsaou
committed
1418832
View commit details
Copy full SHA for 1418832
View code at this point
Browse repository at this point
properly use guest time and children guest time in apps.plugin; fixes #729
ktsaou
committed
3b9174a
View commit details
Copy full SHA for 3b9174a
View code at this point
Browse repository at this point
apps.plugin optimization to send all the data to netdata with just one write operation - also avoid using printf
ktsaou
committed
0a620ac
View commit details
Copy full SHA for 0a620ac
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
properly use guest values in all CPU charts; host CPU charts substract guest from user and guest_nice from nice; application, users and user groups cpu charts now take into account guest and childr…
Show description for b6e836c
ktsaou
committed
b6e836c
View commit details
Copy full SHA for b6e836c
View code at this point
Browse repository at this point
Commits on Jul 9, 2016
nice can be both user and system time - this means user and system cannot have different fix ratios
ktsaou
committed
591b39e
View commit details
Copy full SHA for 591b39e
View code at this point
Browse repository at this point
fixed typo that resulted in negative fix values
ktsaou
committed
9f523e3
View commit details
Copy full SHA for 9f523e3
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
apps.plugin now adjusts resources to system utilization; fixed a coupled of bugs too;
ktsaou
committed
d230a11
View commit details
Copy full SHA for d230a11
View code at this point
Browse repository at this point
fix for apps.plugin when update_every is not 1
ktsaou
committed
fdc28d5
View commit details
Copy full SHA for fdc28d5
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
yet another rewrite of apps.plugin to fix cpu spikes on slow systems; fixes #644
ktsaou
committed
8e5c1ea
View commit details
Copy full SHA for 8e5c1ea
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
handle usleep() on systems that do not accept more than 999999 usec; implement alternative using nanosleep()
ktsaou
committed
1c0dc57
View commit details
Copy full SHA for 1c0dc57
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
apps.plugin, properly handle the kernel issues that does not include grandchildren and not-waited-for children into the parent resources
ktsaou
committed
87d093e
View commit details
Copy full SHA for 87d093e
View code at this point
Browse repository at this point
use the last accumulated values when aggregating exited children to parents
ktsaou
committed
88bba2b
View commit details
Copy full SHA for 88bba2b
View code at this point
Browse repository at this point
fixed wrong printf signness
ktsaou
committed
6246fec
View commit details
Copy full SHA for 6246fec
View code at this point
Browse repository at this point
Commits on Jun 30, 2016
apps.plugin optimization and new grouping of applications
ktsaou
committed
071b3bc
View commit details
Copy full SHA for 071b3bc
View code at this point
Browse repository at this point
Commits on Jun 29, 2016
added command line option to apps.plugin to enable or disable exited childs resource usage; prevented apps.plugin from generating negative values when childs are enabled
ktsaou
committed
d06308d
View commit details
Copy full SHA for d06308d
View code at this point
Browse repository at this point
apps.plugin now properly tracks child resource usage into the application groups, users and user groups
ktsaou
committed
d0cad08
View commit details
Copy full SHA for d0cad08
View code at this point
Browse repository at this point
Commits on Jun 27, 2016
apps.plugin now reports exited children resources too
ktsaou
committed
3274015
View commit details
Copy full SHA for 3274015
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL