-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limited data is shown when used on photonos #477
Comments
Can you show the result of calling the corresponding functions in manual mode? It's like
where MODULE_NAME is
Maybe it really depends on some unusual packages of your distributive, but it's easiest to check by results of module call. |
Nothing super descriptive sorry `bash-4.3$ ./app/server/linux_json_api.sh ram_intensive_processes Usage: ps [-o COL1,COL2=HEADER] Show list of processes
[ ]bash-4.3$ ./app/server/linux_json_api.sh swap Usage: ps [-o COL1,COL2=HEADER] Show list of processes
[ ]bash-4.3$` |
OK, thanks for this information! Swap - do you really have it? "cat /proc/swaps" or "free -m" does show something about it? Can you posting a results of this command run? And same question about docker - is it really exist on you host? If yes, how you work with it? Module cant find an docker binary, maybe it on not-PATH location or something like that? |
sorry - turns out there isnt a swap file. docker is installed - paths are setup and user creating the container has docker rights.
|
When installed on photonos 3.0 not all data is displayed.
Some missing datasets include:
Ram & CPU Processes
Swap
Docker processes.
This could be related to background packages missing from the default install.
Thankyou
The text was updated successfully, but these errors were encountered: