Re: [systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread deepan muthusamy
"systemd-analyze time" directly provides time.
I don't know about journalctl MESSAGE_ID.

On Mon, 28 Jan 2019, 5:40 pm Mantas Mikulėnas  On Mon, Jan 28, 2019 at 11:22 AM deepan muthusamy 
> wrote:
>
>> My target(RCAR-H3) runs with yocto project have boot up time of 13
>> seconds before init starts as of my observation. because I am starting
>> Weston in basic.target which is starting after 13 seconds from the time I
>> pressed power button.
>>
>> Note: I am booting the board from SD card(The image is in SD card).
>>
>> "Systemd-analyze time " giving "Startup finished in 11.814s(userspace) =
>> 13.519s".
>> It is not giving kernal bootup time.
>>
>
> Which timestamps do you see from:
>
> journalctl MESSAGE_ID=b07a249cd024414a82dd00cd181378ff
>
> journalctl MESSAGE_ID=eed00a68ffd84e31882105fd973abdd1
>
> --
> Mantas Mikulėnas
>
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread deepan muthusamy
The systems version is "systemd 230".

I'm not sure about what the container is. My system having only one user
(root). No other users.

On Mon, 28 Jan 2019, 2:56 pm Jérémy ROSEN  What version of systemd are you using ?
>
> Kernel time is usually not displayed when systemd is run inside a
> container (since it makes no sense). There might be something wrong with
> container detection here, though...
>
> Le lun. 28 janv. 2019 à 10:22, deepan muthusamy 
> a écrit :
>
>> My target(RCAR-H3) runs with yocto project have boot up time of 13
>> seconds before init starts as of my observation. because I am starting
>> Weston in basic.target which is starting after 13 seconds from the time I
>> pressed power button.
>>
>> Note: I am booting the board from SD card(The image is in SD card).
>>
>> "Systemd-analyze time " giving "Startup finished in 11.814s(userspace) =
>> 13.519s".
>> It is not giving kernal bootup time.
>> Help me with this.
>>
>>
>> ___
>> systemd-devel mailing list
>> systemd-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>
>
>
> --
> [image: SMILE]  
>
> 20 rue des Jardins
> 92600 Asnières-sur-Seine
> *Jérémy ROSEN*
> Architecte technique
>
> [image: email] jeremy.ro...@smile.fr
> [image: phone]  +33 6 88 25 87 42
> [image: url] http://www.smile.eu
>
> [image: Twitter]  [image: Facebook]
>  [image: LinkedIn]
>  [image: Github]
> 
>
> [image: Découvrez l’univers Smile, rendez-vous sur smile.eu]
> 
>
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread Mantas Mikulėnas
On Mon, Jan 28, 2019 at 11:22 AM deepan muthusamy 
wrote:

> My target(RCAR-H3) runs with yocto project have boot up time of 13 seconds
> before init starts as of my observation. because I am starting Weston in
> basic.target which is starting after 13 seconds from the time I pressed
> power button.
>
> Note: I am booting the board from SD card(The image is in SD card).
>
> "Systemd-analyze time " giving "Startup finished in 11.814s(userspace) =
> 13.519s".
> It is not giving kernal bootup time.
>

Which timestamps do you see from:

journalctl MESSAGE_ID=b07a249cd024414a82dd00cd181378ff

journalctl MESSAGE_ID=eed00a68ffd84e31882105fd973abdd1

-- 
Mantas Mikulėnas
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread Shuang Liu
Looks like

https://github.com/systemd/systemd/pull/9801
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread Jérémy ROSEN
What version of systemd are you using ?

Kernel time is usually not displayed when systemd is run inside a container
(since it makes no sense). There might be something wrong with container
detection here, though...

Le lun. 28 janv. 2019 à 10:22, deepan muthusamy  a
écrit :

> My target(RCAR-H3) runs with yocto project have boot up time of 13 seconds
> before init starts as of my observation. because I am starting Weston in
> basic.target which is starting after 13 seconds from the time I pressed
> power button.
>
> Note: I am booting the board from SD card(The image is in SD card).
>
> "Systemd-analyze time " giving "Startup finished in 11.814s(userspace) =
> 13.519s".
> It is not giving kernal bootup time.
> Help me with this.
>
>
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>


-- 
[image: SMILE]  

20 rue des Jardins
92600 Asnières-sur-Seine
*Jérémy ROSEN*
Architecte technique

[image: email] jeremy.ro...@smile.fr
[image: phone]  +33 6 88 25 87 42
[image: url] http://www.smile.eu

[image: Twitter]  [image: Facebook]
 [image: LinkedIn]
 [image: Github]


[image: Découvrez l’univers Smile, rendez-vous sur smile.eu]

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread deepan muthusamy
My target(RCAR-H3) runs with yocto project have boot up time of 13 seconds
before init starts as of my observation. because I am starting Weston in
basic.target which is starting after 13 seconds from the time I pressed
power button.

Note: I am booting the board from SD card(The image is in SD card).

"Systemd-analyze time " giving "Startup finished in 11.814s(userspace) =
13.519s".
It is not giving kernal bootup time.
Help me with this.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel