Code Monkey home page Code Monkey logo

Comments (8)

nyrahul avatar nyrahul commented on August 15, 2024 3

@Ankurk99, this happens when the process ID gets a value greater than a million. I am still trying to solve the problem that is causing this output.

@sahilsarawagi , it is completely normal to get a PID/PPID value greater than a million. The default pid_max value in Linux kernel is 2^22.

The ask here is to print the pid/ppid in a regular non-enotation format.

from kubearmor-client.

daemon1024 avatar daemon1024 commented on August 15, 2024 2

Valid for PID and PPID as well, when you keep the containers running long enough...

from kubearmor-client.

daemon1024 avatar daemon1024 commented on August 15, 2024 1

Thanks a lot @sahilsarawagi for your interest to work on this, feel free to ask anything related to this issue in this thread or on our slack channel ✌🏽

from kubearmor-client.

Ankurk99 avatar Ankurk99 commented on August 15, 2024 1

Hey @sahilsarawagi! Is there any update on this issue? Do you need any help?

from kubearmor-client.

sahilsarawagi avatar sahilsarawagi commented on August 15, 2024

please assign me this issue, I want to work on this.

from kubearmor-client.

sahilsarawagi avatar sahilsarawagi commented on August 15, 2024

@Ankurk99, this happens when the process ID gets a value greater than a million. I am still trying to solve the problem that is causing this output.

from kubearmor-client.

sahilsarawagi avatar sahilsarawagi commented on August 15, 2024

@nyrahul, I was saying that the $ karmor log starts giving the PID value in enotation form, when the value of PID exceeds greater than a million. I am still trying to find out which coding error which is causing this enotation format. As I am new to this enviroment that's why it taking so long.

from kubearmor-client.

daemon1024 avatar daemon1024 commented on August 15, 2024

@sahilsarawagi no worries, take your time. A hint here might be this started happening when we changed to a generic printing format for all the fields in the telemetry event,

str = str + fmt.Sprintf("%s: %v\n", k, res[k])

from kubearmor-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.